html, body  {
  width: 100%;
  height: 100%;
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-family: CreditSuisse EText-Rg,Arial,Helvetica,sans-serif;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

#mapDiv{
  width:100%;
  height: 100%;
  background-color: white;
}

#closeButton {
  display: block;
  font-family: inherit;
  font-size: 1.17em;
  font-weight: bold;
  float:right;
  text-align: center;
  border: none;
  background-color: white;
  margin: 0 auto;
}

#closeButton:hover {
  float:right;
  cursor: pointer;
}

#scrollButton {
  color: #004c97;
  display: none;
  position: fixed;
  bottom: 1em;
  right: 2em;
  cursor: pointer; 
  box-sizing: border-box;
  border: .0625em solid #004c97;
  padding: 0.5em;
  font-size: 0.8em;
  box-shadow: 0px 0.25em 0.5em rgba(0,0,0,0.4);
}

#scrollButton:hover{
  background-color: #004c97;
  color: #fff;
}

.cs-popup {
  color: black;/*#003868;;*/
  font-size: 0.9em;
  font-weight: bold;
  background-color: none;
  border-color: none;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0px;
  cursor: none;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 0px solid transparent;
    background: transparent;
    content: "";
    }

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
  box-shadow: none;
  color: #003868;
}

.leaflet-bar a, .leaflet-bar a:hover{
  color: #003868;
  border: none;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: 14px CreditSuisse EText-Rg,Arial,Helvetica,sans-serif;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  margin-top: 3px;
  border-radius: 0px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
  border: none;
}

.leaflet-container {
    background: white;
}

.infoWindow {
  background-color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  width:45%;
  height:100%;
  padding: 0em 1em 0em 1em;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.8);
  overflow:auto;
  z-index:99999999;
}

.infoWindow:after {
    clear: both;
    height: 0;
    width: 100%;
    content: '';
    display: block;
}

.infoWindow__content__form .columnLabels{
  float: left;
  width: 100%;
}

.infoWindow__content__form .columnFields{
  float: left;
  width: 100%;
}

.infoWindow__content__form .buttonPosition{
  float: right; 
  width: 100%
}

.infoWindow__content__form .row{
  margin-bottom:0.5em;
}

.infoWindow__content__form .row:after{
  content: "";
  display: table;
  clear: both;
}

.infoWindow__content__form label{
  display: block;
  padding: 0.5em;
}

.infoWindow__content__form input{
  width: 100%;
  padding: 0.5em;
  resize: vertical;
  box-sizing: border-box;
  border: .0625em solid #bbbcbc;
  text-align: right;
}

.infoWindow__content__form input:focus, select:focus {
  border: .125em solid #004c97
}

.infoWindow__content__form input:read-only{
  background-color: #F1F2F2;
}

.infoWindow__content__form input:-moz-read-only{
  background-color: #F1F2F2;
}

.infoWindow__content__form button {
  width: 100%;
  background: #004c97;
  padding: 0.5em;
  color: #fff;
  border: none;
  border-radius: 0;
}

.infoWindow__content__form button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.infoWindow__content__result, .infoWindow__content__summary{
  margin: 1em 0 1em 0;
}

.infoWindow__content__result__header{
  position: relative;
}

.infoWindow__content__result__header img{
  /*max-width: 12%;
  min-width: 8%;*/
  height: 30px;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.infoWindow__content__result__header h2{
  max-width: 88%;
  display: inline-block;
  vertical-align: middle;
}

.infoWindow__content__result p{
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  /*text-align: justify;*/
}

.infoWindow__content__result  a {
  background-color: transparent;
  text-decoration: none;
  color: #004c97;
  
}

.infoWindow__content__result a:visited {
  color: #4b0c8d;
}

.infoWindow__content__summary table {
  color: black;
  width: 100%;
  border-collapse: collapse;
}

.infoWindow__content__summary th, td {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  width: 50%;
  padding: 0.5em;
}

.infoWindow__content__summary th {
  text-align: left;
}

.infoWindow__content__summary td {
  text-align: right;
}

.infoWindow__content__summary tr {
  border-bottom: .0625em solid black;
}

.infoWindow__content__summary tr:first-child th, tr:first-child td {
  border-bottom: .125em solid black;
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 1em;
}

@media screen and (max-width:19.5em), screen and (max-width:24em), screen and (max-width:28em){
  #mapDiv{
    width: 100%;
    height: 100%;
  }
  
  .infoWindow__content__form .columnLabels, .infoWindow__content__form .columnFields, .infoWindow__content__form .buttonPosition{
    width: 100%;
  }
  
  .leaflet-control-zoom {
    display: none;
    }
  
  .infoWindow {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-height: 60%;
    }

  .infoWindow__content__form label {
    display: block;
    padding: 0.1em;
  }

  
}

@media screen and (max-width:43.75em), screen and (max-width:46.875em){
  .leaflet-control-zoom {
    display: none;
    }
}
@media screen and (min-width:64em){
}
@media screen and (min-width:93.8125em){
}
@media screen and (max-width:53.125em){
}
@media screen and (max-width:46.875em){
}