/* Couleurs
Sky blue : #057aff;
Dark Blue : #051e50;
*/

/* Header */
.fancyHeader {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/main_bg.jpg);
}
.fancyHeaderMenu { width: 97%; }
.innerRoundedMenubar { max-width: 99%; }

.subMenu_Item{
    display:none;
    margin-left:1em;
}

.leftPad {
    padding-left:5em;
}

.languageLink{
    display: flex;
    align-items: center;
    padding-left: 1rem; /* 16px */
    padding-right: 1rem; /* 16px */
}
.languageLink :hover{
    color: #057aff;
}

.selected_headerLi, .headerLi {
    display:block;
    padding-top: 1.5rem; /* 24px */
    padding-bottom: 1.5rem; /* 24px */
    padding-left: 1rem; /* 16px */
    padding-right: 1rem; /* 16px */
    border-radius: 0.25rem;
}
.selected_headerLi {
    color: white;
    background-color: #057aff;
}

.expandableHeaderLi:after {
    content: "";
    width: 16px;
    height: 24px;
    vertical-align:middle;
    margin-left:3px;
    background: url("images/burgerMenu.svg") no-repeat /*-30px -50px*/;
    background-size: cover;
    /*top: 10px;
    right: 5px;
    position: absolute;*/
    display: inline-block;
}
/*.headerLi {
    color: #0d1d3f;
}*/
.headerLi:hover {
    color: #057aff;
}

.userLink a {
    height: 100%;
    display: flex;
    align-items: center;
}
.userLink a:hover {
    color: #057aff;
}
#userIcon {
    width: 26px;
    height: 26px;
    padding-right:3px;
    display:inline-block;
}
#revertIcon {
    width: 36px;
    height: 24px;
    float:right;
}
#bubbleMeteoDiv {
    z-index: 5000;
    position: fixed;
    right: 2%;
    bottom: 2%;
}
#bubbleMeteoButtonsDiv{
    position: absolute;
    right: 1%;
    top: 0%;
}
#meteoBubbleIcon{
    width:60px;
    height:60px;
    cursor:pointer;
}
.std_16_Icon{
    width:16px;
    height:16px;
    cursor:pointer;
}
.std_24_Icon{
    width:24px;
    height:24px;
    cursor:pointer;
}
.std_32_Icon{
    width:32px;
    height:32px;
    cursor:pointer;
}
/*.hoverImg {
    background-color: white;
    display: inline-block;
}*/
.hoverImg:hover {
    opacity: .5;
}
.lightHoverImg:hover {
    opacity: .7;
}
/*.hoverImg:hover { filter: brightness(50%); }*/
/*.hoverImg {
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
    &:hover {
        border: 1px solid gray;
        filter: brightness(130%);
        -webkit-filter: brightness(130%);
        -moz-filter: brightness(130%);
        -o-filter: brightness(130%);
        -ms-filter: brightness(130%);
        -webkit-transition: all 0.50s;
        transition: all 0.50s;
    }
}*/

#navbar-cta {
    padding-left:3%;
}

.loginDiv{
    border-radius: 0.75rem;
    background-color:white;
    height:30%;
    width: 48%;
    padding:20px;
}


.loginStationDiv {
    /*margin:0 auto;*/
    text-align:center;
}

.headerMenu .expandable:hover > .sub-menu{
    display: block;
}
.headerMenu .sub-menu {
    background-color: #e6e6e6;
    /*color: #45505f;*/
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    /*border-top: 3px solid #e2193d;*/
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    clip: rect(1px, 1px, 1px, 1px);
    display: none;
    /*font-size: 0.8em;*/
    margin-top: 0;
    overflow: hidden;
    padding: 10px 30px 10px 15px;
    position: absolute;
    /*  top: 100%;*/
    z-index: 1000;
    min-width:10%;
}
.headerMenu .sub-menu > li > a {
    /*color: #45505f;*/
}
.headerMenu .sub-menu {
    border-left: 0 none;
    /*border-radius: 1.25em;*/
    border-radius: 0px 0px 1.25em 1.25em;
    clip: inherit;
    height: auto;
    overflow: inherit;
    width: auto;
}
.headerMenu .sub-menu > li {
    /*color: white !important;*/
    display: block;
    /*font-size: 1.1em;*/
    margin-bottom: 10px;
    text-transform: none;
}
.headerMenu .sub-menu > li > a:hover {
    color: #057aff;
}
.menubarSubtitle{
    color: #057aff;
    font-weight:bold;
    text-decoration:underline;
    font-size:1.1em;
}
.menubarSubtitle:hover{
    color: #051e50;
}

.docLink {
    display:block;
    text-decoration:underline;
}
.docLink:hover{
    color: #057aff;
}
.stdLink {
    text-decoration:underline;
}
.stdLink:hover{
    color: #057aff;
}

.loading:before {
    content: "";
    display: inline-block;
    height: 90%;
    vertical-align: middle;
}
.loading {
    background-image: url("images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    font-size:1.5em;
}
.loadingSpan {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
/* FIN Header */

h1 {
    font-weight:bold !important;
    font-size:2.2em !important;
    color: #051e50;
    text-align:center;
}
h2 {
    font-weight:bold !important;
    font-size:1.9em !important;
    text-align:center;
}
h3 {
    font-weight:bold !important;
    font-size:1.5em !important;
    text-align:center;
}
h4 {
    font-weight:bold !important;
    font-size:1.2em !important;
    text-align:center;
}
h5 {
    font-weight:bold !important;
    font-size:1.1em !important;
}

.skyBlue{
    color: #057aff;
}
.darkBlue{
    color: #051e50;
}
.error {
    color: red;
    font-weight: bold;
}
.errorBtn { border-color: red; }

.fullWidth {
    width:100%;
}

.block {
    display:block;
}
.inlineBlock {
    display:inline-block;
}
.centered {
    margin: 0 auto;
}
.leftText {
    text-align:left;
}
.centerText {
    text-align:center;
}
.clickable {
    cursor:pointer;
}
.selected {
    color: white;
    background-color: #057aff;
}
.container, #container {
    min-height: 100%;
    /*margin-bottom: -20px;*/
    /*background-color:#CFCFCF;*/
}

.content, #content {
    width:95%;
    margin: 0 auto;
    min-height:500px;
    margin-top:3%;
    /*background-color:white;*/
}

img:not(.flexibleDisplay) {
    display:inline-block !important;
}

.centeredNarrowContent {
    width:50%;
    margin: 0 auto;
}

.contactCopyrightsLogo{
    margin-left:1em;
    height: 10em;
}
.contactCopyrightsDiv{
    margin-left:2em;
    margin-bottom:2em;
}
.leftBorder {
    border-left: 1px solid #051e50;
}

body{
    font-family: 'Roboto', sans-serif;
    color: #0d1d3f;
    font-size: 15px;
    line-height: 18px;
    margin:0;
}

.bordered { border: 1px solid #051e50; }
.formBordered { 
    border: 1px solid #051e50; 
    padding: 10px;
}

.smaller {
    font-size:0.9em;
}
.small {
    font-size:0.7em;
}
.bigger {
    font-size:1.1em;
}
.big {
    font-size:1.3em;
}

.right {
    text-align:right;
}
.rightFloat {
    float:right;
}
.leftFloat {
    float:right;
}
.arrivalHours{
    position: absolute;
    right: 30%;
}

.smallerSkyButton {
    cursor: pointer;
    padding-top: 0.5rem; /* 8px */
    padding-bottom: 0.5rem; /* 8px */
    padding-left: 1rem; /* 16px */
    padding-right: 1rem; /* 16px */
    color: white;
    text-align: center;
    border-radius: 0.75rem;
}
.skyButton, .smallerSkyButton, .marineButton {
    cursor: pointer;
    padding-top: 0.3rem; /* 8px */
    padding-bottom: 0.3rem; /* 8px */
    padding-left: 0.6rem; /* 16px */
    padding-right: 0.6rem; /* 16px */
    color: white;
    text-align: center;
    border-radius: 0.75rem;
}
.skyButton, .smallerSkyButton{
    background-color: #057aff;
}
.skyButton:hover, .smallerSkyButton:hover {
    background-color: #051e50;
}
.marineButton{
    background-color: #051e50;
}
.marineButton:hover {
    background-color: #057aff;
}

.localizeButton{
    background-image: url("images/localize.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
}

.passwordDirectives {
    font-style:italic;
    font-size:0.8em;
}
.talic { font-style:italic; }
.red {
    color:red;
}
.green {
    color:green;
}

.stdForm { 
    width: 80%; 
    margin: 0 auto;
}
.largeForm { 
    width: 95%; 
    margin: 0 auto;
}

.bold { font-weight: bold; }
.boldAccent {
    font-weight: bold;
    /*color: black;*/
    font-size:0.9em;
}
.boldLarge {
    font-weight: bold;
    /*color: black;*/
    font-size:1.1em;
}
.centerTxt{
    text-align:center;
}

.minH300 { min-height: 300px; }
.reportMainDiv { min-height: 400px; }
.minH500 { min-height: 500px; }
.minH600 { min-height: 600px; }

.qLabel { 
    font-weight: bold;
}

.halfWidth  { 
    display:inline-block;
    width: 48%; 
}
.thirdWidth  { 
    display:inline-block;
    width: 30%; 
}
.two_thirdWidth  { 
    display:inline-block;
    width: 60%; 
}
.topPad{
    margin-top: 0.5em; 
}
.lPad { 
    margin-left: 0.5em; 
}
.lSpace { 
    margin-left: 3%; 
}
.largeLSpace { 
    margin-left: 8%; 
}
.smallBotSpace{
    margin-bottom:5px;
}
.smallerBotSpace{
    margin-bottom:10px;
}
.botSpace{
    margin-bottom:15px;
}



.leftOtherInjured{
    width: 20%;
    display:inline-block;
    vertical-align:top;
}
.rightOtherInjured{
    width: 73%;
    margin-left:4%;
    display:inline-block;
}

.reportLR_CB { 
    float:right; 
    padding-right:60%;
}

.eqpImgDiv { 
    /*float:right; */
    padding:2%;
}
.thumbImg {
    max-width: 300px;
    max-height: 270px;
}

.expandableIcon {
    cursor: pointer;
    width: 16px;
    height:16px;
}
.localizationIcon{
    cursor: pointer;
    width: 28px;
    height:28px;
    vertical-align: baseline;
}
.eqpImageIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 5px;
}
.planStatusIcon{
    cursor: pointer;
    width: 18px;
    height: 18px;
    /*vertical-align: baseline;*/
}

.sitRulePanelImg {
    width: 85%;
    height: 5em;
}

.smallTopMargin { margin-top:5px; }
.smallBotMargin {margin-bottom:5px; }
.topMargin { margin-top:10px; }
.botMargin {margin-bottom:10px; }
.padded { padding: 5px; }

.greenBG, .greenBG td { background-color:#b3ffb3 !important; }
.tealBG, .tealBG td { background-color:#adebeb !important; }
.gTealBG, .gTealBG td { background-color:#b4e4cd !important; }
.blueBG, .blueBG td { background-color:#b3c6ff !important; }
.yellowBG, .yellowBG td { background-color:#ffffb3 !important; }
.orangeBG, .orangeBG td { background-color:#ffd1b3 !important; }
.redBG, .redBG td { background-color:#ffb3b3 !important; }
.purpleBG, .purpleBG td { background-color:#e6ccff !important; }
.greyBG, .greyBG td { background-color:#d9d9d9 !important; }
.whiteBG, .whiteBG td { background-color:#ffffff !important; }

.priorityHidden {
    display:none !important;
}

.twoFAContainer{
    width:70%;
    margin: 0 auto;
}
.twoFASmallerContainer{
    width:50%;
    margin: 0 auto;
}
.twoFASmallContainer{
    width:30%;
    margin: 0 auto;
}

hr { 
    border-top: 1px solid #051e50 !important;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.reportSectionTitle {
    text-align:left !important;
    margin-bottom: 10px;
}
/* ANCHOR Fin Misc */

/*Image modale */
.thumbnail{
    width:100%;
    max-width:300px;
}
#show_image_popup{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%); /*  make center   */

  display: none;
}
#show_image_popup img{
  /*max-width: 90%;*/
  height: auto;
}

#modalCover, #modalCover2, #meteoCover {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    display:none;
}
#modalCover { z-index:9997; }
#modalCover2 { z-index:9000; }
#meteoCover { z-index:8000; }

body.open #modalCover {
    display:block;
}
body.open2 #modalCover2 {
    display:block;
}
body.meteoOpen #meteoCover {
    display:block;
}

#modalDatatable {
    position:fixed;
    display:none;
    z-index:9001;
    background:#fff;
    width:95%;
    height:95%;
    text-align:center;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:2.5%;
    /*margin-top:-1500px;*/
    left:2.5%;
    /*margin-left:-550px;*/
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow: auto;
    border:10px solid #fff;
}
body.open2 #modalDatatable {
    display:block;
}

#modalPhoto {
    position:fixed;
    display:none;
    z-index:9998;
    background:#fff;
    width:95%;
    height:95%;
    text-align:center;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:2.5%;
    /*margin-top:-1500px;*/
    left:2.5%;
    /*margin-left:-550px;*/
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow: auto;
    border:10px solid #fff;
}
/*#modalGraph {
    position:fixed;
    z-index:9998;
    width:86%;
    height:80%;
    display:none;
    background:#fff;
    text-align:center;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:10%;
    left:7%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    border:10px solid #fff;
}
#modalContainer {
    position:fixed;
    z-index:9998;
    width:35%;
    height:80%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:5%;
    left:30%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    border:10px solid #fff;
    padding:2%;
}*/


.widerModal{
    width:80% !important;
    left:7% !important;
}
#modalVerif {
    position:fixed;
    z-index:9998;
    width:70%;
    height:80%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:14%;
    left:15%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    border:10px solid #fff;
    padding:2%;
}
#modalPopup {
    position:fixed;
    z-index:9998;
    width:40%;
    height:30%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:40%;
    left:40%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    border:10px solid #fff;
    padding:2%;
}
#meteoPopup {
    position:fixed;
    z-index:8001;
    width:60%;
    height:50%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:20%;
    left:20%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    /*border:10px solid #fff;*/
    /*padding:2%;*/
}
#meteoPopup #innerContent{
    border:10px solid #fff;
    padding:2%;
}
ul.ui-autocomplete {
    z-index: 8100;
}

#modalRegistry {
    position:fixed;
    z-index:9998;
    width:60%;
    height:50%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:20%;
    left:20%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    border:10px solid #fff;
    padding:2%;
}

body.open #modalPhoto,
body.open #modalRegistry{
    display:block;
}
body.open #modalVerif {
    display:block;
}
body.open2 #modalPopup {
    display:block;
}
body.meteoOpen #meteoPopup {
    display:block;
}
body.open #modalPhotoContainer {
    display:block;
}
body.open #modalGraph {
    /*margin-top:-10%;*/
    display:block;
}
body.open #modalContainer {
    /*margin-top:-10%;*/
    display:block;
}
/* Fin images - modales */

.hScrollbar{
    width:100%;
    max-height: 500px;
    overflow-x: auto; 
    overflow-y: auto; 
    white-space: nowrap; 
}

.hTallerScrollbar{
    width:100%;
    max-height: 40em;
    overflow-x: auto; 
    overflow-y: auto; 
    white-space: nowrap; 
}

#verifTable .gridTableHeaderRow th,
#registryTable .gridTableHeaderRow th
{
    position: sticky;
    top: 0;
    background: #f2f2f2;
    z-index: 10;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}

#verifTable td:first-child,
#registryTable .eqpNameCell
{
    position: sticky;
    left: 0;
    background: #f2f2f2;  
    z-index: 5;          
}

#verifTable .gridTableHeaderRow th:first-child,
#registryTable .gridTableHeaderRow th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background: #f2f2f2;
    z-index: 50;
}

#registryTable .eqpNameCell {
    /*border-right: 3px solid #051e50 !important;*/
    vertical-align: middle;  
    text-align: center;     
    font-weight: bold;
}

#registryTable .firstRow .eqpNameCell {
    border-top: 3px solid #051e50 !important;
}

#registryTable .firstRow td {
    border-top: 3px solid #051e50 !important;
}

#registryTable .deleteRowCell {
    text-align: center;
    width: 40px;
}

/* Parent equipment styling */
#registryTable .parentEqpRow {
    background-color: #d9e6f2 !important;
}

#registryTable .parentEqpRow .eqpNameCell {
    background-color: #c5d9ed !important;
    font-size: 1.15em;
    font-weight: bold;
    border-top: 4px solid #051e50 !important;
    border-bottom: 2px solid #057aff !important;
}

#registryTable .childEqpRow .eqpNameCell {
    background-color: #f8f8f8 !important;
    font-size: 0.95em;
    padding-left: 25px !important;
    border-left: 3px solid #057aff !important;
}

#registryTable .childEqpRow td {
    background-color: #fafafa !important;
}

#registryTable .parentEqpRow.firstRow .eqpNameCell {
    border-top: 4px solid #051e50 !important;
}

/* Formulaires */
.leftNavContent{
    font-size: 0.85em;
    font-weight:bold;
    border: 1px solid #051e50; 
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}
.leftNavDiv{
    cursor: pointer;
    font-size: 0.85em;
    font-weight:bold;
    border: 1px solid #051e50; 
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}
.noBottomMargin {
    margin-bottom:0px !important;
}

.radioLabel{
    font-size:0.8em;
    margin-left:2%;
}
.fwRadioLabel{
    font-size:0.8em;
    display:block;
    margin-left:2%;
}
.hwRadioLabel{
    font-size:0.8em;
    width:48%;
    margin-left:2%;
}
.twRadioLabel{
    font-size:0.8em;
    width:30%;
    margin-left:2%;
}
.qwRadioLabel{
    font-size:0.8em;
    width:23%;
    margin-left:2%;
}
.pwRadioLabel{
    font-size:0.8em;
    width:18%;
    margin-left:2%;
}

/* Fin forms */

/* Inputs */
.CBLabel { display: inline-block; }
.CBInput { vertical-align: middle; }
.readOnly, .readonly {
	background-color:#e6e6e6;
}
.shortestInput { width:40px; }
.shorterInput { width:100px; }
.shortInput { width:60%; }
.leftInput { width: 95%; }
.rightInput { width: 100%; }

.ui-spinner-input{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 1.2em;
    margin-left:0.5em;
}


.ui-spinner-input :not(.tinySpinner){
    width: 100px !important;
}

.ui-spinner-button{
    width: 1em !important;
}


/*button, input, optgroup, select, textarea { font-size: inherit; }*/
.dt-column-title input { width:100%; }
input, select, textarea, email {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    outline: medium none;
    padding: 6px;
    text-shadow: none;
    vertical-align: bottom;
}
input[type=checkbox]{
    margin-bottom: 6px !important;
}
input:not([disabled])[type=radio].error.yellowError, input:not([disabled])[type=checkbox].error.yellowError {
    outline: 1px solid #ffcc00 !important;
}
input:not([disabled])[type=radio].error, input:not([disabled])[type=checkbox].error {
    outline: 2px solid red;
}

input[type=radio] {
    margin-bottom: 4px !important;
}
.botInputMargin { margin-bottom: 5px !important; }
select, .selectHeight {
    height: 25px;
}

.subEqpDiv{
    font-size: 0.9em;
    margin-left:2em;
    font-style: italic;
}

input[disabled], select[disabled], textarea[disabled], password[disabled], email[disabled]{
    background-color: #bfbfbf;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error, select.error {
    color: #000;
    background-color: #ffffcc;
}
label.error {
    color: red;
    font-size:0.8em;
    display:block;
}
/* Fin inputs */
/* Validation */
input.submitted:invalid,
textarea.submitted:invalid,
select.submitted:invalid {
    border:1px solid red !important;
}
input.submitted[type=radio]:invalid{
    outline: 1px solid red;
}
/*.invalid { border:1px solid red !important; }*/

input:not([disabled]).yellowInvalid,
textarea:not([disabled]).yellowInvalid,
select:not([disabled]).yellowInvalid {
    border:1px solid #ffcc00 !important;
}
input:not([disabled])[type=radio].yellowInvalid, input:not([disabled])[type=checkbox].yellowInvalid {
    outline: 1px solid #ffcc00;
}
.yellowInvalidBtn { border-color: #ffcc00; }

input[type='number'] {
    -moz-appearance:textfield;
    text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Flex */
.flexContainer_vTop {
    display: flex;
    width:100%;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}
.flexContainer {
    display: flex;
    width:100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.equipmentRegistryItem {
    padding: 10px;
    height: 350px;
    overflow: auto;
}
.eqpFlexItem {
    padding: 10px;
    height: 550px;
    overflow: auto;
}
.formFlexItem {
    padding: 10px;
    min-height:432px;
}

.flexTinyItem {
  flex: 1 1 10%;
}
.flexSmallItem {
  flex: 1 1 20%;
}
.flexSmall_MediumItem {
  margin-left:2%;
  flex: 1 1 25%;
}
.flexMediumItem {
    margin-left:2%;
    flex: 1 1 30%;
}
.flexLargeItem {
    margin-left:2%;
    flex: 1 1 40%;
}
.flexLargerItem {
    margin-left:2%;
    flex: 1 1 35%;
}
.flexSubMainItem {
    margin-left:2%;
    flex: 1 1 60%;
    min-width: 0;
}
.flexMainItem {
    margin-left:2%;
    flex: 1 1 75%;
}
.flexFullItem {
    flex: 1 1 100%;
    min-width: 0;
}

.multiSelect_compact {
    width: 95%;
    height: initial;
    margin-bottom:2em !important;
}

.multiCBBlock {
    border: 1px solid #051e50;
    width: 95%;
    height: 8em;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom:2em !important;
}

.signaageBlock {
    border: 1px solid #051e50;
    width: 95%;
    height: 16em;
    overflow-y: auto;
    overflow-x: hidden;
    /*margin-bottom:2em !important;*/
}
.generalPad {
    padding: 1em;
}

.situationDiv, .elementDiv {
    border: 1px solid #051e50;
    padding: 5px;
}


.multiCBIconSpan{
    float:right;
    padding-right: 5%;
}

.multiCBRowDiv{
    white-space: nowrap;
    overflow-x:hidden;
}

.verticalCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Fin Flexe */

/* Grids */
.duoGrid {
    display: grid;
    grid-template-columns: 25% 75%;
}
.duoGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   3;
}

.duoEvenGrid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.triGrid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.triGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   4;
}

.quadGrid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.quadGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   5;
}

.quintGrid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.quintGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   6;
}

.meteoGrid {
    display: grid;
    grid-template-columns: 11% 7% 20% 20% 20% 20% 2%;
}
.meteoGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   8;
}
.highlighted .meteoGrid_Item{
    background-color: #ffcccc;
}


.formGrid {
    display: grid;
    grid-template-columns: 15% 35% 15% 35%;
}
.formGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   5;
}
.formGrid_1_2_Item {
    grid-column-start: 1;
    grid-column-end:   3;
}
.formGrid_3_4_Item {
    grid-column-start: 3;
    grid-column-end:   5;
}
.formGrid_2_3_4Item {
    grid-column-start: 2;
    grid-column-end:   5;
}
.grid-container {
    display: grid;
    /*column-gap: 50px;
    /*row-gap: 50px;*/
}

.navyBlock {
    background-color: #051e50;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline;
}

/* DOCEGRID! Modèele en 12 colonne à la bootstrap... */
.doceGrid {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  /*gap: 10px;*/
}
.doceGrid .dg-1 {
  grid-column: span 1;
}
.doceGrid .dg-2 {
  grid-column: span 2;
}
.doceGrid .dg-3 {
  grid-column: span 3;
}
.doceGrid .dg-4 {
  grid-column: span 4;
}
.doceGrid .dg-5 {
  grid-column: span 5;
}
.doceGrid .dg-6 {
  grid-column: span 6;
}
.doceGrid .dg-7 {
  grid-column: span 7;
}
.doceGrid .dg-8 {
  grid-column: span 8;
}
.doceGrid .dg-9 {
  grid-column: span 9;
}
.doceGrid .dg-10 {
  grid-column: span 10;
}
.doceGrid .dg-11 {
  grid-column: span 11;
}
.doceGrid .dg-12 {
  grid-column: span 12;
}
.doceGrid .halfWidth, .doceGrid .thirdWidth, .doceGrid .two_thirdWidth{
    vertical-align: top;
}


.flexGrid{
  margin: 2em;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.flexGrid .item {
  display: flex;
  flex-direction: column;
}
.flexGrid .wide {
  grid-column-end: span 2;
}


/* Fin Grids */


/* Stats dashboard / Maps */
.multiCBSubtitle {
    font-weight:bold;
}
.multiCBGroup div{
    padding-left: 2em;
}

.statsMapContainer{
    width: 100%;
}
.xScrollable {
    overflow-x: scroll;
}

/** Verifications! **/
.verif-grid {
    border-collapse: collapse;
    width: 100%;
}
.verif-grid th, .verif-grid td {
    padding: 8px;
    border: 1px solid #ddd;
}
.verif-grid th {
    text-align: center;
}
.verif-grid td {
    cursor: pointer;
}
.verif-grid th {
    background-color: #f2f2f2;
}


/** DATATABLES **/
.tableDisplayDiv input, select {
    margin-bottom: 0px !important;
}
table.bordered {
    border-collapse: collapse;
}
table.bordered td,  table.bordered th {
    border: 1px solid #051e50;
}
table.bordered th {
    color:white;
    background:#051e50;
}
table.bordered th input{
    color:#051e50;
}
.sortable tfoot{
    display: table-row-group;
}
.even td{
    background-color: #f2f2f2;
}
.dtLink {
    color: #057aff;
    text-decoration: underline;
}
.dtLink:hover {
    color: #051e50;
}
/** Fin datatables **/

/** Tailwind conversions... **/
/*Pour eventuellement enlever tailwind et optimiser comme je m en sert a peu pres pas...
.bg-white { 
    background-color: rgba(255, 255, 255, 1);
}
.bg-gray-50 {
  background-color: rgba(249, 250, 251, 1);
}
.border-gray-100 {
  border-color: rgba(243, 244, 246, 1);
}
.border-gray-200{
  border-color: rgba(229, 231, 235, 1);
}
.rounded-full{
    border-radius: 9999px;
}
.items-center{
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto; 
}
.md\:w-1\/12 {
    width: 8.333333%;
}
.md\:w-3\/12 {
  width: 25%;
}
.md\:order-2 {
  order: 2;
}
.md\:w-8\/12 {
  width: 66.666667%;
}
.md\:flex {
  display: flex;
}
.md\:order-1 {
  order: 1;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.justify-between {
  justify-content: space-between;
}
.w-full {
  width: 100%;
}
.hidden {
  display: none;
}
.border {
  border-width: 1px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.flex-col {
  flex-direction: column;
}
.mt-4 {
  margin-top: 1rem;
}

a {
  color: inherit;
  text-decoration: inherit;
}
menu, ol, ul {
  list-style: none;
  margin: 0;
  margin-top: 0px;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*/
/** Fin tailwind conversions **/

/** FOOTER **/
#footerContainer{
    text-align:center;
    min-height:50px;
    background-color: #051e50;
    color: white;
}

/** Mobile **/
@media (max-width: 768px) {
    /* Force the navbar to display on mobile */
    #navbar-cta {
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
        position: relative !important;
        background: transparent !important;
        margin-top: 10px !important;
    }
    /* Aggressively remove all dark backgrounds from header area */
    .innerRoundedMenubar,
    .innerRoundedMenubar::before,
    .innerRoundedMenubar::after {
        background: transparent !important;
        background-color: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    nav,
    nav > div,
    header,
    header > div,
    .roundedMenubar,
    [class*="rounded"],
    [class*="Menubar"] {
        background: rgba(255, 255, 255, 0.35) !important;
        background-color: rgba(255, 255, 255, 0.35) !important;
        border-radius: 0 !important;
    }
    /* Stack menu items vertically on mobile */
    #navbar-cta .headerMenu {
        flex-direction: column !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: rgba(30, 58, 95, 0.95) !important;
        border: none !important;
        border-radius: 8px !important;
    }
    /* Make menu items readable and properly sized */
    #navbar-cta .headerMenu > li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255,255,255,0.15) !important;
        list-style: none !important;
    }
    #navbar-cta .headerMenu > li > a {
        color: #ffffff !important;
        background: transparent !important;
        padding: 14px 16px !important;
        display: block !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
    }
    /* Let JavaScript handle submenu visibility - just style them when visible */
    #navbar-cta .sub-menu {
        position: static !important;
        background: rgba(21, 45, 71, 0.95) !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }
    #navbar-cta .sub-menu li {
        padding: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    }
    #navbar-cta .sub-menu li a {
        color: #ffffff !important;
        padding: 12px 16px 12px 32px !important;
        display: block !important;
        text-decoration: none !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    /* When items are shown by JS (no display:none), they'll be visible */
    #navbar-cta .subMenu_Item {
        color: #ffffff !important;
    }
    /* Style the subtitle items */
    #navbar-cta .menubarSubtitle {
        color: #a0c4ff !important;
        font-weight: 600 !important;
        padding: 10px 16px 10px 32px !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        cursor: pointer !important;
    }
    /* Fix the header layout on mobile */
    .innerRoundedMenubar {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 10px !important;
    }
    .innerRoundedMenubar > a {
        margin-bottom: 10px !important;
    }
    .innerRoundedMenubar .right {
        width: 100% !important;
        justify-content: space-between !important;
        margin-top: 10px !important;
        flex-wrap: wrap !important;
    }
    /* Make user link and language link bold and bigger */
    .userLink,
    .userLink a,
    .languageLink,
    .languageLink a {
        font-weight: 700 !important;
        font-size: 16px !important;
        color: black !important;
    }
    /* Fix z-index */
    #navbar-cta {
        z-index: 100 !important;
    }
    /* Allow horizontal scrolling for wide form tables */
    body {
        overflow-x: auto !important;
    }
    form {
        min-width: max-content !important;
        overflow-x: visible !important;
    }
    form table {
        min-width: 600px !important;
        width: auto !important;
        table-layout: auto !important;
    }
    form table td {
        white-space: nowrap !important;
    }
}

