#loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,0.5);
    z-index: 1000;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
}
a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}
.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 60px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}
.footer .info-projet {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.footer img {
    height: 60px;
}
.tooltip-inner {
    font-size: 1.4em;
    max-width: 400px;
}
.compulsory:after {
  color: #f00;
  content: " *";
  display: inline;
}
.table thead {
    font-weight: bold;
    font-style: italic;
}
.warning {
    background-color: #fcf8e3;
    border: 1px solid #ffe974;
    border-radius: 3px;
    padding: 15px;
}
.Form-title {
    font-weight: bold;
    font-style: italic;
}
.FormErrors {
    background-color: #f2dede;
    border: 1px solid #efc6c6;
    border-radius: 3px;
    padding: 10px;
    padding-bottom: 0;
    margin: 10px 0;
}
.SubForm-contents {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}
.SubForms li.error a {
    background-color: #f2dede !important;
    border-color: #efc6c6 !important;
}
.navbar-title a {
    font-weight: bold;
    font-style: italic;
    font-size:18px;
    color: #0168b2 !important;
}
.titre {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.connecte {
    float: right;
    font-size: 12px;
    margin-top:20px;
}
.connecte .user {
    font-weight: bold;
}
.logout {
    font-style: italic;
    margin-left: 20px;
}
.login-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.btn-pulveco {
    color: #fff !important;
    background-color: #adc8d9;
    border-color: #0168b2;
}
.info {
    width:75%;
    margin: auto;
    padding: 10px;
    border : 1px solid #555;
    text-align: justify;
    margin-bottom: 20px;
}
.menu {
    margin-bottom: 20px;
}
.menu .btn-pulveco {
    display: block;
    width:75%;
    margin: auto;
    font-size: 24px;
}
.description {
    font-weight:bold;
}
.input {
    margin-bottom:15px;
}
.invisible {
    display: none;
}

.excellente {
    background-color: #00b050;
}
.tres-bonne {
    background-color: #92d050;
}
.bonne {
    background-color: #c5e0b4;
}
.moyenne {
    background-color: #ffc000;
}
.mauvaise {
    background-color: #ff0000;
}

.legende {
    border: 2px solid #aaa;
    padding: 10px;
}
.legende .titre {
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
}
.legende .icon{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    float:  right;
    margin-bottom:5px;
}
.legende .explication {
    text-align: left;
}

.vertical-align {
    display: flex;
    align-items: center;
}
.label-pulve {
    font-weight: bold;
    padding-top: 8px;
}
.sub {
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
}
img.img-pulve {
    max-width: 100%;
    max-height: 75px;
    width: auto;
    height: auto;
    display: block;
}
.types-pulverisateur-image .type {
    padding: 5px;
    margin-bottom: 5px;
}
.types-pulverisateur-image .type .bouton {
    cursor: pointer;
    border: 3px solid #ccc;
    border-radius: 15px;
    padding:5px;
}
.types-pulverisateur-image .type .bouton.selected {
    border-color: #0168b2;
}


.titre-legende-doses {
    font-weight: bold;
    text-align: center;
    color: black;
    font-size: 22px;
}
table.legende-doses {
    margin: auto;
}
table.legende-doses td {
    width:75px;
    height: 40px;
    text-align: center;
    border: 1px solid black;
    color: black;
}
table.legende-doses td.sub-niveau {
    background-color: #fff;
    border: 1px solid black;
}

img.img-pulve-resultat {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}
.resultat #resultat-pulverisation {
    border: 4px solid #41719c;
}
.resultat .resultat-resume {
    margin: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.resultat .resultat-titre {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.resultat .resultat-soustitre, .resultat .resultat-info {
    text-align: center;
    font-size: 14px;
    color: black;
}
.resultat .row-res {
    padding-top:10px;
    padding-bottom: 10px;
}
.resultat .ref {
    border-bottom: 1px solid #ddd;
}
.resultat .rangs {
    margin-top:10px;
}

.saved-infos {
    margin-bottom: 10px;
}
.saved-infos .nom {
    font-weight: bold;
    font-style: italic;
}
.saved-infos .valeur {
    color: black;
}

.btn-retour {
    float: right;
}


.simulation-view .performance {
    padding: 10px;
    border: 1px solid #555;
}
.simulation-view .performance .zone {
    font-weight: bold;
}
.simulation-view table {
    margin-top: 20px;
}
.simulation-view table th {
    text-align: center;
}
.simulation-view td {
    font-size: 12px;
}
.qualite-pulve {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: auto;
}

.explications img {
    margin: 10px 0;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}
.explications .legende-img {
    font-style: italic;
    text-align: center;
}
.explications .panel-body a {
    font-style: italic;
    text-align: center;
    color: #0168b2;
    display:block;
    margin: auto;
    margin-top: 10px;
}

.inscription {
    margin-top: 50px;
    font-style: italic;
    font-size: 0.9em;
    text-align: center;
}
.inscription a {
    color: blue;
}

