/* *** *** *** HEADER *** *** *** */
#blue {
    width: 100%;
    height: 63px;
    background-color: #172154;
}

    #blue img {
        vertical-align: middle;
        margin: 0px 5px 5px 35px;
    }

    #blue p {
        display: inline;
        line-height: 63px;

        color: #fff;
        font-size: 27px;
        font-style: italic;
        font-weight: 600;
        font-family: 'Arial';
        letter-spacing: 1px;
    }

#white {
    width: 100%;
    height: 60px;
    background-color: #fff;
    /*line-height: 105px;*/
    font-family: 'Arial';
}
    #white img {
        vertical-align: middle;
        margin: 0px 5px 5px 20px;
    }

    #white p {
        display: inline;
        line-height: 50px;

        color: #172154;
        font-size: 27px;
        font-style: italic;
        font-weight: 500;

        letter-spacing: 1px;
    }

    #white span {
        float: right;
        margin: 0px 25px 0px 0px;
    }

    #white #btFinde {
        border: 0px;
        height: 34px;
        margin: 0px 0px 0px 10px;
        padding: 0px 20px 0px 20px;
        background-color: transparent;
        background-color: #6b1544;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600;
        cursor: pointer;
        display: inline-block !important;

    }

    #white #address
    {
        height: 32px;
        width: 135px;
        color: #aaa;
        padding: 0px 10px 0px 10px;
        display: inline-block !important;
        border: 1px solid silver;
    }

#mWrapper {
    width: 100%;
    height: calc(100% - 100px);
}

#mMap {
    width: 100%;
    height: calc(100% - 135px);
}

/* *** *** *** FOOTER *** *** *** */
#mFooter {
    width: 100%;
    height: 128px;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #e7e8ee;
}

.mListOfPS {
    float: left;
    clear: left;
    white-space: nowrap;
    width: 100%;
}

.psShop {
    width: 335px;
    height: 90px;
    cursor: pointer;
    display: inline-block;
}

.vr {
    height: 67px;
    display: inline-block;
    border-right: 1px solid #aaa;
}

.psShop table {
    font-size: 10pt;
    font-family: sans-serif;
    color: #2d2d2d;
    margin: 13px 0px 0px 33px;
}

    .namePS {
        font-size: 11pt;
        font-weight: bold;
        color:#172154;
    }

    .infoPS {
        font-size: 9pt;
        font-style: italic;
    }

/* *** *** *** HOVER STYLES *** *** *** */
div#pop-up {
    display: none;
    position: absolute;
    width: 220px;
    padding: 25px 20px 20px 20px;
    background: #e7e8ee;
    color: #000000;
    font-size: 90%;

    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;

    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

div#pop-up table {
    font-family: sans-serif;
    font-size: 12px;
}

div#pop-up table tr th {
    font-weight: inherit;
    text-align: left;
    width: 55px;
}

div#pop-up table tr td {
    width: 165px;
}

div#pop-up img {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

#sendData {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;

    border: 0px;
    height: 30px;
    width: 100%;
    background-color: #6b1544;

    cursor: pointer;
}

/* *** *** *** AJAX LOADING *** *** *** */
.loading {
    display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 230, 230, 230, .7 )
                url('../images/394.GIF')
                50% 50%
                no-repeat;
}