﻿/*@import url('/');*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:300,300i,400,400i,600,700,800");

/*@font-face {
    font-family: Augereau;
    src: url(../fonts/augereau-semibold-regular.otf);
}*/


:root {
    --bc0: #2a3a71;
    --fc0: #2a3a71;
    --ctrl-border-color: #2a3a71;
    --mf: Arial,serif; /*'Open Sans', sans-serif;*/
    --f1: "Montserrat", sans-serif;
    --f2: "adobe-garamond-pro, serif";
    --active-color: #669966;
    --disabled-color: #ccc;
    --grey-color: #6d6b6b;
    --text-black-color: #000;
    --text-normal-color: #424242;
}

html {
    background-color: #fff;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: var(--mf);
    color: #424242;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
}

.sort-hanldler {
    color: inherit;
}

.up {
    position: relative;
}

    .up:before {
        display: block;
        width: 0px;
        height: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 9px solid #605d5d;
        position: absolute;
        content: "\A";
        margin-right: 5px;
        left: -12px;
        top: 5px;
    }

.down {
    position: relative;
}

    .down:before {
        width: 0px;
        height: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 9px solid #605d5d;
        position: absolute;
        content: "\A";
        margin-right: 5px;
        left: -12px;
        top: 5px;
    }

.body-development {
    background: url('../images/sandbox1.png');
}

.body-impersonate {
    background: url('../images/Impersonating.png');
}



/*.main-container-impersonate:before,
.main-container-sandbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.main-container-impersonate:before {
    background-image: url(../images/Impersonating.png);
}

.main-container-sandbox:before {
    background-image: url(../images/Sandbox.png);
}*/


html,
body,
form {
    margin: 0;
    padding: 0;
    height: 100%;
}

:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width: 100%;
}

::selection {
    background: #0084b4; /* Safari */
    color: #555555;
}

::-moz-selection {
    background: #0084b4; /* Firefox */
    color: #555555;
}

strong, b {
    font-weight: 800;
}

input,
button,
select,
textarea, label {
    font-family: var(--mf);
    font-size: 14px;
    font-weight: 400;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

    hr.hrmargin5 {
        margin: 5px 0 5px 0 !important;
    }


a {
    /*color: #2764a9;*/
    color: var(--bc0);
    /*-webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;*/
}

    a:hover,
    a:focus {
        color: #777;
        text-decoration: none;
    }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: var(--fc0);
    margin: 0;
    font-weight: 700;
    /*font-family: var(--f1);*/
    font-family: var(--mf);
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.25em;
    margin-bottom: 33px;
}

.center-heading h3 {
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.25em;
    margin-bottom: 33px;
}
/*use in section headings*/
h3.heading {
    color: #2764a9;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    h3.heading:after {
        position: relative;
        left: 18px;
        content: "";
        display: inline-block;
        width: 200%;
        vertical-align: middle;
        height: .50em;
        margin: 0 -200% 0 0;
    }

/*h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}*/

h5 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
/*paragraphs*/
p {
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: Normal;
}

    p.sub-text {
        font-style: normal;
        font-size: 18px;
        line-height: 29px;
        font-weight: 300;
        color: #bbb;
    }
/*******section heading**********/
.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

    .center-heading h2 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #000;
        font-size: 24px;
        letter-spacing: 0.09em;
        line-height: 27px;
    }

    .center-heading h3, .center-heading h4 {
        margin-bottom: 5px;
    }

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: auto;
}

.center-heading p {
    margin-top: 10px;
}

.overflow-hidden {
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}
/*margins*/
.margin5 {
    margin-bottom: 5px;
}

.margin10 {
    margin-bottom: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin40 {
    margin-bottom: 40px;
}

.no-padding {
    padding: 0px;
}

    .no-padding.gray {
        background-color: #f5f5f5;
    }

.no-padding-inner h3 {
    text-transform: uppercase;
}

.no-padding-inner {
    padding: 60px;
}

@media(max-width:568px) {
    .no-padding-inner {
        padding: 15px;
    }
}

.margin-0 {
    margin: 0px !important;
}

header, footer, hgroup,
nav, section {
    display: block;
}

    hgroup.title {
        margin-bottom: 10px;
        text-align: center;
    }

        hgroup.title h1, hgroup.title h2 {
            display: inline;
        }

        hgroup.title h2 {
            font-weight: normal;
            margin-left: 3px;
        }

.logo-navigation {
    padding: 0 50px;
}

label {
    display: inline-block;
    text-align: right;
    font-weight: 700;
    margin: 5px 0 0 0;
    padding: 2px;
    white-space: nowrap;
}

    label.checkbox {
        display: inline;
    }

.radio-inline label {
    display: inline;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: -5px;
    position: relative;
}

.checkbox-margin5 {
    margin-left: 5px;
}

/***New style with the RadioButtonListAdapter***/

.radiobutton .radio-inline {
    padding-left: 0;
}

    .radiobutton .radio-inline i.form-control-feedback {
        right: -20px;
    }

.radiobutton label {
    margin-right: 8px;
}

/*.xxWizardContent .form-group input[type="radio"]:first-child {
    margin-left: 10px;
}*/

/*.xxWizardContent .form-group .radio-inline input[type="radio"]:first-child {
    margin-left: -5px;
}*/

/*.form-group input[type="radio"]:first-child {
    margin-left: -10px;
}*/

/***New style with the RadioButtonListAdapter***/

.checkboxMarginPlus {
    margin-left: 10px;
}

.form-group .checkboxMarginPlus {
    margin-left: 0;
}

.checkbox-no-margin input[type=checkbox] {
    margin-left: 0;
}

.checkboxMarginPlus label {
    white-space: normal;
    word-wrap: break-word;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], input[type="phone"], input[type="url"], select.form-control, textarea.form-control {
    /*border: 1px solid #85b1de;*/
    border: 1px solid var(--ctrl-border-color);
    color: #333;
    margin: 2px 0 0 0;
}

div[id*='divCoverWhale'] input[type="text"],
div[id*='divCoverWhale'] input[type="search"],
div[id*='divCoverWhale'] input[type="password"],
div[id*='divCoverWhale'] input[type="email"],
div[id*='divCoverWhale'] input[type="number"],
div[id*='divCoverWhale'] input[type="date"],
div[id*='divCoverWhale'] input[type="phone"],
div[id*='divCoverWhale'] input[type="url"],
div[id*='divCoverWhale'] select.form-control,
div[id*='divCoverWhale'] textarea.form-control,
div[id*='divCoverWhale'] .bootstrap-select > .btn {
    /*border: 1px solid #85b1de;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    margin: 2px 0 0 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], input[type="phone"], input[type="url"] {
    padding: 4px;
}

select.form-control, textarea.form-control {
    padding: 2px;
}

.bootstrap-select > .btn {
    border: 1px solid var(--ctrl-border-color);
    /*margin: 2px 0 0 0;*/
    /*padding: 2px;*/
    padding: 2px 10px;
    text-shadow: none;
    height: 26px;
    border-radius: 4px;
}

    .bootstrap-select > .btn:hover {
        color: #fff;
        background-image: none;
    }



span.form-control {
    background-color: #EAE9E9;
    display: inline-table;
}



input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="phone"]:focus, input[type="url"]:focus, textarea:focus, select:focus, select.form-control:focus, textarea.form-control:focus {
    background-color: #ffffff;
    border: 1px solid var(--bc0);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(17, 56, 86, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(17, 56, 86, 0.6);
}

input[type="submit"],
input[type="button"],
button {
    color: #fff;
    background-color: var(--bc0);
    border-radius: 3px;
    cursor: pointer;
    font-weight: normal;
    width: auto;
    text-align: center;
}
.btn-view {
    min-width: 30px !important;
}

    .btn-view i {
        margin: 0 !important;
    }
.btn-primary {
    background-color: var(--bc0);
    background-image: unset;
}


.ReadOnlyFields,
.ReadOnlyFieldsWithOpacity,
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="date"][disabled],
input[type="phone"][disabled],
input[type="url"][disabled],
textarea[disabled],
select[disabled] {
    background-image: none;
    background-color: #dedddd;
    color: #000000;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.ReadOnlyFields {
    background-image: none;
    background-color: transparent;
}

.ReadOnlyFieldsWithOpacity {
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}

.NoLeftMargin {
    margin-left: 0px;
}

/* -- Bootstrap Additions - ASP.NET Disabled ----------------- */
input[type="radio"].aspNetDisabled,
input[type="checkbox"].aspNetDisabled,
.radio-inline.aspNetDisabled,
.checkbox-inline.aspNetDisabled,
.radio.aspNetDisabled label,
.checkbox.aspNetDisabled label {
    cursor: not-allowed !important;
}

.btn.aspNetDisabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/* BootStrap Overwrite
----------------------------------------------------------*/

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.input-group-btn button {
    margin-right: 0;
    line-height: 0.2;
    left: 5px;
    padding: 5px 10px;
}

.business-search-container button {
    line-height: 0.2;
    padding: 6px 10px;
    width: 40px;
    position: absolute;
    right: -27px;
    top: 2px;
}

/*.input-group-btn button i {
        margin: 1px 0;
    }*/

/*.input-group .form-control-feedback, .input-group .form-control-feedback {
        right: 1px !important;
    }*/


.container-fluid {
    max-width: 1990px;
}

.form-group .alert {
    margin-bottom: 0;
}

.panel {
    background-color: inherit !important;
}

.panel-primary {
    border-color: #2764a9;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-image: none;
        background-color: #2764a9;
        border-color: #2764a9;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #2764a9;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #2764a9;
    }

.panel-heading {
    padding: 5px 15px;
}

.panel-body {
    padding: 8px 10px;
}

.close {
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #2764a9;
    text-shadow: 0 1px 0 #2764a9;
    opacity: 0.9;
    filter: alpha(opacity=100);
}

.modal-body .bootbox-close-button {
    color: #000;
}

.close:hover,
.close:focus {
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=70);
}

.form-group {
    margin-bottom: 1px;
}

.form-control {
    height: 26px;
}

.form-control-static {
    display: inline-block;
    margin-top: 5px;
    padding-top: 3px;
}

span.control-label {
    display: inline-block;
    text-align: right;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    white-space: nowrap;
}

.control-label {
    white-space: nowrap;
    padding-top: 3px !important;
    font-weight: bold;
    word-wrap: break-word;
}

.control-label-question .control-label {
    text-align: left !important;
    padding-left: 15px !important;
    float: left;
}

.form-control-feedback {
    width: 26px !important;
    height: 26px !important;
    line-height: 30px !important;
    font-size: 13px;
}

.has-feedback .form-control {
    padding-right: 0;
}

.has-feedback-select,
.WCClassListDDLContainer {
    padding-right: 35px;
}

.form-horizontal .has-feedback .WCClassListDDLContainer .has-feedback-select .form-control-feedback {
    right: -24px;
}

.input-group-feedback + .form-control-feedback {
    top: 0 !important;
    right: 40px !important;
}

.input-group-feedback .input-group-addon {
    padding: 4px 8px !important;
}

.input-group-feedback .input-group-btn button {
    padding: 4px 4px !important;
    margin-top: 1px;
}

    .input-group-feedback .input-group-btn button i {
        margin-right: 2px;
        margin-left: 3px;
    }

.form-horizontal .has-feedback .form-control-feedback,
.form-fluid .has-feedback .form-control-feedback {
    right: 11px;
}

.form-inline .has-feedback .form-control-feedback {
    right: -8px;
}

.form-inline .has-feedback input {
    padding-right: 18px;
}

    .form-inline .has-feedback input.NumberOnly,
    .form-inline .has-feedback input.SSN,
    .form-inline .has-feedback input.FEIN,
    .form-inline .has-feedback input.NumberOnlyWD {
        max-width: 120px;
    }

.form-horizontal .has-feedback input.NumberOnly,
.form-horizontal .input-group input.NumberOnly,
.form-horizontal .has-feedback input.SSN,
.form-horizontal .input-group input.SSN,
.form-horizontal .has-feedback input.FEIN,
.form-horizontal .input-group input.FEIN,
.form-horizontal .has-feedback input.NumberOnlyWD,
.form-horizontal .has-feedback input.currency,
.form-horizontal .has-feedback input.percent,
.form-horizontal .has-dollar-sign input.currency,
.form-horizontal .has-percent-sign input.percent {
    max-width: 1000px;
}

.has-feedback .NumberOnly,
.has-feedback .SSN,
.has-feedback .FEIN,
.has-feedback .NumberOnlyWD,
.has-feedback .currency,
.has-feedback .percent {
    padding-right: 20px;
}

.has-percent-sign span.percent,
.has-number-only span.NumberOnly,
.has-number-only span.SSN,
.has-number-only span.FEIN,
.has-number-only span.NumberOnlyWD,
.has-dollar-sign span.currency {
    margin-top: 5px;
    text-align: right;
    padding-right: 5px;
    margin-right: 0;
    max-width: 1000px;
    padding-top: 0;
}

.has-dollar-sign span.is-premium {
}

.table .has-percent-sign span.percent,
.table .has-number-only span.NumberOnly,
.table .has-number-only span.SSN,
.table .has-number-only span.FEIN,
.table .has-number-only span.NumberOnlyWD,
.table .has-dollar-sign span.currency {
    margin-top: 0;
}

span.NumberOnly,
span.SSN,
span.FEIN,
span.NumberOnlyWD,
span.currency,
span.percent {
    float: right;
}


.has-feedback .ReadOnlyFields:not(.percent .currency) {
    padding-right: 0;
}

.date .input-group-addon {
    padding: 0 5px !important;
}

.jumbotron {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}

.badge {
    display: inline;
    background-color: #2764a9;
    color: #fff;
}

.btn-primary {
    color: #fff;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

a.btn-primary {
    color: #fff;
}

.thin-toggle-container {
    top: 3px;
}

    .thin-toggle-container .toggle.btn {
        min-height: 30px;
        height: 30px !important;
    }

        .thin-toggle-container .toggle.btn .toggle-group .btn {
            padding-top: 5px;
        }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary .badge {
    color: #2764a9;
    background-color: #fff;
}

.sub-menu-toggle:after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.table-responsive {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {

    .table-responsive {
        overflow-x: auto;
    }
}

.tableheaderfreeze {
    margin-bottom: 0 !important;
}

/*--- Main Menu -----*/
.navbar-static-top {
    z-index: 999;
}

.navbar-default {
    font-family: 'PT Sans', sans-serif;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 85px;
    padding: 2px 0;
    /*box-shadow: -1px 1px 1px rgba(0,0,0,0.1);*/
    /*background: #fff;*/
    clear: both;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #2764a9;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        /*color: #2764a9;*/
        color: rgba(0,0,0,.7);
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-image: none;
        background-repeat: no-repeat;
        box-shadow: none;
    }

.navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0;
}

@media screen and (max-width: 1100px) {
    .navbar-brand {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        display: inline;
    }
}

.navbar-default .navbar-nav > li > a {
    color: var(--bc0);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: var(--f1);
}

    .navbar-default .navbar-nav > li > a:hover {
        /*color: #2764a9;*/
        color: rgba(0,0,0,.7);
    }

.navbar-brand img {
    width: 190px;
    height: auto;
}


@media(max-width:992px) {
    .navbar-default, .navbar-inverse {
        position: relative !important;
    }

    .in.navbar-collapse {
        margin-top: 30px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
}

.dropdown ul.dropdown-menu {
    border: 1px solid #ddd !important;
    border-top: 0;
    border-bottom: 0;
}

    .dropdown ul.dropdown-menu li {
        border-bottom: 1px solid #ddd;
    }

        .dropdown ul.dropdown-menu li.divider {
            border-bottom: 1px solid #bfbfbf;
            height: 0;
            margin: 0;
            overflow: hidden;
        }

ul.dropdown-menu li.dropdown-header {
    background-color: var(--bc0);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.general-info-action-buttons ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, 0.33);
}

/*--- dropdowm menu -----*/
.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 210px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-dropdown {
    min-width: 244px !important;
}

.navbar .dropdown-menu li a {
    /* color: #666;*/
    font-size: 12px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 400;
    /*padding: 10px 16px;*/
    line-height: 1.42857143;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
    /* color: #fff;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /*background-color: #2764a9;
    background-image: none;
    background-repeat: no-repeat;*/
}

/*--- dropdowm Sub menu -----*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

@media(max-width:767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }

    .in.navbar-collapse {
        margin-top: 20px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    top: 11px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.dropdown .center-align {
    text-align: center;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #2764a9;
        background-image: none;
        background-repeat: no-repeat;
    }
}


/* Overwrite for dropdown list searchable */
.btn-group.bootstrap-select .dropdown-menu li > a {
    /*padding: 2px 2px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.btn-group.bootstrap-select .dropdown-menu li {
    min-height: 26px;
}

.form-horizontal .btn-group.bootstrap-select > .open {
    min-height: 200px !important;
}


/* Tabs
----------------------------------------------------------*/
/*.nav {
    padding-left: 3px;
}*/

.policytabs > li > a {
    padding: 7px 10px;
}

.btn {
    letter-spacing: normal;
    font-family: var(--mf);
    font-size: 12px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.btn-spaced {
    letter-spacing: 2px;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

/*.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}*/

.RequiredglyphiconAsterisk {
}

.glyphicon-asterisk.RequiredglyphiconAsterisk {
    font-size: .75em;
    color: palevioletred;
}

.btn-link {
    display: block;
    color: #fff;
    background-color: var(--bc0);
    line-height: 1.428571429;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    padding: 2px 3px;
    text-decoration: none;
    width: auto;
    text-align: center;
}

    .btn-link:link, .btn-link:visited,
    .btn-link:active, .btn-link:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-link:hover {
        background-color: #2764a9;
        text-decoration: none;
    }

.single-icon-link {
    width: 30px;
    padding: 2px 6px;
    margin: 0 2px;
    float: left;
}

.btn-lg {
    padding: 10px;
    font-size: 18px;
    line-height: 1.33;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
    font-weight: 600;
}

.btn-md {
    /*padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;*/
    -moz-min-width: 110px;
    -ms-min-width: 110px;
    -o-min-width: 110px;
    -webkit-min-width: 110px;
    min-width: 110px;
}

.btn-upload {
    background-color: #f1f5f9;
    border: solid 1px #4e79a9;
    border-radius: 5px;
    font: small-caption;
    margin-bottom: 2px;
    padding: 5px;
    width: 500px;
}

.action-button {
    -moz-min-width: 0;
    -ms-min-width: 0;
    -o-min-width: 0;
    -webkit-min-width: 0;
    min-width: 0;
}

.btn-sm {
    -moz-min-width: 85px;
    -ms-min-width: 85px;
    -o-min-width: 85px;
    -webkit-min-width: 85px;
    min-width: 85px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -moz-min-width: 60px;
    -ms-min-width: 60px;
    -o-min-width: 60px;
    -webkit-min-width: 60px;
    min-width: 60px;
}

.btn-xxs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 40px;
    ;
}

.btn i {
    margin-right: 10px;
}

.btn-theme-bg {
    border-color: #2764a9;
    color: #fff;
    background-color: #2764a9;
}

    .btn-theme-bg:hover {
        background-color: #333;
        border-color: #333;
    }

.btn-theme-dark {
    background-color: #333;
    color: #fff;
}

    .btn-theme-dark:hover {
        color: #fff;
        background-color: #2764a9;
    }

/*********border-buttons**********/
.border-black {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}

    .border-black:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.border-white {
    border: 2px solid #fff;
    color: #fff;
}

    .border-white:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

.border-theme {
    border: 2px solid #2764a9;
    color: #2764a9;
}

    .border-theme:hover {
        background-color: #2764a9;
        border-color: #2764a9;
        color: #fff;
    }

.label-group-addon {
    display: table-cell;
    width: auto;
    height: 26px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    text-align: left;
    white-space: normal;
}

/*#region JQuery Stuff */

/* Overwrite jQuery CSS
----------------------------------------------------------*/
.ui-tooltip {
    z-index: 10010 !important;
}

.tooltip-inner {
    color: #ffffff;
    background-color: var(--bc0);
    white-space: pre;
    max-width: none;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--bc0);
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: var(--bc0);
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: var(--bc0);
}

.tooltip.right .tooltip-arrow {
    border-right-color: var(--bc0);
}

.tooltip.left .tooltip-arrow {
    border-left-color: var(--bc0);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: var(--bc0);
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: var(--bc0);
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: var(--bc0);
}

.popover {
    max-width: 800px;
    width: auto;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.ui-widget-header {
    background-image: none;
    background-color: var(--bc0);
    border: 1px solid #2764a9;
    color: #fff;
}

/* jQuery UI CSS framework for their Accordion */
.ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    border: 1px solid #2764a9;
    background-color: #2764a9;
    background-image: none;
    color: #fff;
}

.ui-accordion-header-active {
    border: 1px solid #0084b4;
    background-color: #0084b4;
    background-image: none;
    color: #fff;
}

.ui-accordion-header:hover {
    background-color: #0084b4;
}

.ui-accordion .ui-accordion-content, .ui-accordion-content {
    padding: 0;
    overflow: hidden;
}

/******Confirm Modal*******/

.ui-dialog {
    z-index: 10100 !important;
}

.modal-processing {
    z-index: 999999;
}

.ui-dialog .modal-no-scroll {
    overflow: hidden !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
}

    .ui-dialog .ui-dialog-titlebar-close:before {
        content: "\e014";
        font-family: "Glyphicons Halflings";
    }

.confirm-modal .ui-dialog-buttonset button {
    min-width: 60px;
    padding: 3px 0;
}

body .confirm-modal {
    z-index: 90001 !important;
}

body .custom-overlay {
    z-index: 90000 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog a {
    color: #2764a9;
}

    .ui-dialog a.btn-primary {
        color: #fff;
    }

    .ui-dialog a:hover {
        text-decoration: underline;
    }


/******Confirm Modal*******/

/******Bootstrap Message*******/

/*.modal-backdrop {
    z-index: 10400 !important;
}*/

.bootstrap-dialog {
    z-index: 10401 !important;
}

/******Bootstrap Message*******/


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
}

#ui-datepicker-div {
    z-index: 100000 !important;
}

    #ui-datepicker-div .ui-widget-header {
        background-color: #67728c;
    }


.accordion {
}

.effectiveDatePicker {
    width: 90px;
    display: inline;
}

.effectiveDatePickerToday {
    width: 90px;
    display: inline;
}

.effectiveDateTimePicker {
    width: 140px;
    display: inline;
}

.datePicker {
    width: 90px;
    display: inline;
}

.bv-date-picker,
.hasDatepicker {
    width: 100px;
}

.form-horizontal .has-feedback .has-datetime-picker i.form-control-feedback {
    left: 100px;
    text-align: left !important;
}

.datePickerRO {
    width: 90px;
    display: inline;
}

.NumberOnlyZip {
    text-align: left;
    max-width: 70px;
    cursor: text;
}

.NumberOnly {
    text-align: right;
    max-width: 100px;
    padding-right: 5px;
    cursor: text;
}

.SSN, .FEIN {
    padding-right: 5px;
    cursor: text;
}

.NumberOnlyWD,
.currency,
.percent {
    text-align: right;
    max-width: 100px;
    padding-right: 5px;
    cursor: text;
}


.NumberOnlyWN {
    text-align: right;
    max-width: 100px;
    padding-right: 5px;
    cursor: text;
}

.NumberOnlyWB {
    text-align: right;
    max-width: 100px;
    padding-right: 5px;
    cursor: text;
}

.NumberOnlyWithAll {
    max-width: 100%;
}

.PhoneMask {
    /*max-width: 130px;*/
}

.ssnMask {
    /*max-width: 130px;*/
}

.licenseMask {
}

.licenseMaskStateOutFL {
}

.DisableCPC {
}

.CheckBoxGrouping {
}

.ShowMsgAlertInfo {
}

.ShowMsgAlertInfoMsg {
}

.center-block {
    float: none !important;
}

/*#endregion*/

/* Local App Definitions
----------------------------------------------------------*/
.MenuOptionDisplayContainer {
    margin-bottom: 5px;
    color: Black;
    background-color: #e6e6e6;
    vertical-align: middle;
    font-size: 11px;
    height: 30px;
    padding: 5px 0;
}

    .MenuOptionDisplayContainer > span[id*="SiteMapPathBreadCrum"] {
        margin-left: 20px;
        font-size: 13px;
    }

@media screen and (max-width: 1170px) {
    .MenuOptionDisplayLabel {
        display: none;
    }
}

.MenuOptionDisplayLabel {
    line-height: 2;
}

    .MenuOptionDisplayLabel span {
        font-weight: bold;
    }

.tooltipInfo {
    width: 15px;
    height: 17px;
    padding: 0px;
    margin: 0px;
    margin-left: 3px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    /*z-index: 10010 !important;*/
    position: relative;
}

.tooltipInfoInline {
    /* Used where the Help Image is not needed. */
    z-index: 10010 !important;
}

.tooltipInfoInlineToRight {
    display: inline;
}

.width80percent {
    display: inline-table;
    width: 80%;
}


.tooltipInfoInlineMenu {
    /* Used in Menu where the Help Image is not needed. */
}

.tooltipInfoBelowDialog {
    /* z-index: 9999 !important;*/
}

.PopOverimg {
    width: 15px;
    height: 17px;
    padding: 0px;
    margin: 0px;
    margin-left: 3px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    z-index: 10010 !important;
    position: relative;
    float: left;
}

.PopOverInfo {
    z-index: 10010 !important;
}

.PopOverimgBelowDialog {
    z-index: 9999 !important;
}

.grdFormEntry input, .grdFormEntry select, .grdFormEntry textarea, .grdFormEntry button, .grdFormEntry label, .grdFormEntry span, .grdFormEntry th, .grdFormEntry a {
    font-size: .75em;
}

.grdFormEntry td input[type='submit'], .grdFormEntry td input[type='button'], .grdFormEntry td button {
    font-size: .75em;
}

.grdFormEntry > thead > tr > th, .grdFormEntry > tbody > tr > th, .grdFormEntry > tfoot > tr > th, .grdFormEntry > thead > tr > td, .grdFormEntry > tbody > tr > td, .grdFormEntry > tfoot > tr > td {
    padding: 2px;
}

.grdFormEntry td:first-child, .grdFormEntry th:first-child {
    width: 80px;
}

.grdFormEntry .tooltipInfo img {
    width: 90%;
    height: 90%;
}

.grdFormEntryControl {
    height: 20px;
    width: 100%;
}

.grdFormEntryDateControl {
    height: 20px;
    width: 80%;
}

.diplayflexbox {
    display: inline-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-inline-flexbox;
}

.controlInlineToRight {
    width: 85%;
    display: inline-block;
}

.controlInlineToRight80 {
    width: 80%;
    display: inline-block;
}

input[type="text"].OptionalFields, input[type="password"].OptionalFields, input[type="email"].OptionalFields, input[type="number"].OptionalFields, input[type="date"].OptionalFields, input[type="phone"].OptionalFields, input[type="url"].OptionalFields, textarea.OptionalFields, select.OptionalFields {
    background-image: none;
    background-color: #f6f5de;
}

input[type="text"].ReadOnlyFields,
input[type="password"].ReadOnlyFields,
input[type="email"].ReadOnlyFields,
input[type="number"].ReadOnlyFields,
input[type="date"].ReadOnlyFields,
input[type="phone"].ReadOnlyFields,
input[type="url"].OptionalFields,
textarea.ReadOnlyFields,
select.ReadOnlyFields {
    background-image: none;
    background-color: #dedddd;
    color: #000000;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"][disabled].ReadOnlyFields,
input[type="password"][disabled].ReadOnlyFields,
input[type="email"][disabled].ReadOnlyFields,
input[type="number"][disabled].ReadOnlyFields,
input[type="date"][disabled].ReadOnlyFields,
input[type="phone"][disabled].ReadOnlyFields,
input[type="url"][disabled].ReadOnlyFields,
textarea[disabled].ReadOnlyFields,
select[disabled].ReadOnlyFields {
    background-image: none;
    background-color: #dedddd;
    color: #000000;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.ValidationSummaryErrors {
    width: 100%;
    border: 1px solid #b30000;
    color: #ff0000;
    background-color: #FFBABA;
    margin-bottom: 5px;
}

.ValidationSummaryErrorsHeaders {
    font-size: .9em;
    line-height: 15%;
    font-weight: bold;
    text-decoration: underline;
    white-space: normal;
    -moz-word-break: break-all;
    -o-word-break: break-all;
    -ms-word-break: break-all;
    word-break: break-all;
    margin-top: 10px;
    margin-bottom: 5px;
}

.BTVErrorSummary {
    border-left: 5px solid #a94442;
    padding-left: 15px;
}

    .BTVErrorSummary li {
        list-style-type: none;
    }

        .BTVErrorSummary li:first-child {
            margin-top: 15px;
        }

        .BTVErrorSummary li a,
        .BTVErrorSummary small.help-block {
            color: red;
        }


input[type="text"].RequireControl, input[type="password"].RequireControl, input[type="email"].RequireControl, input[type="number"].RequireControl, input[type="date"].RequireControl, input[type="phone"].RequireControl, input[type="url"].RequireControl, textarea.RequireControl, select.RequireControl {
    border: 1px solid #b30000;
    background-image: none;
    background-color: #eac7c7;
}

.RequireFieldValidation {
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    vertical-align: top;
    z-index: 999;
    display: inline-block;
}

.RequireFieldMessage {
    font-size: .5em;
    float: left;
}

.UnderlineText {
    text-decoration: underline;
}

.ToUpperCase {
    text-transform: uppercase;
}

.colored-text {
    color: #2764a9;
}




/****Sticky Footer*****/

@media (min-width: 768px) {
    .main-container {
        min-height: 100%;
        /* equal to footer height */
        /*margin-bottom: -310px;*/
    }

        .main-container:after {
            content: "";
            display: block;
        }

    /*footer, .main-container:after {
            height: 310px;
        }*/
}

/****Sticky Footer*****/


/* Site Master
----------------------------------------------------------*/

.siteheader {
}

.container-header {
}

.main-content {
    margin-bottom: 10px;
}

.full-width {
    margin: 0 10px 10px 10px;
}

.container-footer {
}


.siteheader-top {
    /*background-color: #f8f8f8;
    border-bottom: 1px solid #eee;*/
}

.siteheader-top-bar {
    min-height: 30px;
    line-height: 30px;
}

    .siteheader-top-bar a, .siteheader-top-bar span {
        margin-right: 10px;
        font-size: 13px;
        color: var(--fc0);
        font-weight: 600;
        font-family: var(--f1);
    }

        .siteheader-top-bar a i {
            margin-right: 5px;
        }

    .siteheader-top-bar .siteheader-top-bar-Left a i {
        margin-right: 5px;
        color: #999;
        width: 20px;
        height: 25px;
        display: inline-block;
        background-color: transparent;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
    }

    .siteheader-top-bar .siteheader-top-bar-right ul {
        margin: 0;
        padding: 0;
    }

    .siteheader-top-bar .siteheader-top-bar-right li {
        padding: 0px;
    }

        .siteheader-top-bar .siteheader-top-bar-right li a {
            font-size: 12px;
            color: #888;
            margin: 0px;
            display: block;
        }

.siteheader-top-bar-Left .current-environment {
    font-size: 18px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-weight: bold;
    color: #c13636;
    letter-spacing: .08em;
    text-shadow: 1px 1px 0px #d5d5d5, 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.siteheader-top-bar .siteheader-top-bar-right li a i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin: 0px;
    background-color: transparent;
    color: #777;
    border: 1px solid #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .siteheader-top-bar .siteheader-top-bar-right li a i:hover {
        color: #fff;
        background-color: #8f8a8a;
        border-color: #252525;
    }

.siteheader-top-bar .btn {
    margin-top: -12px;
    background-color: rgba(235,235,235,1);
    color: #424242;
    border: 1px solid transparent;
}

.siteheader-top-bar .dropdown-menu {
    padding: 0px;
    margin: 0;
    /*min-width: 210px;*/
    background-color: rgba(255,255,255,.97);
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .siteheader-top-bar .dropdown-menu li a {
        color: #666;
        font-size: 12px;
        border-bottom: 1px solid #f3f3f3;
        font-weight: 400;
        padding: 10px 16px;
        line-height: 1.42857143;
        text-transform: capitalize;
        font-family: 'Open Sans', sans-serif;
    }

        .siteheader-top-bar .dropdown-menu li a:hover {
            background-color: var(--bc0);
            background-image: none;
            color: #fff;
        }

.menu-left .dropdown-submenu > .dropdown-menu {
    left: auto !important;
    right: 100% !important;
}

.siteheader-menu {
}

.top-sandbox-banner {
    background: #e56b71;
}

    .top-sandbox-banner span,
    .top-sandbox-banner a {
        color: #000;
    }

.footer {
    background-color: var(--bc0);
    font-family: var(--f1);
}

.footer-content {
    font-size: 0.9em;
    color: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: var(--f1);
    font-size: 14px;
}


    .footer-content h3 {
        color: #fff;
        text-transform: uppercase;
        font-family: var(--f1);
        font-size: 16px;
        font-weight: 600;
        font-variant-ligatures: common-ligatures;
        letter-spacing: -0.2px;
        line-height: 1.3;
    }

    .footer-content .contacts-row, .footer-content a {
        color: #cad1dd;
    }

    /*.footer-content p {
        font-weight: 700;
    }*/

    .footer-content p a:hover {
        color: #fff;
    }

.footer-col h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
}

.footer-btm {
    background-color: #2664a8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFF;
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-bottom {
    color: #fff;
    padding: 10px 0;
    border-color: #fff;
    border-top-style: solid;
    border-top-width: 1px;
}

    .footer-bottom a {
        color: #fff;
    }

.colored-top-social li {
    padding: 0px;
    margin: 0px;
}

    .colored-top-social li a {
        margin: 0px;
        padding: 0px;
    }

    .colored-top-social li i {
        margin: 0px;
        padding: 0px;
    }

.colored-boxed {
    text-align: center;
}

    .colored-boxed i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 1px solid;
        background-color: transparent;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        font-size: 30px;
    }

    .colored-boxed.green i {
        color: #2764a9;
        border-color: #2764a9;
    }

    .colored-boxed.dark i {
        color: #333;
        border-color: #333;
    }

    .colored-boxed.blue i {
        color: #3b5998;
        border-color: #3b5998;
    }

    .colored-boxed.red i {
        color: #cb2027;
        border-color: #cb2027;
    }

    .colored-boxed h3 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .colored-boxed p {
        margin-top: 10px;
    }


.btm-social {
    margin: 0;
    padding: 0;
}

    .btm-social li {
        padding: 0px;
    }

        .btm-social li a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

            .btm-social li a i:hover {
                opacity: 0.8;
            }

            .btm-social li a i.fa-facebook {
                background-color: #3b5998;
            }

            .btm-social li a i.fa-linkedin {
                background-color: #2664a8;
            }

            .btm-social li a i.fa-twitter {
                background-color: #0084b4;
            }

            .btm-social li a i.fa-google-plus {
                background-color: #C63D2D;
            }

            .btm-social li a i.fa-pinterest {
                background-color: #cb2027;
            }

            .btm-social li a i.fa-dribbble {
                background-color: #ea4c89;
            }

.btn-termsTop {
    padding-left: 0;
}

.btn-terms a {
    text-decoration: none;
    color: white;
}

.btn-terms li {
    padding-right: 25px
}

.subscribe-form .form-control {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.subscribe-form button {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
}

.social-list {
    margin: 0;
    padding: 0;
}

    .social-list li {
        padding: 0px;
    }

        .social-list li a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

            .social-list li a i:hover {
                opacity: 0.8;
            }

            .social-list li a i.fa-facebook {
                background-color: #3b5998;
            }

            .social-list li a i.fa-linkedin {
                background-color: #2664a8;
            }

            .social-list li a i.fa-twitter {
                background-color: #0084b4;
            }

            .social-list li a i.fa-google-plus {
                background-color: #C63D2D;
            }

            .social-list li a i.fa-pinterest {
                background-color: #cb2027;
            }

            .social-list li a i.fa-dribbble {
                background-color: #ea4c89;
            }


/* site Logo
----------------------------------------------------------*/
.site-logo {
    margin: 10px 0 8px 0;
    background-color: transparent !important;
    color: transparent !important;
}

    .site-logo img {
        background-color: transparent !important;
        color: transparent !important;
    }

        .site-logo img:hover {
            cursor: pointer;
        }

@media (max-width: 768px) {
    .site-logo {
        width: 150px;
        height: 60px;
    }

        .site-logo img {
            width: 100%;
            height: 100%;
        }
}

@media (min-width: 769px) and (max-width: 992px) {
    .site-logo {
        width: 25%;
        height: 50%;
    }

        .site-logo img {
            width: 100%;
            height: 100%;
        }
}

.SiteLogin {
    margin-left: 20px;
    margin-right: 3px;
}

@media (max-width: 768px) {
    .SiteLogin {
        margin-left: 0;
    }
}

.btn-linkInline {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .SiteShowPolicy {
        margin-top: 7px;
        clear: both;
    }

    .SiteShowAgency {
        margin-top: 7px;
        clear: both;
    }
}

header .container-header span {
    white-space: nowrap;
}

#lblSiteAgencyLink {
    margin-right: 3px;
}

.inthenews, .marqueeSite {
    margin-left: 230px;
}

.marqueeSiteScrollMsg {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    /*background-color: #fff;*/
    color: red;
}

.frmUserControl {
}

#processingDialog.modal-processing .modal-dialog {
    background-color: #2764a9;
    color: #fff;
    top: 30% !important;
    width: 20% !important;
    height: 60px !important;
}

    #processingDialog.modal-processing .modal-dialog .modal-content {
        background-color: var(--bc0);
    }

#processingDialog.modal-processing .modal-header {
    overflow: hidden;
}

    #processingDialog.modal-processing .modal-header h3,
    #processingDialog.modal-processing .modal-header h4 {
        color: #fff !important;
    }

#processingDialog.modal-processing .modal-body {
    overflow: hidden;
}

.MasterPage01SlideShow {
    height: auto;
    width: 100%;
    margin: 5px 5px 5px 5px;
}

    .MasterPage01SlideShow img {
        height: 100%;
        width: 100%;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #eee;
    }

.memberLogo {
    margin-top: 10px;
    text-align: center;
}

.memberofheader {
    text-align: center;
}

@media(max-width:992px) {
    .memberofheader {
        text-align: left;
    }

    .memberLogo {
        text-align: left;
    }
}


.MasterHomeSlideShow {
    /*height: 280px;
    width: 450px;*/
}

img.MasterHomeSlideShow {
    height: 100%;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}


.DGGridViewScrollDiv {
    font-size: .85em;
}

.radiobutton td {
    padding-right: 7px;
}

.form-group .custom-radio-horizontal .radiobutton td {
    padding-top: 5px;
}

.rblHorizontalFlow {
    margin-top: 5px;
}

    .rblHorizontalFlow label {
        display: inline;
        white-space: normal;
        font-weight: normal;
    }

    .rblHorizontalFlow input[type="radio"]:not(:first-child) {
        margin-left: 10px;
    }

    .rblHorizontalFlow input[disabled]:not(:first-child) {
        margin-left: 10px;
    }

.rblVerticalFlow span input[type="radio"] {
    float: left;
}

.rblVerticalFlow {
    margin-top: 5px;
}

    .rblVerticalFlow label {
        display: block;
        white-space: normal;
        margin: 0;
        font-weight: normal;
    }

    .rblVerticalFlow span label {
        margin-left: 20px;
    }

    .rblVerticalFlow br {
        display: none;
    }

.control-label-Left {
    text-align: left;
}

.form-horizontal .control-label-Left {
    text-align: left;
}

.form-inline .control-label-Left {
    text-align: left;
}

.control-label-Inline {
    display: inline;
}

.form-horizontal .control-label-Inline {
    display: inline;
}

.form-inline .control-label-Inline {
    display: inline;
}

.force-to-wrap {
    white-space: normal;
}

.form-horizontal .form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.UWQuestionLabel {
    text-align: left;
    display: inline;
    white-space: normal;
    font-weight: normal;
}

@media (min-width: 768px) {
    .control-label-Left {
        text-align: left;
    }

    .form-horizontal .control-label-Left {
        text-align: left;
    }

    .form-inline .control-label-Left {
        text-align: left;
    }

    .control-label-Inline {
        display: inline;
    }

    .form-horizontal .control-label-Inline {
        display: inline;
    }

    .form-inline .control-label-Inline {
        display: inline;
    }

    .form-horizontal .form-inline .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .UWQuestionLabel {
        text-align: left;
        display: inline;
        white-space: normal;
        font-weight: normal;
    }
}

.grdAlternatingRowStyle {
    background-color: lightcyan;
    color: black;
}

/*this will embed applied stop any question input a form with a help icon beside*/
.question-with-help {
    float: left;
}

/*#region Quote Wizards */
.xxWizard {
    /*background-color: #FFFFFF;*/
    width: 100%;
    height: 100%;
}


#xxWizardMenuBar li .prevStep {
    background-color: #669966;
}

    #xxWizardMenuBar li .prevStep:after {
        border-left-color: #669966 !important;
    }

    #xxWizardMenuBar li .prevStep > .badge {
        background-color: #57ac57;
    }

        #xxWizardMenuBar li .prevStep > .badge:after {
            background-color: #57ac57 !important;
        }

#xxWizardMenuBar li .currentStep {
    background-color: var(--bc0);
}

    #xxWizardMenuBar li .currentStep:after {
        border-left-color: var(--bc0);
    }

    #xxWizardMenuBar li .currentStep > .badge {
        background-color: #7d89ad;
    }

        #xxWizardMenuBar li .currentStep > .badge:after {
            background-color: #0084b4 !important;
        }

#xxWizardMenuBar li .nextStep {
    background-color: #C2C2C2;
}

.xxWizard-disable-next-click li .nextStep {
    pointer-events: none;
    cursor: default;
}

#xxWizardMenuBar li .nextStep:after {
    border-left-color: #C2C2C2 !important;
}

#xxWizardMenuBar li .nextStep > .badge {
    background-color: #a49e9e;
}

    #xxWizardMenuBar li .nextStep > .badge:after {
        background-color: #a49e9e !important;
    }

#xxWizardMenuBar {
    list-style: none;
    overflow: hidden;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

    #xxWizardMenuBar li {
        float: left;
    }

        #xxWizardMenuBar li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 35px;
            background: #a49e9e; /* fallback color */
            position: relative;
            display: block;
            float: left;
        }

            #xxWizardMenuBar li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 30px solid #a49e9e; /* fallback color */
                position: absolute;
                top: 50%;
                margin-top: -20px;
                left: 100%;
                z-index: 2;
            }

            #xxWizardMenuBar li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #xxWizardMenuBar li:first-child a {
            padding-left: 5px;
        }

        #xxWizardMenuBar li:last-child {
            padding-right: 30px;
        }

        #xxWizardMenuBar li a:hover {
            background: #878686;
        }

            #xxWizardMenuBar li a:hover:after {
                border-left-color: #878686 !important;
            }

.xxWizardContent {
    min-height: 500px;
    display: block;
}

    .xxWizardContent .WStepMainDiv {
        margin-top: 5px;
        min-height: 200px;
        padding: 5px;
        display: inline-block;
        width: 100%;
    }

    .xxWizardContent p {
        font-size: 16px;
    }

.xxWizardFinishNaviationButtons {
    font-size: 1.0em;
}

.grdUWQuestionsTable {
    height: 390px;
    overflow: auto;
}

.WStepMainError {
    width: 100%;
    border: 1px solid #b30000;
    color: #ff0000;
    background-color: #FFBABA;
    margin-bottom: 5px;
}

.WStepMainErrorBody {
    padding: 10px 20px 5px 30px;
    vertical-align: middle;
}

.SubjectToApproval {
    border: 1px solid #2764a9;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}


.SubjectToLimitDisplay {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 10px;
}

/*#end region */


/****Font Awesome Override****/

.fa {
    margin-right: 5px;
}

/***********************/

/****Policy Info ****/

span.marked {
    color: #CC0000;
}

.ValidationSummaryErrors:empty {
    display: none;
}


.loading:after {
    content: '';
    display: block;
    top: 5px;
    left: 370px;
    width: 16px;
    height: 16px;
    background: url('/PrivateSite/images/ajax-loader.gif');
    position: absolute;
}

/*******************/

/**** MGA Referral ****/

.mga-referral-upload h4 {
    float: left;
}

.mga-referral-upload .download-link,
.mga-referral-upload .download-separator {
    float: right;
    margin-right: 5px;
}

.upload-documents button {
    float: left;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.right-align {
    text-align: right;
}

.mutually-exclusive {
    margin-left: -10px;
}

    .mutually-exclusive label {
        font-weight: normal;
    }

/********************/

/**** Custom File Upload ****/

.custom-upload-dialog {
    z-index: 20000 !important;
}

.custom-upload-container {
    margin-top: 10px;
    display: table;
}

    .custom-upload-container .custom-upload-fileName {
        display: table-cell;
        padding-left: 5px;
    }

        .custom-upload-container .custom-upload-fileName input {
            height: 35px;
        }

.custom-upload-file {
    display: table-cell;
    width: 100px;
    position: static;
}

.custom-upload-container .custom-upload-file input[type=file] {
    width: 100% !important;
    height: 35px;
}

/***********************/

/**** Grid-view and Lists****/

/*.jqx-grid .jqx-rc-all{
    position: relative !important;
}*/

.documents-selection {
    height: 200px;
    overflow-y: auto;
}

    .documents-selection .form-horizontal {
        padding: 2px 10px;
    }


        .gridview-row:hover td,
        .gridview-row-alternating:hover td,
        .documents-selection .form-horizontal:hover {
            background-color: #C7C7C7;
        }

.gridview-row .glyphicon,
.gridview-row-alternating .glyphicon {
    font-size: 20px;
    margin: 0 10px;
}

.gridview-row .form-control-feedback,
.gridview-row-alternating .form-control-feedback {
    font-size: 10px;
}

.gridview-row .has-feedback .form-control-feedback,
.gridview-row-alternating .has-feedback .form-control-feedback {
    right: 0;
}

.table-striped th.header-center {
    text-align: center;
    white-space: nowrap;
}

.gridview-row a,
.gridview-row-alternating a {
    color: #2764a9;
}

    .gridview-row a:hover,
    .gridview-row-alternating a:hover {
        text-decoration: underline;
    }

.table .gridview-page .gridview-page-total {
    float: right;
}

.table-no-bordered {
    border: 0;
}

    .table-no-bordered tbody tr th {
        border: 0;
    }

    .table-no-bordered tbody tr td {
        border: 0;
        border-top: 1px solid #ddd;
    }
/**********************/
/****Tabs****/
/*#innertabs.nav-tabs {
    display: inline-block;
    margin: 0 20px;
    width: auto;
}*/
.tabs-container {
    position: relative;
}

    .tabs-container ul.nav {
        padding-left: 0;
    }

    .tabs-container .panel,
    .tabs-container .tab-content {
        border: 1px solid #ddd;
        /*border-top: 0;*/
        margin: 0;
        margin-top: -2px;
        padding: 10px 10px 10px 10px;
        display: inline-block;
        width: 100%;
    }

    .tabs-container .panel-default {
        margin-top: 10px;
    }

    .tabs-container .inner-panel {
        border: 0;
        /*margin:0 20px;*/
    }

/*.tabs-container .tab-content{
        border:1px solid #ddd;
        border-top:0;
        padding:10px;
    }*/

/*************/

/****document tree****/

.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
        }

        .tree li i.document-image {
            border: 0;
            pointer-events: none;
            cursor: default;
        }

        .tree li.parent_li > span {
            cursor: pointer;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000;
    }

        .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span.document-image {
            border: 0;
        }

li.parent_li span.ir-folder {
    padding-left: 25px;
    padding-top: 5px;
    height: 30px;
}

    li.parent_li span.ir-folder:before {
        left: 3px;
        position: absolute;
    }

/****************************/


/******masks styles on form fields*******/

.has-dollar-sign {
    position: relative;
}

    .has-dollar-sign::before {
        position: absolute;
        content: "$";
        top: 5px;
        left: 20px;
    }

.table td > .has-dollar-sign::before {
    left: 5px;
}

.nomargin::before {
    top: 3px;
    left: 2px;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.has-dollar-sign .currency {
    padding-left: 20px;
}

.has-percent-sign {
    position: relative;
}

    .has-percent-sign::before {
        position: absolute;
        content: "%";
        top: 5px;
        left: 20px;
    }

.table-striped .has-percent-sign::before,
.table-striped .has-dollar-sign::before {
    top: 0;
}

.has-percent-sign .percent {
    padding-left: 20px;
}

/******masks styles on form fields*******/


/******MGA Submission*******/

.cancel-submission-buttons,
.policy-navegation-buttons {
    position: absolute;
    right: 0;
    top: 5px;
}

    .cancel-submission-buttons button,
    .policy-navegation-buttons button {
        min-width: 0;
        /*width: 90px;*/
    }

    .policy-navegation-buttons .current-policy-number,
    .year-navegation-buttons .current-year {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: bold;
        font-size: 14px;
    }

.year-navegation-buttons {
    margin: 10px 10px;
}

/*.year-navegation-buttons .btn-arrow-left::after {
            background-color: transparent;
        }*/


.agent-visible {
    color: green;
}

.agent-invisible {
    color: red;
}

.general-info-action-buttons {
    float: right;
    margin-right: -6px;
}

.xxWizard .general-info-action-buttons {
    margin-right: 0;
}

/******MGA Submission*******/


/******PDF Thumbnail*******/

.pdf-thumbnail-preview {
    position: relative;
    display: block;
}

    .pdf-thumbnail-preview:after {
        background: url(../images/magnifier.png) center center no-repeat #000000;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .pdf-thumbnail-preview:hover:after {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .pdf-thumbnail-preview img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: 1px solid #9FA0A0;
    }

/******PDF Thumbnail*******/

.custom-cell {
    font-weight: 700;
    display: inline;
    white-space: normal;
}

.ui-dialog .WCClassListDDLContainer .bootstrap-select ul.dropdown-menu,
.ui-dialog .custom-select-picker .bootstrap-select ul.dropdown-menu {
    position: absolute;
    top: 40px;
}

.ui-dialog .WCClassListDDLContainer .bootstrap-select div.dropdown-menu,
.ui-dialog .custom-select-picker .bootstrap-select div.dropdown-menu {
    position: absolute;
    top: 0;
}

.ui-dialog .WCClassListDDLContainer .bs-searchbox,
.ui-dialog .custom-select-picker .bs-searchbox {
    padding: 0 8px;
}


/***Horizontal Menu


.dropdown-horizontal .horizontal-menu-container {
    display:none;
    background-color: #e6e6e6;
    border: 1px solid #ddd !important;
}

    .horizontal-menu-container ul.sub-menu{
        width:100%;
    }

.dropdown-horizontal > div.active {
    display:block;
    position:absolute;
    width:760px;
    padding:20px 0;
}

@media screen and (max-width: 760px) {
    .dropdown-horizontal > div.active {
        width:100%;
    }
}

.dropdown-horizontal > div.active ul{
    padding:0;
    margin-left:20px;
}    

.dropdown-horizontal > div.active ul li{
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin:0;
}

.dropdown-horizontal > div.active ul li a{
    border-bottom: 1px solid #f3f3f3;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 16px;
    text-transform: capitalize;
    width:100%;
    display: block;
}

.dropdown-horizontal > div.active ul li a:hover{
    background: #2764a9;
    color: #fff;
}


Horizontal Menu***/



/***yamm Menu****/

/***Comment for blue background**/
/*.yamm {
    background:#2664a8;
}

.yamm ul.navbar-nav > li > a{
    color:#d9d9d9;
}

.yamm ul.navbar-nav > li > a:hover{ 
    color:#fff;
}*/
/***************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}



.yamm .navbar-collapse ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.176);
    margin: -1px 20px 0 20px;
    min-height: 80px;
    z-index: 2000;
    border: 1px solid #cccccc !important;
    padding: 10px 0;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.33);
}

.yamm .navbar-collapse .navbar-right {
    margin-right: -35px;
}

.yamm .navbar-collapse ul.navbar-nav {
    margin-top: 15px;
}

.yamm .navbar-collapse ul.dropdown-menu .row {
    margin-left: 0;
    margin-right: 0;
}

.yamm .navbar-collapse ul.navbar-nav > li {
    display: inline;
}

    .yamm .navbar-collapse ul.navbar-nav > li.open {
        background: #fff;
        border: 1px solid #cccccc;
        border-bottom: 0;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: #fff;
        height: 65px;
        -webkit-box-shadow: 12px 0px 8px -6px rgba(0,0,0,0.33);
        -moz-box-shadow: 12px 0px 8px -6px rgba(0,0,0,0.33);
        box-shadow: 12px 0px 8px -6px rgba(0,0,0,0.33);
    }


.yamm .navbar-collapse ul.dropdown-menu .row ul li {
    list-style: outside none none;
    margin: 10px 0;
    border: 0;
}

.yamm .navbar-collapse .dropdown-menu li,
.yamm .navbar-collapse .dropdown-menu li a {
    border: 0;
}

.yamm .navbar-collapse ul.dropdown-menu .row ul li a:hover {
    border: 0;
    background: transparent;
    text-decoration: underline;
    color: var(--fc0);
}

.yamm .navbar-collapse .dropdown-menu li {
    margin: 10px 0;
}

    .yamm .navbar-collapse .dropdown-menu li a:not(.btn-primary) {
        font-size: 14px;
        /*    color: #000;*/
    }

.navbar .dropdown-menu li a.btn-primary {
    border-bottom: 0;
    color: #fff;
}

.yamm .navbar-collapse .dropdown-menu li .row > div {
    /*border-left:1px solid rgba(0, 0, 0, 0.3);*/
}

    .yamm .navbar-collapse .dropdown-menu li .row > div:first-child {
        /*border-left:0;*/
    }

.yamm li.yamm-fw {
    min-height: 75px;
}

.jumbotron.intro {
    margin-top: 0;
}

.jumbotron .navbar {
    font-size: 14px;
    line-height: 1.6;
}

/* menu styes */
.list-unstyled,
.list-unstyled ul {
    min-width: 120px
}

@media ( min-width: 767px ) {
    .panel-group {
        width: 400px;
    }

    .thumbnail {
        margin: 0;
    }
}

@media ( min-width: 768px) {
    .menu-label-small {
        display: none;
    }
}

@media ( max-width: 768px) {
    .menu-label-full {
        display: none;
    }
}


/***yamm Menu****/


.update-progress-container {
    position: relative;
    background-color: #fff;
    filter: alpha(opacity=80);
    mozopacity: 0.8;
    opacity: 0.8;
}

.update-progress {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}

.loading-data,
.loading-data-big {
    position: relative;
}

    .loading-data:before,
    .loading-data-big:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        filter: alpha(opacity=80);
        mozopacity: 0.8;
        opacity: 0.8;
        z-index: 1;
    }

    .loading-data:after,
    .loading-data-big:after {
        position: absolute;
        content: '';
        display: block;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        background-color: transparent;
        background-image: url('../images/ajax-loader32.gif');
        background-repeat: no-repeat;
        z-index: 1;
    }

    .loading-data-big:after {
        width: 100px;
        height: 100px;
        background-image: url('../images/ajax-loader-loading.gif');
    }



.info-message, .success-message, .warning-message, .error-message {
    padding: 10px;
    margin: 10px 0;
    border-radius: 7px;
    box-shadow: 5px 5px 5px #888888;
}

    .info-message:before, .success-message:before, .warning-message:before, .error-message:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .info-message:before {
        content: "\f05a";
    }

    .success-message:before {
        content: '\f00c';
    }

    .warning-message:before {
        content: '\f071';
    }

    .error-message:before {
        content: '\f057';
    }

.info-message {
    color: #00529B;
    background-color: #BDE5F8;
}

.success-message {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warning-message {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-message {
    color: #D8000C;
    background-color: #FFBABA;
}


.rownomargin {
    margin-left: 0;
    margin-right: 0;
}


/***Online Chat****/
.chat-with-me {
    margin-bottom: 10px;
    background: #40aa50;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    display: inline-block;
}

.chat-with-me-off {
    background: #b5b2ad;
}

.operator {
    height: 250px
}

.operator-status .circle {
    margin-top: 2px;
    float: left;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 50px;
}

.operator-status span,
.operator-status .circle {
    float: left;
}

.operator-status span {
    margin-top: -3px;
    margin-left: 5px;
}

.operator-status-online .circle {
    background: #40aa50;
}

.operator-status-online span {
    color: #40aa50;
    font-weight: bold;
}

.operator-status-offline .circle {
    background: #b5b2ad;
}

.operator-status-offline span {
    color: #b5b2ad;
    font-weight: bold;
}

.operator-status-busy .circle {
    background: #bc2124;
}

.operator-status-busy span {
    color: #bc2124;
    font-weight: bold;
}

.operator-status-away .circle {
    background: #a57d21;
}

.operator-status-away span {
    color: #a57d21;
    font-weight: bold;
}


/**Form Validation Override****/

.glyphicon-ok::before {
    color: green !important;
}

/******RESPONSIVE LAYOUTS*******/

/*Small devices Tablets*/
@media (max-width: 992px) {
    .chart-pyramid, .chart-gauge, .chart-bar {
        margin-top: 50px;
    }
}

/*Extra small devices Phones (landscape)*/
@media (max-width: 768px) {
    .MasterHomeSlideShow {
        height: 100%;
        width: 100%;
        display: none;
    }

    .chart-gauge {
        margin-top: 0;
    }

    #processingDialog.modal-processing .modal-dialog {
        width: 90% !important;
    }
}

.modal-dialog .modal-content .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

/*Extra small devices Phones (portrait)*/
@media (max-width: 350px) {
    .navbar-brand {
        display: none;
    }

    .MasterHomeSlideShow {
        display: none;
    }
}

/*Animation for row search match */
.blink {
    animation: mymove 0.5s;
    animation-iteration-count: 6;
    animation-direction: alternate;
}

@-webkit-keyframes mymove {
    to {
        background-color: #bcd9fa;
    }
}

@keyframes mymove {
    to {
        background-color: #bcd9fa;
    }
}


/****FEDERAL ID****/

.federal-id-container {
    z-index: 10;
}

    .federal-id-container .federal-id-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 17px 0 104px;
        z-index: 9;
    }

        .federal-id-container .federal-id-input img.RequireFieldValidation {
            float: left;
            position: absolute;
            top: 0;
            right: 0;
        }

        /*Hide require validation img if the input Federal Id is disabled*/
        .federal-id-container .federal-id-input input.form-control[class~="aspNetDisabled"] + img.RequireFieldValidation {
            display: none;
        }

        .federal-id-container .federal-id-input i.form-control-feedback {
            right: 15px;
        }


    .federal-id-container .text-danger {
        position: absolute;
        float: left;
        top: 0;
        left: 104px;
        margin: 0;
    }

    .federal-id-container .opacity {
        opacity: 0;
    }

    .federal-id-container .federal-type-buttons {
        width: 104px;
        float: left;
        margin: 0;
        padding: 0;
        padding-top: 2px;
        position: absolute;
        z-index: inherit;
    }

        .federal-id-container .federal-type-buttons button {
            margin: 0;
            padding: 5px 5px;
            line-height: 1.1;
            top: 2px;
            width: 44px;
            float: left;
            font-size: 12px;
        }

    .federal-id-container .federal-type-help {
        width: 20px;
        float: right;
        margin: 0;
        padding: 0;
        padding-top: 2px;
        margin-right: -18px;
    }

    .federal-id-container .federal-type-buttons button.active {
        background-color: var(--bc0);
        border-color: var(--bc0);
        color: #fff;
    }

/****FEDERAL ID****/

/***SUSPENSE ITEMS****/

button.suspense-save-float {
    position: fixed;
    float: left;
    top: 100px;
    z-index: 10000;
}

/***SUSPENSE ITEMS****/



/* Styles for custom tooltip template */
.tooltip-head {
    color: #fff;
    background: #000;
    padding: 10px 10px 5px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

    .tooltip-head .glyphicon {
        font-size: 22px;
        vertical-align: bottom;
    }

    .tooltip-head h3 {
        margin: 0;
        font-size: 18px;
    }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.f-cell {
    margin: 2px 15px;
    display: inline-block;
}

.f-table {
    display: table;
    margin: 20px auto;
}

.f-title {
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    color: #2a3a71;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    letter-spacing: 1px;
}

.f-table img {
    max-height: 70px;
}

.navbar-default {
    background-image: none;
    background-color: #fff;
    box-shadow: unset;
}


.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-40 {
    margin-right: 40px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

option:checked {
    background-color: var(--bc0);
    color: #fff;
}

.btn {
    border-radius: 3px;
    -ms-border-radius: 3px;
    border-width: 1px;
}

.btn-fein {
    border: 1px solid var(--bc0);
    border-radius: 0px;
    box-shadow: none;
    height: 26px;
}


.page-info {
    /*background-color: #e6e6e6;*/
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.pi-section {
    display: table-cell;
    font-size: 14px;
    min-width: 250px;
    padding: 0 5px;
    line-height: 24px;
}

.ph-info-r {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .d-none-800 {
        display: none;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0;
    }

    10%,90% {
        opacity: 1;
    }
}

.ticker-showmore {
    position: absolute;
    top: 1px;
    right: 2px;
}

.ticker-wrap {
    background-color: #e6e6e6;
    min-height: 22px;
    position: relative;
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
}

    .ticker-wrap .opened {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
    }

.ticker-item {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    color: var(--fc0);
}

.tick {
    opacity: 0;
    animation: pulse 10s linear infinite;
}

.chartContainer g rect[stroke="#314a9f"] {
    /*fill: #27366D;*/
    fill: #314a9f;
}

.chartContainer g rect[stroke="#d5bb79"] {
    /*fill: #ECAC00;*/
    fill: #d5bb79;
}

.tb-footer {
    background-color: var(--bc0);
    color: #fff;
}

.dropdown-menu h3 {
    margin: initial;
}

.menu-table {
    display: table;
    width: 100%;
}

.menu-table-r {
    display: table-row;
}

.menu-table-c {
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.3333%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-table .menu-table-r:last-of-type .menu-table-c {
    padding-bottom: 0px;
}

.menu-table .menu-table-r:first-of-type .menu-table-c {
    padding-top: 0px;
}

.form-control {
    border-radius: 0px;
}

.bootstrap-select .btn {
    border-radius: 0px;
}

.result-table th, .result-table td {
    padding: 0px 10px;
}


/****Ascendant Mobile App****/

.mobile-download-container {
    color: #000;
    background-color: #e6e6e6;
    height: 50px;
    padding: 0 10px;
}

    .mobile-download-container img.mobile-download-icon {
        margin: 2px 0;
        float: left;
        height: 45px;
        width: 45px;
    }

    /*.mobile-download-container a.mobile-download-link {
        margin-right: 5px;
        float: right;
        vertical-align: middle;
        margin: 12px 0;
    }*/

    .mobile-download-container .mobile-download-link-close {
        float: left;
        margin: 12px 5px;
    }


.mobile-download-text-container {
    float: left;
    margin-left: 10px
}

    .mobile-download-text-container h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .mobile-download-text-container p {
        font-size: 12px;
    }

/****Ascendant Mobile App****/

.gv-header {
    background-color: var(--bc0);
    color: #fff;
}

.gv-alternative-row {
    background-color: rgb(249, 249, 249);
}

.d-table {
    display: table;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
    padding-right: 3px;
}

    .d-table-cell:nth-child(n+2) {
        display: table-cell;
        padding-left: 3px;
    }

    .d-table-cell:last-child {
        display: table-cell;
        padding-right: 0px;
    }


.static-ctrl {
    line-height: initial;
    border: 1px solid var(--ctrl-border-color);
    background-color: #eae9e9;
    padding: 4px;
    margin: 2px 0 0 0;
    width: 100%;
    display: block;
    min-height: 26px;
    box-sizing: border-box;
}

.main-image {
    /*background-image: url('../images/ascendant-app.jpg');*/
    /*background-image: url('../images/Home/Travel-Incentive-2022-v2.jpg');*/
    /*background-image: url('../images/Home/AgentPortal.jpg');*/
    /*background-image: url('../images/Home/Private-Site-Banner-2024.jpg');*/
    /*background-image: url('../images/Home/banner-agent-portal-2024.jpg');*/
    /*background-image: url('../images/Home/banner-agent-portal-2024-b.jpg');*/
    background-image: url('../images/Home/Private-Site-Graphic.jpg');
    /*width: 100%;*/
    height: 437px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: contain;
    /*background-position: center;*/
    background-position: top;
    text-align: right;
    /*border: solid 1px #2664a8;*/
    box-sizing: var(--ctrl-border-color);
}

    .main-image .thermometer {
        display: none;
    }

    .main-image .main-image-t1, .main-image .main-image-t2 {
        margin: 0 10px;
        display: block;
        color: var(--fc0);
    }

    .main-image .main-image-t1 {
        font-size: 30px;
        text-shadow: 1px 1px 3px #e4e4e4;
    }

    .main-image .main-image-t2 {
        font-size: 20px;
        text-shadow: 1px 1px 1px #e4e4e4;
    }

label > input[type=radio] {
    margin-right: 5px;
}

.disclaimer {
    font-size: 12px;
}

.modal {
    z-index: 10500;
}

    .modal .modal-title {
        color: #fff;
    }

.warning .modal-header {
    background-color: #f0ad4e;
}

.success .modal-header {
    background-color: #5cb85c;
}

.info .modal-header {
    background-color: var(--bc0);
}

.error .modal-header {
    background-color: #d9534f;
}

.thermometer-label {
    fill: #1034a6; /*var(--fc0);*/
    font-weight: bold;
}

    .thermometer-label.thermometer-label-active {
        animation: blink 2s ease infinite;
        fill: #d02841;
    }

.thermometer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -210px;
}

.thermometer-plg {
    position: absolute;
    bottom: -5px;
}

.thermometer-addinfo {
    font-family: var(--mf);
    color: #1034a6;
    font-weight: bold;
    padding-bottom: 20px;
}

.promo-name {
    margin-top: 200px;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

/*#thermometer-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
}*/


/*input[type=submit]:focus, button:focus {
    outline-color: red;
    outline-width: 1px;
    outline-style: auto;
    outline-offset: -1px;
}*/


@keyframes blink {
    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}


.jqx-enableselect.jqx-widget-content.jqx-widget-content-darkblue {
    z-index: 1 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--active-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--active-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.cw-driver-info, .cw-vehicle-info {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

    .cw-driver-info label, .cw-vehicle-info label {
        font-size: 12px;
        font-weight: 100;
        text-decoration: underline;
        padding: 0;
        text-align: left !important;
    }

        .cw-driver-info label.control-label, cw-vehicle-info label.control-label {
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            margin: 0px;
            text-align: left !important;
        }
   
.top-social svg {
    fill: aliceblue;
}

.fxRow {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .fxRow.fxWrap {
        flex-wrap: wrap;
    }

    .fxRow.fxReverse {
        flex-direction: row-reverse;
    }

    .fxRow.fxCenter {
        justify-content: center;
    }

    .fxRow.fxStart {
        justify-content: flex-start !important;
    }

    .fxRow.fxEnd {
        justify-content: flex-end !important;
    }

    .fxRow.fxSpaceAround {
        justify-content: space-around;
    }

    .fxRow.fxSpaceBetween {
        justify-content: space-between !important;
    }

    .fxRow.fxTop {
        align-items: flex-start;
    }

    .fxRow.fxMiddle {
        align-items: center;
    }

    .fxRow.fx40 {
        width: 40%;
    }

    .fxRow.fx70 {
        width: 70%;
    }

    .fxRow.fx30 {
        width: 30%;
    }

    .fxRow.fx50 {
        width: 50%;
    }

    .fxRow.fx80 {
        width: 80%;
    }

    .fxRow.fx100 {
        width: 100%;
    }

    .fxRow.fx20 {
        width: 20%;
    }



.fxColumn {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    place-content: center;
    box-sizing: border-box;
    width: 100%;
}

    .fxColumn.fxStretch {
        align-items: stretch;
    }

    .fxColumn.fxStart {
        align-items: flex-start;
    }

    .fxColumn.fxCenter {
        align-items: center;
        place-content: center;
    }

    .fxColumn.fxEnd {
        align-items: flex-end;
    }

    .fxColumn.fx60 {
        width: 60%;
    }

    .fxColumn.fx40 {
        width: 40%;
    }

    .fxColumn.fx70 {
        width: 70%;
    }

    .fxColumn.fx30 {
        width: 30%;
    }

    .fxColumn.fx50 {
        width: 50%;
    }

    .fxColumn.fx80 {
        width: 80%;
    }

    .fxColumn.fx100 {
        width: 100%;
    }

    .fxColumn.fx20 {
        width: 20%;
    }

#login-page {
    height: 100%;
    
}
    #login-page > div {
        height: 100%;
    }

    #login-page .site-logo {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: white !important;
        padding: 10px;
        text-align: center;
        margin: 0 !important;
    }
    #login-page .site-logo img{
        /*border-bottom: 1px solid var(--bc0);*/
    }

    #login-page .center-block {
        margin-top: 100px;
        min-width: 450px;
        background-color: #2a3a71eb;
        color: white;
        padding: 4px;
        border-radius: 10px;
        -webkit-box-shadow: -12px 11px 22px 0px rgb(212 212 212 / 75%);
        -moz-box-shadow: -12px 11px 22px 0px rgb(212 212 212 / 75%);
        box-shadow: -12px 11px 22px 0px rgb(212 212 212 / 75%);
        border: 2px solid var(--bc0);
    }
    #login-page .loginFormTitle {
        margin: 0 !important;
       
        background-color: white;
    }

        #login-page .loginFormTitle h3 {
            margin: 0;
            /*color: white;*/
            background-color: #e8f1fa;
        }

/*#loginForm {
    border: none !important;
    background: white;
    margin: 0 !important;
    color: var(--bc0);
    padding: 4px;
    border-radius: 10px;
}*/

.cookie-disclaimer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    font-size: 18px;
}

    .cookie-disclaimer .cookie-message {
        background-color: rgb(255 255 255 / 88%) !important;
        border: 2px solid var(--fc0);
        border-left: 0;
        border-right: 0;
        background: white;
        padding: 1rem;
        width: 100%;
        text-align: center;
    }

        .cookie-disclaimer .cookie-message p {
            text-align: justify;
            padding: 0px 20px;
        }

        .cookie-disclaimer .cookie-message button {
            margin-left: 1rem;
            margin-right: 1rem;
            background-color: var(--fc0);
            color: white;
            min-width: 100px;
        }

.pending-question {
    
}
    .pending-question .panel-heading, .pending-question h5 {
        /*font-size: 18px !important;*/
    }

    .pending-question .question-text {
        color: var(--text-normal-color);
        font-size: 14px;
        /*text-shadow: -1px -1px 1px rgb(255 255 255), 1px 1px 1px rgb(0 0 0 / 14%);*/
    }
    .pending-question input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 18px;
        height: 18px;
        border: 2px solid var(--fc0);
        border-radius: 50%;
        cursor: pointer;
    }
    .pending-question .question-explanation label {
        color: var(--grey-color);
    }

    .pending-question .question-explanation input {
        width: 100%;
        border-color: var(--border-color);
    }

    .pending-question input[type="radio"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: var(--fc0);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.2s ease;
    }

.pending-question input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

    .pending-question label {
        /*font-size: 20px !important;*/
        font-weight: 500 !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .pending-question label input {
        margin-top: -2px;
    }


#columntablejqxgrid .jqx-dropdownlist {
    background-color: white;
}

.zoomleable input,
.zoomleable button,
.zoomleable select,
.zoomleable textarea,
.zoomleable label {
    font-size: 1.1rem;
}
.zoomleable .control-label {
    white-space: normal;
}


.oversize {
    display: flex;
}

    .oversize .control-label {
        display: flex;
        white-space: normal;
    }

    .oversize .rblHorizontalFlow {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

        .oversize .rblHorizontalFlow .radiobutton {
            display: flex;
            align-items: center;
        }