.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    vertical-align: middle;
}

.mobileTable {
    display: table-cell;
    width: 240px;
}

.divTableCell.mobile {
    display: none;
}

.divTableCell:first-child {
    width: 190px;
}

.divTableRow > .divTableCell:last-child {
    width: 140px;
}

.divTableCell.fullView,
.divTableCell.mobile {
    white-space: nowrap;
    width: 1%;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.searchBar {
    background-color: #EDEFFE;
    height: 75px;
    font-family: "Montserrat-Italic", sans-serif;
    font-size: 14px;
    padding-top: 14px;
    transition: all .2s ease;
    width: 100%;
    z-index: 12;
}

.searchBar.closed {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .2s ease .2s;
}

.searchBar > div {
    position: relative;
}

.searchBar > div > div {
    visibility: visible;
    opacity: 1;
    transition: visibility .2s linear .2s,
    opacity .2s linear .2s;
}

.searchBar.closed > div > div {
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s linear,
    opacity .2s linear;
}

.searchBarTextSelect > .nice-select {
    background-color: transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    line-height: 29px !important;
    float: right;
    padding-top: 10px;
}

.searchBarTextSelect > .nice-select > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 105px;
    padding-right: 1px;
}

.searchBarTextSelect > .nice-select:after {
    margin-top: 0;
}

.dateTimeRangePicker .current {
    max-width: 100% !important;
}

.searchBarCategoryWrap,
.searchBarTypeWrap,
.searchBarCountryWrap,
.searchBarDateRangeWrap {
    display: inline-block;
}

.searchBarBtnWrap,
.searchBarSortByWrap,
.searchBarTextSelect {
    float: right;
}

.searchBtn > svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    float: left;
}

.searchBarTextInput input {
    background-color: transparent;
    border: 1px solid rgb(140, 140, 140);
    width: 100%;
    height: 41px;
    border-radius: 20px;
    padding-top: 2px;
    padding-left: 20px;
    color: #555555;
}

.searchBarTextInput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(140, 140, 140);
}

.searchBarTextInput input::-moz-placeholder { /* Firefox 19+ */
    color: rgb(140, 140, 140);
}

.searchBarTextInput input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(140, 140, 140);
}

.searchBarTextInput input:-moz-placeholder { /* Firefox 18- */
    color: rgb(140, 140, 140);
}

.searchBarCategoryWrap select.hidden, .searchBarTypeWrap select.hidden, .searchBarCountryWrap select.hidden, .searchBarSortByWrap select.hidden {
    visibility: hidden;
}

.searchBarCategoryWrap select, .searchBarTypeWrap select, .searchBarCountryWrap select, .searchBarSortByWrap select {
    background-color: rgb(229, 229, 229);
    width: 210px;
    height: 41px;
}

.searchBarText {
    color: rgb(140, 140, 140);
    padding-left: 12px;
    margin-bottom: 2px;
}

.searchBtn {
    background-color: #F44E50;
    width: 135px;
    height: 41px;
    border-radius: 2px;
    padding-left: 15px;
}

.searchBtn span {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
    font-family: "Montserrat-Bold", sans-serif;
}

.dateTimeRange {
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(140, 140, 140);
    width: 140px;
    height: 41px;
    border-radius: 20px;
    padding-top: 2px;
    padding-left: 12px;
    font-size: 12px;
    resize: none;
    color: #555555;
    outline: none;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.dateTimeRange.verticalMiddle {
    line-height: 37px;
    overflow: hidden;
}

/** New search bar **/
.custom-search-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-search-form div.td {
    vertical-align: middle;
}

.custom-search-form .switch-td-center {
    width: 66px;
    text-align: center;
}

.custom-search-form .auto-width {
    width: 1%;
    white-space: nowrap;
}

.custom-search-form .button-padding {
    padding-right: 10px;
}

.custom-search-form div.td.disabled {
    color: grey;
}

.custom-search-form div.td.separator {
    width: 40px;
}

.custom-search-form div.td.separator > div {
    width: 1px;
    background-color: #B6C6C9;
    height: 30px;
    padding: 0;
    margin: 0 auto;
}

.custom-search-form div.td.switch-separator > div {
    height: 5px;
    width: 50px;
}

.custom-search-form .switch {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 24px;
    margin-bottom: 0;
}

.custom-search-form .switch input,
.button-like-radio input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.custom-search-form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B6C6C9;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-search-form .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #edeffe;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.custom-search-form input:checked + .slider, .custom-search-form .slider.enabled {
    background-color: #393D50;
}

.custom-search-form input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.custom-search-form input:disabled + .slider {
    background-color: #BBBBBB;
}

.custom-search-form input:disabled + .slider:before {
    background-color: #D4D6D6;
}

.custom-search-form .slider.round {
    border-radius: 34px;
}

.custom-search-form .slider.round:before {
    border-radius: 50%;
}

.custom-search-form .button-like-radio {
    margin-bottom: 0;
}

.custom-search-form .button-like-radio .button-radio {
    cursor: pointer;
    border: 1px solid #f44e50;
    background-color: #DFE5E8;
    border-radius: 15px;
    color: #393D50;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.custom-search-form .button-like-radio input:checked + .button-radio {
    background-color: #F44E50;
    color: #EDEFFE;
    border: none;
    padding: 6px 22px;
}

.custom-search-form .search-button {
    width: 110px;
    height: 27px;
    border-radius: 15px;
    background-color: #F44E50;
    border: 1px solid #99A9B5;
    display: block;
}

.custom-search-form .search-button > svg {
    fill: #DFE5E8;
    width: 18px;
    height: 18px;
    float: left;
}

.custom-search-form .search-button > span {
    color: #DFE5E8;
    float: left;
    margin-left: 10px;
}

.custom-search-form .button-like-radio input:not(:checked) + .button-radio:hover,
.custom-search-form .search-button:hover {
    border: 1px solid #f44e50;
    background-color: #f44e50;
    color: #edeffe;
}

.custom-search-form .search-button:hover > svg {
    fill: #393D50;
}

.custom-search-form .search-button:hover > span {
    color: #393D50;
}

.manual-input {
    cursor: pointer;
}

@media (max-width: 1023px) {
    .custom-search-form .sans-pro-semi-bold {
        text-transform: none;
        font-size: 16px;
    }

    .custom-search-form .button-like-radio .button-radio {
        font-size: 12px;
    }
}

@media (max-width: 819px) {
    .custom-search-form div.td.separator,
    .custom-search-form div.td.switch-separator,
    .custom-search-form div.td.sans-pro-semi-bold {
        display: none;
    }

    .custom-search-form.table.boundaries,
    .custom-search-form div.td.auto-width.button-padding {
        width: auto;
    }
}

@media (max-width: 419px) {
    .payment-freq-switch .yearly .free-month {
        float: none;
        margin-left: 0;
        position: absolute;
        width: 120px;
        bottom: -40px;
        left: 0;
    }

    .payment-freq-switch .yearly .free-month ol > li > div:after,
    .payment-freq-switch .yearly .free-month ol > li > div:before {
        left: 0;
    }

    .payment-freq-switch .yearly .free-month ol > li > div:before {
        border-color: transparent transparent #34aa1f transparent;
        top: -22px;
    }

    .payment-freq-switch .yearly .free-month ol > li > div:after {
        border-color: transparent transparent black transparent;
        top: -24px;
        left: -1px;
    }
}
