body{
    font-size: 0.8rem;
}
.horizontal-content > .container{
    max-width: 95% !important;
}
.border-dashed{
    border: 1px dashed #e3e8f7 !important;
}
.row{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.horizontal-content > .container{
    max-width:85%;
    margin: 0 auto;
}
.main-header > .container,
.horizontal-main > .container{
    max-width:90%;
    margin: 0 auto;
}

.form-control {
    border: 1px solid #ccc;
}

.chosen-container.chosen-container-single .chosen-single{
    height: auto;
    padding: 10px;
    background: none !important;
}

.form-group.has-danger input,
.form-group.has-danger textarea
{
    border-color: #ee335e;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-group.has-danger  .help-block{
    color: #ee335e;;
}

.list-group  li{
    padding-right: 0px !important;
    list-style: none !important;
    border-bottom: 1px solid #deebfd;
}

.list-group .menu-container{
    padding: 5px 0;
}
.list-group .menu-container.devider{
    margin-top: 30px;
}
.list-group .menu-container:hover{
    color: #0162e8;
    border-top-color: #dde2ef;
    border-bottom-color: #dde2ef;
    background-color: #ecf0fa;
    cursor: pointer;
}
.list-group .menu-container h4{
    font-size: 15px;
}
.list-group li:hover li{
    background: none;
    color: #031b4e;
}

.toggle-group .toggle-off{
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}
.toggle-group span{
    background-color: #fff;
    margin-left: 2px;
}
.toggle-group span:hover{
    background-color: #e6e6e6;
}

.text-red{
    color: red;
}

.main-signup-header label {
    color: #031b4e;
}
.main-signup-header .form-control {
    font-weight: 500;
    border-width: 1px;
    border-color: #ccc;
}
.btn-sign-in{
    font-size: 20px;
    font-weight: 500;
}
/* .app-sidebar {
    width: 280px;
}
.main-content {
    padding-top: 0 !important;
    margin-left: 300px;
}
.main-header {
    padding-left: 310px;
}
.main-sidebar-header{
    width: 300px;
} */

.sidebar-right .side-item.side-item-category {
    color: #2c364c;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 12px;
    height: 15px;
    padding: 0 20px 0 25px;
}
.profile-edit.upload_form{
    opacity: 0;
}
.profile-edit.upload_form:hover{
    cursor: pointer;
}
.sp-container,#ui-datepicker-div{
    z-index: 99997 !important;
}

.custom-label .ckbox{
    display: inline-block;
}
.custom-border{
    border: 1px solid #ccc;
}
.chosen-container{
    width:100% !important;
}
.search-choice-close::after{
    content: 'X';
    font-size: 12px;
    font-weight: 800;
}
.chosen-container-multi .chosen-choices{
    background-image: none;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#global-loader{
    background-color : rgba(0, 0, 0, 0.2) !important;
    z-index: 900000 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a{
    background-color : transparent;
    color: #031b4e;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active{
    background-color: #0661e0;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar  a.ui-state-default:hover, 
.ui-datepicker .ui-datepicker-calendar  a.ui-state-default:focus {
    background-color: #0162e8 !important;
    color: #fff !important;
}

/* stepper */
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
/* .md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
} */
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:50px;
	height:50px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
    z-index: 100;
    
}
.md-stepper-horizontal .md-step .md-step-circle {
	/* background-color:#00AE4D; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	/* background-color:#F96302; */
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	/* background-color: rgb(33,150,243); */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
/* .md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
} */
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	/* margin-top:16px;
	font-size:16px;
	font-weight:600; */
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
    margin-top: 15px;
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	/* color:rgba(0,0,0,.87); */
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left{
    margin-left: 3px;
}
.md-stepper-horizontal .md-step .md-step-bar-right{
    margin-right: 3px;
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:4px dotted #DDDDDD;
}

.md-stepper-horizontal .md-step .md-step-bar-left.finish,
.md-stepper-horizontal .md-step .md-step-bar-right.finish {
	border-top:5px dotted #0162e8;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
    margin-top: 15px;
    z-index: -2;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
    margin-top: 15px;
    z-index: -2;
}

.btn_custom_plus:hover,
.btn_custom_minus:hover{
    cursor: pointer;
}

.horizontalMenu-list > li > a{
    padding-top: 20px !important;
}
.horizontalMenu-list .span-counter{
    position: absolute;
    left: 26px;
    top: 2px;
}
.horizontalMenu-list .sub-menu .span-counter{
    position: absolute;
    right: 5px;
    top: 10px;
    left: auto;
}

.side-menu .span-counter{
    position: absolute;
    right: 10px;
    top: 7px;
}

.custom.chip{
    color: #22252f;
}
.custom.chip:hover{
    color: #22252f;
    background-color: #f5f6fb;
}

.t-shadow > tbody > tr:hover{
    box-shadow: 0px -1px 9px 1px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px -1px 9px 1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px -1px 9px 1px rgba(0,0,0,0.46);
    position: relative;
    cursor: pointer;
    border: none;
}

.custom_sidebar_panel li a .badge{
    background-color: #fff;
    color: #0162e8;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: #045cd6;
    border-color: #045cd6;
}
.datepicker table tr td span.active.active, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover.active, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active:hover:active{
    background-color: #045cd6;
}

.btn-delete-file{
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: none;
}

.item-file:hover{
    cursor: pointer;
}
.item-file:hover .btn-delete-file{
    display: block;
}
.item-file:hover .item-image,
.item-file:hover .item-folder{
    border: 1px solid #0162e8 !important;
}
.dz-remove{
    display: none !important;
}

.ui-widget.ui-widget-content{
    z-index: 100000 !important;
}
.btn_view_transaction:hover{
    cursor: pointer;
}

.shadow-1 {
    -webkit-box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.46);
    box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.46);
  }
  
  .shadow-2 {
    -webkit-box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.46);
    box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.46);
  }
  
  .shadow-3 {
    box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
    -webkit-box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
    -moz-box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
  }

  .modal{
      overflow: scroll !important;
  }

  .animate{
    background-color: #ccc;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;

    animation: avnSkeletonLoader 2s ease-in-out infinite;
}

.table-no-border td,
.table-no-border th{
    border:none;
}


.wcnp-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}
.wcnp-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.wcnp-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.wcnp-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.wcnp-switch input:checked + .slider {
    background-color: #2196F3;
}
.wcnp-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.wcnp-switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/* Rounded sliders */
.wcnp-switch .slider.round {
    border-radius: 34px;
}
.wcnp-switch .slider.round:before {
    border-radius: 50%;
}

#ui_notifIt{
    z-index: 1000000;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background: transparent;
}
table.dataTable tbody td.sorting_1{
    background: transparent;
}
.dropdown-item.active, .dropdown-item:active{
    color: #141c2b;
    text-decoration: none;
    background-color: #ecf0fa;
}

.table-data-select thead tr th:first-child{
    width: 90px !important;
    padding-right: 0  !important;
}
.table-data-select thead tr th:first-child::after{
    display: none;
}
.table-data-select tbody tr:has(.checkbox-data:checked) {
    background-color: #ecf0fa;
}

.profile-status.offline{
    background-color: #ccc;
    animation: none !important;
}

@keyframes avnSkeletonLoader {
    0% {
        background-position: -200px;
    }
    100% {
        background-position: 300px;
    }
}
.no-animate{
    background: transparent !important;
}
.desktop-logo{
    margin: unset !important;
    height: 2.5rem;
}
.main-sidebar-header{
    justify-content: center;
}
.logo-title{
    margin: 0;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #14112d;
}
.main-logo{
    height: 2.5rem;
}