@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}
#titre_login {
    margin-top: 35%;
}
#form_login {
    margin-left: 30px;
    margin-right: 30px;
}
#btn_login {
    width: 100px;
}
.popover-content {
    padding: 5px 10px;
}
.texte_gris {
    color: #999;
}
.texte_shadows {
    text-shadow: 0 1px 0 #ffffff;
}
.titre_page {
    font-family: futura;
    font-size: 130%;
}
.bg_gris {
    background-color: #f5f5f5;
}
.bg_gris:hover {
    background-color: rgba(0,0,0,0.05);
}
.sidebar_cat {
    margin-bottom: 2px;
}
.sidebar_sous_cat {
    display: none;
    padding: 0 20px;
    margin-bottom: 2px;
}
.sidebar_cat {
    padding: 9px 20px;
}
/*.sidebar_cat:hover {
    background-color: rgba(0,0,0,0.1);
}*/
.sidebar_choix {
    font-size: 95%;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5; 
}
.sidebar_choix:last-of-type {
    border-bottom: none;
}
    
.hover {
    cursor: pointer;
}
.badge_actif {
    background-color: white;
    color: #428bca;
}
#contenu {
    padding-left: 30px;
}
table thead tr .tablesorter-header:not(.sorter-false):hover {
    cursor : pointer;
}
table thead tr .tablesorter-headerAsc {
    border-bottom: solid 2px #428bca;
}
table thead tr .tablesorter-headerDesc {
    border-bottom: solid 2px orange;
}
input.search {
    width: 7%;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url("../img/icone_recherche.png") no-repeat scroll 10px 50% #FFFFFF;
}
.highlight {
    font-weight: bold;
    color: orangered;
    /*background-color: yellow;*/
}
#liste_arbo > li {
    padding-left: 20px;
    padding-right: 20px;
}
.tableau_scale {
    -webkit-animation: cssAnimation 0.2s ease;
    -moz-animation: cssAnimation 0.2s ease;
    -o-animation: cssAnimation 0.2s ease;
}

.form_scale {
    -webkit-animation: cssAnimation 0.5s ease;
    -moz-animation: cssAnimation 0.5s ease;
    -o-animation: cssAnimation  0.5s ease;
}

@-webkit-keyframes cssAnimation {
    from { -webkit-transform: scale(1.1); }
    to { -webkit-transform: scale(1); }
}
@-moz-keyframes cssAnimation {
    from { -moz-transform: scale(0.4); }
    to { -moz-transform: scale(1); }
}
@-o-keyframes cssAnimation {
    from { -o-transform: scale(0.4); }
    to { -o-transform: scale(1); }
}
.tab_pager {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.cell_suppr {
    width: 30px;
}
#loader_machine {
    display: none;
    width: 100%;
    margin-top: 50px;
}
.nb_machines {
    margin-left: 10px;
}