﻿@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("fonts/Inter-Thin.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("fonts/Inter-ExtraLight.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("fonts/Inter-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/Inter-Black.woff2") format("woff2");
}

/*html {
    font-size: 16px;
}*/

header {
    margin-bottom: 65px;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.noPadding-right {
    padding-right: 0px;
}

body {
    background: transparent;
    font-family: "Inter", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 16px !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    color: #223F3B !important;
}

.header-content {
    background-color: #223F3B;
    padding: 10px 5px 5px 20px;
    height: 65px !important;
}
    /*
    .header-content .navbar-header a:hover {
        text-decoration: none !important;
        font-weight: 500 !important;
        background-color: transparent !important;
    }*/

    .header-content .navbar-header img {
        height: 45px;
    }

    .header-content .user_logo {
        height: 20px;
        width: 20px;
    }

div.login-image-div.open > a > img {
}

.header-content div {
    font-size: 16px;
}

.navbar {
    border-radius: 0;
}

/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #424C3D;
    color: beige;
    padding: 0 10px;
    line-height: 25px;
    z-index: 1600;
}

    footer a, footer a:hover, footer a:visited {
        color: beige;
        text-decoration: underline;
    }*/

.dropdown-menu .divider {
    height: 1px;
    margin: 0 18px;
    overflow: hidden;
    background-color: #E5E7EB;
}

label {
    font-weight: inherit;
}

.linkDef {
    text-decoration: underline !important;
    color: black !important;
    font-size: 12px !important;
}

div.centerContent {
    margin: 0 auto;
    background-color: #fff;
    padding: 2em;
    border-radius: 7px;
}

div.middle-size {
    max-width: 400px;
}

div.large-size {
    max-width: 720px;
}

.user_pop {
    margin-left: -45px;
    position: fixed;
}

    .user_pop.bottom > .arrow {
        margin-left: 32px;
    }

.popover-content .ref {
    font-size: large;
    color: #424C3D;
    white-space: nowrap;
}

.popover-content .line {
    margin: 2px;
}

.popover-content a:hover, .popover-content a:focus {
    text-decoration: none !important;
    font-weight: 500 !important;
    background-color: transparent !important;
}

.body-content {
    width: 85%;
    padding: 20px;
    margin: auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, 380px);
    justify-content: center;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

    .gallery div.wells {
        height: 130px;
        background-color: #F5F7F3;
        border-radius: 16px;
        padding: 25px;
    }

        .gallery div.wells .wells-div-img {
            width: 25%;
            height: 100%;
            border-radius: 5px;
            float: left;
        }

            .gallery div.wells .wells-div-img .wells-img {
                height: 60%;
                width: 60%;
                margin: 20%;
            }

    .gallery div span.centerHelper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .gallery div.caption {
        width: 66%;
        float: left;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .gallery div.captionLbl {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #223F3B;
        font-size: 22px;
        font-weight: 500;
        padding-left: 5px;
    }

    .gallery div.wells-arrow {
        display: inline-block;
        height: 100%;
        white-space: nowrap;
    }

    .gallery div.wells:hover, .gallery div.wells:focus {
        background: #FAFBFA;
    }

        .gallery div.wells:hover > div.caption, .gallery div.wells:focus > div.caption {
            width: 68%;
        }

@media (max-width: 440px) {

    .gallery {
        grid-template-columns: repeat(auto-fit, 280px);
    }

        .gallery div.wells {
            height: 80px;
            padding: 15px;
        }

        /*    .gallery > span {
        width: 130px;
        margin: 0 5px;
    }*/

        .gallery div.caption {
            width: 65%;
        }

        .gallery div.wells:hover > div.caption, .gallery div.wells:focus > div.caption {
            width: 66%;
        }

        .gallery div.captionLbl {
            font-size: 16px;
        }
}

.limbic-error-div {
    background-color: transparent !important;
    font-weight: 700;
    position: absolute;
    float: left;
    z-index: 10000;
    left: 160px;
    padding-right: 60px;
}

.popup-dark-div {
    background-color: #fff;
    color: #424C3D;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 15px;
    display: block;
}

.div-footer-bar {
    bottom: 0;
    left: 25%;
    position: absolute;
    padding-bottom: 25px;
}

.page-message-box {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    margin: auto;
}

.top-message-box-close {
    cursor: pointer;
    top: 15px;
    position: absolute;
    right: 20px;
}

.login-image-btn {
    top: 13px;
    position: absolute;
    z-index: 1000;
    right: 10px;
    width: 120px;
    height: 40px;
    background-color: #305853;
    text-align: center;
    border-radius: 60px;
    border: 1px solid transparent;
    color: white;
}

    .login-image-btn:hover {
        cursor: pointer;
        font-weight: 600;
    }

        .login-image-btn:hover img.user_logo {
            height: 22px;
        }

.xTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.xRow {
    display: table-row;
}

.xCell {
    display: table-cell;
    border: none;
    border-width: 0px;
    padding-left: 1px;
    padding-right: 1px;
    word-break: break-all;
    word-wrap: anywhere;
}

.xCell-Header {
    display: table-cell;
    border: none;
    border-width: 0px;
    padding-left: 2px;
    padding-right: 2px;
    color: #223F3B;
    word-wrap: break-word;
    vertical-align: middle;
    border-bottom: 1px solid #E5E7EB;
}

.xCell-VerticalAligned {
    vertical-align: top;
}

.thin-font {
    padding: 15px 2px;
}

.xCell-Invisible {
    display: table-cell;
    visibility: hidden;
}

.xCell-Block {
    display: block;
}

.gray-borders {
    border-bottom: 1px solid #E5E7EB;
}

.cell-centered-content {
    text-align: center;
    display: flex;
    justify-content: center;
}

.cell-navbar-item {
    font-weight: normal !important;
    text-align: center;
    vertical-align: middle;
    font-size: 13pt !important;
}

    .cell-navbar-item > a {
        text-decoration: none !important;
    }

        .cell-navbar-item > a:hover {
            color: #223F3B !important;
            font-weight: 600 !important;
        }

    .cell-navbar-item :focus {
        /*background-color: #7AC143 !important;*/
    }


.cell-navbar-item-green {
    /*background-color: #7AC143;
    color: white !important;*/
}

    .cell-navbar-item-green:hover, .cell-navbar-item:active {
        /*background-color: rgb(99, 159, 53) !important;*/
    }



/*.cell-navbar-item-dark-disabled {
    background-color: #223F3B;
    color: white !important;
    border-radius: 0px;
}*/

.cell-navbar-item-dark {
    /*background-color: #223F3B;*/
    /*color: white !important;
    border-radius: 0px;*/
}

    .cell-navbar-item-dark:hover {
        /* background-color: rgb(99, 159, 53) !important;
        color: white !important;*/
    }

.cell-navbar-item-right-border {
    border-right: 1px solid #E5E7EB;
}


.dropdown-menu {
    padding: 0;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #00000026;
    position: absolute;
    top: auto;
    left: auto;
    top: 38pt;
    border: 0;
    font-size: 12pt;
    background-color: white;
}

    .dropdown-menu > li > a {
        /*background-color: white;*/
        color: #223F3B;
        overflow: hidden;
    }

        .dropdown-menu > li > a:hover {
            background-color: #F1F1F1 !important;
            font-weight: 600 !important;
            text-decoration: none !important;
        }

        .dropdown-menu > li > a:focus {
            background-color: #F1F1F1 !important;
        }

.btn-green {
    background-color: rgb(124, 194, 74);
    color: white;
    width: 210px;
    border: 2px solid rgb(206, 238, 177);
    border-radius: 4px;
}

hr {
    margin: 0.2rem 0;
}

.table-gray,
.table-gray th,
.table-gray td {
    border: 2px solid white;
}

.table-white,
.table-white th,
.table-white td {
    border: 2px solid #EDEFF2;
}

.table > thead {
    background-color: white;
    color: #223F3B;
}

.table-gray > tbody {
    background-color: #EDEFF2;
}

.table-white > tbody {
    background-color: white;
}

.text-bold {
    font-weight: bold;
}

.text-bold {
    color: black !important;
    font-weight: 600;
}

    .text-bold:hover {
        color: black !important;
        background-color: transparent !important;
        font-weight: 500 !important;
    }

.text-gray {
    color: #8E98B0;
}

.btn-item-brandcolor {
    border: none;
    color: white;
    margin-bottom: 25px;
    background-color: #6DB851;
}

.btn-item {
    border: none;
    background-color: #424C3D;
    color: white;
    margin-bottom: 25px;
    padding: 5px 10px 5px 10px;
    box-shadow: 5px 5px 5px grey;
}

.list-group-item {
    border-radius: 0 !important;
}

a.list-group-item {
    color: white !important;
}

    a.list-group-item:hover, a.list-group-item:focus {
        background-color: #7ac143;
    }

.formGroupMbd {
    border-top: 1px solid #E5E7EB;
    padding-top: 1rem;
}

.requiredBottomLabel {
    font-size: 12px;
}

.requiredBottomStar {
    font-size: 14px;
    color: red;
}

.field-validation-error {
    color: #FF0062;
}

.input-validation-error {
    border: 1px solid #FF0062 !important;
}

.validation-summary-errors {
    padding: 0px;
    font-size: 14px;
    color: #FF0062;
    text-align: center;
}

    .validation-summary-errors ul {
        text-align: start;
    }

.validation-summary-valid {
    display: none;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-right10 {
    margin-right: 10px !important;
}

.required:after {
    content: " *";
    font-size: 16px;
    font-weight: bold;
    color: #FF0062;
}

.text-align-left {
    text-align: left !important;
}

.headerText {
    margin-left: -15px;
}

.label-custom {
    font-size: larger;
    overflow-wrap: break-word;
}


.stepHeader {
    font-weight: 600;
    font-size: 16pt;
}

.mainHeaderBlock {
    padding: 3rem 0rem;
}

.mainHeader {
    font-size: 40px;
}

.mainHeaderText {
    font-size: 20px;
}

.romif > p {
    margin: 0 0 0px;
}


/*
.btn-primary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-primary:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }*/

/*.btn-dark {
    background-color: rgb(66,76,61);
    border: rgb(66,76,61);
    display: inline-block;
    font-size: 13pt;
    color: #fff !important;
    padding-left: 15pt !important;
    padding-right: 15pt !important;
    outline: 0 !important;
    font-weight: 500 !important;
}*/

. /*btn-primary, .btn-success {
    display: inline-block;
    font-size: 13pt;
    color: #fff !important;
    background-color: #7AC143 !important;
    border: #7AC143 !important;
    padding-left: 15pt !important;
    padding-right: 15pt !important;
    outline: 0 !important;
    font-weight: 500 !important;
}

    .btn-success:hover, .btn-primary:hover, .btn-dark:hover {
        background-color: rgb(99, 159, 53) !important;
    }

    .btn-success:active, .btn-primary:active, .btn-dark:active {
        background-color: #7AC143 !important;
    }*/
.EditInvoice {
    width: 34px;
    height: 30px;
    padding-left: 10px !important;
    padding-top: 3px;
}

.btn-danger {
    color: #fff;
    border-color: rgb(66,76,61);
}

    .btn-danger:hover {
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active {
        background-color: #c9302c;
        border-color: #ac2925;
    }

#idpc_dropdown {
    width: 100%;
    padding-left: 6px;
    background-color: #fff;
    color: #555555 !important;
}

    #idpc_dropdown *:hover {
        background-color: #E0E0E6;
    }

.cookie-locker {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: #1A302D40 !important;
    display: none;
}

.dialog-description {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 25px;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #9DA2AE;
}

    .form-control:focus {
        border: 1px solid #5CC87A !important;
        box-shadow: none;
    }

.btn {
    border: 1px solid #5CC87A;
    font-size: 16px !important;
    color: #223F3B;
    border-radius: 19px;
    text-align: left;
    padding-left: 10pt !important;
    padding-right: 10pt !important;
    background: url("../Images/arrow-right.svg") calc(100% - 10px) 50% no-repeat;
    outline: none !important;
}

    .btn.disabled, .btn[disabled] {
        border: 1px solid #9DA2AE !important;
        color: #9DA2AE !important;
        filter: grayscale(100%) !important;
        opacity: 1 !important;
    }

        .btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus {
            background-color: transparent !important;
            color: #9DA2AE !important;
        }

    .btn:hover {
        background-color: #5CC87A !important;
        color: white !important;
    }

    .btn:active, .btn:focus {
        background-color: #5CC87A !important;
        color: white !important;
        background: url("../Images/arrow-right.svg") calc(100% - 10px) 50% no-repeat;
    }

.modal-inner {
    padding: 1em 2em;
}

input[type=radio] {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-clip: content-box;
    border: 1px solid #9DA2AE;
    background-color: transparent;
    outline: none !important;
}

input[type="radio"]:checked {
    background-color: #5CC87A;
    padding: 2px;
    border: 1px solid #5CC87A;
}

input[type="checkbox"] {
    accent-color: #5CC87A;
}

.input-group-btn .btn {
    border-radius: 10px;
    font-size: initial;
    border: 1px solid #9DA2AE;
    background: white;
    padding: 5px 10px;
}

.btn-no-img {
    background: white;
    text-align: center;
}

    .btn-no-img:active, .btn-no-img:hover, .btn-no-img:focus {
        background: initial;
    }

.toggle-handle.btn-no-img:hover {
    background: white !important;
}

.claims-history {
    background-color: #FAFBFA;
    border-radius: 15px;
    padding: 20px;
    min-height: 300px;
    width: 100%;
    display: inline-block;
}

.claims-history-lbl {
    display: inline-block;
    width: 40%;
    font-size: 10pt;
    padding-bottom: 20px;
}

.img-15 {
    height: 15px;
}

.img-25 {
    height: 25px;
}

.claims-history-pnl {
    padding-top: 40px;
}

.clearance-pnl {
    display: inline-block;
    height: 320px;
    width: 100%;
}

    .clearance-pnl a:hover img:last-child, .clearance-pnl a:focus img:last-child, .clearance-pnl a:active img:last-child {
        margin-left: 10px;
    }

    .clearance-pnl a {
        display: inline-block;
        width: 49%;
        float: right;
        background-color: #E7F7E9;
        padding: 30px;
        color: #223F3B;
        text-decoration: none;
        border-radius: 15px;
        height: 100%;
    }

        .clearance-pnl a:first-child {
            background-color: #223F3B;
            float: left;
            color: white;
        }

            .clearance-pnl a:first-child img {
                filter: brightness(0) invert(1);
            }

        .clearance-pnl a img {
            width: 80px;
        }

            .clearance-pnl a img:last-child {
                width: 35px;
                height: 20%;
            }

.clearance-info {
    height: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.padding20 {
    padding: 20px 0;
}

.width50 {
    width: 50%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #FAFBFA;
    color: #9DA2AE;
}

.chosen-single {
    background: white !important;
    border-radius: 10px !important;
    border: 1px solid #9DA2AE !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
    color: #223F3B !important;
}

.tel-code-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -3px;
}

.chosen-drop {
    border: none !important;
}

.chosen-container-single .chosen-drop {
    margin-top: 0px !important;
}

.next-width {
    width: 150px;
}

.help-block {
    font-size: 15px !important;
    color: inherit !important;
}

.help-block-caption {
    font-size: 20px;
}

#btnpostcode {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lookup-group-element {
    border: 0 none !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset !important
}

    .lookup-group-element.lookup-group-element-input {
        border-right: 1px solid #9DA2AE !important;
    }

    .lookup-group-element.lookup-group-element-button {
        border-left: 1px solid #9DA2AE !important;
    }

        .lookup-group-element.lookup-group-element-button:hover {
            background-color: #5CC87A !important;
            border-radius: 0 10px 10px 0;
        }

.lookup-group-element-border {
    border: 1px solid #9DA2AE !important;
    border-radius: 10px;
}

    .lookup-group-element-border:focus-within {
        border: 1px solid rgb(92, 200, 122) !important;
        border-radius: 10px;
    }

    .lookup-group-element-border input:focus {
        border-top: 0 none !important;
        border-bottom: 0 none !important;
        border-left: 0 none !important;
        border-right: 1 solid !important;
    }

#idpc_dropdown.dropdown-menu {
    left: 0;
    top: 28pt;
}

.single-column-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 100%));
    justify-content: center;
    grid-row-gap: 20px;
}

    .single-column-gallery div.wells {
        background-color: #F5F7F3;
        height: 50px;
        padding: 25px;
    }

        .single-column-gallery div.wells .wells-div-img {
            width: 76px;
            height: 76px;
            border-radius: 5px;
            float: left;
        }

            .single-column-gallery div.wells .wells-div-img .wells-img {
                height: 60%;
                width: 60%;
                margin: 20%;
            }

    .single-column-gallery div span.centerHelper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .single-column-gallery div.caption {
        width: 66%;
        float: left;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .single-column-gallery div.captionLbl {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #223F3B;
        font-size: 22px;
        font-weight: 500;
        padding-left: 5px;
    }

    .single-column-gallery div.descriptionLbl {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #223F3B;
        font-size: 16px;
        font-weight: 500;
        padding-left: 5px;
    }

    .single-column-gallery div.wells-arrow {
        display: inline-block;
        height: 100%;
        white-space: nowrap;
        float: right;
    }

    .single-column-gallery div.wells:hover, .single-column-gallery div.wells:focus {
        background: #FAFBFA;
    }

        .single-column-gallery div.wells:hover > div.wells-arrow, .single-column-gallery div.wells:focus > div.wells-arrow {
            margin-right: 10px;
        }

    .single-column-gallery div.wells-radio {
        display: inline-block;
        height: 100%;
        white-space: nowrap;
        float: right;
    }

@media (max-width: 440px) {

    .single-column-gallery {
        grid-template-columns: repeat(auto-fit, minmax(380px, 100%));
    }

        .single-column-gallery div.wells {
            height: 80px;
            padding: 15px;
        }

        .single-column-gallery div.caption {
            width: 65%;
        }

        .single-column-gallery div.wells:hover > div.wells-arrow, .single-column-gallery div.wells:focus > div.wells-arrow {
            margin-right: 50px;
        }

        .single-column-gallery div.captionLbl {
            font-size: 16px;
        }
}

.selected-scheme {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    margin: auto;
    padding: 24px;
    gap: 24px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    min-height: 195px;
}

.selected-scheme-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.selected-scheme-title-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #67837F;
    align-self: stretch;
}

.selected-scheme-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    order: 1;
    align-self: stretch;
}

.selected-scheme-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #223F3B;
    align-self: stretch;
}

.selected-scheme-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #223F3B;
    order: 1;
    align-self: stretch;
}

.selected-scheme-footer {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #223F3B;
    order: 1;
    align-self: stretch;
}

.headerBody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 24px;
    padding-inline: 100px;
    padding-bottom: 10px;
    background: #E7F7E9 url("../../Content/Images/vector2.svg") no-repeat;
    min-height: 300px;
    background-position-x: 100%;
    margin-bottom: 20px;
}

.banner-bar {
    display: flex;
    padding: 16px 24px;
    height: 60px;
    background: #E7F7E9;
}
    .banner-bar banner-text {
        font-weight: 400;
        font-size: 20px;
        display: flex;
        color: #223F3B;
    }


/********************************
 * Image Select Styles
********************************/

/**
 * Additional styles correct images location and change to flat style
 *
 * @author     Web Semantics, Inc. Dev Team <info@websemantics.ca>
 * @copyright  2011-2015 Web Semantics, Inc.
 * @link       http://websemantics.ca
 * @license    https://opensource.org/licenses/MIT
 */

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 34px;
    border: 2px solid #acb4b9;
    border-radius: 2px;
    background: none;
    width: 100%;
    box-shadow: none;
    margin-bottom: 0px !important;
}

.chosen-container-multi .chosen-choices {
    padding: 5px 8px;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-active .chosen-single {
    border: 2px solid #acb4b9;
    box-shadow: none;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #acb4b9;
}

.chosen-container-active.chosen-container-multi.chosen-with-drop .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #acb4b9;
    border-bottom-color: white;
    background-image: none;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: 2px solid #acb4b9;
    background: none;
}

.chosen-container-multi .chosen-drop {
    margin-top: -4px;
}

.chosen-container-single .chosen-drop {
    margin-top: -2px;
}

.chosen-container .chosen-drop {
    border: 2px solid #acb4b9;
    border-top: 0;
    box-shadow: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: none;
    background-color: #acb4b9;
    color: #fff;
}

.chosen-container-single .chosen-single div {
    padding: 7px 3px 0px 0px;
    width: 16px;
}

.chosen-container-single .chosen-single abbr {
    background: url('chosen/chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
    background: url('chosen/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: white url('chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen/chosen-sprite.png') no-repeat 100% -20px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url('chosen/chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-rtl .chosen-search input[type="text"] {
    background: white url('chosen/chosen-sprite.png') no-repeat -30px -20px;
    background: url('chosen/chosen-sprite.png') no-repeat -30px -20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen/chosen-sprite@2x.png') !important;
    }
}

/**
 * Image Select Styles
 *
 * @author     Web Semantics, Inc. Dev Team <info@websemantics.ca>
 * @copyright  2011-2015 Web Semantics, Inc.
 * @link       http://websemantics.ca
 * @license    https://opensource.org/licenses/MIT
 */

/* Tag image */
.chose-image {
    width: 55px;
    max-height: 55px;
    padding: 2px 5px 3px 0px;
    vertical-align: middle;
}

    .chose-image.rtl {
        padding: 2px 0px 3px 5px;
    }

/* Image for Single mode */
.chose-image-small {
    width: 24px;
    max-height: 24px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

    .chose-image-small.rtl {
        margin: -3px 0 0 3px;
    }

/* Images appended to the li(s) */
.chose-image-list {
    width: 24px;
    max-height: 24px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

    .chose-image-list.rtl {
        margin: -3px 0 0 3px;
    }

/* Grey-out image for Multi mode */
.chosen-container-multi .result-selected img {
    opacity: 0.3;
}

#PhoneInputModal .modal-dialog {
    width: 615px;
}

@media (max-width: 768px) {
    #PhoneInputModal .modal-dialog {
        width: auto;
    }
}
/***********************************************************************/
