#baseLayerContentHeader, #layerContentHeader, #layerContent, #baseLayerContent {
  display: none;
  position: absolute;
  top: auto;
  border: 1px solid lightgrey;
  background-color: rgba(255, 255, 255, 1);
}

#baseLayerContentHeader, #layerContentHeader {
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
  padding: 10px 0px 0px 10px;
  bottom: 20px;
  height: 40px;
  color: #595968;
  cursor: pointer;
}

#layerContent, #baseLayerContent {
  text-align: left;
  height: auto;
  padding: 20px;
  bottom: 59px;
}

#baseLayerContentHeader, #baseLayerContent {
  right: 65px;
  width: 200px;
}

#layerContentHeader {
  right: 264px;
}

#layerContentHeader, #layerContent {
  right: 264px;
  width: 200px;
}

#baseLayerContent {
  width: 200px;
}

.baseMapRow > span, .mapRow > span {
  margin-left: 5px;
}

.baseMapRow > input, .mapRow > input {
  margin-top: 2;
}

.mapRow, .baseMapRow {
  margin-top: 10px !important;
  display: inline-flex;
  text-align: left;
}

#contentMap, #contentBaseMap { width: 100%; }

.opacitySlider { 
  width: 50%; 
  margin-left: 17px !important;
}

.ol-scale-line {
  left: 20px !important;
  top: 52px !important;
  bottom: auto !important;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0px -5px 25px;
  width: 75%;
  display: inline-flex !important;
}

input[type=range]:focus { outline: none; }
input[type=range]::-webkit-slider-runnable-track {
  width: 75%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 2px #337AB7;
  background: #337AB7;
  border-radius: 12px;
  border: 2px solid #337AB7;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #FFFFFF;
  border: 1px solid #C7C7C7;
  height: 14px;
  width: 13px;
  border-radius: 25px;
  background: #EBEBEB;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track { background: #337AB7; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 2px #337AB7;
  background: #337AB7;
  border-radius: 12px;
  border: 2px solid #337AB7;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #FFFFFF;
  border: 1px solid #C7C7C7;
  height: 14px;
  width: 13px;
  border-radius: 25px;
  background: #EBEBEB;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #337AB7;
  border: 2px solid #337AB7;
  border-radius: 24px;
  box-shadow: 1px 1px 2px #337AB7;
}
input[type=range]::-ms-fill-upper {
  background: #337AB7;
  border: 2px solid #337AB7;
  border-radius: 24px;
  box-shadow: 1px 1px 2px #337AB7;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #FFFFFF;
  border: 1px solid #C7C7C7;
  height: 14px;
  width: 13px;
  border-radius: 25px;
  background: #EBEBEB;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower { background: #337AB7; }
input[type=range]:focus::-ms-fill-upper { background: #337AB7; }

a.boxclose{
  float: left;
  margin-top: -15px;
  margin-right: -14px;
  cursor: pointer;
  font-size: 19px;
  display: inline-block;
  line-height: 0px;
  padding: 0px -2px 0px 1px;
}

.ol-zoom { display: none; }

.custom-zoom{
  background-color: rgba(0,0,0,0);
  bottom: 25px;
  left: 20px; 
}
.custom-zoom button, .custom-zoom button:hover, .custom-zoom button:before{
    background-color: #595968 !important;
    border-radius: 50%;
}

.menurestore{
  position: absolute;
  top: auto;
  bottom: 25px;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
  color: #595968;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
}

#track {
  position: absolute;
  top: auto;
  bottom: 60px;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
  color: #595968;
  -webkit-filter: drop-shadow(0 1px 4px rgba(255,255,255,0.8));
  filter: drop-shadow(0 1px 4px rgba(255,255,255,0.8));
  transition: all 0.3s;
}

#track.checked {
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   color: #dd5138;
   transition: all 0.3s;
}

.ol-popup {
  border-radius: 20px 0px 20px 0px !important;
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;  
  border: 1px solid #cccccc;
  max-height: 500px !important;
  bottom: 15px;
  left: 0px;
  min-width: 280px;
  height: auto !important;
  overflow: auto !important;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {

  display: none !important;
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  display: none !important;
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after { content: "✖"; }

.ol-popup-arrow {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 25px;
}
.ol-popup-arrow:after {
  content: ">";
  font-weight: bold;
  text-decoration: none;
}

.propertiesTable{
  text-align: left !important;
  width: 100%;
  margin-top: 5px;    
}

.captionTitle {
  font-size: 16px;
  color: #337ab7;
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

#sideContent {
  position: absolute;
  top: 47px !important;
  right: 0px;
  min-width: 200px;
  max-width: 500px;
  width: auto;
  height: 100%;
  bottom: 0px;
  background-color: white;
  border: 1px solid lightgrey;
  display: none;
  padding: 10px 0px 0px 10px;
  color: #337ab7;
  cursor: pointer;
  overflow-y:auto;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

#sideContentContent {
  background-color: white; 
  margin: 10px;
  padding: 9px; 
}

.ol-attribution { display: none !important; }