#modalLoader img {background:#fff;border-radius:18px;}
#modalLoader .modal-dialog {top:50%;margin-top:-98px;}

.select2{
	width: 100%;
	padding-bottom: 10px;
}

.select2-container .select2-selection--single{
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}

input.has-error, textarea.has-error{
	border-color: #f38d8d !important;
}

.owl-carousel {
	margin: 0;
}

.owl-carousel .owl-nav [class*=owl-] {
	background: transparent;
	color: rgba(0, 0, 0, 0.7);
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	text-align: center;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	height: 30px;
	margin: auto !important;
	margin-top: -30px !important;
}

.owl-carousel .owl-prev {
	left: -32px;
}

.owl-carousel .owl-next {
	right: -30px;
}

.owl-carousel .owl-dots {
	display: none !important;
}


.disabled2 {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}

.modal-body{
	margin-top: 15px;
}

a.adminLink{
	display:block;
	margin-bottom: 10px;
}
a.adminLink:hover{
	color:#fff;
	cursor: pointer;
}	

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.scrollable-menu {
    1height: auto;
    1max-height: 200px;
    1overflow-x: hidden;
}

.dashboard-box.active {
    color: #486a80;
    cursor: default;
}
.dashboard-box.active .inner {
    background: #eff4f7 none repeat scroll 0 0;
}
.dashboard-box.active .box-amount .amount {
    background: #eff4f7 none repeat scroll 0 0;
    color: #486a80;
}
.dashboard-box.active .svg-icon{
	fill: #486a80 !important;
}
.dashboard-box.active a.btn {
	display: none;
}