/*
.location-modal .close {
    font-size: 2.5rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    text-shadow: 0 1px 0 transparent;
    position: absolute;
    top: 0;
    background: #fffffff5;
    right: 0;
    !* line-height: 0; *!
    opacity: 1;
    padding: 2px 10px;
    z-index: 5;
}

.location-modal .modal-content {
    position: relative;
    border-radius: 0;
}

.location-modal .modal-body {
    padding: 10px 10px 3px;

}

button:focus {
    outline: none;
}

.modal-backdrop {
    !* background-color: rgba(0, 0, 0, 0.9) !important; *!
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.modal-backdrop.show {
    opacity: .9 !important;
}

!*field*!
.locattion-field-section {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
    left: 0;
    width: 84%;
    margin: auto;
    z-index: 7;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.search {
    width: 100%;
    position: relative
}

.searchTerm {
    float: left;
    max-width: 200px;
    width: 100%;
    border: 1px solid #fff;
    padding: 5px 10px;
    background: none;
    height: 41px;
    line-height: 2.6;
    border-radius: 0;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-family: 'MINISansReg', Arial, sans-serif;
}

.searchTerm::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'MINISansReg', Arial, sans-serif;
}

.searchTerm:focus {
    color: #fff;
}

.searchButton {
    position: absolute;
    right: 16px;
    width: 40px;
    height: 41px;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
}
.searchButton:hover .location-icon {
    color: #fff;
}
.searchButton:hover{
background: none;
}
.label-text {
    font-family: 'MINIBold', 'Georgia', serif;
    font-size: 13px;
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 12px;
}
.location-icon {
    color: #000;
    transform: rotate(-75deg);
    font-size: 14px!important;
}
.select-bar {
    -webkit-appearance:none ;
    float: left;
    max-width: 200px;
    width: 100%;
    border: 1px solid #fff;
    padding: 5px 10px;
    background: none;
    height: 41px;
    line-height: 2.2;
    border-radius: 0;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-family: 'MINISansReg', Arial, sans-serif;
}
@media (min-width: 576px) {
    .location-modal .modal-dialog {
        max-width: 1105px;
        width: 100%;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
}*/
