#loaderPage {
    width: 100%;
    height: 99%;
    position: relative;
    display: block;
    background: url('../images/bg3.jpg');
}

#loaderPage video {
  width: 100%;
  height: 100%;
}

.fuel_bg_default {
    background-image: url('../images/wdu/fuelDeskBG.png');
    background-size: cover;
}

.fuel_bg_login {
    background-image: url('../images/wdu/deskbg.jpg');
    background-size: cover;
}

container {
    font-size: 13px;
}

container:after {
    content: "";
    display: block;
    position: sticky;
    z-index: -1;   
    width: 100%;
    height: 100%;
    background-image: url('../images/wdu/deskbg.jpg');
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

container[context="login"]:after{
    opacity: 0.7;
}

content {
    margin-top: 30px !important;
}

.viewSection {
    display: none;
    max-width: 96%;
    margin-top: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    float: none !important;
}

#loginDesk, #getRData{
    width: 55% !important;
    margin-left: 13% !important;
}

#loginDesk_ {
    padding: 7% 3% 2% 3%;
    border-radius: 50%;
    /*background-image: radial-gradient(red 5%, yellow 15%, green 60%);*/
    background-image: radial-gradient(closest-side ellipse at center, orange, white);
    /*box-shadow: 10px 10px 10px rgba(255, 255, 255, 0.9);*/
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7), 0 12px 20px 0 rgba(0, 0, 0, 0.3);
    opacity: 0.3;
}

#loginDesk_ {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dmenu {
    position: fixed;
    right: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    text-align: right;
    padding: 10px 20px;
    z-index: 39;
}
/* Suppression des puces et des marges pour les listes du menu et des sous-menus */ 
.dmenu ul {
    list-style-type: none; 
    margin: 0px; 
    padding: 5px;
    text-align: justify;
} 
.dmenu ul { /* Masquage des sous-menu par defaut */
    display: none;
}
.dmenu li {
    display: block;
    /* Positionnement relative des elements de menu pour pouvoir positionner les sous-menu correctement en absolu */
    position: relative;
}
.dmenu>li {
    margin : 0 1%;
    border: 1px solid white;
    border-radius: 15px;
}

.dmenu>li:hover, .dmenu>li.active {
    border: 3px solid #666;
}

.dmenu>li>ul>li {
    min-width: 180px;
}
.dmenu a {
    /* On transforme les liens en bloc pour pouvoir les dimensionner */
    display: block;
    /* Dimensions des liens */ 
    /*width: 100px; 
    height: 30px; 
    line-height: 30px; */ 
    /* Doit etre equivalent a la hauteur du menu pour centrer le texte verticalement */
    padding: 3px 10px;
    /*text-align: center; */ 
    text-decoration: none;
}
.dmenu li:hover ul {
    /* Affichage du soumenu au survol */
    display: block;
    /* Positionnement du sous-menu */ 
    position: absolute; 
    /*top: 36px; /* Hauteur du menu + hauteur du padding top et bottom : 30 + 3 + 3 = 36 */ 
    left: 0px; /* Decalage du sous-menu par rapport aux liens du menu*/ 
    z-index: 100; /* Gestion de la superposition des sous-menus par rapport au reste de la page */ }
.dmenu ul a { /* Changement de l'affichage des liens des sous-menus pour ne pas les afficher en inline-block comme les liens de menu, ils seront donc verticaux */
    display: block;
}

/* Gestion des couleurs */
.dmenu li { 
    /*background-color: #666;  Couleur d'arriere-plan du menu */
}
.dmenu li a { 
    color: #FFFFFF; /* Couleur du texte du menu */
    text-shadow: 0 2px 3px black;
}
.dmenu li:hover {
    background-color: #000; /* Couleur d'arriere-plan du menu au survol */
}
.dmenu li:hover a {
    color: #fff; /* Couleur du texte du menu au survol */ 
}
.dmenu ul li { 
    /*background-color: #ccc; /* Couleur d'arriere-plan des sous-menu */ 
}
.dmenu ul li:hover {
    background-color: #000; /* Couleur d'arriere-plan des sous-menu au survol */ 
}
.dmenu ul li a {
    color: #666; /* Couleur du texte des sous-menu */ 
}
.dmenu ul li:hover a {
    color: #fff; /* Couleur du texte des sous-menu au survol */
}

.btn_gradient, .dmenu li, table th, button, .button {
    /*background: -webkit-linear-gradient(50deg,#337ff9,#32f526)!important;
    background: -o-linear-gradient(50deg,#337ff9,#32f526)!important;
    background: linear-gradient(50deg,#337ff9,#32f526)!important;*/
    /*background: -webkit-linear-gradient(50deg,#337ff9,#11ecde)!important;
    background: -o-linear-gradient(50deg,#337ff9,#11ecde)!important;
    background: linear-gradient(50deg,#337ff9,#11ecde)!important;*/
    background: -webkit-linear-gradient(50deg,#0089d0,#11ecde)!important;
    background: -o-linear-gradient(50deg,#0089d0,#11ecde)!important;
    background: linear-gradient(50deg,#0089d0,#11ecde)!important;
    
}

.btn_gradient:hover, .dmenu li:hover, button:hover, .button:hover {
    background: -webkit-linear-gradient(50deg,#11ecde,#0089d0)!important;
    background: -o-linear-gradient(50deg,#11ecde,#0089d0)!important;
    background: linear-gradient(50deg,#11ecde,#0089d0)!important;
}

#stationDate, #sapceSelectArea {
    position: fixed;
    top: 10px;
    width: 60%;
}

#left {
    position: fixed;
    top: 20px;
    bottom: 50px;
    left: 1%;
    width: 18%;
    z-index: 1;
    display: none;
}

#left .logo {
    /*width: 100%;*/
    height: 50px;
}

#left .logo img {
    height: 150px;
}

#left .submenu {
    min-height:-moz-calc(100% - 50px); min-height:-moz-calc(100% - 50px); min-height:calc(100% - 50px);
    padding: 1%;
    padding-top: 100px;
    /*background: -webkit-linear-gradient(50deg,#337ff9,#32f526,#337ff9);
    background: -o-linear-gradient(50deg,#337ff9,#32f526,#337ff9);
    background: linear-gradient(50deg,#337ff9,#32f526,#337ff9);*/
    /*border-style: solid;
    border-image: linear-gradient(10deg,#0089d0, #11ecde) 3;
    border-top-left-radius: 20px;*/
    border: 3px solid #0089d0;
    border-bottom-width: 7px;
    border-top: none;
    border-right-color: #11ecde;
    border-radius: 20px;
}

.submenu li {
    width: 100%;
    /*height: 99%;*/
    border-radius: 20px;
    /*background: white;*/
    list-style: none;
    margin-bottom: 3px;
}

.submenu li {
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
}

.submenu>li {
    padding-bottom: 5px;
}

.submenu li a:hover, .submenu li a.active {
    color: #337ab7;
    border: 1px solid #aac923;
    background: #e2f7bb;
    text-align: center;
}

.submenu>li>a {
    color: #FFF;
    background: #0089d0;
    padding: 2px 5px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.submenu ul {
    padding: 5px 5px;
    display: none;
}

.submenu ul li:hover, .submenu ul li.active {
    border: 1px solid #aac923;
    background: #f8f8f8;
    text-align: center;
}

.submenu li a {
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
    display: block;
}

.submenu li:hover ul {
    display: block;
}

content:not(.login) {
    position: fixed;
    top: 70px;
    bottom: 50px;
    left: 20%;
    width: 80%;
    margin: 0 !important;
    padding :0 !important;
    overflow: auto;
}

label:has(+ select#station) {
    padding-top: 7px;
}

#stationLabel, #dateLabel, .dateLabel {
    padding-top: 6px;
    text-shadow: 0 0px 7px #0293d1;
}

input#date, input#dateEnd {
    line-height: normal !important;
}

table {
    border-collapse: separate !important;
    border-spacing:5px !important;
    border: 3px solid #0089d0;
    border-top: none;
    border-right-color: #11ecde;
    border-radius: 10px;
    width: 98% !important;
    margin-bottom: 20px !important;
}

table tbody {
    border: 3px solid #337ff9;
    border-top: none;
    border-radius: 10px;
    /*position: absolute;
    width:-moz-calc(100% - 10px); width:-moz-calc(100% - 10px); width:calc(100% - 10px);*/
    width: 100%;
    margin: -25px 0 0 -5px;
    padding-top: 20px;
}

table.center * {
    text-align: center;
}

tbody tr.update input, tbody tr.update span, tbody tr.update select {
    background: #f0fbfb !important;
}

table tr {
    background: none !important;
}

table th {
    border-radius: 10px !important;
    margin: 0 5px !important;
    color: #FFFFFF! important;
}

table th, table td {
    border: none !important;
}

table input, table select, table span {
    border: 2px solid #0089d0 !important;
    border-right-color: #11ecde !important;
    border-radius: 10px !important;
}

.text-danger {
    color: #a94442 !important;
}

.form-control[disabled] {
    /*background-color: #FFFFFF !important;*/
}

input[type='number'] {
    width: 100%;
}

.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/wdu/loader.gif) center no-repeat #fff;
}

#aboutSoftware ol { counter-reset: item; }
#aboutSoftware ol li { display: block; }
#aboutSoftware ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #0089d0;
}

img.desableRecord[changeTo] {
    border-radius: 50px;
    width: 70px;
    cursor: pointer;
    margin: auto;
}

img.desableRecord[changeTo="1"] {
    background-color: #2cf53c;
}

img.desableRecord[changeTo="0"] {
    /*background-color: #f6f450;*/
    background-color: #fc4848;
}