/* Set the size of the div element that contains the map */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #e3e3e3;
  overscroll-behavior: contain; /*Prevenir pull-to-refresh*/
  overflow: hidden; /*Prevenir pull-to-refresh*/
}

#map {
  height: 100%;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/*SEARCHBOX*/
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

.navbar-brand {
  font-family: "Lato", Helvetica, Verdana, sans-serif;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.infowindow-image {
  max-width: 100% !important;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.infowindow-fullscreen-arrows {
  position: absolute;
  float: left;
  left: 20px;
  top: 20px;
  color: #fff;
  background-color: rgba(20, 20, 20, .5);
  backdrop-filter: blur(4px);
  padding: 1px 1px 1px 1px;
  border-radius: 1px;
}

#infowindow {
  text-align: center;
  background-color: #111;
  color: #eee;
}

#trafficIncidentInfowindow {
  text-align: center;
}

#map .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

.emergency-unit-label {
  background-color: rgba(39, 39, 39, 0.8);
  padding: 1px 4px;
}
.emergency-unit-label-SVA {
  background-color: rgba(255, 0, 0, 0.8) !important;
}
.emergency-unit-label-VIR {
  background-color: rgba(63, 63, 63, 0.8) !important;
}
.emergency-unit-label-SVB {
  background-color: rgba(212, 0, 255, 0.8) !important;
}
.emergency-unit-label-HALCON {
  background-color: rgba(255, 119, 0, 0.8) !important;
  color: #000 !important;
}
.emergency-unit-label-LINCE {
  background-color: rgba(255, 255, 0, 0.8) !important;
  color: #000 !important;
}
.emergency-unit-label-PSA {
  background-color: rgba(255, 255, 0, 0.8) !important;
  color: #000 !important;
}
.emergency-unit-label-OTRAS {
  background-color: rgba(39, 39, 39, 0.8) !important;
}
/*#map .gm-style-iw{
  box-shadow:none;
  color:#515151;
  font-family: "Georgia", "Open Sans", Sans-serif;
  text-align: center;
  width: 100% !important;
  border-radius: 0;
  left: 0 !important;
  top: 20px !important;
}

#map .gm-style > div > div > div > div > div > div > div {
  background: none!important;
}

.gm-style > div > div > div > div > div > div > div:nth-child(2) {
   box-shadow: none!important;
}
#map .gm-style-iw > div > div{
  background: #FFF!important;
}

#map .gm-style-iw a{
  text-decoration: none;
}

#map .gm-style-iw > div{
  width: 245px !important
}

#map .gm-style-iw .img_wrapper {
  height: 150px;  
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

#map .gm-style-iw .img_wrapper > img {
  width: 100%;
  height:auto;
}

#map .gm-style-iw .property_content_wrap {
  padding: 0px 20px;
}

#map .gm-style-iw .property_title{
  min-height: auto;
}*/