@CHARSET "ISO-8859-1";

@import "wbau/styles/header.css";
@import "../styles/buttons.css";
@import "wbau/styles/header_login.css";
@import "../styles/index.css";
@import "../styles/bootstrap.min.css";
@import "../styles/bootstrap-theme.min.css";
@import "../scripts/arcgis_js_v320_api/arcgis_js_api/library/3.20/3.20/dijit/themes/nihilo/nihilo.css";
@import "../scripts/arcgis_js_v320_api/arcgis_js_api/library/3.20/3.20/dojox/layout/resources/ExpandoPane.css";
@import "../styles/login.css";


/* hind-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('VWEW/fonts/hind-v16-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* hind-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('VWEW/fonts/hind-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* hind-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url('VWEW/fonts/hind-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* hind-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('VWEW/fonts/hind-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* hind-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('VWEW/fonts/hind-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

* {
    font-family:'Hind', sans-serif;
}
html, body {
    background:none;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow:hidden;
}

.titleLogo {
}
.customNav {
   position: fixed;
    width: 650px;
    top: 75px;
    left: 5%;
}   
.customNav ul {
   list-style: none;
    margin-top: 20px;
    padding-left: 0;
    margin-left: 2%;
}    

.customNav i {
    margin-right: 6px;
}
.customNav li {
    float: left;
    margin-right: 25px;
}
.customNav a {
        color: #656565;
    text-decoration: none;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    
}
.dijitContentPane {
   /* overflow:visible !important; */
}
.titleLogo {
    margin-right: 250px;
    float: right;
    width: auto;
    height: auto;
}
.loginTitleDiv {
   height: 145px;
}
.dijitAlignTop {
    background-image: url(VWEW/images/header_bg.png)
}

.dijitAlignTop a {
    line-height:50px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    text-shadow:none;
}
.dijitAlignTop a:last-child {
    padding-right:20px;
 
}
.dijitAlignTop a:visited {
    color:#ffffff;
}
.dijitAlignTop a:hover {
    color:#304e9d;
    text-decoration:underline;
}

.infoExpandoPane {
    
    background-color: #304e9d;
    
    background-repeat: no-repeat;
    background-position: top center;
    
}

.dojoxExpandoContent * {
    color:#ffffff;
    font-family: 'Hind', sans-serif !important;
}
.dojoxExpandoContent h2 {
    text-align: center;
    font-size:20px !important;
    font-family: 'Hind', serif !important;
}
.loginHeaderTitle {
    text-shadow: none;
    font-family: 'Hind', serif;
    font-size: 27px;
    color: #ffffff;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
}
.main_login {
    background: none;
    border-radius: 0;
}
.xtooltip .btn-success {
    background: #304e9d !important;
    border-radius: 0;
    border: none;
}
.login-icon {
    margin-top:20px;
}
a.wbauVersionInfo {
    color: #8f8f8f;
}
.panel {
    padding-bottom:0px;
    margin-bottom:15px;
    
}
.last-link {
    margin-bottom: 0px;
}
.loginHeaderSubTitle {
    margin-bottom:20px;
}
.loginHeaderSubTitle a {
    /* margin-top: 5px; */
    padding: 7px;
    color: #fff;
    font-family: 'Hind', serif;
    font-size: 14px;
    background-color: #304e9d;
    border-radius: 0;
}
.loginHeaderSubTitle i  {
   margin-right:5px;
    color:#fff;
}

.footer {
                              
   padding: 7px;
    position: fixed;
    bottom: 0;
    text-align: left;
    color: #fff;
    margin: 0 auto;
    z-index: 1000;
    width: 100%;
    height: 33px;
    background-color: #1c3679;
    
}
.footer a {
    color:#fff;     
    font-family: 'Hind', sans-serif;
    font-size: 12px;
    
}
.footer span {
    color: #fff;
    font-family: 'Hind', sans-serif;
    font-size: 12px;
    
    float: right;
}
a:hover {
    color:#e47b0a;
    text-decoration:none;
}
a:hover i {
    color:#e47b0a;
}
a.wbauVersionInfo:hover {
    color:#fff;
    text-decoration:underline;
    
}

.showExpandoButton {
    bottom:30px;
}
.adresse a {
    line-height: 12px;
    font-size: 12px;
    font-family:'Hind', sans-serif;
    color:#428bca;
}
.adresse a:hover {
    text-decoration:underline;
}
.loginHeaderTitle {
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: none;
    font-family: 'Hind', serif;
    font-size: 26px;
    color: #393939;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
    font-weight: 700;
}

.loginHeaderSubTitle {
    margin-bottom: 10px;
    margin-top: 25px;
}
.panel {
    padding-bottom: 0px;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: #eef0f2;
}
.panel-body {
    padding: 15px;
    padding-bottom:0px;
}
.login-icon {
	display:none;
	float: left;
    margin-left: 36px;
}



/* NEW 2023.10.23 */
.form-control {
    border: none;
    border-radius: 0;
}
.panel-default>.panel-heading {
    background: #eef0f2;
    border: none;
}

.titleLogo {
    margin-left: 90px;
    float: left;
    width: auto;
    height: auto;
}

.customNav {
    display: flex;
    justify-content: end;
    /* position: static; */
    width: 100%;
    top: 5px;
    text-align: center;
    padding-right: 5%;
}
.customNav ul {
    list-style: none;
    margin-top: 12px;
}

.titleLogo {
    margin-top: 70px;
    margin-left: 20px;
    float: left;
    width: auto;
    height: auto;
}
.adresse tr td {
    line-height: 14px;
}

.cc-grower .cc-window.cc-static {
    position: fixed;
}

@media screen and (max-width:720px) {
 .customNav a span {
    font-size: 0;
} 
}


@media screen and (max-width:1300px) {
	.titleLogo {
    margin-right: 20px;
}
}
/* .dojoxExpandoWrapper {
	overflow:scroll;
}
.dojoxExpandoPane {
	overflow:scroll !important;
} */