﻿.help-block {
    color: red;
}

hr.style14 {
    border: 0;
    height: 1px;
    margin: 10px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/*FOR_GOOGLE_MAP*/
#dvMap {
    height: 100%;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    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: Rubik;
    right:0px !important;
}
.pac-controls {
    display: normal;
    padding: 5px;
}

.pac-controls label {
    font-family: Rubik;
    font-size: 10pt;
    font-weight: 300;
}

.pac-container {
    width: 85%;
    z-index: 10000 !important;
}

#slrreg_paccardcontainer {
    padding: 4px;
    margin-right: 0px;
}

#slrreg_txtSearchAddr {
    background-color: #fff;
    font-family: Rubik;
    font-size: 10pt;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#slrreg_txtSearchAddr:focus {
    border-color: #4d90fe;
}

.centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -10px;
    margin-top: -34px;
    /*size of the image*/
    height: 34px;
    width: 20px;
    cursor: pointer;
}

.centerBtnTandai {
    position: absolute;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -50px;
    margin-top: -65px;
    /*size of the image*/
    height: auto;
    width: auto;
    cursor: pointer;
}
.gmnoprint { display:none !important; }
.gm-style-cc { display: none !important; }
/*FOR_GOOGLE_MAP_DONE*/