.map-select-menu-row {
    height: 60px;
    display:inline-block;
    width:100%;
    margin-bottom: 10px;
}

.map-select-menu-row-center {
    height: 60px;
    display:inline-block;
    width:100%;
    margin-bottom: 10px;
    padding-top:10px;
    text-align: center;

}
.map-select-menu-row-small {
    height: 30px;
    width:100%;
}

.available-map-button:active:before {
    /* color when selecting */
  background-color: #026799;

  background-image: none;
  box-shadow: 0px 1px 2px 0 #444 inset,
              0 0 0 6px #fff,
              0 2px 12px 8px #ddd;
}
​

.map-button:hover:before {
  background-image: linear-gradient(to bottom, #4FBEEB 0%, #0082C6 40%);
}

.available-map-button:hover:before {
    color:#fff;
    background-image: linear-gradient(to bottom, #4FBEEB 0%, #066fa7 40%);

    background-image: linear-gradient(to bottom, #4FBEEB 0%, #0082C6 40%);
}

.available-map-button {
    text-align: center;
    width:35%;
    height: 45px;
    transform: translate(0%, 0%);
    display:inline-block;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #444;
    line-height: 45px;
    text-align: center;
}

.available-map-button:before {
    content: "";
    display: inline;
    /* background-color: #0ca6f2; */
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #4AC9FA 0%, #0b95d9 40%);
    box-shadow: 0px -1px 2px 0 #044977 inset,
                0px 1px 1px 1px #ccc,
                0 0 0 6px #fff,
                0 2px 12px 8px #ddd;
  }


.selected-map-button {
    text-align: center;
    width:35%;
    height: 45px;
    transform: translate(0%, 0%);
    display:inline-block;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #444;
    line-height: 45px;
    text-align: center;
}

.selected-map-button:before {
    content: "";
    display: inline;
    /* background-color: #0ca6f2; */
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #4AC9FA 0%, #0b95d9 40%);
    box-shadow: 0px -1px 2px 0 #044977 inset,
                0px 1px 1px 1px #ccc,
                0 0 0 6px #fff,
                0 2px 12px 8px #ddd;
  }


#map-select {
    /* background:rgb(228, 143, 143); */
    text-align: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    /* padding: 5px 10px 5px 10px; */
}

.selected-map-button:before {
   background: #255369;
}

.mapTypeTitle {
    display:inline-block;
    /* background:#0ca6f2; */
    width: 100%;
}


.mapCapture {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999998;
    width: 100%;
    height: 100%;
}
.mapCaptureClose {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}