/* POLICES */
#connexion h1, #connexion h5{
    color:#333333;
}	
#connexion h5{
    margin-bottom:40px;
}
.noinfo {
    font-family: verdana, sans-serif;
    font-size: 30px;
    color: #969292;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    letter-spacing: -0.4px;
    line-height: 29px;
}
.glyphicon-menu-right{
    margin-left:-11px;
}	


/* INITIALISATION DES PAGES */
html, body {
    position: relative;
    height: 93%;
}
body{
    margin:0;
    width:100%;
    background: white!important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    padding: 0;
}
#container{
    margin-top:51px;
}
#infoOnline{
    width:100%;
    height:100%;
}

/* COMMUN */
.critique{
    background-color:#FF6666!important;

}
.majeur{
    background-color:#FFBB99!important;
}
.mineur{
    background-color:#DDFFAA!important;
}
.informations{
    background-color:#EEEEEE!important;
}
#informations{
    height:auto;
}

/* PERSONNALISATION DE BOOTSTRAP */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding:0;}
.form-control{
    width:70%;
    display:inline-block;
    vertical-align:middle;
}
.row {
    margin: 0 !important;

}	
input{
    margin-bottom:20px;
}
/* NAVBAR */
.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.navtitle .navbar-brand{
    float:left!important;
}
.navbar-right {
    margin-right: 0 !important
}

#btn-rtr, .fp-controlArrow.fp-prev{
    position:absolute!important;
    top:0!important;
    width:15%!important;
    background:transparent!important;
    color:white!important;
    margin-top:3px!important;

    border-radius:5px!important;
    border:1px solid #333!important;
    padding-top:1px!important;
    padding-bottom:5px!important;
    padding-left:14px!important;
    padding-right:14px!important;
    outline:none!important;
    margin-left:2px!important;
}

#btn-suiv, .fp-controlArrow.fp-next{
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:15%!important;
    background:transparent!important;
    color:white!important;
    margin-top:3px!important;
    margin-left:20%!important;
    border-radius:5px!important;
    border:1px solid #333!important;
    padding-top:1px!important;
    padding-bottom:5px!important;
    padding-left:14px!important;
    padding-right:14px!important;
    outline:none!important;
}

.navbar-nav > li {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

/* PERSONNALISATION DU SLIDER */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom:-30px!important;
}
.swiper-slide {
    text-align: left;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    -webkit-justify-content: top;
    justify-content: top;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
#container-slide{
    margin-top:-26px;
    width:100%;

}
.col{
    padding:0;
}

/* SLIDER SUR MAP (gauche et droite de la map pour slider sur autre slide) */
.sliderl{
    width: 12%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 16777271;
    opacity: 0.1;
}
.sliderr{
    width: 8%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    z-index: 16777271;
    opacity: 0.1;
}

.popup_invisible{
    display:none!important;

}

.popup_visible{
    display:block!important;
    z-index:2;
    position:absolute;
    width:90%;
    left:0;
    right:0;
    top:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:20%;
    min-height:30%;
    background:white;
    background:#EDECEC;
    overflow-y: hidden;
    overflow-x: hidden;

}

.popup_visible h1{
    padding-left:20px;
    font-variant:small-caps;
    font-size:22px;

}

#close{
    text-align: right;
    display: inline-block;
    font-size: 30px;
    color: #F00;
    cursor: pointer;
    right: 0px;
    position: absolute;
    margin-left: 93%;
    margin-top: 20px;
    margin-right: 10px;
}

/*LEAFLET */
.leaflet-control-zoom{
    display:none;
}

/* INDEX */
#bord1,#bord2 {
    display:inline-block;
    color:#333333;
    border:2px solid #726D6D;
    width:50px;
    height:50px;
    border-radius:50%;
    padding-top:10px;
    font-size:25px;
    margin-bottom:5px;
    background:rgba(255,255,255,0.2);
    padding-left:3px;
}
.indexlogo {
    height: 100px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}	
.error{
    color:red;
    text-align:center;
    margin-top:40px;	
}
.succes{
    color:green;
    text-align:center;
    margin-top:40px;
    padding-top:20px;
    height:120px;
    border-radius:20px;
    border:2px solid black;
    background:rgba(255, 255, 255, 0.59);
}

/* PAGE DE TELECHARGEMENT DES DOCUMENTS */
.documents{
    border:1px solid black;
    width:auto;
    height:50px;
    display:inline-block;
    margin-right:10px;
    padding-top:15px;
    padding-left:10px;

}
.documents i{
    background:black;
    padding-right:3px;
    padding-left:2px;
    border-radius:3px;
    color:white;
}

/* Dashboard (PC) */
#dashboard .col-md-5{
    margin-top:-21px;
}
#dashboard #alertes{
    margin-bottom:-20px
}	
.panel-body{
    padding:0;
}
.list-group{
    margin-bottom:0;
}	
.panel-heading{
    padding:0;
    width:100%;
}

#gravite{
    width:100px!important;

    padding:4px 0 4px 0!important;
}

#checkbox_filtre .btn{
    border-radius:0;
    width:25%;
    padding-top:20px;
    padding-bottom:20px;
    font-size:11px;

}
#checkbox_filtre {
    border-radius:0;
    width:100%;
}
#checkbox_filtre .btn-success{
    background:#333;
    border-color:#222;
}

.critiquefiltre.btn-success.active{
    background:#FF6666!important;
    border-color:#FF6666!important;
    color:black;
}
.majeurfiltre.btn-success.active{
    background:#FFBB99!important;
    border-color:#FFBB99!important;
    color:black;
}
.mineurfiltre.btn-success.active{
    background:#DDFFAA!important;
    border-color:#DDFFAA!important;
    color:black;
}
.informationsfiltre.btn-success.active{
    background:#EEEEEE!important;
    border-color:#EEEEEE!important;
    color:black;
}

#alertes{
    margin-top:4px;
}

td span{
    display:none;
}

#datatable_filter, #datatable_info,#datatable_result_filter,#datatable_result_info{
    display:none;
}



.dataTables_scrollHead{
    margin-top:-7px;
}

#alarmes{margin-top:20px;}

@media screen and (max-width:800px){
    .navbar-brand {
        float: none;  
    }

    .visible-xs{
        display:inline-block!important;
    }

    .navbar-center{
        position: absolute;
        width:36%;
        display:block;
        left: 0;
        top: 0;
        text-align: center;
        margin-left: 32%;
        height:50px;
        z-index:1;

    }

}

@media screen and (max-width:700px){

    td{
        text-align:left;
        font-size:3vw;

    }
    td  .left{
        width:30px!important;
    }
    #gravite{
        width:80px!important;
        content: none;
    }


}
@media (min-width:801px) and (max-width:991px){
    #navbar_pc{display:block!important;}
}

/* Animation de chargement */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/ajax-loader.gif) center no-repeat #fff;
}
