/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */



 #loader {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: table-cell;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 999999999;
}

 #loader img{
 	margin-top: 15%;
 }

.profil-img{
	width: 40px;
 	border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.center-block{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-info, .login-info > span{
    height: 75px;
}

.etat-label{
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.header-btn{
    display: inline-block;
    line-height: 34px;
    margin-top: -2px;
    margin-right: 10px;

}

.header-btn2 {
    text-align: right;
}
#sparks li h5 {
  margin: 0 !important;
}

.chat-file2 {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    border: 1px dotted #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    margin: 3px 0;
    padding: 4px;
    text-align: right;
}

.filter-bar {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    line-height: 30px;
     margin-top: 5px;
    padding: 10px 15px;
}

.toolbar{
    float: left;
    margin-top: 8px;    
}

.datesfilter{
    float: left;
    margin-top: 8px;  
    margin-left: 15px;  
}

#dt_basic2_length{
    float: right;
    margin-top: 8px;
}

#dt_basic2_filter{
    float: left; 
    width: auto; 
    margin-right: 30px;
    margin-top: 8px;   
}

#dt_bsdatepicker {
    border: 1px solid #cecbcb;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}
.lbl-search{
    margin-top: 13px; 
    float: left;
}
.refreshdata{
    float: left;
   margin-left: 20px;
    margin-top: 7px;
}

/* data table filter fixes 
#dt_bsdatepicker{
    cursor: pointer;
    border: 1px solid #CECBCB;
    padding: 0 5px;
    border-radius: 3px;
}
#dt_bsdatepicker i.fa{
    position: relative;
    top: -1px;
}
#dt_bsdatepicker b.caret{
    float: right;
    margin-top: 13px;
    margin-right: 5px;
}
#dt_bsdatepicker{
    background: #fff;
    padding: 2px 10px 0px;
}*/