html, body, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}

#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/fueldesk/fuelDeskBG.png');
    background-size: cover;
}

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

#content {
    font-size: 13px;
}

#content: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;
}

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

#container {
    margin-top: 30px !important;
}

.viewSection {
    /*display: none;*/
    max-width: 98%;
    margin-top: 20px;
    text-align: center;
    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(closest-side ellipse at center, orange, white);
    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 {
    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 {
    position: fixed;
    top: 10px;
    width: 80%;
}

#left {
    position: fixed;
    top: 20px;
    bottom: 10px;
    left: 1%;
    width: 15%;
    z-index: 1;
}

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

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

#left .logoPB {
    width: 100%;
    height: 100px;
}

#left .content {
    width: 100%;
    height: -moz-calc(100% - 50px); height:-moz-calc(100% - 50px); height:calc(100% - 50px);
    padding-top: 100px;
    padding-bottom: 10px;
    border: 3px solid #0089d0;
    border-bottom-width: 7px;
    border-top: none;
    border-right-color: #11ecde;
    border-radius: 20px;
}

#left .submenu {
    /*min-height:-moz-calc(100% - 50px); min-height:-moz-calc(100% - 50px); min-height:calc(100% - 50px);*/
    width: 100%;
    height: 100%;
    padding: 1%;
    overflow-y: auto;
    /*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;*/
}

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

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

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

.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 li a.alone:hover, .submenu li.active a.alone {
    border: 1px solid #aac923;
    background: #f8f8f8;
    text-align: center;
    color: #337ab7;
}

.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;
}

#container:not(.login) {
    position: fixed;
    top: 82px;
    left: 17%;
    width: 83%;
    height: calc(100% - 82px);
    height: -moz-calc(100% - 82px);
    height: -webkit-calc(100% - 82px);
    margin: 0 !important;
    padding :0 !important;
    overflow: auto;
}

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

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

input[type="month"] {
    height: 34px;
}

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

table tbody {
    border: 3px solid #337ff9;
    border-top: none;
    border-radius: 10px;
    width: 100%;
    margin: -25px 0 0 -5px;
    padding-top: 20px;
}

table th {
    color: #FFFFFF! important;
}

table tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
}

table tr:first-child th:last-child {
    border-radius: 0 10px 0 0;
}

table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}*/

.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;
}

table tbody span {
    background-color: #eee !important;
    opacity: 1;
}

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

.dt-buttons, .dataTables_filter {
    margin: 0 3%;
}
.dt-buttons {
    font-weight: bold;
}

.wd-1 { width: 1%; }
.wd-2 { width: 2%; }
.wd-3 { width: 3%; }
.wd-4 { width: 4%; }
.wd-5 { width: 5%; }
.wd-6 { width: 6%; }
.wd-7 { width: 7%; }
.wd-8 { width: 8%; }
.wd-9 { width: 9%; }
.wd-10 { width: 10%; }
.wd-11 { width: 11%; }
.wd-12 { width: 12%; }
.wd-13 { width: 13%; }
.wd-14 { width: 14%; }
.wd-15 { width: 15%; }

table.dataTable thead th, table.dataTable thead td { padding: 10px 10px !important; }
table.dataTable tbody th, table.dataTable tbody td { padding: 2px 2px !important; }