html,
body,

#viewDiv {
    padding-top: 0px;
    margin: 0;
    height: 100%;
    width: 100%;
}

#topbar {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    color: darkcyan;
    background: white;
    width: 100%;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-family: arial;
    word-spacing: 2px;
    text-indent: 30px;
    line-height: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}




#bottombar {
    z-index: 99;
    position: absolute;
    bottom: 29px;
    right: 0;
    background: white;
    padding-right: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 10.3px;
    line-height: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

#mainWindow {
    background: white;
    padding: 10px;
}


#timeSlider {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 20px;
}



#toolbar {
    background: white;
    padding: 6px;
}



/* .splash{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('https://www.selkie-project.eu/wp-content/uploads/2020/06/photo-1530426509291-d831d721c7b2.jpeg');
    z-index: 200;
    color: white;
    line-height: 90vh;
    
    } */




.esri-popup__navigation {
    visibility: hidden;
}

.button {
    font-size: 12px;
    background-color: transparent;
    border: 0px solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
}


.action-button {
    font-size: 12px;
    background-color: transparent;
    border: 0px solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
}

.action-button:hover,
.action-button:focus {
    background: #eeeeee;
    color: #6e6e6e;
    cursor: pointer;
}

.active {
    background: #e0e0e0;
    color: #6e6e6e;
}


* {
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;

}


.column {
    float: left;
    width: 33.33%;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}





#optionsDiv {
    background-color: white;
    color: black;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 365px;
    margin-left: 0px;
}

.esri-popup .esri-popup-header .esri-title {
    font-size: 18px;
    font-weight: bolder;
}

.esri-popup .esri-popup-body .esri-popup-content {
    font-size: 14px;
}




select {
    font-size: 14px;
}

select option {
    font-size: 14px;
    position: sticky;
}

.collapsible {
  background-color: #d3d3d3;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #555;
}

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