﻿.top-layer {
    position: relative;
    height: 140px;
}

.layer {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) );
    position: absolute;
    padding-top: 35px;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    color: white !important;
}

.labels {
    margin-top: -3px;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}

    .labels.active .inner {
        background: cyan;
    }

    .labels.hover .inner {
        background-color: yellow;
    }


    .labels .arrow {
        border-top-color: green;
        border-right-color: rgba(0,0,0,0);
        border-bottom-color: rgba(0,0,0,0);
        border-left-color: rgba(0,0,0,0);
        border-width: 5px 5px 0;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-style: solid;
        height: 0;
        position: absolute;
        width: 0;
    }

        .labels .arrow :hover {
            border-top-color: red;
        }

    .labels .inner {
        background-color: green;
        border-radius: 4px;
        color: #FFFFFF;
        max-width: 200px;
        padding: 3px 8px;
        text-align: center;
        text-decoration: none;
    }

        .labels .inner :hover {
            background-color: red;
        }

    .labels.active .arrow {
        border-top-color: #00ffff;
        border-right-color: rgba(0,255,255,0);
        border-bottom-color: rgba(0,255,255,0);
        border-left-color: rgba(0,255,255,0);
    }

    .labels.hover .arrow {
        border-top-color: #ffff00;
        border-right-color: rgba(255,255,0,0);
        border-bottom-color: rgba(255,255,0,0);
        border-left-color: rgba(255,255,0,0);
    }

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.gm-style-iw {
    width: 300px !important;
    top: 15px !important;
    height: 140px !important;
    left: 25px !important;
    color: #fff !important;
    background-color: rgba(255, 255,255, 0.6);
    min-height: 130px;
    box-shadow: 0 1px 10px rgba(0,0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 2px 2px 2px 2px;
}

#iw-container {
    margin-bottom: 50px;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        left: 5px;
        font-size: 22px;
        font-weight: 400;
        background-color: #48b5e9;
        color: white;
        margin-bottom: 0;
        border-radius: 0 0 0 0;
    }

    #iw-container .iw-content {
        font-size: 13px;
        color: white;
        line-height: 15px;
        font-weight: 400;
        margin-right: 1px;
        padding: 5px 5px 5px 5px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0px 0px 0px 0px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
}

.pac-card {
    margin: 8px 8px 8px 8px;
    border-radius: 5px 5px 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

.display-none {
    display: none;
}

#pac-container {
    padding: 5px 5px 5px 5px;
}

.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;
    background: url('/Images/location-search-weeklyhotels.png') no-repeat left;
    background-position: 5px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 11px 5px 25px;
    text-overflow: ellipsis;
    width: 65%;
    float: left;
    border: 1px solid #eee;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.checkboxclass {
    background-color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 11px 5px 25px;
    text-overflow: ellipsis;
    float: left;
    vertical-align: middle;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.display-loading {
    display: block;
}

.hide-loading {
    display: none;
}

#pac-input:focus {
    border-color: #008000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#marker-tooltip {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: left;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#googleMap {
    height: 100vh !important;
}

.display-map-middle {
    position: absolute;
    top: 40% !important;
    left: 50% !important;
    z-index: 99;
    transform: translateX(-50%) translateY(-40%);
    border: none;
    background-color: #f4ca06;
    -webkit-box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.49);
}

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.No-of-night-desktop {
    margin-top: 15px;
    margin-right: 23px;
    border-radius: 10px;
    margin-bottom: 11px;
    padding: 5px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
}

.search-citytext{
    color: white;
}