﻿.modalResultMap {
    z-index: 1000;
    display: none;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: white;
}

.container {
    width: 100%
}

.gm-style-iw div div:first-child {
    overflow: hidden;
}

.labelMap {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
}

.hotel-map {
    padding-right: 35px;
    overflow: auto;
    max-height: 610px;
}

.hotel-map-result {
    font-size: 18px;
    border-top: 1px solid lightgray;
    height: 20px;
    padding: 15px 10px 6px 10px;
}

    .hotel-map-result:last-child {
        border-bottom: 1px solid lightgray;
    }

.hotel-map-result:hover {
    background-color: #e8f4fc; 
    cursor: pointer;
}

.hotel-map-result-name {
    font-weight: bold;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    width: 228px;
    overflow: hidden;
    white-space: nowrap;
}

.hotel-map-result-price {
    font-size: 16px;
    float: right;
    font-weight: bold;
    color: #7ed321;
}

.seeMap {
    text-align: center;
    padding: 9px 0 9px 30px !important;
    font-size: 10px;
}

.seeMapButton {
    cursor: pointer;
    background-color: #009ee3;
    color: #fff !important;
    padding: 9px 14px 10px 15px;
}

.sv-local-icon {
    float: right;
    fill: white;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

.closeButtonMap {
    text-align: center;
    border: solid 1px #cecece;
    border-radius: 40px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 4px;
    float: right;
    cursor: pointer;
    width: 35px;
    height: 24px;
    padding-top: 6px;
}

.mapContentTitle {
    color: #333333;
    font-size: 14px;
    letter-spacing: -0.3px;
    padding-left: 10px !important;
    float: left;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 225px !important;
    position: relative;
    top: -2px;
}

.mapContentImage {
    width: 50% !important;
    float: left;
    height: 115px !important;
    border-bottom-left-radius: 6px;
}
    .mapContentImage img {
        width: 170px;
    }

.mapContentHotel {
    width: 335px !important;
    border-top: solid 1px #e4e4e4 !important;
    margin-top: 10px !important;
}

.mapContentLabelDaily {
    float: left;
    width: 45% !important;
    padding-left: 4% !important;
    padding-top: 5px !important;
    font-family: Arial;
    color: black;
    font-size: 15px;
}

.mapContentLabelPrice {
    float: left;
    width: 45% !important;
    padding-left: 4% !important;
    padding-top: 5px !important;
    font-family: Arial;
    color: #7ed321 !important;
    font-size: 16px;
    font-weight: bold;
}

.mapContentLabelInstallment {
    float: left;
    width: 45% !important;
    padding-left: 4% !important;
    padding-top: 0px !important;
    font-family: Arial;
    letter-spacing: -0.3px;
    font-size: 14px;
    color: #9f9f9f;
    margin-top: 2px !important;
}

.mapContentButton {
    float: right;
    width: 45% !important;
    font-family: Arial;
    letter-spacing: -0.3px;
    font-size: 14px;
    border: 1px solid #4eb3ff !important;
    border-radius: 25px;
    margin-left: 4% !important;
    margin-top: 4px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    color: #4eb3ff;
    cursor: pointer;
}

.gm-style-iw {
    top: 18px !important;
    left: 1px !important;
}

.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2) {
    border-radius: 6px !important;
}

.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(4) {
    border-radius: 6px !important;
}