.hide {
    display:none;
}
.show {
    display:block;
}
/* liste des filtres dans la navbar */
#filterMenu {
    font-style: oblique;
    font-size: 110%;
}
#filterMenu li:last-child {
    font-style: normal;
}
.user-footer .btn {
    margin-top:5px;
    margin-bottom: 5px;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/* empecher la sidebar d'être plus grande que la page et scroll au besoin */
.sidebar {
    padding: 75px 0px 0px 0px !important;
    float:left;
    width: 375px !important;
    top: 0px;
    bottom: 0px;
    position: fixed;
}
ul#my-tree {
    overflow-y: scroll;
    overflow-x: hidden;
}
/* animation de chargement au clic d'un élément de l'arborescence */
.loading {
    position: absolute;
    z-index: 999;
    height: 100vh;
    width: 375px;
    top: 0;
    left: 0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.loading-graph {
    z-index: 999;
    height: 400px;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    background-color: rgba(0,0,0,0);
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
/* fix du menu qui sors de l'écran */
li.dropdown:nth-child(6) > ul:nth-child(2) {
    right: 0;
    left: auto;
}
/* style du chiffre dans le tableau des contrats */
.sipperec_contrats_numeros {
    float: right;
    background-color: #3c8dbc;
    padding: 2px 7px;
    border-radius: 100px;
    color: white;
}
.highcharts-credits {
    display: none;
}
/* checkboxs du tableau d'alarmes */
/* https://codepen.io/valerypatorius/pen/oXGMGL */
input[type="checkbox"].checkbox_stylisee { display: none; }

input[type="checkbox"].checkbox_stylisee + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"].checkbox_stylisee + label:last-child { margin-bottom: 0; }

input[type="checkbox"].checkbox_stylisee + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #3498db;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"].checkbox_stylisee:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* regler les marges pour les boutons-outils de chaque box */
div.box-header {
    margin-top: 3px;
}
/* fixer la hauteur max d'un tableau journal alarme */
/* https://stackoverflow.com/questions/21168521/scrollable-table-with-fixed-header-in-bootstrap */
.header-fixed {
    width: 100%
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 250px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 16.5%;
    float: left;
}

.header-fixed > tbody > tr > td:nth-child(2),
.header-fixed > tbody > tr > td:nth-child(3),
.header-fixed > thead > tr > th:nth-child(3),
.header-fixed > thead > tr > th:nth-child(2) {
    width: 25%;
    float: left;
}

.header-fixed > tbody > tr > td:nth-child(5),
.header-fixed > tbody > tr > td:nth-child(6),
.header-fixed > thead > tr > th:nth-child(5),
.header-fixed > thead > tr > th:nth-child(6) {
    width: 8%;
    float: left;
}
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    margin: 0;
    border: 0;
    padding: 0;
}
.header-fixed > thead > tr > th {
    border-bottom:0px solid ;
}
li.chemin-treeview {
    padding:2px 10px;
}
.sidebar-menu{
    margin-left: 10px;
}
li.treeview:nth-child(1) > a:nth-child(1) {
    color: black;
}
.msg {
    background: rgb(113,223,113);
    color: rgb(38,88,38);
    padding: 0.813em 0;
}
.msg li {
    padding: 0 0.813em;
    margin-bottom: 0.500em;
    font-size: 30px;
    font-family: Comic Sans MS;
}
.msg li:last-child {
    margin: 0;
}
#filterMap {
    display: block !important;
}
.block-export {
    padding-bottom: 20px;
    padding-left: 5px;
}
/* boutons qui ne font rien */
.btn-static {
  background-color: white;
  border: 1px solid lightgrey;
  cursor: default;
}
.btn-static:active {
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}
.black {
    color: #0c0c0c !important;
}
#hideTopNavBar {
    display: none;
}


.divider-vertical {
    margin: 0 10px;
    height: 50px;
    border: 1px solid #3c8dbc;
    margin-bottom: 0px;
}