/* Minification failed. Returning unminified contents.
(398,22): run-time error CSS1039: Token not allowed after unary operator: '-omni-header-bg'
 */
.help-div {
    display: inline-block;
    color: #42789b;
    margin-left: 5px;
    vertical-align: middle;
}

.projection-help-popover {
    display: none;
    position: absolute;
    color: #42789b;
    width: 285px;
    padding: 10px;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #42789b;
    border-radius: 4px;
    font-size: 0.9em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .inline-item input, .inline-item select {
        line-height: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #gender {
        margin-top: 7px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .medium-8 #smoker {
        line-height: 24px;
        margin-top: 0.5px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .medium-8 #gender {
        line-height: 24px;
        margin-top: 0.5px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #smoker {
        margin-top: 7px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .dx-searchbox .dx-texteditor-input, .dx-searchbox .dx-placeholder::before {
        padding-top: 4px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .dx-datagrid-nodata {
        margin-top: 2px;
    }
}

html {
    height: 100%;
}

a:focus, a:hover {
    text-decoration: underline;
}

.small-12 .Multiselectform {
    margin: 17px 0px 0px;
}

.dx-column-indicators .dx-sort {
    height: 13px !important
}

.checkbox, .radio {
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.login-container {
    width: 100%;
    height: calc(100vh - 110px);
    min-height: 300px !important;
    display: inline-block;
    position: relative;
    background: rgba(0,0,0,0.04);
}

    .login-container.set-details {
        min-height: 780px !important;
    }

.logn-cnt {
    display: block;
    width: 500px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 4px;
}

.set-details .logn-cnt {
    margin-top: 20px;
    padding-bottom: 0;
}

.logn-cnt .row .row {
    margin-left: 0;
    margin-right: 0;
}

.logn-cnt .password-text {
    margin-bottom: 5px;
}

.logn-cnt .email-text {
    margin-bottom: 5px;
}

.defaults-container {
    width: 100%;
    min-height: calc(100vh - 110px);
    display: inline-block;
    position: relative;
    background: rgba(0,0,0,0.04);
}

.defaults-panel {
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px 0px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .defaults-panel table {
        margin-bottom: 0px;
        border-left: 0px;
        border-right: 0px
    }

        .defaults-panel table input {
            margin: 0;
        }

.default-commission {
    padding: 6px;
}

    .default-commission h4 {
        font-family: Calibri, sans-serif;
        font-weight: 600;
        color: #194760;
        margin-top: 20px;
        line-height: 0;
    }

    .default-commission label {
        display: inline;
    }

.login-header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px; 
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

.login-logo {
    margin: 10px 0px;
    height: 50px;
    display: block;
}

.header-actions {
    display: flex;
    gap: 15px; 
}

.trial-button {
    background-color: #2692c1;
    border-color: #2289bf;
}

    .trial-button:hover {
        background-color: #2289bf;
    }

.login-banner {
    width: 100%;
    height: 70px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.login-main {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 98vh;
    box-sizing: border-box;
    min-width: 500px;
}

#reset-password-container, #details-container {
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.set-details select {
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.set-details-label {
    width: 31%;
    display: inline-block;
    text-align: right;
    box-sizing: border-box;
    float: left;
}

.set-details-input {
    width: 55%;
    display: inline-block;
    box-sizing: border-box;
    float: right;
    margin-right: 35px;
}

#details-container {
    width: 1100px;
    margin: 0;
}

.pull-login {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
}

.error-div {
    color: rgba(198,15,19,0.7);
    display: inline-block;
    float: right;
    margin-right: -45px;
    margin-top: -45px;
    position: relative;
}

.set-details .error-div {
    margin-right: -35px;
    margin-top: -38px;
}

.error-popover {
    display: none;
    position: absolute;
    width: 350px;
    z-index: 100;
    background: rgba(198,15,19,0.7);
    color: white;
    left: 20px;
    top: -5px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 4px;
}

    .error-popover ul {
        text-align: left;
        list-style: disc;
        margin-left: 15px;
        margin-bottom: 0px;
    }

.error-div:hover .error-popover {
    display: block;
}

.reset-link .validation-summary-errors ul li {
    color: #42789b;
    font-family: Calibri, sans-serif;
    font-size: 1em;
}

.mt-20 {
    margin-top: 20px;
}

.table-responsive-padding table tr th, .table-responsive-padding table tr td {
    padding: 0.5625em 0.625em;
}

.inb {
    display: inline-block;
}

div.reveal-modal div.fixed-width-inner.xlarge {
    width: 59em;
    overflow: auto !important;
}

div.reveal-modal div.fixed-width-inner.xlarge.product-details {
    width: 60em;
}

    div.reveal-modal div.fixed-width-inner.xlarge.commonVerticalScrollingSettings {
        height: initial !important;
    }

#errorAlertPopup span a {
    color: #42789B;
}

.password-visibility {
    float: right;
    position: relative;
    top: -28px;
    right: 10px;
}

#launchSupplierLinkModal .password-visibility {
    right: 8px;
    top: -38px;
}

@media only screen and (max-width : 1519px) {
    #PremiumProjection {
        height: 690px !important;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    #PremiumProjection {
        height: 605px !important;
    }

    #premiumVsScore {
        height: 605px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #PremiumProjection {
        height: 605px !important;
    }

    #premiumVsScore {
        height: 605px !important;
    }

    #actionsButton {
        padding-right: 28px;
    }
}

@-moz-document url-prefix() {
    #PremiumProjection {
        height: 605px !important;
    }

    #premiumVsScore {
        height: 605px !important;
    }
}

.dx-overlay-shader {
    background: rgba(0,0,0,0.2);
}

.popupTopBar, .dx-popup-title {
    padding: 1px 10px;
    background: var(--omni-header-bg);
    color: #FFFFFF;
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 20px;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.dx-button.dx-dialog-button {
    border-radius: 0;
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333;
    padding: 0.5625em 1.125em;
    font-size: 0.95em;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}

.dx-dialog-message {
    color: #222;
    font-size: 1em;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
}

#closePopupSign, .popupTopBar h5 {
    color: white;
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 0.2em;
}

div.fixed-width-inner.xlarge.commonVerticalScrollingSettings, div.fixed-width-inner.large.commonVerticalScrollingSettings {
    padding: 0;
}

.popupContent {
    padding: 1em;
    padding-top: 0.3em;
}

    .popupContent span a {
        color: #42789B;
    }

.cross-container {
    position: relative;
}

.reverse {
    margin-top: -256px;
}

.leftCoustomPanel label {
    margin-top: -3px;
    margin-right: 10px;
}

div.reveal-modal#popupMonthlyBenefit div.fixed-width-inner.xlarge {
    width: 40em;
}

.calculator-custom {
    color: #42789B;
    position: absolute;
    z-index: 9;
    top: 8px;
    right: 5px;
    cursor: pointer;
    transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
}

    .calculator-custom:hover {
        color: #000;
    }

.update-top-button-grp {
    position: absolute;
    right: 0px;
    display: inline-block;
    margin-top: 5px;
    z-index: 9;
}

.top_btn-addon {
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 99;
}

.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
    color: #42789B;
}

.section-container .title a:hover {
    text-decoration: none;
}

.adviser-heading {
    display: inline-block;
    color: #000;
    margin-top: 14px;
}

.closePopup {
    float: right;
    font-size: 20px;
    color: #989898;
    padding: 0px;
    cursor: pointer;
}

    .closePopup:hover {
        color: #000;
    }

.newmenu, .newmenu.expandMenu {
    display: none;
}

    .newmenu .newmenuitems {
        display: none;
    }

#header ul.menu li.Menu {
    display: none;
}

    #header ul.menu li.Menu a span, #footer ul.menu li.Menu a span {
        display: none;
    }

#header ul.menu li.account a span, #footer ul.menu li.account a span {
    /*background-image: url("../img/Account.png");*/
    background-size: contain;
    background-position: center center;
    padding: 0px;
    /*width: 17.7px;*/
}

#header ul.menu li.settings a span, #footer ul.menu li.settings a span {
    /*background-image: url("../img/preferences-settings-icone-9030-96.png");*/
    background-position: center center;
    padding: 0px;
    /*width: 20px;*/
}

#header ul.menu li.settings a:hover span, #footer ul.menu li.settings a:hover span {
    /*background-image: url("../img/preferences-settings-icone-9030-96-active.png");*/
}

#header ul.menu li.logout a span {
    /*background-image: url("../img/logout.png");*/
    background-position: center center;
    padding: 0px;
    /*width: 20px;*/
}

#header ul.menu li.logout a:hover span {
}

.multiselect-container {
    margin: -6px -8px;
    border-radius: 0px;
}

.btn {
    padding: 0px 4px;
    line-height: 1.25;
    border-radius: 1px;
    margin: 0.3em 0 0.5em -7px;
}

.btn-default {
    border-color: rgb(169, 169, 169);
}

.btn-group > .btn:first-child {
    margin-left: -7px;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 0.8125em;
}

.multiselect-native-select .btn span:first-child {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
}

.multiselect-native-select .btn b.caret {
    position: absolute;
    right: 5px;
    top: 6px;
}

.multiselect-container.dropdown-menu li.disabled {
    display: none !important;
}

.multiselect-container.dropdown-menu li a {
    margin-bottom: 1px;
}

.multiselect-container.dropdown-menu input[type=checkbox] {
    vertical-align: top;
    margin-top: 1px;
    margin-bottom: 3px;
}

.btn-group {
    width: 100%;
}

#multiselect-base-campaign + .btn-group {
    width: 250px !important;
    margin-left: 20px;
}

.dx-popup-normal a {
    color: #42789B;
}

div#quoteResultGrid .dx-datagrid .dx-row > td {
    padding-right: 0.35em;
}

button, input, optgroup, select, textarea {
    color: #000;
    font-weight: normal;
}

.actionsDropDown {
    position: absolute;
}

.hidden-input {
    position: relative;
    padding-top: 13px;
    padding-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
}

.legacy-table tr.head th {
    color: #222;
    text-align: left;
    width: auto;
    background-color: transparent;
    font-weight: bold;
}

table.legacy-table.data tr td {
    border: none;
    text-align: left;
}

table.data.legacy-table tr td p {
    color: #222;
    line-height: initial;
    margin-bottom: 0;
}

.checkedLabel {
    position: relative;
    padding-bottom: 1em !important;
    margin: 0px !important;
    padding-top: 0.5em !important;
}

#progress {
    z-index: 99;
}

.checkedLabel input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.quotationHeading {
    padding-right: 380px;
}

footer {
    width: 100%;
    min-height: 210px;
    display: inline-block;
    margin: 0 auto;
    z-index: 100;
    background: #3a3a3a;
    padding: 20px;
    box-sizing: border-box;
    /*position: absolute;
    bottom: 0;*/
}

.login-footer {
    width: 60%;
    margin: 0 auto;
}

.login-omnium, .login-address, .login-trading-hours {
    width: 26%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin-right: 65px;
}

    .login-omnium h4, .login-address h4, .login-trading-hours h4 {
        color: #FFFFFF;
        font-size: 1.5em;
    }

    .login-omnium h6, .login-address h6, .login-trading-hours h6 {
        color: #FFFFFF;
        font-weight: normal;
        line-spacing: 0.25px;
        font-size: 0.9em;
    }

@media(max-width:1540px) {
    .login-omnium, .login-address, .login-trading-hours {
        margin-right: 30px;
    }
}

@media(max-width:1400px) {
    .quotationHeading {
        padding: 0;
    }

    .login-footer {
        width: 98%;
    }

    .login-omnium, .login-address, .login-trading-hours {
        width: 30%;
    }
}

@media(max-width:1200px) {

    .quotationHeading {
        padding: 0;
    }

    .error-popover {
        left: -355px;
    }
}

.small-12 h1 {
    margin-bottom: -6px;
    font-size: 60px;
}

@media(max-width:980px) {
    .login-omnium, .login-address, .login-trading-hours {
        margin-right: 10px;
    }
}

@media(max-width:800px) {
    .small-12 h1 a {
        font-size: 40px;
    }

    #header h2, #footer h2 {
        line-height: -1px;
    }

    .login-omnium, .login-address, .login-trading-hours {
        width: 90%;
        margin-top: 15px;
    }
}

.small-12 h1 a {
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    color: #194760;
}

.small-9 input#email {
    border: 1px solid #988a8a;
    margin-left: 48px;
}

.small-9 input#password {
    border: 1px solid #988a8a;
    margin-left: 48px;
}

.small-9 input#Password, .small-9 input#ConfirmPassword {
    margin-left: 36px;
}

form .row .row {
    margin: 0em 3em;
}

.set-details .row .row {
    margin-left: 0;
    margin-right: 0;
}

input#log-in, input#reset-button {
    width: 40%;
    background-color: #194760;
    font-weight: bold;
    margin-right: 114px;
    line-height: 22px;
    font-size: 1em;
}

input#reset-button {
    margin-top: 10px;
    margin-bottom: 0px;
}

    input#log-in:hover, input#reset-button:hover {
        background-color: #0e2938;
        color: #fff;
    }


    .small-9 span a, .signup-links span a {
        color: #000;
        font-size: 15px;
        float: left;
        margin-right: 8px;
        margin-left: 46px;
    }

    .small-9 a, .signup-links a {
        color: #000;
        font-family: Calibri, sans-serif;
        font-size: 15px;
        float: left;
    }

    .signup-links span a {
        margin-left: 30px;
        margin-right: 20px;
    }

    .signup-links a {
        margin-right: 20px;
    }

#workAraeRefreshOverlay u {
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    #APLPopup .medium-4 {
        padding-right: 0px;
    }

    .thf-continer {
        display: block !important;
        text-align: center;
    }

    #newQuoteGuide img {
        display: none !important;
    }

    #client-summary .client-name span.subheader {
        width: 100%;
        font-size: 0.7em;
    }

    #leftColumn select {
        width: 100%;
        padding: 2px;
    }

    .small-12 #state {
        margin-left: 0;
    }

    #saveOptions {
        width: 100%;
    }

    .results-container .button.small {
        width: 100%;
    }

    .adviser-heading {
        margin: 10px 0px;
        text-align: center;
        width: 100%;
    }

    .table-responsive-padding select {
        max-width: 145px !important;
    }

    .client-name-subheader {
        padding-bottom: 10px;
        display: block;
    }

    div.reveal-modal.fixed-width {
        top: 4.5em !important;
    }

    #PremiumProjection {
        height: 645px;
    }

    #premiumVsScore {
        height: 606px !important;
    }

    #client-summary .client-name a {
        float: right;
        font-size: 0.8em;
    }

    .dx-overlay-content {
        margin: 0px 1px !important;
    }

    .small-12 .center img {
        display: none;
    }

    .row #ocucpation {
        display: inline-flex;
        margin-bottom: 7px;
        float: left;
    }

    .row #customisePortfolioModal {
        float: left;
    }

    .small-3 {
        width: 100%;
    }

    label.inline {
        margin: 0px;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0px;
    }

    div#profile-panel a.inline {
        line-height: 0px;
    }

    .small-8 #adviser-state {
        margin: 0 !important;
    }

    .small-10 {
        width: 100%;
    }

    .small-7 {
        width: 100%;
    }

    .small-8 {
        width: 100%;
    }

    .small-4 {
        width: 100%;
    }

    .small-2 #BusinessTelephone {
        line-height: 21px;
    }

    .small-2 #MobileTelephone {
        line-height: 21px;
    }

    .suppliers-display-area table tr td span {
        line-height: 20px;
    }

    .reveal-modal {
        left: 0;
        margin-left: 0;
        width: 100%;
        padding: inherit;
    }

    div.reveal-modal div.fixed-width-inner {
        width: inherit;
    }

    .small-4 .action-clickable {
        float: right;
        margin-top: -15px;
    }

    .small-4 label.inline {
        float: left !important;
    }

    .small-12 #UpdateProfile {
        margin-right: 22px;
    }

    #Hideheader {
        display: none;
    }

    #hideshow {
        display: block !important;
        margin: 0px 0px 14px 14px;
        width: 92%;
        padding: 5px 0px;
    }

    #hideQuotes {
        display: block !important;
        margin: -36px -7px 5px 0px;
        padding: 4px 8px;
        float: right;
        font-size: 16px;
        color: #194760;
        border: none;
        outline: none;
        background: transparent;
    }

    #hidedata {
        display: none;
    }

    #header ul.menu .hideMenu {
        display: none;
    }

    #header ul.menu li.Menu {
        display: block;
    }

        #header ul.menu li.Menu a span, #footer ul.menu li.Menu a span {
            display: block;
            background-image: url("../img/menuitem.png");
            background-size: contain;
            background-position: center center;
            padding: 0px;
            width: 18px
        }

    div.reveal-modal div.fixed-width-inner.large p {
        text-align: justify;
    }

    .menu_left {
        display: none;
    }

    .newmenu {
        display: none;
        position: absolute;
        background-color: #194760;
        z-index: 15;
        width: 100%;
        left: 0;
        /*height: 100%;*/
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ovehidden {
        overflow-y: hidden;
    }

    .newmenu .newmenuitems {
        display: block;
    }

    .newmenu .newmenuitems {
        width: 100%;
        margin-bottom: 3em;
    }

        .newmenu .newmenuitems li a span svg {
            padding-right: 4px;
        }

        .newmenu .newmenuitems li a span {
            color: #fff;
            padding: 4px 10px;
        }

        .newmenu .newmenuitems li {
            text-align: left;
            border: 1px solid #777;
        }

            .newmenu .newmenuitems li.new a span {
                /*background-image: url(../img/menu-new.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.open a span {
                /*background-image: url(../img/menu-open.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.save a span {
                /*background-image: url(../img/menu-save.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.reports a span {
                /*background-image: url(../img/menu-reports.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.report a span {
                /*background-image: url(../img/Research.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.account a span {
                /*background-image: url(../img/Account.png);*/
                background-repeat: no-repeat;
                background-size: contain;
                background-position: left;
                /*width: 17.7px;*/
            }

            .newmenu .newmenuitems li.settings a span {
                /*background-image: url(../img/preferences-settings-icone-9030-96.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.help a span {
                /*background-image: url(../img/menu-help.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.info a span {
                /*background-image: url(../img/help-icon.png);*/
                background-repeat: no-repeat;
            }

            .newmenu .newmenuitems li.logout a span {
                /*background-image: url(../img/logout.png);*/
                background-repeat: no-repeat;
            }

    .newmenu.expandMenu {
        display: block;
    }

    .newmenu .newmenuitems li a {
        font-size: 0.750em;
        font-weight: bold;
        line-height: 4.167em;
        padding: 0 1em;
        text-align: center;
        text-transform: uppercase;
    }

    .newmenu .newmenuitems li .dropdown-menu {
        position: absolute;
        width: 95%;
        max-width: none;
        left: 2.5%;
        margin-top: -10px;
    }

        .newmenu .newmenuitems li .dropdown-menu li {
            width: 100%;
            text-align: -webkit-match-parent;
            line-height: 20px;
            border: 0;
        }

            .newmenu .newmenuitems li .dropdown-menu li a {
                background: #FFFFFF;
                color: #555;
                display: block;
                height: 2.167em;
                font-size: 0.99em;
                line-height: 20px;
                padding: 0.5em;
                text-align: left;
                text-transform: capitalize;
                font-weight: normal;
                font-family: inherit;
                text-decoration: none;
            }

            .newmenu .newmenuitems li .dropdown-menu li :hover {
                text-decoration: underline;
            }

    .dropdown-menu:after {
        left: 26%;
    }

    #quotation #header .responsive-header {
        min-width: 0px !important
    }

    .errors-container.columns {
        margin-left: -16px;
        padding-left: 0.9375em !important;
        padding-right: 0.9375em !important
    }

    div.reveal-modal div.fixed-width-inner.large {
        width: 100%;
    }

    #quotation #header, .legacy-header#header {
        width: 100%;
    }

    #research {
        padding-top: 40px;
    }

    .legacy-header#header {
        position: fixed;
    }

    .top-panel {
        padding-left: 21px;
        padding-right: 13px;
    }

    #header ul.menu li.item {
        margin-left: -13px;
    }

        #header ul.menu li.item .back {
            display: block !important
        }

    #header ul.menu li.itemm .backk {
        display: block !important
    }

    #header ul.menu li.itemm {
        margin-left: -13px;
    }

    .display-options {
        clear: both;
    }

    #statewidth {
        width: 10%;
    }

    #noResultsToShow {
        display: none !important;
    }

    .dx-popup-content.dx-dialog-content {
        width: 100%;
        line-height: 22px;
        text-align: justify;
    }

    .dx-popup-bottom.dx-toolbar {
        padding: 0px 32px 10px;
    }

    div.reveal-modal.fixed-width {
        overflow: auto !important;
    }

    .row.set-width .small-2 {
        width: 100%;
    }

        .row.set-width .small-2 .right {
            float: left !important;
        }

    .pull-7 {
        right: 0 !important;
    }

    .small-12 #accountupdate {
        width: 100%;
    }

    .small-12 #accountcancel {
        width: 100%;
        margin-right: 0;
    }

    #mainpage {
        padding-top: 7px;
    }

    .fixed-width-inner.large .row .small-12 .button {
        margin-right: 0em;
    }

    .mt-22 {
        right: 7px;
    }
}
/*landscapemode code for mobile devices*/
@media only screen and (max-width:740px) {
    .occupation-ratings-table-icon {
        margin-top: 20px;
    }
}

@media only screen and (min-device-width : 570px) and (max-width:740px) {

    div.reveal-modal.fixed-width {
        top: 3.6em !important;
    }

    .medium-8 {
        width: 100.66667%;
    }

    .medium-4 {
        width: 100.33333%;
    }

    .medium-10 {
        width: 100.33333%;
    }

    #client-summary .columns {
        float: left;
    }

    #hideshow {
        width: 95%;
        margin: 0px 0px 14px 16px;
    }

    #PremiumProjection {
        height: 300px !important;
    }

    #premiumVsScore {
        height: 300px !important;
    }

    #main-area #work-area {
        top: 10em !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .sideNavBox-top-container input[type=checkbox] {
        margin-right: 0;
    }

    .medium-10 {
        width: 100.33333%;
    }
}

#fullpage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    #leftColumn label {
        margin-top: 0;
        margin-right: 0;
        float: none !important;
    }

        #leftColumn label .fa-calculator {
            margin-right: -8px;
        }

    #hideshow {
        width: 94%;
    }

    .sideNavBox-top-container input[type=checkbox] {
        margin-right: 0em;
    }

    label.right {
        float: left;
        text-align: left;
    }

    .pull-7 {
        right: 0 !important;
    }
}

@media only screen and (min-device-width:767px) and (max-width:800px) {
    .section-container .update-top-button-grp {
        display: none !important;
    }
}

/* desktop Code*/
#hidetool {
    display: block;
}

#showtool {
    display: inline;
}

#header ul.menu li.item .back {
    display: none;
}

#header ul.menu li.itemm .backk {
    display: none;
}

#categoriesshow {
    display: none;
}

#hideshow {
    display: none;
}

#hideQuotes {
    display: none;
}

#hideresearchlist {
    display: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #client-summary .client-name a {
        float: right;
    }
}

@media only screen and (min-device-width : 670px) and (max-device-width : 800px) {
    .dropdown-menu:after {
        left: 12%;
    }
}

.f-dropdown li {
    line-height: 20px;
}

.centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td,
.centered-items div#productDetailsGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row td {
    text-align: center !important;
}

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td .premium,
    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td .premium-not-all-needs-met {
        text-align: left !important;
        margin-left: 10px;
    }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td .dx-datagrid-text-content {
        float: none !important;
        text-align: center !important;
    }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td .dx-column-indicators {
        float: left !important;
        margin-top: -15px;
    }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Supplier Name Column"] {
        text-align: left !important;
    }

        .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Supplier Name Column"] .dx-datagrid-text-content {
            float: left !important;
            text-align: left !important
        }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Column Supplier Name, Value "] {
        text-align: left !important;
    }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Actions Column"] {
        width: 11%;
        padding-left: 0px;
    }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Column Actions, Value "] {
        width: 10%;
    }

    .centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Premium Column"] .dx-datagrid-text-content {
        max-width: 158.1px !important;
        text-align: left !important;
        margin-left: 10px;
    }

.hidden-input abbr {
    font-size: 1em;
}

.leftCoustomPanel .panel {
    margin-bottom: 1px;
}

#quote-settings {
    margin-bottom: 20px;
}

.centered-items div#quoteResultGrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td[aria-label="Supplier Name Column"] .dx-column-indicators {
    margin-top: 0px;
}

.callout {
    margin-bottom: 20px;
}

.sideNavBox-container.panel.panel_no_data {
    padding-top: 0px !important;
    border: none !important;
}

abbr.asInput {
    cursor: pointer;
    height: 20px !important;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1em;
    min-width: 50px;
    white-space: pre;
}

    abbr.asInput br {
        display: none;
    }

    abbr.asInput:focus, abbr.asInput:active {
        background-color: #fff;
    }

.hidden-input input {
    width: 100% !important;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
}


.inline-item input, .inline-item select {
    display: inline;
    width: auto;
    cursor: pointer;
    margin: 0px;
    vertical-align: middle;
    color: #42789B;
    font-size: 1em;
    box-shadow: none;
    border: none;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: transparent;
    height: 20px !important;
}

.client-name-subheader {
    margin-right: 5px;
    vertical-align: middle;
}


#client-summary .client-name span.subheader.simple-button {
    padding: 12px 12px 12px;
    display: inline-block;
    vertical-align: bottom;
}

/* --------------for small desktop---------------- */
@media(max-width: 1200px) {
}

/* --------------for tablets--------------------- */
@media(max-width: 991px) {
    #quotation #header, .legacy-header#header {
        height: auto;
    }

    .menu_right {
        float: left;
    }

    div.menu_left {
        width: 100%;
    }

    .errors-container.columns {
        position: static;
    }

    #quotation {
        position: inherit;
    }

    .errors-container #errors {
        position: absolute;
        right: 20px;
        top: auto;
        width: 22.500em;
        bottom: 0px;
    }

}

/* -----------------for mobile------------------ */
@media(max-width: 767px) {
    #APLPopup .medium-4 {
        padding-right: 0px !important;
    }

    .center-login-form {
        width: auto;
    }

    #quotation #header {
        overflow-x: auto;
    }

    .update-top-button-grp {
        display: none !important;
    }

    #quotation #header .responsive-header {
        max-width: auto;
        min-width: 560px;
    }

    #client-summary label.right {
        margin: 0px;
        margin-bottom: 10px;
        padding: 0px;
        float: left !important;
    }

    .mobile-block-button {
        width: 100%;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .table-responsive-padding table tr th, .table-responsive-padding table tr td {
        padding: 0.5625em 10px;
    }

    #main-area #work-area {
        top: 8em;
    }

    .floating-bottom-mobile {
        position: fixed;
        bottom: 0px;
        left: 16px;
        right: 17px;
        background-color: #fff;
        padding: 15px;
        padding-bottom: 0px;
    }

        .floating-bottom-mobile .mobile-block-button {
            left: 4px;
        }

        .floating-bottom-mobile .floating-spacing {
            margin-top: 0px;
        }
    /* .floating-bottom-mobile .columns
	{
		padding: 0px;
	} */
    .floating-bottom-mobile-spacing {
        height: 100px;
    }
}

@media(max-width:550px) {
    .legacy-menu_left {
        width: 100% !important;
    }

    .mobile-display-option {
        display: block;
        width: 100%;
        float: left;
    }

        .mobile-display-option .group {
            width: 100%;
        }

    #main-area #work-area {
        top: 15em;
    }
}

@media(max-width: 800px) {
    #main-area #work-area {
        top: 13em;
    }
}

@media(max-width: 450px) {
    .errors-container #errors {
        display: none !important;
    }

    .table-responsive-padding select {
        max-width: 97px;
        text-overflow: ellipsis;
        white-space: pre;
        height: 29px;
    }

    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
        width: 100%;
        left: 0px !important;
        position: relative;
    }

    .table-responsive-padding section {
        padding-top: 0px !important;
    }
}

.only-ie {
    display: none !important;
}

.only-other {
    display: block !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .only-ie {
        display: block !important;
    }

    .only-other {
        display: none !important;
    }
}

.quote-options {
    padding-top: 4px;
}

.thf-continer {
    display: -webkit-inline-box;
}

.switch1 {
    margin-top: 10px !important;
    margin-left: 15px !important;
    padding: 1px 0 !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 27px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
}

#leftColumn .switch1 {
    border-radius: 10px;
    height: 21px;
    margin-top: 0 !important;
    margin-left: -9px !important;
}

.strict-mode .switch1 {
    margin-top: 0 !important;
}

.strict-mode label.inline {
    margin: 0;
    font-size: 1em;
}

.strict-mode select {
    font-size: 0.9em;
}

.switch1 input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch1 .custom {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

    .switch1 .custom:before, .switch1 .custom:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
    }

    .switch1 .custom:before {
        content: attr(data-off);
        right: 7px;
        color: #aaa;
    }

    .switch1 .custom:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        opacity: 0;
    }

.switch1 input:checked ~ .custom {
    background: #1D3C50;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch1 input:checked ~ .custom:before {
        opacity: 0;
    }

    .switch1 input:checked ~ .custom:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

#leftColumn .switch-handle {
    top: 2px;
    left: 1px;
    height: 19px;
    width: 30px;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch1 input:checked ~ .switch-handle {
    left: 37px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

#leftColumn .switch1 input:checked ~ .switch-handle {
    left: 31px;
}

.multiselect-container.dropdown-menu label {
    padding-left: 15px;
}

#workAraeRefreshOverlay p {
    z-index: 9 !important;
}

.multiselect-container.dropdown-menu input[type=checkbox] {
    left: 0px;
}

.tHf {
    margin-top: 15px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    color: #194760;
    font-size: 18px;
    display: inline-block;
}

#prmap {
    overflow-y: visible !important;
}

.small-8 #adviser-state {
    margin: 0px 0 1em 0;
    height: 31px;
}

.sideNavBox-top-container input[type=checkbox] {
    vertical-align: top;
    margin-right: 0em;
}

.menu .far,
.menu .fas,
.menu .fal,
.menu .fa {
    font-size: 16px;
}

#grahwet {
}

@media only screen and (min-device-width:801px) and (max-width:1212px) {
    #grahwet {
        width: initial !important;
    }
}



@media only screen and (min-width: 740px) {
    .occ-label {
        width: 11%;
    }

    .occ-input {
        width: 89%;
    }
}


#actionsButton {
    margin: 0px;
    margin-left: 0px !important;
}

.active-filed span {
    background-image: url(../img/black-check-mark-png-hi.png);
    background-size: 60%;
    background-position: center center;
    padding: 0px 9px;
    width: 0;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.suppliers-options2 {
    display: inline;
    margin-bottom: 0;
}

    .suppliers-options2 a {
        color: #000;
    }

.suppliers-options3 {
    color: darkgrey;
    margin-bottom: 0;
    margin-top: 6px;
}

.supplierhide {
    display: none;
}

.Industryhide {
    display: none;
}

.Directhide {
    display: none;
}

.Collapsible {
    display: none;
}

.row .small-12 .text-left {
    text-align: left;
    border: solid 1px #ddd;
    color: #000;
    width: 100%;
    font-size: 0.875em;
    font-weight: bold;
    padding: 0;
}

    .row .small-12 .text-left .arrowdirect:hover, .row .small-12 .text-left .arrowdirect2:hover, .row .small-12 .text-left .arrowdirect3:hover {
        cursor: pointer;
    }

.suppliers-options2 .action-clickable i {
    text-decoration: underline;
    font-style: normal;
}

.text-left img {
    width: 20px;
    transition: 0.3s all;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: absolute;
    right: 18px;
}

.text-left .active img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.small-12 #GenerateReport {
    margin-right: -2px;
}

.small-12 #close {
    right: -13px;
    margin-bottom: 0;
}

#customisePortfolioModal {
    max-height: 91vh !important;
}

#occupationUniversal {
    max-height: 90vh !important;
}

.small-12 .data {
    border-collapse: initial;
}

.leftCoustomPanel input[type='text']::-ms-clear {
    display: none;
}

#topFeatures li, #bottomFeatures li {
    padding: 5px 0;
}

#header .f-dropdown {
    margin-top: 1px;
    margin-bottom: 0;
}

.Quote-Popup {
    height: initial !important;
    width: 48em;
    overflow-y: auto !important;
    background-color: #fff;
    border: 1px solid #A5ABB1;
    margin: 0 auto;
    display: block;
    overflow: auto;
    padding: 1em;
    max-height: 92vh !important;
}

    .Quote-Popup .content {
        border: none !important;
    }

    .Quote-Popup .section-container {
        margin-bottom: 0;
    }

    .Quote-Popup .small-12 {
        padding: 0;
    }

#APLPopup .content {
    padding: 0;
}

#APLPopup .medium-4 {
    padding-right: 10px;
}

.Quote-Popup .cross-container .closePopup {
    position: relative;
}

#grahwet .closePopup {
    margin-top: 0px !important;
}

#productDetails, #update-settings-scoring {
    margin-bottom: 0;
}

.small-12 #productDetails {
    left: 1.1em;
}

.small-12 .menu_left .menu #ReturntoQuotation {
    /*padding-left:0!important;*/
    padding-left: 10px;
}

.leftCoustomPanel label.checkbox-label {
    padding: 10px 0 0 0;
}

@media only screen and (min-device-width:768px) and (max-width:800px) {
    #header .f-dropdown {
        position: fixed !important;
    }

    .pull-6 {
        right: 0;
    }
}

#topFeatures ul {
    line-height: 24px;
}

#bottomFeatures ul {
    line-height: 1.8;
}

row .small-12 #close-previous-quotes {
    margin: 8px 0px;
}

.NotificationBox {
    background-color: whitesmoke;
    border: 2px solid steelblue;
    border-radius: 25px;
    padding: 10px;
}

.HoverHighlight:hover {
    background: whitesmoke;
}

#ProductsPopupCollapsible {
    display: block;
}

#ScoringPopup .button {
    margin-top: 10px;
}

#CommissionsandCampaigns, #update-CommissionsandCampaigns {
    text-decoration: none;
    margin-top: 10px;
}

#APLPopup .medium-8 {
    float: none;
    display: inline-block;
}

#CommissionsandCampaigns .medium-12 {
    top: -4px;
}

#APLPopup .Aplsetting {
    line-height: 1;
}

.ui-autocomplete {
    display: block !important;
    top: -20px;
    left: -20px;
    z-index: 9999999999999999;
    position: absolute;
}

.reveal-modal > :first-child {
}

#close-previous-quotes {
    margin-top: 11px;
}

.top_btn-addon {
    position: absolute;
    right: 70px;
    top: -10px;
}

.mt-22 {
    position: relative;
    top: -10px;
}

#UpdateProfile {
    margin-right: 20px;
}

#update-settings-APL {
    text-decoration: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 1070px) {
    #PremiumProjection, #premiumVsScore {
        width: 100%;
    }
}
/*ipad styling goes here*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .reveal-modal {
        margin-left: 0;
        left: 0;
        width: 100%;
    }

    .pull-7 {
        float: left !important;
    }

    .dx-resizable {
        width: 552px !important;
        left: -140px !important;
    }
}

@media only screen and (max-width:800px) {
    #helpArrow {
        margin-left: 191px;
        transform: rotate(250deg);
        padding: 0;
    }
}

@media only screen and (max-width:450px) {
    #helpArrow {
        margin-left: 135px;
    }
}

