.NavBar_Button {
  margin-right: -30px;
  zoom: 0.8;
}
.NavBar_zoomIn {
  margin-top: 10px;
}



.MicrosoftMap .Infobox  {
    border-radius: 0;
    padding: 15px 15px;

    line-height: 20px;
    color: #4d4d4d;
    font-family: 'Arial';
    /* margin-bottom: 10px; */
    border: 1px #E9E9E9 solid;
}
.MicrosoftMap .Infobox .infobox-title{
  font-size: 14px;
  color: #444444;
  line-height: 20px;
  font-family: 'Arial';
}


.MicrosoftMap .Infobox  input[type='text'] {
    width: 100% !Important;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-appearance: none
}

.MicrosoftMap .Infobox  input[type='submit'] {
    width: 100% !Important;
    padding: 10px;
    margin-top: 10px;
    border-radius: 0;
    border: 1px #d0d0d0 solid;
    background: #ececec;
        -webkit-appearance: none
}

.MicrosoftMap .Infobox .infobox-info {
    font-family: 'Arial';
      font-size: 14px;
}


.gm-style .gm-style-iw > div {
    width: 100% !important;
    padding-top: 10px;
}

.gm-style .gm-style-iw {
    width: 280px !important;
}

.gm-style-iw {
    width: 265px !important;
    top: 15px !important;
/ / move the infowindow 15 px down left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

}

.iw-bottom-gradient {
    position: absolute;
    width: 265px;
    height: 25px;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.iwCloseBtn img {
    display: none;
}

.iwCloseBtn {
    right: 35px !Important;
    top: 15px !Important;
    background: url('../images/icons/close.png') no-repeat center center !important;
    width: 30px !Important;
    height: 31px !important;
}
.MicrosoftMap .Infobox .infobox-info,
.MicrosoftMap .Infobox .infobox-body {
/*  max-height: 100% !important*/
}
.submit_button {
    font-size: 11px;
    color: #4d4d4d;
    font-weight: bold;
    width: 100px;
    background: none;
    border: 1px #d0d0d0 solid;
    background: #ececec;
    border-radius: 0;
}

.submit_input {
    font-size: 11px;
    width: 200px;
    color: #4d4d4d;
    border: 1px #d0d0d0 solid;
    border-radius: 0;
}
