.ajs-header{
    background:#00ade8 !important;
    color:#fff !important;
    height:48px;
}
.alertify .ajs-dialog{
    max-width:900px;	
}
.autocomplete {
    border: 1px solid #148bbc;
    border-radius: 2px;
    background: #fefefe;
    max-height:448px;
    overflow:hidden;
    position: absolute;
    z-index: 1000;
    color:#333333;
    text-decoration:none;
}
.autocomplete li:hover {
    background:#57abde;
    cursor:pointer;
}
.autocomplete-button{
    position: absolute;
    font-weight: bold;
    height:42px;
    top:403px;
    left:0px;
    z-index: 1000;
}
.autocomplete-button:hover{
    background:#57abde;
}
.pagination{
    margin:8px 0 8px 0 !important;
    padding-left:38px;
}
.pagination button.btn-primary{
	color:#fff;
    padding:0;
    margin-left:-4px;
    
    border:1px solid #00ade8;
    background:#00ade8;
    width:32px;
    height:32px;
}
.pagination button.btn-default{
    color:#00ade8;
    padding:0;
    margin-left:-4px;
    
    border:1px solid #00ade8;
    background:#fff;
    width:32px;
    height:32px;
}
.pagination button:hover{
    color:#fff;
    background:#00ade8;
    border:1px solid #00ade8;
}
.pagination button:disabled{
    color:#00ade8;
    border:1px solid #00ade8;
}
.pagination button:disabled:hover{
    color:#fff;
    background:#00ade8;
    border:1px solid #00ade8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#999;
	line-height:24px;
}
.select2-results{
	color:#999;
    font-family:ScoutCond;
    font-size:20px;
}