#file-input-container {
    position: absolute;
    bottom: 40px;
    left: 10vw;
    width: 80vw;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.75;
    line-height: 50px;
    text-align: center;
}

#file-input-src {
    width: 75%;
    height: 50%;
    font-size: 1.0em;
}

.file-input-button {
    height: 50%;
    font-size: 1.0em;
}

.leaflet-control-zoom a{
	width: 33px !important;
	height: 33px !important;
	line-height: 33px !important;
}

button.leaflet-disabled {
    background-color: #f4f4f4;
}

@media (max-width: 1000px) {
    #file-input-src {
        font-size: 0.8em;
    }
    .file-input-button {
        font-size: 0.8em;
    }
}

#loading-container {
    display: none;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    background-color: #ffffff;
    opacity: 0.75;
    font-size: 2.0em;
    text-align: center;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers-24px.svg) !important;
    height: 33px !important;
    width: 33px !important;
}

.time-control {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #999999;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #000000;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 14px;
  padding: 8px 12px;
}

.control-hidden {
  display: none !important;
  visibility: hidden !important;
}

.time-control-header {
    vertical-align: top;
    font-weight: bolder;
}

.time-control-label {
    vertical-align: super;
    padding-left: 2.5px;
    padding-right: 2.5px;
}