:root {
	--primary-bg: #112350;
	--primary-col: white;
	--primary-border-col: orange;
	--primary-col-use: antiquewhite;
	--primary-focus-col: white;
}

body
{
    font-family: Verdana, sans-serif;
	font-size: 14px;
    margin: 0px;
    padding: 0px;
	background-color: var(--primary-bg, #112350);
	color: var(--primary-col, #FFF);
}
.link { 
	color: #AAA;
	font-size: 0.7rem;
}
.acceuil {
	background-image: url('/images/Acceuil.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.link:hover { 
	color: #A00; 
}
.link:visited { 
	color: #AAA; 
}

.wrapper1 {
	display: grid;
	margin-top: 40px;
    gap: 1rem;
    grid-template-areas:   
			"logo title infodispo"
			"bandeauSup bandeauSup infodispo"
            "content content content";

    grid-template-columns: 105px 4fr 2fr;
}
.wrapper2 {
	display: grid;
	margin-top: 40px;
    gap: 1rem;
    grid-template-areas:   
			"logo title mail infodispo"
            "content content content infodispo";

    grid-template-columns: 100px 2fr 0.5fr 2fr;
}
.wrapper3 {
	display: grid;
	margin-top: 40px;
    gap: 1rem;
    grid-template-areas:   
			"logo title infodispo"
			"bandeauSup bandeauSup infodispo"
            "content content infodispo";

    grid-template-columns: 105px 4fr 2fr;
}

.logo {
    grid-area: logo;
    min-width: 100px;
    background-image: url('../images/logoDABlanc1.png');
    background-repeat: no-repeat;
}

.title {
    grid-area: title;
    min-width: 12em;
    text-align: left;
    color:orange;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 2px 2px 0px #AAA, 3px 3px 0px rgba(0,0,0,0.15);
}

.infodispo1 {
    grid-area: infodispo;
    min-width: 12em;
	z-index: 100;
}

.bandeauSup {
    grid-area: bandeauSup;
}
.mail {
	grid-area: mail;
}
.content {
    grid-area: content;
    font-size: 100%;
}

.infonav {
	vertical-align: top;
    color: white;
	background-color: #424558;
    font-size: 80%;
	border-radius: 10px;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
	display: none;
}
.dispo {
    border: 2px solid lawngreen;
}
.disporestricted {
    border: 2px solid var(--primary-border-col, orange);
}
.dispoprob {
    border: 2px solid var(--primary-border-col, red);
}
#bottomBar
{
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 3px 0px 3px;
    height: 30px;
    text-align: center;
}

a:hover
{
    color:red;
}

hr 
{
    color:yellow;
}

.contenu 
{
	clear: left;
	width: 1200px;
    font-size: 18px;
    padding-left: 30px;
}

.blue
{
	background-color: DodgerBlue;
    color: white;
}

select, input
{
	font-size: 16px;
	text-align: left;
    /* width: 300px; */
	background-color: black;
	color: var(--primary-col, #FFF);
}

.submit {
    width: 120px;
    text-align: center;
    color: var(--primary-col, white);
    background-color: var(--primary-border-col, orange);
	font-size: 14px;
}

td input
{
    min-width: 50px;
    max-width: 100%; 
    width: 100%;
}

#avant, #apres {
	width:50px;
}

input#newVal, input#pax {
	width:30px;
}

input#dep, input#arr {
	width:130px;
}

input[type=button], input[class=jscolor], button[class=jscolor] {
    width:2em;
    font-size: 14px;
    padding-left:3px;
	height: 23px;
}

button.calcul {
	width:4em;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	background-color: limegreen;
	color: black;
}

button.mep {
	font-size: 14px;
	font-weight: bold;
	background-color: limegreen;
	color: black;
	box-sizing: border-box;
}
.orangeButtonMod {
	background-color:orange;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	min-width: 60px;
	border:2px solid SandyBrown;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana, sans-serif;
	font-size:12px;
    /*font-weight: bold;*/
	text-decoration:none;
	text-shadow:1px 2px 0px #b23e35;
	margin-top: 5px;
	margin-left:  100px;
	padding: 2px 2px;
}

.blackButton {
	background-color:#000000;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	min-width: 50px;
	border:2px solid #1f1f1f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana, sans-serif;
	font-size:14px;
	text-decoration:none;
}
.blackButton:hover {
	background-color:#494b4f;
}
.blackButton:active {
	position:relative;
	top:1px;
}

button.imprime {
	background-color: var(--primary-bg, #112350);
}

.setValues {
	background-color: var(--primary-border-col, orange);
	color: black;
	width: 150px;
	text-align: center;
}

#comment {
    width: 600px;
}

p1 {
	color: var(--primary-border-col, orange);
	font-size: 16px;
	text-decoration: underline;
	text-decoration-color: white;
}

p1verysmall {
	font-size: 11px;
	font-style: italic;
}

p1small {
	color: var(--primary-border-col, orange);
	font-size: 14px;
	font-style: italic;
}

p1blanc {
	color: white;
	font-size: 16px;
}

p1big {
	color: var(--primary-border-col, orange);
	font-weight: bold;
	font-size: 20px;
}

p1bigEncadre {
	color: var(--primary-border-col, orange);
	font-weight: bold;
	font-size: 20px;
	border: 1px white solid;
	border-radius: 5px;
	margin-bottom: 5px;
}

p2 {
	color: var(--primary-col, #FFF);
	font-weight: bold;
	font-size: 14px;
}

p2org {
	color: var(--primary-border-col, orange);
	font-weight: bold;
	font-size: 14px;
}

p2red {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

p2green {
	color: lawngreen;
	font-weight: bold;
	font-size: 14px;
}

p3 {
	color: lawngreen;
	font-weight: bold;
	font-size: 16px;
}

p4 {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

p {
	font-size: 18px;
    margin-left: 20px;
}

h1, h2, h3, h4 {
    color: var(--primary-border-col, orange);
}

.quickLook{
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    table-layout:fixed;
	font-size: 12px;
	color: black;
}

.quickLook th, .quickLook td{
    border: 1px solid black;
    text-align: center;
}

.quickLookBlanc{
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    table-layout:fixed;
	font-size: 12px;
	color: white;
}

.quickLookBlanc th{
    border: 1px solid white;
    text-align: center;
	font-style: italic;
	font-weight: normal;
}

.quickLookBlanc td{
    border: 1px solid white;
    text-align: center;
}

.quickLookBlanc td:first-child{
    font-weight: bold;
}

.activity {
	clear:left;
}

.tablesActivite {
	float:left;
}

.graphActivite {
	float:left;
	margin-left: 20px;
}

.mois {
	table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
	margin-left: 20px;
    z-index: 1;
}

.mois th, .mois td  {
    border: 1px solid var(--primary-col, #FFF);
    height: 19px;
    width: 20px;
    text-align: center;
 }

.mois td#separation {
	border: 1px solid;
	border-color: var(--primary-col, #FFF) gray var(--primary-col, #FFF) gray;
	height: 1px;
	width: 20px;
	background-color: gray;
}

.mois td#separationBig {
	border: 0px;
	height: 8px;
	background-color: var(--primary-bg, #112350);
}

.mois .zones {
	height:5px;
	border: none;
}

.mois .zoneA {
	height: 5px;
	background-color: cyan;
	border: none;
	color: black;
}

.mois .zoneB {
	height: 5px;
	background-color: yellow;
	border: none;
	color: black;
}

.mois .zoneC {
	height: 5px;
	background-color: lime;
	border: none;
	color: black;
}

.mois .zoneABC {
	height: 5px;
	background-color: white;
	border: none;
	color: black;
}

.mois .refused {
	background:url("../images/Refused.png");
}

.mois .refused:hover {
	outline: red 3px solid; 
}

.mois .PermSelected {
	border: red 3px solid; 
}

.mois .accepted {
	background:url("../images/Accepted.png");
}

.mois .accepted:hover {
	outline: lawngreen 3px solid; 
}

.mois .pending {
	outline: yellow 3px dashed; 
}

.mois .fondNeutre {
	width: 105px;
	background-color: #112350;
}

.mois .fondRose {
    background-color: #f48fb1;
    color:black;
	width: 105px;
}

.mois .fondVert {
    background-color: rgba(209,244,143);
    color: black;
	width: 105px;
}

.mois .fondBlanc {
	background-color: white;
	height: 20px;
    color: black;
}

.mois .jourActuel {
	border-width: 1px 2px 1px 2px;
	border-style: solid;
	border-color: var(--primary-col, white) red var(--primary-col, white) red;
}

.mois .we {
	background-color: #1A5276;
	color: white;
}

.mois .nonAttributed:hover {
	outline: red 2px dashed; 
}

.mois .attributed:hover {
	outline: white 3px solid; 
}

.mois .done:hover {
	outline: lawngreen 3px solid; 
}

.listeQual, .listeNav,.docs, .visas, .inst {
    border-spacing: 0;
    border-collapse: collapse;
	table-layout: fixed;
    overflow: hidden;
    z-index: 1;
}

.listeQual th {
    border: none;
	color: var(--primary-border-col, orange);
	font-size: 16px;
}

.listeQual td {
	border: 1px solid var(--primary-col, #FFF);
	color: var(--primary-col, #FFF);
	font-size: 16px;
	text-align: center;
}

.listeNav th {
    border: 1px solid var(--primary-col, #FFF);
	border-spacing: 0px;
    border-collapse: collapse;
    font-size: 14px;
	font-style: italic;
	color: var(--primary-border-col, orange);
}

.listeNav td {
    border: 1px solid var(--primary-col, #FFF);
	border-spacing: 0px;
    border-collapse: collapse;
    font-size: 14px;
}

.docs, .visas, .inst, .ajoutVisa {
	font-size: 14px;
}

.docs {
	border-collapse: collapse;
	border-spacing: 0px;
}

.docs th, .visas th, .inst th, .ajoutDoc th, .ajoutVisa th {
    border: none;
	border-spacing: 0px;
	font-weight: 400;
	font-style: italic;
    font-size: 14px;
	color: var(--primary-border-col, orange);
}

.ajoutVisa  caption {
	color: var(--primary-border-col, orange);
	font-size: 16px;
	font-weight: bold;
	background-color: oldlace;
}

.docs tr, .visas tr, .inst tr, .ajoutDoc tr, .ajoutVisa tr {
    border: 1px solid var(--primary-col, #FFF);
}

.docs td, .visas td, .inst td {
    border: 1px solid var(--primary-col, #FFF);
	border-spacing: 0px;
	/* color: white; */
	text-align: center;
}

.tableNoborder {
	border-collapse: collapse;
	border-spacing: 0px;
}

.tableNoborder td {
	border: none;
}

.tableNoborder th {
	border: none;
	color: var(--primary-border-col, orange);
	font-size: 14px;
}

.tableNoborderHidden {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: none;
}

.tableNoborder td {
	border: none;
}

.tableNoborder td:nth-child(2n+1) {
	color: orange;
	font-style: italic;
	font-size: 12px;
}


.ajoutDoc, .ajoutVisa {
	border: none;
	border-collapse: collapse;
}

.ajoutDoc td, .ajoutVisa td {
	border: none;
	outline: none;
	text-align: center;
}

.docs td#local {
	color: darkgray;
}

.modifs {
	table-layout: fixed;
	font-size: 14px;
}

.modifs th {
	background-color: #112350;
	color: var(--primary-border-col, orange);
	font-style: italic;
	font-size: 14px;
}

.modifs td {
	border: 1px solid var(--primary-col, #FFF);
	text-align: left;
}

.modifs td:nth-child(-n+2) {
	color: var(--primary-border-col, orange);
/*	font-style: italic;*/
	font-size: 14px;
	text-align: center;
}

.normal {
	table-layout: fixed;
	font-size: 16px;
}

.normal th {
	background-color: #112350;
	color: var(--primary-border-col, orange);
	font-style: italic;
	font-size: 14px;
}

.normal td {
	border: 1px solid var(--primary-col, #FFF);
	text-align: center;
}

.normal td:first-child {
	color: var(--primary-border-col, orange);
	font-style: italic;
	font-size: 14px;
	text-align: left;
}

.normal {
	border: none;	
	border-collapse: collapse;
}

.suppression {
    border: 1px solid var(--primary-col, #FFF);
    border-collapse: collapse;
    height:20px;
}

td.etiquette {
    width:100px;
    font-style: italic;
    color: darkgray;
}

td.event {
    width:300px;
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-col, #FFF);
}
.trig {
	width: 105px;
	text-align: center;
	font-weight: bold;
}

.fondEffectue {
    background-color: green;
	color: white;
}

.fondUSA {
    background-image: url('../images/Fond_USA.png');
	height: 20px;
	background-position:center;
	background-repeat:no-repeat;
    color: black;
}

.fondRose {
    background-color: #f48fb1;
    color:black;
}

.fondJaune, .inst .fondJaune {
    background-color: #fcf3cf;
    color:black;
}

.vert {
	background-color: limegreen;
	color: white;
	font-weight: bold;
}

.orange {
	background-color: orange;
	color: black;
	font-weight: bold;
}

.inst .jaune, .listeNav .jaune, .docs .jaune {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

.rouge, .listeNav .rouge, .docs .rouge {
	background-color: red;
	color: white;
	font-weight: bold;
}

.docs .texterouge, .listDoc .texterouge {
	color: red;
}

td.label {
    width:104px;
}

.fondVert {
    background-color: rgba(209,244,143,1);
    color: black;
}

.allCalendar {
    overflow:hidden;
	margin-left: 20px;
	width: 900px;
	z-index: 5000;
}

.maladie {
	background-image:url(../images/Maladie.png);
}

.entete-calendar {
	table-layout: fixed;
	width: 900px;
	position: fixed;
	top: 52px;
	background-color: var(--primary-bg, #112350);
	z-index: 1000;
}

.calendar {
	margin-top: 150px;
	z-index: 100;
}

.calendar_caption {
	color: var(--primary-border-col, orange);
	display: block;
	width: 250px;
	height: 25px;
	margin-left: 350px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.request {
	width: 890px;
	height: 30px;
	margin-left: 20px;
}

.jourFerie {
	background-color: red;
	color: white;
}

.rtt {
	background-color: #ff9999;
	color: red;
}

.samedi {
	background-color: #cccccc;
	color: #ff0000;
}

.dimanche {
	background-color: #ffeecc;
	color: #ff0000;
}

.insert {
	clear: left;
	float:left;
	width: 750px;
}

.message {
	clear: left;
	float: left;
}

.destinataires {
	float: left;
	margin-left: 20px;
	width: 490px;
}

.gauche {
	clear: left;
	margin-bottom: 10px;
}

.commentaire {
	clear:left;
	table-layout: fixed;
}

.docsInfos {
	position: absolute;
	width: 410px;
	top: 50px;
	left: 10px;
}

.visasInfos {
	position:absolute;
	width: 410px;
	top: 50px;
	left: 420px;
}

.instInfos {
	position: absolute;
	width: 360px;
	top: 50px;
	left: 835px;
}
.navName {
	position: absolute;
	top: 5px;
	left: 10px;
	color: var(--primary-col, #FFF);
	font-size: 20px;
}

.btnClose {
	background-color: red;
	padding: 1px 2px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}

.btnClose:hover {
	background-color: gray;
}

.overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
}
.overlayAlert {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 12000;
}

.alert {
	/*position: fixed;*/
	margin-top: 50vh; 
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 424px;
	z-index: 12000;
	border: 2px solid yellow;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(255,255,0,0.4);
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: gray;
}

.erreur {
	margin-top: 50vh; 
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 424px;
	z-index: 12000;
	border: 2px solid red;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(255,0,0,0.4);
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: gray;
}

.popup {
	position: relative;
	float:left;
	margin-top: 40px;
	margin-left: 20px;
	width: 1210px;
	background-color: #112345;
	border: 2px solid red;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	padding-left: 10px;
	padding-bottom: 40px;
	z-index: 10000;
	overflow: auto;
}

.popupInfos {
	position: relative;
	margin-top: 40px;
	margin-left: 20px;
	width: 90%;
	height: 90%;
	background-color: #112345;
	border: 2px solid red;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	padding: 10px;
	display: none;
	overflow: scroll;
}

.ajoutNav {
	clear: left;
	margin-top: 20px;
	width: 700px;
	background-color: #112345;
	border: 2px solid red;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	padding: 10px;
	display: none;
}

.popupfdr {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	width: 840px;
	background-color: #112345;
	border: 2px solid red;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	padding: 10px;
	overflow:auto;
}

.popupHdlg {
	position: relative;
	margin-top: 20px;
	margin-left: 5px;
	width: 925px;
	background-color: #112345;
	border: 2px solid yellow;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	padding: 10px;
	display: none;
	z-index: 10000;
	text-align: left;
}

.fanas {
	width: 340px;
	vertical-align: top;
    color: white;
	background-color: rgba(97,255,51,0.2);
    font-size: 14px;
	border-radius: 10px;
    padding: 10px;
    margin-left: 5px;
	margin-bottom: 10px;
	border: 2px solid white;
}

.affectes {
	width: 300px;
	vertical-align: top;
    color: white;
	background-color: #424558;
    font-size: 14px;
	border-radius: 10px;
    padding: 10px;
    margin-left: 25px;
	margin-bottom: 10px;
	border: 2px dashed red;
}

.navdispo {
	width: 340px;
	vertical-align: top;
    color: white;
	background-color: #424558;
    font-size: 14px;
	border-radius: 10px;
    padding: 10px;
    margin-left: 5px;
	margin-bottom: 10px;
	display: none;
}

.navdispo#sansrestriction {
	border: 2px solid lawngreen;	
}

.navdispo#avecrestriction {
	border: 2px solid var(--primary-border-col, orange);	
}

.navdispo#avecpb {
	border: 2px solid  red;
	background-color: #ff8e76;
}

.navdispo#conge {
	border: 2px solid  red;	
}

.info {
    /* float: left; */
	width: 650px;
    color: var(--primary-col, white);
	background-color: var(--primary-bg, #112345);
	border: 1px solid var(--primary-col, white);
	border-radius: 5px;
    display: none;
    font-size: 14px;
    padding: 10px;
	margin-top: 10px;
	/* margin-left: 10px; */
}

.bandeauEnreg {
	clear: left;
	width: 320px;
    color: white;
	background-color: #112345;
	border: 2px solid white;
	border-radius: 5px;
    display: none;
    font-size: 14px;
    padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#commandesEvent {
 	width: 170px;
	vertical-align: top;
 	background-color: #ffffcc;
	border: 2px solid  #cc0000;
    display: none;
    padding-left: 10px;
 }

#commandesMission {
 	width: 300px;
	vertical-align: top;
 	background-color: #ffffcc;
	border: 2px solid  #cc0000;
    display: none;
    padding-left: 10px;
 }

#commandesFanas {
	clear: left;
    float:left;
	width: 320px;
	vertical-align: top;
    padding: 10px;
}

#commandesRequest {
	clear: left;
    float:left;
	width: 300px;
	background-color: #ffffcc;
	border: 2px solid  #cc0000;
    padding: 10px;
}

#bandeauSupprimer {
    float:left;
	width: 400px;
	vertical-align: top;
    color: white;
	background-color: #424558;
	border: 2px solid orange;
	border-radius: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.fleche {
    width:30px;
    height:40px;
    margin-top:25px;
    float:left;
}

.connecte {
	display: block;
	color: yellow;
	font-size: 10px;
	position: fixed;
	top: 0;
	margin-left: 20px;
	z-index: 12000;
}

/* navigation menu */
/* --------------- */
nav {
	position: fixed;
	top: 0;
    width: 100%;
    height: auto;
    background-color: #424558;
	z-index: 10000;
	font-size: 14px;
}

nav > ul {
    margin: 0px;
    padding: 0px;
}

nav > ul::after {
    content: close-quote;
    display: table;
    clear: both;
}

nav > ul > li {
    float:left;
    position: relative;
}

nav > ul > li > a {
    padding: 15px 20px;
    color: white;
}

nav > ul > li:hover a {
    padding: 10px 30px 20px 15px;
}

nav li {
    list-style-type: none;
	z-index: 10000;
}

nav a {
    display: inline-block;
    text-decoration: none;
	z-index: 10000;
}

.submenu {
    display: none;
}

nav li:hover .submenu {
    display:inline-block;
    position: absolute;
    top:100%;
    left:0px;
    padding: 0px;
    z-index: 10000;
}

.submenu li {
    border-bottom: 1px solid #CCC;
	z-index: 10000;
}

.selected {
	background:url("../images/Done.png") no-repeat left center;
    border-bottom: 1px solid #CCC;
	z-index: 10000;
}
 
.submenu li a {
    padding: 15px 30px;
    font-size: 14px;
    /* color: white; */
    width: 100px;
	text-align: center;
} 

.menu:hover {
    border-top: 5px solid lightblue;
    background-color: #363847;
	z-index: 10000;
}

.menu#deconnect0 {
    padding: 15px 30px;
	color: #ffff00;
}
/* 
.menu#admin0 {
	color: #ff0000;
}

.menu#admin0:hover {
 	color: #ffff00;
} */

.menu-simple .submenu {
    background-color: #424558;;
}

.menu-simple .submenu li a{
    color: white;
}

.menu-simple .submenu li a:hover{
	color: white;
	background-color: RGB(130,130,130);
}

.menu-simple:hover {
    border-top: 5px solid #BBB;
    background-color: RGBa(220,220,220,0.15);
}

.menu-stats:hover {
    border-top: 5px solid #e44d26;
    background-color: RGBa(228,77,38,0.15);
}
.menu-stats .submenu {
    background-color: RGB(228,77,38);
}
.menu-stats .submenu li:hover{
    background-color: RGB(210,77,60);
}
.menu-stats .submenu li a{
    color: white;
}

.menu-sel:hover {
    border-top: 5px solid #0070bb;
    background-color: RGBa(0,112,192,0.15);
}
.menu-sel .submenu {
    background-color: RGB(0,160,240);
}

.menu-sel .submenu li a{
    color: white;
}

.menu-sel .submenu li:hover{
    background-color: RGB(0,115,200);
}

.menu-gpo:hover {
    border-top: 5px solid #112350;
    background-color: RGBa(17,35,80,0.25);
}
.menu-gpo .submenu {
    background-color: RGB(17,35,80);
}

.menu-gpo .submenu li a{
    color: white;
}
.menu-gpo .submenu li:hover{
    background-color: RGB(13,25,55);
}

.menu-dfj:hover {
    border-top: 5px solid #ffffff;
    background-color: RGBa(200,200,200,0.15);
}
.menu-dfj .submenu {
	background-color: RGB(200,200,200);
    color: black;
}
.menu-dfj .submenu li{
	background-image: url('../images/USA.png');
	background-repeat: no-repeat;
	background-position: right;
}
.menu-dfj .submenu li a{
    color: black;
}
.menu-dfj .submenu li:hover{
    background-color: RGB(150,150,150);
}

.menu-dfj .submenu li a:hover{
    color: black;
}

.menu-hot:hover {
    border-top: 5px solid #ff99e6;
    background-color: RGBa(255, 153, 230,0.15);
}
.menu-hot .submenu {
    background-color: RGB(255, 153, 230);
}
.menu-hot .submenu li:hover{
    background-color: RGB(255, 102, 217);
}

.menu-hot .submenu li a{
    color: white;
}

.menu-dev .submenu li a{
    color: white;
}

.menu-dev:hover {
    border-top: 5px solid #33cc33;
    background-color: RGBa(51, 204, 51,0.25);
}
.menu-dev .submenu {
    background-color: RGB(51, 204, 51);
}
.menu-dev .submenu li:hover{
    background-color: RGB(31, 122, 31);
}

.menu-ops:hover {
    border-top: 5px solid #e1c86c;
    background-color: RGBa(255,244,203,0.25);
}
.menu-ops .submenu {
    background-color: RGB(255,244,203);
    color: black;
}

.menu-ops .submenu li a{
    color: black;
}

.menu-ops .submenu li:hover{
    background-color: RGB(225,200,108);
}

.menu-ops .submenu li a:hover{
    color: black;
}

.menu-div:hover {
    border-top: 5px solid #EEE;
    background-color: RGBa(220,220,220,0.15);
}
.menu-div .submenu {
    background-color: RGB(220,220,220);
}
.menu-div .submenu li:hover{
	background-color: RGB(190, 190, 190);
	color: black;
}
.menu-div .submenu li a{
    color: black;
}

.menu#deconnect0:hover {
	padding: 10px 20px 15px;
    /* padding: 15px 30px 20px 30px; */
}

.menu#misc, .menu#refresh0, .menu#pdfImg, .menu#mailImg {
    padding: 15px 20px;
}

.menu#misc:hover, .menu#refresh0:hover, .menu#pdfImg:hover, .menu#mailImg:hover {
    padding: 10px 20px 15px;
}

.menu .submenu {
    background-color: #424558;
}

nav > li .is-active {
	text-decoration: underline;
}
nav > li:hover a {
    color: #EEE;
    font-weight: bold;
}

.submenu li:hover a {
    color: #EEE;
    font-weight: bold;
	z-index: 10000;
}

.menu .submenu li:hover {
    background-color: #363847;
	z-index: 10000;
}

#editeur {
    width: 490px; 
    height: 100px; 
	border: 1px solid  white;
	padding: 5px; 
    overflow: auto;
}

.editeur {
	background-color: var(--primary-bg, #112350);
	color: var(--primary-col, white);
}

div#titleLeft {
    width: 200px;
	float: left;
	text-shadow: 2px 2px 0px #AAA, 3px 3px 0px rgba(0,0,0,0.15);
	margin-left: 20px;
}

div#titleLeftBig {
    width: 600px;
	float: left;
	text-shadow: 2px 2px 0px #AAA, 3px 3px 0px rgba(0,0,0,0.15);
	margin-left: 20px;
}

div#titleLeftBig:before {
	content: url("../images/logoDABlanc1.png");
	float: left;
	margin-right: 20px;
}

.imprimante1 {
	position: absolute;
	top: 10px;
	right: 10px;
}

.imprimante {
	float: left;
	margin-top: 40px;
	padding-left:20px;
	padding-right:20px;
}

img#logo {
    /*position: absolute;*/
	float: left;
    width: 130px;
	background-color: white;
	margin-top: 10px;
}

div#logged {
	position: absolute;
    top: 0px;
    left: 20px;
	color:blanchedalmond;
	font-size: 12px;
	z-index: 1000;
}

.horaires {
	clear:left;
	width: 426px;
    color: white;
	border: 1px solid white;
	background-color: #112345;
	border-radius: 5px;
    display: none;
    font-size: 16px;
    padding: 5px;
	margin-top: 20px;
	text-align: left;
}

.infoNav {
	/* position:relative;
	float:left; */
	width: 620px;
	display: none;
	/* margin-left: 20px; */
	border: 1px solid white;
	background-color: #112345;
	border-radius: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 2rem;
}

.infoAvion {
	clear: left;
	width: 900px;
	display: none;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid white;
	background-color: #112345;
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
/* 
#liste_Nav {
	margin-top: 70px;
} */

.liste_Nav {
	float: left;
	width: 820px;
	margin-bottom: 20px;
}

.triNav {
	clear:left;
	float: left;
	width: 420px;
}

.tri {
	display: none;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	width: 300px;
}

.listDoc {
	clear: left;
	float: left;
	width: 530px;
	margin-bottom: 20px;
}

.majDoc {
	float: left;
	width: 450px;
	display: none;
	border: 1px solid white;
	background-color: #112345;
	border-radius: 5px;
	padding: 10px;
}

.majVisa {
	float: left;
	width: 510px;
	display: none;
	border: 1px solid white;
	background-color: #112345;
	border-radius: 5px;
	padding: 10px 20px;
}

.ajoutDocVisa {
	clear: left;
	width: 840px;
	/*border: 1px solid white;
	border-radius: 5px;
	padding: 10px 20px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

.ajoutDoc {
	clear: left;
	float: left;
	width: 400px;
	border: 1px solid white;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px;
}

.modDoc {
	float: left;
	display: none;
	width: 400px;
	border: 1px solid white;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px;
}

.modEvent {
	clear: left;
	float: left;
	display: none;
	width: 520px;
	border: 1px solid white;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.ajoutVisa {
	clear: left;
	float: left;
	width: 750px;
	border: 1px solid white;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px;
	table-layout: fixed
}

.modVisa {
	float: left;
	display: none;
	width: 500px;
	border: 1px solid white;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px;
}

.faa {
	background-image: url("../images/USA.png");
	height: 20px;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #112350;
}

.psp {
	background-image: url("../images/passeport.png");
	height: 20px;
	background-position:center;
	background-repeat:no-repeat;
	background-color: 	darkgray;
}

.easa {
	background-image: url("../images/EUR.png");
	height: 20px;
	background-position:center;
	background-repeat:no-repeat;
	background-color: darkgray;
}

.use {
	display: block;
	font-size: 14px;
	color: var(--primary-col-use, antiquewhite);
}

.use:before {
	content:url("../images/idee.png");
	position:relative;
	padding-right: 20px;
}

.thumbup {
	display: block;
	font-size: 14px;
	color: rgb(0, 253, 21);

}

.thumbup::before {
	content:url("../images/ThumbUp.png");
	position:relative;
	padding-right: 20px;
}

.thumbdown {
	display: block;
	font-size: 14px;
	color:red;

}

.thumbdown::before {
	content:url("../images/ThumbDown.png");
	position:relative;
	padding-right: 20px;
}

.warning {
	display: block;
	font-size: 14px;
	color: rgb(255, 163, 43);
	padding: 2px;
}

#mail {
	font-size: 13px;
}

.warning::before {
	content:url("../images/Warning.png");
	position:relative;
	padding: 2px;
	padding-right: 10px;
	right: 20px;
	left: 5px;
}

.docName {
	padding-left: 10px;
	text-align: left;
}

.icons {
	position: fixed;
	top: 70px;
	left: 20px;
	width: 520px;
	display: none;
	border: 1px solid red;
	background-color: #112350;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	border-radius: 5px;
	padding: 10px;
	z-index: 5000;
}

.bandeauperiode {
	display: block;
	width: 280px;
	margin: 70px 0 0 200px;
	color: var(--primary-border-col, orange);
}

.img {
	background-color: #888;
	padding: 0;
}

.F7X {
	background-color: #ff00ff;
	text-align: center;
}

.F8X {
	background-color: #00E600;
	color: black;
	text-align: center;
}

.F9X {
	background-color: #aab7b8;
	color: black;
	text-align: center;
}

.F6X {
	background-color: #33cccc;
	text-align: center;
	text-align: center;
}

.F2000Ez {
	background-color: #ffff00;
	color: black;
	text-align: center;
}

.F2000 {
	background-color: #ffff99;
	color: black;
	text-align: center;
}

.F20 {
	background-color: #33cccc;
	text-align: center;
}

.F50 {
	background-color: #ccffcc;
	color: black;
	text-align: center;
}

.F900Ez {
	background-color: #3366ff;
	text-align: center;
}

.F900 {
	background-color: #33ecff;
	text-align: center;
}

.F10 {
	background-color: #33cccc;
	text-align: center;
}

#liste_nav {
	display:block;
}

#docs_visas {
	display:none;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  width: 80%; /* Full-width */
  height: 20px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 20px;
  background: #4CAF50;
  cursor: pointer;
}

.missionEvents {
	border-spacing: 0px;
    border-collapse:collapse;
}

.missionEvents th {
    border: none;
    font-size: 16px;
	color: var(--primary-border-col, orange);
}

.missionEvents tr.selected td {
	color:#fff;
	background:#f00;
}

.missionEvents tr:hover td {
	background:#444;
}

.noborder {
	border: none;
	font-size: 16px;
}

.noborder td {
	border: none;
}

.noborder th {
	border: none;
	color: var(--primary-border-col, orange);
}

.plus {
	opacity: 0;
	font-size: 14px;
	font-weight:bold;
	color: var(--primary-border-col, orange);
	padding-left: 20px;
}

.imageplus {
	/* clear: left; */
	padding-top: 40px;
}

.imageplus:hover .plus {
	opacity: 1;
}

.moins {
	opacity: 0;
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-border-col, orange);
	padding-left: 20px;
}

.imagemoins:hover .moins {
	opacity: 1;
}

.validationVol {
	display: none;
}

.infobulle {
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
	border-radius: 5px;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 12px;
    background-color: #FFFFCC;
	color: black;
	z-index: 12000;
	min-width: 300px;
	max-width:500px
}

td input, td select {
	width: 100%;
	box-sizing: border-box;
}

input {
	border-color: white;
	border-style: inset;
}

#editeur:focus {
	box-shadow: 0 0 15px var(--primary-focus-col, white);
}

select:focus { 
	box-shadow: 0 0 15px var(--primary-focus-col, white);
}

input:focus { 
	box-shadow: 0 0 15px var(--primary-focus-col, white);
}

button:focus { 
	box-shadow: 0 0 15px var(--primary-focus-col, white);
}

.chart {
	width: 850px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.center {
	display: inline-block;
	width: 200px;
	margin: auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.periode {
	float: left;
	display: block;
	width: 320px;
	margin: 70px 0 0 250px;
	font-size:18px;
	color: var(--primary-border-col, orange);
}

.choixMois { 
	background-color:var(--primary-bg, #112350); 
	width:170px; 
	border:2px solid var(--primary-border-col, orange); 
	text-align: center; 
	font-weight: bold; 
	font-size: 16px; 
	color: var(--primary-border-col, orange);
}

.choixAnnee { 
	background-color:#112350; 
	width:80px; 
	border:2px solid var(--primary-border-col, orange); 
	text-align: center; 
	font-weight: bold; 
	font-size: 16px; 
	margin-left: 120px;
}

.feu {
	z-index: 15000;
	position:absolute;
	right: 2px;
	top: 2px;
}

.mission {
	clear: left;
	position:relative;
	width: 850px;
}

.dispo {
	clear: left;
	/* position: fixed; */
	/* width: 360px; */
	top: 10px;
	right: 10px;
}

.modifMission {
	position: absolute;
	width: 720px;
	background-color: #112345;
	border: 2px solid red;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(255,0,0,0.4);
	padding: 10px;
	display: none;
}

.red-bg
{
	background-color: red;
	font-weight: bold;
	font-size:  16px;
	color: black;
}

.body-bg
{
	background-color: #112350;
}


.stre {
	text-decoration-style: solid;
	text-decoration-line: underline overline;
	text-decoration-color: red;
}
.tre {
	text-decoration-style: solid;
	text-decoration-line: underline;
	text-decoration-color: red;
}

.mep {
	text-align: center; /* center checkbox horizontally */
	vertical-align: super; /* center checkbox vertically */
}

.indicateurAct {
	border: 1px solid var(--primary-col, #FFF);
	border-spacing: 0;
    border-collapse: collapse;
	table-layout: fixed;
	margin-left: 20px;
	text-align: center;
	font-weight: normal;
}

.indicateurAct tr, .indicateurAct td{
	border: 1px solid var(--primary-col, #FFF);
}

.indicateurAct th {
	border-spacing: 0px;
	font-weight: normal;
	font-style: italic;
    font-size: 10px;
	color: var(--primary-border-col, orange);
}

.indicateurAct td:first-child {
	color: var(--primary-border-col, orange);
	text-align: left;
	font-weight: normal;
}

.indicateurAct td:nth-child(2n) {
	font-weight: normal;
	color: gray;
}

.indicateurAct td:nth-child(2n+1) {
	font-weight: bold;
}

.indicateurJour {
	border: 1px solid var(--primary-col, #FFF);
	border-spacing: 0;
    border-collapse: collapse;
	table-layout: fixed;
    overflow: hidden;
	margin-left: 20px;
}

.indicateurJour tr, .indicateurJour td{
	border: 1px solid var(--primary-col, #FFF);
}

.indicateurJour th {
	border-spacing: 0px;
	font-weight: normal;
	font-style: italic;
    font-size: 10px;
	color: var(--primary-border-col, orange);
}

.indicateurJour td:first-child {
	color: var(--primary-border-col, orange);
	text-align: left;
	font-weight: normal;
}

.indicateurJour td:nth-child(2) {
	font-weight: bold;
	text-align: center;
}

.indicateurAvions {
	border: 1px solid var(--primary-col, #FFF);
	border-spacing: 0;
    border-collapse: collapse;
	table-layout: fixed;
	margin-left: 20px;
	text-align: left;
	font-weight: normal;
	color: var(--primary-border-col, orange);
}

.indicateurAvions tr, .indicateurAvions td{
	border: 1px solid var(--primary-col, #FFF);
}

.indicateurAvions td:first-child {
	font-weight: normal;
}

.indicateurAvions td:last-child {
	color: var(--primary-col, white);
	text-align: center;
	font-weight: bold;
}

.statNav {
	table-layout: fixed;
	border-spacing: 0px;
    border-collapse: collapse;
	color: var(--primary-col, white);
	margin-left: 20px;
}

.statNav tr, .statNav td{
	border: 1px solid var(--primary-col, white);
	text-align: center;
	font-weight: bold;
}

.statNav th {
	border-spacing: 0px;
	font-style: italic;
	font-weight: normal;
    font-size: 10px;
	color: var(--primary-border-col, orange);
}

.statNav td:first-child {
	color: var(--primary-border-col, orange);
	font-weight: normal;
}

.tableSelection {
	border: 1px solid #FFF;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	font-weight: bold;
}

.tableSelection th{
	border: 1px solid #FFF;
	font-weight: normal;
	font-style: italic;
}

.tableSelection td{
	border: 1px solid #FFF;
}

.tableSelection .disponible {
	background-color: green;
}

.tableSelection .selectionne{
	background-color: green;
	border: 2px solid red;
}

.tableWithBorder {
	border: 1px solid #FFF;
	border-collapse: collapse;
}

.tableWithBorder th {
	color: orange;
	font-style: italic;
	border: 1px solid #FFF;
}

.tableWithBorder td {
	color: var(--primary-col, white);
	border: 1px solid #FFF;
}

.tableWithBorder td:first-child {
	text-align: center;
	font-weight: bold;
}

.tableWithBorder td.adresse {
	font-size: 12px; 
	text-align: left;
	color: yellow;
}

.notdefined{
	background-color: yellow;
	color: black;
}

/* .depart, .arrivee {
	-moz-user-select: none;
	-webkit-user-select: none;
}
 */
.ok {
	background-image: url('/images/ok.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.ko {
	background-image: url('/images/ko.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.PermanenceOPS {
	border: 1px solid #FFF;
	border-collapse: collapse;
}

.PermanenceOPS td{
	color: var(--primary-col, white);
	border: 1px solid #FFF;
	height: 20px;
	width: 20px;
}

.pm{
	background-image: url('../images/PermanenceMatin.png');
	background-repeat:no-repeat;
	background-position:center center;	
}

.pj{
	background-image: url('../images/Permanence.png');
	background-repeat:no-repeat;
	background-position:center center;	
}

.ps{
	background-image: url('../images/PermanenceSoir.png');
	background-repeat:no-repeat;
	background-position:center center;	
}

.tt{
	background-image: url('../images/Teletravail.png');
	background-repeat:no-repeat;
	background-position:center center;	
}

.myButton {
	background-color:#44c767;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:28px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:0px 0px;
	margin: 10px 5px;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.button, input[type=submit] {
    display:inline-block;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	border-radius:1rem;
	cursor:pointer;
	font-size: 1rem;
	margin: 0.5rem 0.2rem;
	padding: 5px 0.5rem;
	min-width: 130px;
	transition-duration: 1;
    text-align: center;
}
.buttonOPS {
    display:inline-block;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	border-radius:1rem;
	cursor:pointer;
	font-size: 1rem;
	margin: 0.5rem 0.2rem;
	padding: 5px 0.5rem;
	min-width: 30px;
	transition-duration: 1;
    text-align: center;
}
.button:hover, input[type=submit]:hover {
	border-radius:0;
	border-width: 2px;
	transition-duration: 1;
	padding: 4px 0.5rem;
}
.borg {
    text-shadow:1px 1px 0px #b23e35;
    border:1px solid SandyBrown;
    background-color:orange;
    color:#ffffff;
}
.bgre {
    text-shadow:1px 1px 0px #2f6627;
    border:1px solid #18ab29;
    background-color:green;
    color:#ffffff;
}
.bred {
    text-shadow:1px 1px 0px #f24537;
    border:1px solid red;
    background-color: #f24537;
    color:#ffffff;
}
.byel {
    text-shadow:1px 1px 0px #f24537;
    border:1px solid #ffaa22;
    background-color: #fff766;
    color:#f70a0a;
}

.bbla {
	background-color:#000000;
	border:1px solid #949494;
	color:#ffffff;
}
.changePassWord {
	font-family: text-security-disc;
	/* Use -webkit-text-security if the browser supports it */
	-webkit-text-security: disc;  
	resize: none;
	overflow-y: hidden;
	white-space: nowrap;
	height: 1.2rem;
	width: 12rem;
	background-color: black;
	color: white;
}
.changePassWord::-webkit-scrollbar {
	display: none;
}
@media screen and (max-height:900px) {
	.popupfdr{
		height:650px;
		overflow:auto;
	}
}

td.selectedForPrint {
	background-image: url(../images/Done.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 40px;
	padding: 0;
  }