/*#app-content-wrapper #app-content {*/
/*    padding-bottom:0;*/
/*    margin:0;*/
/*    height: 100%;*/
/*}*/
/*#app-content-wrapper #app-content #app-actions{*/
/*    display:none;*/
/*}*/

/*#inner-app-content {*/
/*    padding:0;*/
/*    margin:0;*/
/*    height: 100%;*/
/*}*/

/*#inner-app-content .intro_message {*/
/*    margin-bottom: 0;*/
/*}*/
html {
    height: 100%;
}

.map-view-legend {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background-color: rgba(44, 62, 80, 0.95);
    color: white;
    font-size: 13px;
    border-radius: 8px;
    z-index: 1000;
    max-width: 220px;
}

.map-view-legend svg {
    vertical-align: middle;
    margin-right: 5px;
}

.map-view-legend:hover {
    background: rgba(0, 60, 136, .5)
}

.gee-attr {
    font-size: 12px;
    top: 7px;
    right: 5px;
    width: 275px;
    height: 26px;
    margin: 3px;
    color: white;
    background: rgba(0, 60, 136, .8);
    border: 1px #ddd solid;
    z-index: 999;
}

.gee-attr:hover {
    background: rgba(0, 60, 136, .5)
}

.zoom-attr {
    /*top:20px;*/
    /*right: 40%;*/
    width: 275px;
    height: 35px;
    margin: 3px;
    color: black;
    border: 1px #ddd solid;
    z-index: 999;
    position: absolute;
    bottom: 150px;
}

.zoom-attr:hover {
    background: rgba(0, 60, 136, .5)
}

/*.flex-container-row {*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*}*/
/*#logos {*/
/*  padding: 5px 0;*/
/*  white-space: nowrap;*/
/*  width: 100%;*/
/*  display: table;*/
/*}*/

/*.logo-image {*/
/*  vertical-align: middle;*/
/*  display: table-cell;*/
/*  padding: 0 2px;*/
/*}*/

/*.logo-image img {*/
/*  max-width: 100%;*/
/*}*/
/*!*#help-modal .modal-dialog{*!*/
/*    !*position: fixed;*!*/
/*    !*display: table; //This is important*!*/
/*    !*overflow-y: auto;*!*/
/*    !*overflow-x: auto;*!*/
/*    !*width: auto;*!*/
/*    !*min-width: 100%;*!*/
/*    !*top: 0;*!*/
/*    !*bottom: 0;*!*/
/*    !*right: 0;*!*/
/*    !*left: 0;*!*/
/*!*}*!*/
/*.map{*/
/*    position: relative;*/
/*}*/
/*.topleft {*/
/*  position: absolute;*/
/*  top: 28px;*/
/*  left: 36px;*/
/*  font-size: 18px;*/
/*    z-index: 1;*/
/*}*/

#inner-app-content {
    margin-left: 300px;
    padding: 0px;
}

#app-content-wrapper #app-content #app-navigation {
    left: 0px;
    background-color: #abbfce;
}

#alert-box {
    width: 70%;
    margin-left: 15%;
    margin-top: 1%;
    position: absolute;
}

.alert-info {
    margin: 0 15px 0 0;
}

#app-content-wrapper #app-content.show-app-content {
    height: 100%;
}

#myInput {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 7px;
    border: 1px solid #ddd;

    /*margin-top:20px;*/
}

#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
    /*height: 60%;*/
}

#myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block
}

#myUL li a:hover:not(.header) {
    background-color: #eee;
}

#app-content-wrapper #app-content #app-navigation .nav li a {
    font-size: 16px;
    color: black;
}

#menulayers {
    position: relative;
    width: inherit;
    height: calc(100% - 100px);

    /*padding-top: 30px;*/
}

#menulayers > ul {
    list-style-type: none;
    padding: 0px;
    font-size: 16px;
    color: black;
    width: 350px;
    max-height: 100%;
    text-indent: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding-bottom: 10px;
}

#menulayers > ul > li {
    display: -webkit-inline-flex;;
    margin-left: 5px;
}

#menulayers > ul > li > div {
    width: 260px;
}

#map {
    height: calc(100vh - 70px);
    width: 100%;
    /*position: relative;*/
}

.alert-info {
    position: absolute;
    z-index: 2;
    width: calc(100% - 350px);
}

#app-content-wrapper #app-content {
    padding-bottom: 0px;
}

.ol-attribution {
    margin-right: 20px;
}


#icon_img {
    width: 40px;
}

#wrapper {
    /*height: 100%;*/
}

#map-view-legend {
    width: 250px;
}

.ol-overviewmap {
    display: contents;
    z-index: 1000;
    height: 300px;
}

#overview_map {
    /*margin: auto;*/
    /*width: 50%;*/
    /*overflow-y: scroll;*/
    height: 283px;
    position: fixed;
    bottom: 0px;
    left:-1px;
}

.ol-overviewmap .ol-overviewmap-map {
    height: 280px;
    width: 347px;
}

#help_modal_id {
    /*max-width: 1000px;*/
}

.logo-image {
    height: 60px;
    padding: 10px;
}

.collapsible {
    background-color: #2c3e50;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-top: white 1px solid;

}

.display_list, .collapsible:hover {
    background-color: #2c3e50;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.display_list:after {
    content: "\2212";
}

.collapsible_content {
    /*padding: 0 18px;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2c3e50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;

}

#wrapper{
    height: calc(100% - 70px);
}
#info{
    color: black;
}

#popup{
    display: none;
    width: 160px;
    background-color: white;
    /* color: white; */
    text-align: center;
    border-radius: 6px;
    border: 1px solid black;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 30%;
    left: 50%;
    margin-left: -80px;

}
#popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.ol-scale-line {
    background: rgba(0, 60, 136, 0.7);
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    bottom: 10px;
    left: 10px;
}

.ol-rotate .ol-compass {
    background: url('') !important;
    width: 40px;
    height: 40px;
    background-size: cover;
}
/* Remplacer par une image personnalisée */
.ol-rotate {
    background-image: url('../images/500px-Brosen_windrose-fr.svg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: none;
    opacity: 0.8;
}
button.ol-rotate-reset {
    display: none !important;
}