.gm-style div[role="dialog"] button[title="Close"]{
  display:none !important;
}

/* Always set the map height explicitly to define the size of the div
               * element that contains the map. */
#fwtoll-tool #tollCheckMap {
  height: 100%;
  min-height: 600px;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
}
/* Optional: Makes the sample page fill the window.
                      html, body {
                        height: 100%;
                        margin: 0;
                        padding: 0;
                      }*/
#fwtoll-tool .controls {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 29px;
  margin-left: 17px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#fwtoll-tool .controls:focus {
  border-color: #4d90fe;
}
#fwtoll-tool .title {
  font-weight: bold;
}
#fwtoll-tool #infowindow-content {
  display: none;
}
#fwtoll-tool #tollCheckMap #infowindow-content {
  display: inline;
}
.tollCheckMap-indicator {
  position: absolute;
  right: -5px;
  top: -5px;
  margin-left: 20px;
  float: right;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.tollCheckMap-indicator .iblock {
  display: block;
  height: 40px;
  width: 40px;
  position: abslute;
  top: 0;
}
.tollCheckMap-indicator .iblock.tollCheckMap-cc-cross {
  visibility: hidden;
  position: absolute;
  opacity: 0.9;
  font-size: 70px;
  color: #000;
  font-weight: bold;
  font-family: helvetica, arial;
  line-height: 1;
  top: -15px;
}
.tollCheckMap-indicator .iblock.tollCheckMap-cc-image {
  visibility: hidden;
  position: absolute;
  background: url("https://res.cloudinary.com/fynewo/image/upload/w_40,q_auto,f_auto/london/cc.png")
    no-repeat 0 0;
}

.tollCheckMap-indicator .iblock.tollCheckMap-ulez-cross {
  visibility: hidden;
  position: absolute;
  opacity: 0.9;
  font-size: 70px;
  color: #000;
  font-weight: bold;
  font-family: helvetica, arial;
  line-height: 1;
  top: -15px;
  right: 40px;
}
.tollCheckMap-indicator .iblock.tollCheckMap-ulez-image {
  visibility: hidden;
  position: absolute;
  background: url("https://res.cloudinary.com/fynewo/image/upload/w_40,q_auto,f_auto/london/ulez.png")
    no-repeat 0 0;

  left: auto;
  right: 40px;
}
.tollCheckMap-indicator .iblock.not{
  filter: grayscale(100%);
}