/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 mars 2019, 18:05:12
    Author     : patrice
*/
root { 
    display: block;
    margin:10px;
}
#content {font-family: Arial, Helvetica, sans-serif;}
#main {margin:10px;}
.searchField {float:left;margin:5px;width:270px;min-height:22px;}
.searchField label {}
.myDate {width:80px}
.mainwin {clear:both;border-radius:5px} /*background-color:#F5F5F5;;}*/

/* fieldset.mainwin {background-color:#F5F5F5;clear:both;border-radius:5px;} ;*/
.mainwin legend {color:black;}
#headLogo {height:70px;width: 130px;margin-left: 1rem; background: center/contain url(../images/logoLTSC.png) no-repeat;}
#headconnexion {float:right;margin-top:10px;}
/*
.espClientDiv {
    height: 100px;
    position: relative;
    top: 10px;
    right: 20px;
    float: right;
    z-index: 100;
}
*/
#demoSplashScreen {
    width: 100px;
    height: 70px;
}

ul.navbar-nav li.active {
    text-decoration: underline;
}

#userNameLabel::before {
    content: "Bonjour "
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

}
/* medium+ screen sizes */
@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
    .mobile-only {
        display:none !important;
    }
}
/* small screen sizes */
@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }

    .desktop-only {
        display:none !important;
    }
}
@media (max-width:1033px) {
 .corps { padding-top: 160px; }
}
@media (min-width:1034px) {
 .corps { padding-top: 185px; }
}

.corps { padding-top: 185px\9; }

.notVisibleWhenEmpty:empty {
    display: none;
}
ul.nav.navbar-nav li.active {text-decoration: underline; color: #004494; }
button.active,label.btn.active {text-decoration:underline}
nav li {
    float:left\9;
}
.navbar-toggleable-md li.nav-item {
    background-color: #e6e6e6;
    border: 1px solid lightgray;
    border-top: unset;
    border-bottom: 3px solid #0275d8;
    padding: 0 5px;
}
.navbar-toggleable-md ul.navbar-nav li.active {

    background-color: ghostwhite;
}
@media (min-width:860px) {
    .barre2menu li * a {font-weight:bold;}
}
.moto * h2 {margin-bottom:1.5em;z-index: 2;position: relative;color: #1A376E;}



#deconnect-access:after, #deconnect-access:before {
    bottom: 100%;
    border: solid transparent;
    content: "";
    position: absolute;
}
#deconnect-access {
    all: initial;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    /* width: 300px; */
    padding: 15px;
    margin-top: 20px;
    z-index: 9990;
    box-shadow: 1px 1px 3px #ccc;
}
#deconnect-access:after {
    border-bottom-color: white;
    border-width: 13px;
    left: 10%;
}
#deconnect-access:before {
    border-bottom-color: #ccc;
    border-width: 14px;
    left: 9.70%;
}
.bottom-footer {
    /* margin-top: 1rem; */
}
.noprint {
    display:none;
}
#fc-button {
    cursor: pointer;
}
.iconBox {
    width: 50px;
    height: 50px;
    text-align: center;
    border:5px solid black;
}
@media (max-width: 860px) {
    li.nav-item {
       margin-top: 0;
    }
    li.nav-item h2 {
        margin:0;
    }
    li.nav-item h2 a {
        padding: 5px 0;
    }
}
.card-avis {
    min-width: 300px;
}
.eltSta10 {padding:10px;background-color:orange;}
.eltSta35 {padding:10px;background-color:#e09f9f;}
.eltSta40 {padding:10px;background-color:#C8EBCC;}
.eltSta50 {padding:10px;background-color:#C8EBCC;}
.eltSta60 {padding:10px;background-color:#C8EBCC;
    border-style: dashed;
    border-width: 1px;
    border-bottom-right-radius: 25px;}
.eltSta70 {padding:10px;background-color:yellow;}
.eltSta80 {padding:10px;background-color:pink;}
.eltSta90 {padding:10px;background-color:white;}
.eltSta92 {padding:10px;background-color:lightgoldenrodyellow;}
.newNote .notetit {font-weight: bolder; }
#mascadiaChoice:empty {
   display: none;
}
#mascadiaChoice::before { 
  content: "adresses disponibles";
  color: blue;
}
.champRO {
    background-color: #D6EAF8;
    padding: 3px;
}
Form input:not(placeholder-shown) {
    font-weight: bold !important;
}
Form input::placeholder {
    color: lightgray;
    font-weight: normal;
}