.gplamap #map {
    height: 600px;
}

.d-flex{
    display: flex;
}

.list-location {
    margin-top: 10px;
    max-height: 550px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.gplamap .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.gplamap .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: none !important;
    position: relative;
}

.gplamap .row .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .gplamap .row .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .gplamap .row .col-sm-4{
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .gplamap .row .col-sm-6{
        flex: 0 0 auto;
        width: 50%
    }
    .gplamap .row .col-sm-8{
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .pl-sm-0{
        padding-left: 0 !important;
    }
}
.list-location .row-item {
    border-top: 0 !important;
    padding: 10px 0 !important;
    border-bottom: 0 !important;
}
.list-location .row-item:not(.location-header) .col-sm-8{
    border-left: 1px solid #4e8bb4;
}
.gplamap .list-location .location-header p{
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}
.gplamap .list-location .location-item {
    font-size: 16px;
    border-bottom: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
}
.gplamap .list-location .group-title{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.gplamap .list-location .location-item p{
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 600;
}
.gplamap .row-item:nth-child(even) {
    background-color: #f5f5f6;
}

.gplamap .row-item .location-item:hover {
    background-color: #bbd4e8;
    cursor: pointer;
}

.gplamap .list-location .location-header {
    background-color: #0f6fb9 !important;
}
.gplamap .list-location .location-header p,
.gplamap .list-location .group-title,
.gplamap .list-location .location-item p{
    padding: 7px 20px;
}
.location-item .row .col .inner {
    padding: 6px 6px 0 6px !important;
}
.location-item .row .col .link {
    padding: 6px !important;
}

.location-item {
    font-size: 12px;
    overflow-wrap: break-word;
}


.detail-popup-marker > div{
    font-size: 16px;
    line-height: 24px !important;
    margin-bottom: 7px;
}
.detail-popup-marker .name,
.location-item .name {
    color: #0f6fb9;
    font-weight: bold;
    font-size: 16px;
}

.detail-popup-marker .tint,
.location-item .tint {
    color: #0f6fb9;
    font-weight: bold;
}

.detail-popup-marker .link a,
.location-item .link a {
    color: blue;
    text-decoration: underline;
}

.form-search-directory .col1 {
    padding: 0 3px 3px 2px;
}

.form-search-directory .col2 {
    padding: 0 0 3px 3px;
}

.gplamap .qbutton.small {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
}

.gplamap .form-search-directory .input-search-directory {
    padding: 12px 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #dadada;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}

.gplamap .form-search-directory {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gplamap .form-search-directory .btn {
    color: #fff !important;
    border-color: #0f6fb9;
    background-color: #0f6fb9;
    border: 1px solid #0f6fb9;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    min-width: 140px;
    cursor: pointer;
    margin-right: 10px;
}
.gplamap .form-search-directory .btn:last-child{
    margin-right: 0 !important;
}
.gplamap .list-location {
    margin-top: 0;
    max-height: 550px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.gplamap .list-location::-webkit-scrollbar-track {
	background-color: #fff;
}

.gplamap .list-location::-webkit-scrollbar {
	width: 12px;
	background-color: #fff;
}

.gplamap .list-location::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #707070;
}

.itemtint {
    background-color: #bbd4e8 !important;
}

.gplamap .noresult {
    margin: 20px 0 0 10px;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

@media (min-width: 768px) {
    .list-location .row-item:not(.location-header) .col-sm-8{padding-left: 0;}
    .gplamap .list-location .location-item{padding-left: 15px !important;}
}
@media (max-width: 767px) {
    .list-map {padding: 20px 6px 0 6px;}
    .list-location .row-item{padding: 0 !important;}
    .gplamap .list-location .location-header {display: none !important;}
    .gplamap .list-location .group-title{font-size: 16px;  color: #fff; font-weight: 600; background-color: #0f6fb9 !important; padding-top: 10px; padding-bottom: 10px;}
    .gplamap .form-search-directory .input-search-directory{margin-bottom: 15px;}
    .gplamap .form-search-directory .btn{min-width: 45%;}
}
