body {
    font-size: 0.8rem;
	
	
}
.content-overlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 9999;
	display: none;
    /*background-image: url(assets/images/ajax-loader.gif);
    background-repeat: no-repeat;*/
}
.select-inline {
	display: inline;
	float: left;
	display: none;
	margin: 0 12px;
}
.hidden {
	display: none;
}
.show {
	display: inline;
}
/*
.content-overlay {
	background-image: url(assets/images/ajax-loader.gif);
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 999999999999;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
}
*/
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


.form-group label span.error {
	color: #F00;
	font-size: 11px;
	font-style: italic;
}
/* Datatables pagination */
.page-item {
    display: inline;
    float: left;
}
.page-item.disabled > a {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.page-item.active > a {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item:first-child > a {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}
.page-item > a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
}

/* Datatables pagination */

/* Datatables Table responsive */
.form-control {
    font-size: 0.85rem !important;
	border-radius: 0;
}
.table-responsive {
	padding: 0 1.5rem;
}
.dataTable tbody tr {
	cursor: pointer;
}
.dataTable tbody tr.selected {
    background-color: #cdcdcd;
}
/* Datatables Table responsive */

.form-control-position {
    /*top: 0.8rem;*/
}

.card-body .card-block {

}

.card-body .card-block .card-title {
    margin-bottom: 0;
}

.media-list .medialist {
    margin-bottom: 30px;
}

.medialist h5.text-bold-200 {
    margin: 0;
    line-height: 1rem;
}

.medialist .media-body > p {
    margin-top: 8px;
    line-height: 1.1rem;
}

.medialist .medialist-container {
    border: 1px solid #DDD;
    padding: 15px 15px 0px 15px;
    cursor: pointer;
    position: relative;
}
.medialist .medialist-container:hover {
    background-color: #F0F0F0;
}

.medialist .medialist-container a.media-left {
    padding-bottom: 15px;
}

.medialist .medialist-container .operations {
    position: absolute;
    float: right;
    top: 10px;
    right: 10px;
    display: none;
}
.medialist .medialist-container:hover .operations {
    display: block;
}

/* Button controls */
.card .btnControls {
    padding: 20px;
}
.card .card-title > span {
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
}
button i.far {
    padding: 4px;
}
/* Button controls */

.p-2 {
    padding: 4rem 2.7rem !important;
}

/* Actions font colors */
span.actions,
span.actions > a,
span.actions > a > i {
	color: #373a3c;
    padding: 3px;
}
/* Actions font colors */

/* button checkbox */
table#tableData tbody td.select-checkbox:before, 
table#tableData tbody th.select-checkbox:before {
    border-color: #373a3c;
    border-radius: 0;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #414141 !important;
    color: #414141 !important;
}
/* button checkbox */