.top-alert, .ajaxloader{ position: fixed;top:50px;z-index:999;margin-left:25%;width:50%;padding:10px;font-size:12px;display: none;background-color: #15568e;border-color: #15568e;color: #fff;font-size: 14px;} 
.close:hover, .close:focus {color: #fff !important; }
.active_menu{ background:#414247 !important; }
.modal-dialog{margin:auto; padding:0;width: 100%;}
.modal-body{padding:0 !important;}
.modal-content{height: auto;border-radius: 0;}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #000; 
}
