.bgLoading{
    background: #FFF url('../images/icon_loading.gif') center -60% no-repeat;
}

.markerLabel{
    padding-top: 55px;
    font-weight: bold;
}

.inactive {
    position: relative;
    filter: opacity(.5);

}
  
.inactive::before {
content: "";
position: absolute;
top: -15px;
left: 0;
width: 100%;
height: 140%;
background-color: rgba(143, 142, 142, 0.5);
z-index: 1;
}


/*START 停車格篩選用 */
.parking-filter-outer-container{
    margin-top:-10px;
    display: table;
    margin: 0 auto;
    padding-left:16vw;
    padding-right:10vw;
    /* border:2px solid black; */
}
.flex-container{
    display:flex;
    flex-wrap: wrap;
    justify-content:last baseline;
}

.label-container {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 0px;
    cursor: pointer;
    font-weight: 600;  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}

.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.icon-mark{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border:2.5px solid #b3b3b3;
    border-radius:4px;
}

/* .checkmark {} */
.disabledmark {
    z-index:-1;
}

.label-container input:disabled ~ .disabledmark {
    z-index:2;
    cursor: not-allowed;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.disabledmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label-container input:checked ~ .checkmark:after {
    display: block;
}

.label-container input:disabled ~ .disabledmark:after {
    display: block;
    z-index:2;
}

.label-container .checkmark:after {
    left: 4px;
    top: -2px;
    width: 9px;
    height: 17px;
    border: solid #b3b3b3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-container .disabledmark:after {
    left: 5px;
    top: -5px;
    width: 5px;
    height: 25px;
    border: solid #b3b3b3;
    border-width: 0 3px 0px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*END 停車格篩選用 */

/*START 複寫type.less */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
/*END 複寫type.less */

/*START google map 訊息框樣式 */
.marker-message-outer-container{
    font-size: 1.3em;
}

.marker-message-top-container{
    display:flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap:wrap;
}

@media screen and (max-width: 320px) {
    .marker-message-top-container {
        flex-direction: column;
    }
}

.marker-message-capsule{
    display: inline;
    background: #0079f5;
    padding: 6px 10px;
    border-radius: 30px;
    font-weight: 400;
    color: #FFF;
}
.marker-message-map-nav-icon{
    border-radius:3px;
    padding:3px 6px;
    border: 1px solid #34917c;
    display: inline;
    font-weight: 400;
    font-size: 15px;
    float: right;
    margin-top: -3px;
    margin-right: 0px;
    margin-left:8px;
    outline: none;
}

/*END google map 訊息框樣式 */

/* 通用 */
.inline-block{
    display:inline-block;
}

/* 返回鈕 */

.title_style h2 a txt {
    color: #34917c;
}