﻿#page_loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 201, 176, 0.25) url(../img/bar-circle.gif) no-repeat center center;
    background-size: 240px;
}

#page_loader span {
    display: none;
}

#page_loader.verif {
    background: rgba(255, 255, 255, 0.9);
}

#page_loader.verif>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#page_loader.verif span {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    padding: 0px 20px 0px 20px;
    line-height: 2;
    text-align: center;
    text-wrap: balance;
}

#page_loader.verif span.load {
    background: url(../img/bar-circle.gif) no-repeat center center;
    background-size: 160px;
    height: 100px;
    width: 100%;
}

.component_loader {
    width: 100%;
    height: 350px;
    background: #fff url(../img/bar-circle.gif) no-repeat center center;
    background-size: 240px;
}

.package div.loader {
    display: block;
    margin: 15px auto 7px auto;
    width: 20px;
    height: 20px;
    background: url(../img/loader.gif) no-repeat center center;
}

.clear {
    clear: both;
}

/*POPUP*/
.msh_sv-popup_wrap {
    display: none;
    position: fixed;
    background-color: rgba(72, 201, 176, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999990;
    justify-content: center;
    align-items: center;
}

#divMSHClient {
    align-items: flex-start;
}

.msh_sv-popup_wrap.lg .msh_sv-popup {
    max-width: 767px;
}

.msh_sv-popup_wrap.sm .msh_sv-popup {
    max-width: 500px;
}

.msh_sv-popup {
    background: #ffffff;
    width: 90%;
    max-width: 750px;
    padding: 0;
    max-height: 90%;
    overflow: auto;
    padding-top: 0px;
}

.msh_sv-box.msh_sv-popup {
    padding-top: 0px;
    margin-top: 5vh;
}

.msh_sv-popup_header {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5px 10px 5px;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: solid 1px #E5E7E9;
}

.msh_sv-popup .title {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #1abc9c;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .msh_sv-popup .title {
        font-size: 1.6em;
    }
}

@media (max-width: 1024px) {
    .msh_sv-popup .title {
        font-size: 1.4em;
    }
}

@media (max-width: 767px) {
    .msh_sv-popup .title {
        font-size: 1.2em;
    }
}

@media (max-width: 530px) {
    .msh_sv-popup .title {
        font-size: 1.1em;
    }
}

@media (max-width: 380px) {
    .msh_sv-popup .title {
        font-size: 1.0em;
    }
}


.msh_sv-popup button.close {
    font-size: 2em;
    padding: 0;
    float: right;
    border: none;
    background: transparent;
    outline: none;
    margin-top: -3px;
    color: #333;
}

.msh_sv-popup .msh_sv-popup_content {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    font-size: 1.1em;
    color: #000000;
    word-break: break-word;
}

.msh_sv-popup_content [type="checkbox"]:not(:checked)+label,
.msh_sv-popup_content [type="checkbox"]:checked+label,
.msh_sv-popup_content [type="radio"]:not(:checked)+label,
.msh_sv-popup_content [type="radio"]:checked+label {
    font-size: 1.55rem;
}

.msh_sv-popup_content .form-group {
    margin: 20px 0;
}

.msh_sv-popup_content .form-group label {
    display: inline-block;
    margin-bottom: 4px;
}

.msh_sv-popup_content .form-group .input-list {
    margin: 10px 0;
}

.msh_sv-popup_content .form-group .input-list label {
    display: block;
    margin: 13px;
}

.msh_sv-popup_content hr {
    border: none;
    border-bottom: solid 1px #E5E7E9;
    height: 0;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.msh_sv-popup_content .msh_sv-button {
    margin-bottom: 0;
}

.msh_sv-popup_content .package {
    border-bottom: solid 1px #E5E7E9;
    padding-bottom: 28px;
}

.msh_sv-popup_content .package:after {
    content: "";
    display: table;
    clear: both;
}

.msh_sv-popup_content .package img {
    height: 125px;
}

.msh_sv-popup_content .package .details {
    padding-top: 8px;
    width: calc(100% - 240px);
}

.msh_sv-popup_wrap.large .msh_sv-popup {
    max-width: 1100px;
    height: 100%;
}

.msh_sv-popup_wrap.large .msh_sv-popup .msh_sv-popup_content {
    height: calc(100% - 80px);
}

.msh_sv-popup_wrap.medium .msh_sv-popup {
    max-width: 880px;
    height: 90%;
}

.msh_sv-popup_wrap.medium .msh_sv-popup .msh_sv-popup_content {
    height: 92%;
}


@media (max-width: 767px) {
    .msh_sv-popup_content .package .details {
        width: 62%;
        float: right;
        clear: none;
    }
}

.stayOnTop {
    z-index: 9999999;
}

#divPriceDetail .msh_sv-popup_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.4rem;
}

#divPriceDetail .msh_sv-popup_content>* {
    flex-basis: 95%;
    align-self: baseline;
}

#divPriceDetail .msh_sv-popup_content b {
    font-weight: 600;
}

#divPriceDetail .msh_sv-popup_content>b {
    display: block;
    margin: 3px 0;
}

#divPriceDetail .msh_sv-popup_content>div.img {
    display: none;
}

#divPriceDetail .msh_sv-popup_content .flight {
    margin-bottom: 10px;
}

#divPriceDetail .msh_sv-popup_content .flight div {
    margin-bottom: 5px;
}

#divPriceDetail .msh_sv-popup_content>span {
    flex-basis: 20%;
    padding: 8px 0;
    text-align: right;
    border-bottom: solid 1px #ddd;
    align-self: normal;
}

#divPriceDetail .msh_sv-popup_content>span>strong {
    display: none;
}

#divPriceDetail .msh_sv-popup_content>span.cost {
    font-weight: 600;
}

#divPriceDetail .msh_sv-popup_content>span.cost::after {
    content: " $";
}

#divPriceDetail .msh_sv-popup_content>span.item {
    flex-basis: 40%;
    text-align: left;
    font-weight: 600;
}

#divPriceDetail .msh_sv-popup_content>span.opt {
    flex-basis: 100%;
    text-align: left;
    margin-top: -8px;
    padding-bottom: 16px;
    background: #fff;
    color: #444;
}

#divPriceDetail .msh_sv-popup_content>span.opt small {
    font-size: 1.3rem;
    margin-left: 13px;
    font-style: italic;
    display: block;
}

#divPriceDetail .msh_sv-popup_content>span.colspan2 {
    flex-basis: 40%;
}

@media (max-width: 767px) {
    #divPriceDetail .msh_sv-popup_content>span.cost-head {
        display: none;
    }

    #divPriceDetail .msh_sv-popup_content>span>strong {
        display: inline;
    }

    #divPriceDetail .msh_sv-popup_content>span,
    #divPriceDetail .msh_sv-popup_content>span.item,
    #divPriceDetail .msh_sv-popup_content>span.colspan2,
    #divPriceDetail .msh_sv-popup_content>span.item.total {
        flex-basis: 100% !important;
    }
}

/*ELEMENTS*/
.msh_sv-box {
    border: 1px solid #E5E7E9;
    border-radius: 1px;
    padding: 16px;
    color: #272727;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 1.618em 0;
}

.msh_sv-input,
input.msh_sv-input,
input[type=text].msh_sv-input {
    line-height: 1.387;
    padding: 0.9rem;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #D0D3D4;
    font-family: inherit;
    color: #333;
    border-radius: 5px;
    max-width: 100%;
    font-size: 1.4rem;
    background: #fff;
    box-shadow: none;
}

#msh_sv-input_email_client {
    background-image: url('https://www.w3schools.com/css/searchicon.png');
    /* Add a search icon to input */
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}


body #email_list_agent,
body #email_list_agent li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#email_list_agent li a {
    border: 1px solid #ddd;
    /* Add a border to all links */
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    /* Grey background color */
    padding: 6px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 12px;
    /* Increase the font-size */
    color: black;
    /* Add a black text color */
    display: block;
    /* Make it into a block element to fill the whole list */
}

#email_list_agent li a:hover:not(.header) {
    background-color: #eee;
    /* Add a hover effect to all links, except for headers */
}


.msh_sv-button {
    margin: 12px auto;
    display: block;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    width: auto;
    background-color: #0693e3;
    border: 0;
    border-radius: 4px;
    color: #fff !important;
    line-height: normal;
}

.msh_sv-button:hover {
    color: #fff;
    text-decoration: none;
}

.msh_sv-button.msh_sv-large {
    padding: 15px 40px;
}

a.msh_sv-button {
    margin: 0;
    display: inline-block;
}

.msh_sv-tooltip_popup,
.uplift_tooltip {
    cursor: pointer;
    background-color: #f1c40f;
    color: #000000;
    width: 19px;
    font-size: 12px;
    display: inline-block;
    border: solid 1px #f18e00;
    border-radius: 50%;
    margin-left: 4px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
}

.msh_sv-tooltip_content {
    display: none;
    position: absolute;
    max-width: 275px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 1px 8px 1px #b1b1b1;
    border-radius: 3px;
}

.msh_sv-tooltip_content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    left: -12px;
    top: 15px;
}

/*CLIENT*/
.msh_sv-form_row .form-group {
    display: inline-block;
    width: 48%;
    padding: 0 1% 8px 1%;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top;
}

.msh_sv-form_row .form-group.w100 {
    width: 98%;
    padding: 0 1% 8px 1%;
}

.msh_sv-form_row .form-group.w33 {
    width: 31.3%;
    padding: 0 1% 8px 1%;
}

.msh_sv-form_row .form-group label {
    display: block;
    width: 100%;
}

.msh_sv-form_row .form-group label.required::after {
    content: " *";
    color: #a00101;
    font-size: 0.9em;
}

.msh_sv-form_row .form-group small {
    font-size: 11px;
}

.msh_sv-form_row input,
.msh_sv-form_row select {
    width: 100%;
    max-width: 100% !important;
}

.msh_sv-form_row .msh_sv-input.year,
.msh_sv-form_row .msh_sv-input.day {
    width: 30%;
    max-width: 30% !important;
}

.msh_sv-form_row .msh_sv-input.month {
    width: 40%;
    max-width: 40% !important;
}

@media (max-width: 767px) {

    .msh_sv-form_row .form-group,
    .msh_sv-form_row .form-group.w33 {
        width: 96%;
        padding: 0 1% 8px 1%;
    }
}

.msh_sv-dashboard h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.msh_sv-member {
    padding: 10px 10px;
}

.msh_sv-member.even {
    background-color: #f5f5f5;
}

.msh_sv-member h3 {
    margin: 5px 0 10px;
}

.msh_sv-dashboard .delpax .fa,
.msh_sv-dashboard .delalert .fa,
.msh_sv-dashboard .delbookmark .fa {
    color: #CB4335;
    font-size: 1.5rem;
    margin-left: 8px;
}

.msh_sv-dashboard .delalert .fa,
.msh_sv-dashboard .delbookmark .fa {
    margin-left: 0;
}

.msh_sv-dashboard .delalert:hover,
.msh_sv-dashboard .delbookmark:hover {
    color: #CB4335;
    text-decoration: none;
}

#btnMemberAddPax {
    color: #3498db !important;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 25px 0 10px 0;
    text-decoration: none;
}

#btnMemberReward img {
    filter: brightness(100);
}

#tabAddress,
#tabRewards,
#tabAlerts,
#tabImportant {
    padding: 20px;
}

#tabBooking {
    padding: 20px 10px;
}

.msh_sv-dashboard {
    margin-bottom: 0;
}

.dashboard .msh_sv-box.package {
    border: none;
    padding: 15px;
}

.dashboard .msh_sv-box.package:nth-child(even) {
    background-color: #f5f5f5;
}

.dashboard .msh_sv-box.package .img {
    margin-top: 12px;
}

#btnMSHLogout {
    text-decoration: none;
    color: #272727 !important;
    margin-top: 7px;
    float: right;
    font-size: 1.4rem;
}

#btnMSHLogout .fa {
    color: #CB4335;
    font-size: 1.5rem;
    margin-left: 8px;
}

.package .details .dates a {
    color: #272727 !important;
}

.create_account {
    display: none;
}

@media (max-width: 767px) {
    .dashboard .msh_sv-box.package .img {
        display: none;
    }

    .dashboard .msh_sv-box.package .details {
        width: 100%;
    }

    #btnMSHLogout {
        font-size: 0rem;
    }
}

.mo-openid-app-icons {
    font-size: 1.4rem;
    line-height: 3.2rem;
}

.mo-openid-app-icons a {
    padding: 8px 10px 7px 50px !important;
}

/*TAB*/
.msh_sv-tab>ul {
    display: flex;
    margin: 0 !important;
    padding: 0;
}

.msh_sv-tab>ul>li {
    display: flex;
    list-style: none;
    margin-right: 2px;
}

.msh_sv-tab>ul>li>a {
    display: block;
    padding: 9px;
    border-radius: 5px 5px 0 0;
    border: solid 1px #E5E7E9;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-decoration: none;
    color: initial !important;
    font-size: 14px !important;
}

.msh_sv-tab>ul>li>a.disabled {
    cursor: default;
}

.msh_sv-tab>ul>li.active {
    border-bottom: solid 1px #fff;
}

.msh_sv-tab>ul>li a:hover {
    color: inherit;
}

.msh_sv-tab>ul>li.active a,
.msh_sv-tab>ul>li a>span:first-child:hover {
    color: #0061a2 !important;
}

.msh_sv-tab>div {
    margin-top: -1px;
    border: solid 1px #E5E7E9;
    padding: 10px;
}

.msh_sv-tab>div:nth-of-type(1n+2) {
    display: none;
}

.msh_sv-tab>div.active {
    display: block;
}

.package .msh_sv-tab>ul>li a span {
    display: block;
}

.package .msh_sv-tab>ul>li a span.subtxt {
    width: auto;
    text-align: left;
    padding: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 1.2rem;
    color: #1C2833;
}

.msh_sv-dashboard ul>li>a {
    white-space: nowrap;
}

@media (max-width: 860px) {
    .msh_sv-tab>ul {
        flex-wrap: wrap;
    }

    .msh_sv-tab>ul>li {
        flex-basis: 30%;
    }

    .msh_sv-tab>ul>li>a {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .msh_sv-tab>ul>li {
        flex-basis: 75%;
    }

    #divMSHClient .msh_sv-tab>ul>li {
        flex-basis: 45%;
    }
}

@media (max-width: 400px) {
    #divMSHClient .msh_sv-tab>ul>li {
        flex-basis: 75%;
    }
}

/*COMPARE*/
.msh_sv-compare_items {
    display: block !important;
}

.msh_sv-compare_grid_wrapper {
    display: grid;
    grid-template-columns: calc(25% - 20px) repeat(1, 75%);
    grid-gap: 20px;
}

.msh_sv-compare_grid {
    margin-bottom: 0;
}

.msh_sv-compare_grid>div {
    outline: none;
}

ul.msh_sv-box.msh_sv-compare {
    margin: 0;
    padding: 0;
}

ul.msh_sv-box.msh_sv-compare>li {
    list-style: none;
    padding: 10px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-height: 4.5rem;
    text-align: center;
}

ul.msh_sv-box.msh_sv-compare>li:first-child {
    border-radius: 5px 5px 0 0;
    padding: 0px;
}

ul.msh_sv-box.msh_sv-compare>li:first-child,
ul.msh_sv-box.msh_sv-compare>li:last-child,
ul.msh_sv-box.msh_sv-compare>li:nth-last-child(2) {
    max-height: none;
}

ul.msh_sv-box.msh_sv-compare>li:nth-child(odd) {
    background-color: #f5f5f5;
}

ul.msh_sv-box.msh_sv-compare>li strong {
    display: none;
}

ul.msh_sv-box.msh_sv-compare>li .package {
    text-align: center;
    margin: 0;
}

ul.msh_sv-box.msh_sv-compare>li .package .details {
    float: none;
    width: 100%;
}

ul.msh_sv-box.msh_sv-compare>li .package .details .stars {
    padding: 0;
}

ul.msh_sv-box.msh_sv-compare.msh_sv-compare_data {
    display: none;
}

.compare_img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}

.deleteCompare {
    color: #E74C3C;
    text-transform: uppercase;
    font-weight: bold;
}

.deleteCompare i {
    margin-right: 5px;
}

.deleteCompare:hover {
    text-decoration: none;
}

.slick-slide {
    outline: none;
}

.slick-next,
.slick-prev {
    font-size: 25px;
    cursor: pointer;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    font-size: 32px;
}

.slick-prev:before {
    color: #5DADE2 !important;
    margin-left: 5px;
}

.slick-next:before {
    color: #5DADE2 !important;
    margin-left: -20px;
}

.slick-next {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: -15px;
}

.slick-prev {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: -15px;
}

/*LOGIN*/
#msh_sv-show_login {
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: inherit;
    outline: none;
    float: right;
    margin-top: -72px;
    color: #2c3e50;
    display: none;
}

#msh_sv-show_login span {
    display: block;
    width: 100%;
    font-size: 30px;
    height: 32px;
}

#msh_sv-show_login:hover span {
    color: #E74C3C;
}

#msh_sv-show_login.loggedin span {
    color: #1abc9c;
}

@media (max-width: 1024px) {

    .msh_sv-compare_grid_wrapper {
        display: block;
    }

    ul.msh_sv-box.msh_sv-compare>li {
        /*text-overflow:unset;
            overflow: auto;
            white-space:normal;*/
        max-height: 40px;
    }

    ul.msh_sv-box.msh_sv-compare>li strong {
        display: block;
    }

    .msh_sv-compare_grid_wrapper>ul.msh_sv-box.msh_sv-compare {
        display: none;
    }
}


/* VISA */
.msh_sv-visa .msh_sv-popup_anchor {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    padding: 4px 0 0 0;
    color: #1abc9c !important;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.msh_sv-visa>.visa_left {
    width: 30%;
    float: left;
    max-width: 265px;
}

.msh_sv-visa>.visa_right {
    width: 68%;
    float: right;
}

.msh_sv-visa>.visa_right>div {
    margin-bottom: 13px;
}

.msh_sv-visa>.visa_right>a>img {
    width: 140px;
    margin: 0px 30px 10px 0;
}

@media (max-width: 767px) {

    .msh_sv-visa>.visa_left,
    .msh_sv-visa>.visa_right {
        width: 100%;
        float: none;
    }
}

/*STYLEZED CHECKBOX/RADIO*/

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.4em;
    cursor: pointer;
    line-height: 21px;
    font-size: 1.4rem;
    display: inline-block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D0D3D4;
    background: #fff;
    border-radius: 4px;
    /*box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,.1);*/
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.8;
    color: #5DADE2;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e5e5e5;
    cursor: not-allowed;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #777;
    cursor: not-allowed;
}

[type="checkbox"]:disabled+label {
    color: #999;
    cursor: not-allowed;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    /*border: 2px dotted blue;*/
}


/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 2.4em;
    cursor: pointer;
    line-height: 21px;
    font-size: 1.4rem;
    display: inline-block;
}

/* option aspect */
[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D0D3D4;
    background: #fff;
    border-radius: 4px;
    /*box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,.1);*/
}

/* checked mark aspect */
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.8;
    color: #5DADE2;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled option */
[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e5e5e5;
    cursor: not-allowed;
}

[type="radio"]:disabled:checked+label:after {
    color: #777;
    cursor: not-allowed;
}

[type="radio"]:disabled+label {
    color: #999;
    cursor: not-allowed;
}

/* accessibility */
[type="radio"]:checked:focus+label:before,
[type="radio"]:not(:checked):focus+label:before {
    /*border: 2px dotted blue;*/
}



/* RANGE INPUT */
/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.noUi-target div {
    margin-bottom: 0 !important;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/*.noUi-base {
    width: 84%;
    margin-left: 8%;
}*/
/* Wrapper for all connect elements.
 */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -18px;
    top: -6px;
    cursor: grab;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: #FBFCFC;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
    padding: 0 17px;
}

.noUi-connects {
    border-radius: 3px;
    background: #5DADE2;
    margin: 0 -17px;
    width: calc(100% + 34px);
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;*/
    outline: none;
}

.noUi-active {
    /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;*/
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-tooltip {
    text-align: center;
    font-size: 1.1rem;
    font-family: arial;
}

#star_range .noUi-tooltip::after {
    font-family: FontAwesome !important;
    font-size: 12px !important;
    color: #424242 !important;
    margin-left: 2px !important;
    content: "\f005" !important;
}

#price_range .noUi-tooltip::after {
    font-family: FontAwesome !important;
    color: #424242 !important;
    margin-left: 1px !important;
    content: "$" !important;
    font-size: 1.1rem !important;
    font-family: arial !important;
}

.msh_sv-frm_filters .price_range {
    margin-left: 10px;
}