body{
    font-size: 0.8rem;
}

.border-dashed{
    border: 1px dashed #e3e8f7 !important;
}
.row{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.horizontal-content > .container{
    max-width:95%;
    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: #99143f;
    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: #99143f;
    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;
}

.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;
}

.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;
}

.table-no-border td,
.table-no-border th{
    border: none !important;
}

.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%;
}
/* .dataTables_filter{
    display: none;
} */


.app.sidenav-toggled .sidebar-right .side-menu__label{
    display: block !important;
    margin-left: 10px;
    font-size: 13px;
}
.sidebar-right  .side-menu__item{
    text-align: left !important;
}
.sidebar-right .side-item.side-item-category{
    display: block !important;
}
.sidebar-right .side-menu__item{
    display: flex !important;
}
.sidebar-right .slide{
    padding-left: 20px;
}