html,body {
    font-size: 12px !important;
    color: #555555;
    padding-right: 0 !important;
}
.filter {
    margin: 25px auto;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 25px 15px 25px 15px;
    position: relative;
    display: block;
}
.filter::before {
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 13px;
    color: #888888;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 10px 0 10px;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
}
.filter a {
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 24px;
    color: #888888;
}
.filter label.countFilter {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    text-align: center;
    display: none;
}
@media (max-width: 991px) {
	.filter {
		height: 50px;
        overflow: hidden;
	}
    .filter.active {
        height: auto;
    }
    .filter.active a {
        color: #FF9900;
    }
    .filter::before{
        top: 13px;
        left: 10px;
        border: none;
        font-size: 16px;
    }
    .filter .row {
        margin-top: 35px;
    }
    .filter a {
        display: block;
    }
    .filter label  {
        display: block !important;
    }
    .filter label.active {
        background-color: #FF9900;
        color: #FFFFFF;
    }
}
.loader{
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgb(0, 0, 0,.5);
	top: 0;
    left: 0;
	z-index: 999999999999999999999;
	display: none;
}
.loader.active {
	display: block;
}
.loader .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loader .icon .dot-loader{
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #FFFFFF;
	-webkit-animation: 1.2s scaleDown ease-in-out infinite ;
	animation: 1.2s scaleDown ease-in-out infinite ;
	float: left;
}
.loader .icon .dot-loader:nth-child(2){
	margin: 0 15px;
	-webkit-animation: 1.2s scaleDown ease-in-out infinite .15555s;
	animation: 1.2s scaleDown ease-in-out infinite .15555s;
}
.loader .icon .dot-loader:nth-child(3){
	-webkit-animation: 1.2s scaleDown ease-in-out infinite .300000s;
	animation: 1.2s scaleDown ease-in-out infinite .300000s;
}
@-webkit-keyframes scaleDown{
	0%, 80%, 100%{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scaleDown{
	0%, 80%, 100%{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
div.dataTables_wrapper div.dataTables_processing{
    position: fixed !important;
    top: 90% !important;
}
.col-xs-7ths,.col-sm-7ths,.col-md-7ths,.col-lg-7ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-7ths {
    width: 30%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-7ths{
        width: 30%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-7ths {
        width: 30%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 30%;
        float: left;
    }
}
.btn-circle{
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}
.btn-orange {
	color: white; 
	background-color:#FBC02D;
}
.btn-green {
	color: white; 
	background-color:#00C292;
}
.filter .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
    overflow-x: hidden;
    overflow-y: auto;
}
.filter .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{
    position: absolute;
    right: 12px;
    top: -8px;
}
.filter .select2  {
    width:100% !important;
}
.nowarp {
    white-space: nowrap;
}
.form-control {
    font-size: 12px;
}
.cursor-pointer {
    cursor: pointer;
}
.btn-white {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 12px !important;
}
.text-orange {
    color: #FF9900;
}
.modal-body{
	width:100%;
	max-height: calc(100vh - 100px - 100px);
	overflow-y: auto; 
	overflow-x: hidden;
    position: relative;
    scrollbar-color: #f1f1f1;
    scrollbar-width: thin;
}
.modal-body::-webkit-scrollbar {
	width: 5px;
}
.modal-body::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
.modal-body::-webkit-scrollbar-thumb {
	background: #c0bdbd; 
}
.modal-body::-webkit-scrollbar-thumb:hover {
	background: #c0bdbd; 
}
.modal-title {
    text-align: left !important;
}
.checkbox {
    padding-left: 20px;
    padding-right: 15px;
    display:inline;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}
.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}
.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}
.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}
.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}
.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}
.main-page {
    margin: 15px auto;
}
.row-overflow{
    overflow: auto;
    white-space: nowrap;
    height: 35px;
}
.row-overflow::-webkit-scrollbar{
    height: 3px;
}
.row-overflow::-webkit-scrollbar-thumb{
    background: #d1d3d1;
    border-radius: 0;
}
.row-overflow a {
    padding: 5px 25px 5px 25px;
    color: #555555;
    text-decoration: none;
    border-bottom: 2px solid #ececec;
    cursor: pointer;
    font-size: 12px;
}
.row-overflow a.active {
    border-bottom: 2px solid #FF9900;
    color: #FF9900;
}
.table {
    width: 100% !important;
}
.inputForm {
    max-width: 175px;
    border: none;
    padding: 5px;
}
.inputForm::-ms-input-placeholder,.inputForm::placeholder {
    color: #E5E5E5;
}
input[type="text"].inputForm {
    border-bottom: 1px dashed #E5E5E5;
}
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: relative;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
}
.avatar img {	
    position: absolute;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.avatar-md {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    position: relative;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
}
.avatar-md img {	
    position: absolute;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.avatar-lg {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    position: relative;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
}
.avatar-lg img {	
    position: absolute;
    height: 65px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.text-grey {
    color: #888888;
}
.text-green {
    color: #00C292;
}
.text-yellow {
    color: #FBC02D;
}
.filter-table,.filter-item{
    margin: 25px auto;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 25px 15px 25px 15px;
    position: relative;
}
.filter-table.bg-header {
    color: #FFFFFF;
    text-align: center;
    min-height: 100px;
    max-height: 100%;
}
.bg-header .icon {
    font-size: 15vw;
}
.bg-header p.title {
    font-size: 3vw;
    margin-top: 10px;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #FFFFFF !important;
    border: none;
}
.cursor-pointer {
    cursor: pointer;
}
.rows{
    margin: 15px auto;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.rows::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.rows::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.rows::-webkit-scrollbar-thumb {
    background: #c0bdbd; 
}
.rows::-webkit-scrollbar-thumb:hover {
    background: #c0bdbd; 
}
.rows .columns{
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    padding:  0.2rem;
    position: relative;
}
.rows a{
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    padding:  0.2rem 1.5rem 0.2rem 0.5rem;
    color: #555555;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
}
.rows a.active {
    color: #FF9900;
    border-bottom: 2px solid #FF9900;
}
.rows .columns .cards {
    width: 100%;
    margin-bottom: 18px;
    padding: 8px 20px;
    background: #ececec;
    display: block;
    font-size: 14px;
    position: relative;
    text-indent: 12px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.rows .columns .cards:before {
    border-bottom: 18px solid transparent;
    border-left: 12px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    margin-top: -18px;
}
.rows .columns .cards:after {
    border-bottom: 18px solid transparent;
    border-left: 12px solid #EEEEEE;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    margin-top: -18px;
    margin-left: 0;
    z-index: 1;
}
.rows .columns .cards.active {
    color: #FFFFFF;
    background-color: #FF9900;
}
.rows .columns .cards.last-item.active {
    color: #FFFFFF;
    background-color: #FF0000;
}
.rows .columns .cards.active:after {
    border-left: 12px solid #FF9900;
}
.rows .columns .cards.last-item.active:after {
    border-left: 12px solid #FF0000;
}
.rows .columns .cards.last-item{
    transform: rotate(180deg);
    margin-left: 25px;
    position: relative;
    height: 33.5px;
    line-height: 33.5px;
    min-width: 175px;
    width: auto;
}
.columns .tag {
    position: absolute;
    bottom: 2.5px;
    right: 5px;
    font-size: 11px;
    color: #888888;
}
.columns .tag.active {
    color: #FF9900;
}
.inner{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform:  translateX(-50%) translateY(-50%) rotate(180deg);
}
.count {
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 1px 3px;
    font-size: 12px;
    color: #888888;
    margin-left: 10px;
    z-index: 9999;
}
.count.active {
    background-color: #888888;
    color: #FFFFFF;
}
.dataTables_wrapper div:nth-child(2)::-webkit-scrollbar {
    width: 10px;
	height:8px;
}
.dataTables_wrapper div:nth-child(2)::-webkit-scrollbar-thumb {
	background: #CCC;
	border-radius: 25px;
}
.row-items {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}
.row-items .item {
    width: 33.33%;
    float: left;
    padding: 2.5px;
}
@media screen and (max-width: 1024px) {
    .row-items .item {
        max-width: 250px;
        flex-basis: 90%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .card span.balance,.card .description {
        font-size: 25px;
    }
}
.row-items::-webkit-scrollbar {
	width: 10px;
	height:8px;
}
.row-items::-webkit-scrollbar-thumb {
	background: #CCC;
	border-radius: 25px;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
}
.item-row{
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 15px auto;
	position: relative;
}
.item-row::-webkit-scrollbar{
	width: 10px;
	height:8px;
}
.item-row::-webkit-scrollbar-thumb{
	background: #CCC;
	border-radius: 25px;
}
.item-row .item-care{
	max-width: 24%;
	padding: .75rem;
	margin: 5px;
	margin-bottom: 10px;
	border: 0;
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
	border-radius: 5px;
}
@media screen and (max-width: 1199px){
	.item-row .item-care{
		max-width:240px;
	}
}
.item-row .item-care .summary {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.item-row .item-care .summary span:first-child {
    font-size: 40px;
    vertical-align: top;
}
.item-row .item-care .summary span:last-child p {
    margin: 0 !important;
}
.item-row .item-care .summary span:last-child p:first-child {
    font-size: 20px;
}
.item-row .item-care .summary span.icon {
    font-size: 40px;
    vertical-align: top;
}