/* 
    style controle'
*/
.reciept{
    background-color: #2A3F54;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-left:-1px;
    margin-top: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;

}
.reciept2{
    background-color:#fafafa;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-left:-1px;
    margin-top: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;

}
.recieptBlanc{
    background-color:#ffffff;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-left:-1px;
    margin-top: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;

}

.BackCollor{
    background: #2A3F54;
    color: #F1F1F1
}

.gris{
    background:#C0CDDA;
}

.verte{
    color:#00d6b2;
}
.rouge{
    color: #cc0000;
}
.blanc{
    color: #FFFFFF;
}
.inputClass {
    font-family: "Times New Roman", Times, serif;
    font-size:15px;
    height: 25px;
    width: 183px;
    border: 1px solid #000;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    padding: 3px;
}

/******************TREE DOSSIER***************************/


#div_arbre{
    height: 550px;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 0px;
}
#div_detail_arbre{
    padding-left: 0px;
    padding-right: 0px;
}
#nav_folder_file{
    margin-top: 5px;
    margin-bottom: 5px;
}
/******************form_add_folder style**************************************/
#div_form_folder{
    display: none;
}
#form_add_folder{
    border: 1px solid #5E5E5E;
    border-radius: 10px;
    padding:10px;
    margin: 10px;
}
#form_add_folder legend{
    margin-bottom: 5px;
    font-size:16px;
}

#form_add_folder button{
    margin-top: 10px;
}

/******************form_add_file style***************************/
#div_form_file{
    display: none;
}
#form_add_file{
    border: 1px solid #5E5E5E;
    border-radius: 10px;
    padding:10px;
    margin: 10px;
}
#form_add_file legend{
    margin-bottom: 5px;
    font-size:16px;
}

#form_add_file button{
    margin-top: 10px;
}

#div_detail_arbre_head{
    font-size:16px;
    font-weight: bold;
}

/******************form_modifiy_folder style**************************************/
#form_add_folder{
    border: 1px solid #5E5E5E;
    border-radius: 10px;
    padding:10px;
    margin: 10px;
}
#form_add_folder button{
    margin-top: 10px;
}

#nav_folder_file{
    padding-left: 10px;
}
#form_move_elt{
    display: none;
}

/******************form_add_link style***************************/
#div_form_link{
    display: none;
}
#form_add_link{
    border: 1px solid #5E5E5E;
    border-radius: 10px;
    padding:10px;
    margin: 10px;
}
#form_add_link legend{
    margin-bottom: 5px;
    font-size:16px;
}

#form_add_link button{
    margin-top: 10px;
}

#liste_doc_chercher{
    color: #006699;
}

input.form-control {
    height: 30px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

select.form-control {
    height: 30px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top:2px!important;
}

/*changement de l'affichage des tableau*/
.tbody td{
    color: #000000 !important;
    font-family: verdana;
    font-size: 12px;
    font-style: normal;
}

/*ajustement des ecritures de l'entete de la page*/
.ajuster-entete{
    margin-left: 130px;
}

/*mise a jour du menu*/
.nav-md .update-menu{
    position: fixed!important;
    max-height: 500px!important;
    overflow: scroll!important;
    width: auto!important;
    overflow-y: inherit;
}

/*couleur des inputs et des selects*/
.form-control{
    color: #000;
}

.black-color{
    color:#000;
}

.white-color{
    color: #fff !important;
}

.text-version{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: darkred;
}

select.parsley-error{
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
    display: block !important;
}
