/** couleur AREIA 

vert : #7eb62f
violet : #684f96

**/

.btn-connexion{
    background-color: #7eb62f;
    width: 100%;
    color: white;
}

/** onglet perso **/
.nav-tabs-perso > li.active > a, .nav-tabs-perso > li.active > a:focus, .nav-tabs-perso > li.active > a:hover{
    border-bottom: 2px solid #7eb62f;
    background-color: #eee;
    text-decoration: none;

}

.tr-liste-affaire td{
    vertical-align: middle !important;
}
.nav-tabs-perso > li{
    float: left;
    margin-bottom: -1px;

}
.nav-tabs-perso > li > a{
    color: #684f96;
}

.nav-tabs-perso{
    border-bottom: 2px solid #ebebeb;
}

/** **/

.fa-trash{
    cursor: pointer;
}

input.erreur, select.erreur{
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.btn-connexion:hover{
    background-color: #6a9928;
    cursor: pointer;
}

input.error{
    border: 2px solid #ff7f7f;
    border-radius: 5px
}

.error:focus{
    border: 2px solid #ff7f7f;
    border-radius: 5px
}

form label.col-xs-12{
    padding-top: 5px
}
.pointer{
    cursor: pointer
}

#sortable_ligne tr.ui-sortable-helper{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


.sortable_ligne_placeholder{
    background-color: #B8A7D7 !important;
}

#form-ajouter-echantillon .label-text{
    /*min-width: 170px;*/
}

.radio label{
    padding-left: 0px;
}

/*.analyse-souhait label{
    padding-left: 0px;
}*/

/** LOADER **/
.dulbiz_div_loader{
    display: none;
    cursor: no-drop;
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 10001; 
    text-align: center;
    overflow: hidden;
    font-size: 25px
}

.dulbiz_div_progressbar{
    display: none;
    cursor: no-drop;
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 10001; 
    text-align: center;
    overflow: hidden;
    font-size: 25px
}

.bg_load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
    overflow: hidden;

}

.loader_graph {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #684f96;
    border-bottom: 16px solid #74b53c;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/** /LOADER **/

.nav-title{
    height: 58px;
    vertical-align: middle
}

.nav-title h3{
    margin-top: 16px;
}
.form-horizontal .control-valeur{
    padding-top: 8px;
}

.table-center th{
    text-align: center;
}

.table-center td{
    text-align: center;
}

.main_container{
    height: 100%;
}

.right_col{
    min-height: 100%;
}

