﻿html {
    position: relative;
    min-height: 100%;
    background-color: #f5f5f5;
    background-image: none;
    background-repeat: repeat;
}

html,
body {
    height: 100% !important;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: auto;
}

body {
    display: block;
    font-size: 14px;
    color: #3f4246;
}

.acc-sel .no-acc-sel,
.msg-cntr .no-msg-cntr,
.acc-chk .no-acc-chk {
    display: none !important;
}

@media (min-width: 400px) {
    body {
        font-size: 16px;
    }
}

#no-js-div {
    position: fixed;
    top: 80px;
    left: 10%;
    right: 10%;
    text-align: center;
    color: #ffffff;
    background-color: #d01716;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 10px;
    z-index: 99999;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 110px;
    margin: 0 auto -70px;
}

#wrap-prelogin,
#wrap-prelogin-no-bg {
    padding-top: 110px;
    margin: 0 auto -120px;
    min-height: 100%;
    height: auto;
}

#wrap-prelogin {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: sofia-pro, sans-serif;
    color: #494c51;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: normal;
    color: inherit;
    text-transform: none;
}

label {
    font-weight: 600;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: inherit;
    }

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

    h3 small {
        font-size: 1em;
    }

h4 {
    font-size: 1.2em;
}

    h4 small {
        font-size: 0.8em;
    }

h5 {
    font-size: 1em;
}

    h5 small {
        font-size: 0.6em;
    }

h6 {
    font-size: 0.8em;
}

p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
}

@media (min-width: 400px) {
    p {
        font-size: 1em;
    }
}

a {
    color: #456685;
    font-weight: 400;
    -webkit-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}

    a:hover,
    a:focus,
    a:active {
        color: #F29300;
    }

#back-to-top a {
    background-color: #52565B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #back-to-top a:hover,
    #back-to-top a:focus,
    #back-to-top a:active {
        background-color: #bdbdbd;
    }

.disclaimer {
    font-size: 10px;
    line-height: 12px;
}

.control-label {
    text-align: left !important;
}

.bg-primary {
    background-color: #2A3E51;
}

.bg-info {
    background-color: #456685;
}

.bg-success {
    background-color: #00c853;
}

.bg-warning {
    background-color: #ffab00;
}

.bg-danger {
    background-color: #d50000;
}

.bg-inverse {
    background-color: #52565B;
}

.bg-light-gray {
    background-color: #fcfcfc;
}

.label-default {
    background-color: #999;
}

.label-primary {
    background-color: #428bca;
}

.label-success {
    background-color: #00c853;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #ffab00;
}

.label-danger {
    background-color: #d50000;
}

.label-cleared-drp {
    background-color: #429742;
}

.text-success {
    color: #388e3c;
}

.text-primary {
    color: #2A3E51;
}

.text-primary-alt {
    color: #37526b;
}

.text-cool-gray {
    color: #5c605b;
}

.text-light-gray {
    color: #8d928c;
}

.text-extra-light-gray {
    color: #bdbdbd;
}

.text-warning-icon {
    color: #ffab00;
}

.text-info-icon {
    color: #007aC7;
}

.text-highlight {
    color: #F29300;
}

.text-danger {
    color: #d50000;
}

.status-gray {
    color: #757575;
}

.status-light-blue {
    color: #0091ea;
}

.status-blue {
    color: #2962ff;
}

.status-light-green {
    color: #00c853;
}

.status-green {
    color: #388e3c;
}

.status-orange {
    color: #ffab00;
}

.status-red {
    color: #d50000;
}

.material-icons {
    font-size: 21px;
    vertical-align: middle;
}

    .material-icons.icon24 {
        font-size: 24px;
    }

    .material-icons.icon-lg {
        font-size: 32px;
        width: initial;
        height: initial;
    }

@media (min-width: 768px) {
    .material-icons.icon-lg {
        font-size: 40px;
    }
}

.validation-summary-errors {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.margin0 {
    margin: 0 !important;
}

.margin20 {
    margin: 20px 0;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.right10 {
    margin-right: 10px;
}

.right20 {
    margin-right: 20px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom40 {
    margin-bottom: 40px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.alignRight {
    text-align: right;
}

.shiftBack5 {
    margin-top: -5px;
    margin-bottom: -5px;
}

.shiftBackLeft15 {
    margin-left: -15px;
}

.shiftBackRight15 {
    margin-right: -15px;
}

.shiftBackTop15 {
    margin-top: -15px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pad-top7 {
    padding-top: 7px;
}

.borderPadding {
    padding-left: 20px;
    padding-right: 20px;
}

div.hr {
    min-height: 1px;
    clear: both;
    width: 100%;
    height: 1px;
    padding-top: 5px;
    margin-top: 15px;
}

legend {
    font-size: 18px;
}

.none {
    display: none;
}

.complete-message i,
.failed-message i {
    font-size: 30px;
}

.complete-message i,
.complete-message h2 {
    display: inline-block !important;
}

.bottomBorder {
    border-bottom: 1px solid #bfbfbf;
}

.preloader-primary {
    display: inline-block;
    background-image: url(../Images/Default/preloader-white-16x16.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.preloader-autocomplete {
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url(../Images/Default/preloader-gray-24x24.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

@media (max-width: 400px) {
    .hidden-xxs {
        display: none;
    }
}

@media (min-width: 768px) {
    .row-eq-height-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .preloader-autocomplete {
        right: 20px;
    }
}

@media (min-width: 992px) {
    .row-eq-height-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    small.extra-small-md {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .row-eq-height-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.carryover-pending {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 5px;
}

    .carryover-pending > table td {
        padding: 5px;
    }

        .carryover-pending > table td > label {
            margin-bottom: 0;
        }

.account-select-product-type,
.nav-name-product-type,
.db-product-type {
    color: #F29300;
}

.db-product-type,
.db-account-desc {
    font-weight: bold;
}

/*************************
    Header
*************************/
/* #region Header */

.navbar {
    border: none;
}

.navbar-collapse {
    width: auto;
}

.navbar-default,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand-phrase,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-default .navbar-nav,
.navbar-default .navbar-text {
    background-color: #ffffff;
    filter: initial;
}

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:active {
        border: none;
        background-color: transparent;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #bdbdbd;
        }

    .navbar-default .navbar-text {
        color: #52565B;
        margin-top: 5px;
        margin-bottom: 0;
        padding-right: 20px;
    }

        .navbar-default .navbar-text p small {
            color: #52565B;
        }

.navbar-toggle {
    position: relative;
    float: left;
    margin: 0 10px;
    padding: 8px 9px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar-header {
    min-height: 50px;
}

.navbar-brand {
    padding: 5px 15px;
}

    .navbar-brand img,
    .navbar-nav img {
        max-height: 40px;
    }

.navbar-brand-phrase {
    font-size: 18px;
    padding: 10px 15px;
    color: #2A3E51;
    text-rendering: optimizeLegibility;
}

.nav-name {
    background-color: transparent;
    color: #52565B;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 15px;
    font-size: 0.8em;
}

    .nav-name.nav-name-single,
    .acc-sel .nav-name,
    .acc-chk .nav-name {
        padding-top: 17px;
    }

.nav-product-tab {
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #ffffff;
}

.dropdown.open > .dropdown-toggle:focus {
    background-color: transparent !important;
    color: #52565B !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    color: #ffffff !important;
    background-color: #F29300 !important;
    background-image: none;
    border-color: #F29300 !important;
    filter: initial;
}

#helpMenu {
    width: auto;
    background-color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2);
}

.navbar-nav > li {
    margin-bottom: 0 !important;
}
    .navbar-default .navbar-nav > li > a {
        color: #52565B;
    }

.navbar-nav > li > a {
    font-size: 1em;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    margin-right: 5px;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #ffffff !important;
        background-color: #F29300 !important;
    }

    .navbar-nav > li > a.navbar-two-line {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .navbar-nav > li.active > a {
        margin-bottom: 0 !important;
        font-weight: bold;
    }

@media (max-width: 767px) {
    #main-navbar {
        z-index: 1010;
        position: fixed;
        top: 55px;
        left: 0;
        bottom: 0;
        width: 300px;
        overflow-y: auto;
        padding-left: 30px;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
    }
}


#main-navbar .navbar-nav > li > a {
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#msg-cntr-link,
#notification-link {
    padding-top: 14px !important;
}

.navbar {
    height: 55px;
}

.navbar-collapse {
    max-height: 100%;
    background-color: transparent;
}

.navbar-dashboard {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1010;
    min-height: 40px;
    height: 40px;
    background-color: #2A3E51;
    padding-top: 5px;
}

    .navbar-dashboard .navbar-nav > li > a {
        color: #c4c4c4;
    }

    .navbar-dashboard .navbar-nav > li.active > a {
        color: #F29300;
        font-weight: 700;
        background-color: #ffffff;
    }

.navbar-account-select {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1010;
    background-color: #2A3E51;
    color: #ffffff;
    filter: initial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    min-height: 50px;
    height: 50px;
}

.navbar-submission {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1010;
    min-height: 5px;
    height: 5px;
    background-color: #2A3E51;
}

#top-title-xs {
    text-align: center;
}

#top-title-xs label {
    color: #ffffff;
    font-weight: 700;
    font-size: 1em;
    line-height: normal;
    padding: 5px;
}

#nav-account-num-xs {
    color: #52565B;
    padding: 5px 15px;
}

.no-nav-row {
    margin-top: -35px;
}

@media (max-width: 1199px) {
    .navbar > .container {
        width: 100%;
    }

    .navbar-dashboard .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-brand-phrase {
        font-size: 24px;
        padding: 7px 15px;
    }

    .navbar-nav.navbar-right,
    #main-navbar .navbar-nav > li > a {
        height: 55px;
    }

    .contact-us-container {
        font-size: 1.1em;
    }

    .navbar-dashboard {
        top: 54px;
        min-height: 45px;
        height: 45px;
    }

    #wrap-prelogin .navbar-default,
    #wrap-prelogin .navbar-default .navbar-brand,
    #wrap-prelogin .navbar-default .navbar-brand-phrase,
    #wrap-prelogin .navbar-default .navbar-collapse,
    #wrap-prelogin .navbar-default .navbar-nav {
        background-color: transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-dashboard .navbar-nav > li > a {
        font-size: 0.9em;
        margin-top: 2px;
    }

    .nav-switch-account.btn {
        background-color: transparent;
        color: #ffffff;
        font-size: 0.7em;
        width: 58px;
        white-space: normal;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .nav-name {
        font-size: 0.95em;
    }

    .navbar-nav > li > a {
        font-size: 1.1em;
    }
}

/* #endregion */

/*************************
    Footer
*************************/
/* #region Footer */

#push {
    height: 90px;
}

#push-prelogin {
    height: 120px;
}

.footer {
    width: 100%;
    color: #b0bec5;
    background-color: #2A3E51;
    border-top: 1px solid #2A3E51;
    padding-top: 10px;
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

    .footer a {
        color: #cfd8dc;
    }

        .footer a:hover,
        .footer a:focus,
        .footer a:active {
            color: #f5f5f5 !important;
        }

#footer {
    height: 70px;
    color: #b0bec5;
    background-color: #2A3E51;
    border-top: 1px solid #2A3E51;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#footer-accounts {
    height: 40px;
    margin-top: 40px;
}

#footer-prelogin {
    height: 120px;
}

    #footer-prelogin div {
        text-align: left;
    }

.footer-msg {
    font-size: 12px;
}

#footer-nav {
    padding-top: 15px;
}

    #footer-nav a.sub {
        color: #90a4ae;
    }

.footer-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-category {
    font-weight: bold;
    color: #e0e0e0;
}

@media (min-width: 405px) {
    #wrap-prelogin,
    #wrap-prelogin-no-bg {
        margin: 0 auto -70px;
    }

    #push-prelogin {
        height: 70px;
    }

    #footer-prelogin {
        height: 70px;
    }
}

@media (min-width: 768px) {
    #wrap {
        margin: 0 auto -275px;
    }

    #push {
        height: 295px;
    }

    #footer {
        height: 275px;
    }

    #footer-accounts {
        height: 235px;
    }

    #footer-nav {
        height: 205px;
    }

    #footer-prelogin div {
        text-align: center;
    }

    .footer-col {
        float: left;
        width: 20%;
    }

    .footer-col-25 {
        float: left;
        width: 25%;
    }
}

/*@media (min-width: 992px) {
    #wrap {
        margin: 0 auto -250px;
    }

    #push {
        height: 270px;
    }

    #footer {
        height: 250px;
    }

    #footer-accounts {
        height: 210px;
    }

    #footer-nav {
        height: 180px;
    }
}*/

/* #endregion */

/*************************
    Error Pages & Modal
*************************/
/* #region Error Pages & Modal */

.errorPage-main {
    padding: 15px;
    z-index: 10;
}

.errorPage-ohno i,
.errorPage-ohno span {
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.errorPage-errorText {
    font-size: 24px;
    font-weight: bold;
}

.errorPage-text {
    font-size: 1em;
    color: #52565B;
}

.errorPage-navText {
    font-size: 13px;
    color: #52565B;
}

.errorPage-footer-msg {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 0;
    text-align: center;
    color: #52565B;
}

#errorModal-ohno i,
#errorModal-ohno span {
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.errorModal-msg {
    display: none;
}

/* #endregion */

/*************************
    Panels, Groups, Etc.
*************************/
/* #region Panels, Groups, Etc. */

.panel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff !important;
    margin: 15px 0;
}

    .panel .panel-heading {
        height: auto;
        padding: 0;
        position: relative;
        border: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background-color: #ffffff;
        background-image: none;
        filter: initial;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
        .panel .panel-heading.panel-heading-dark {
            background-color: #2A3E51;
        }

            .panel .panel-heading.panel-heading-dark h4,
            .panel .panel-heading.panel-heading-dark h4 a {
                color: #ffffff;
            }

        .panel .panel-heading h4 {
            color: #2A3E51;
            font-weight: 600;
            padding-left: 10px !important;
        }

.panel-heading-text-icon {
    width: 100%;
    padding-right: 10px !important;
}

.panel .panel-body {
    position: relative;
    padding: 5px 15px 15px 15px;
}

    .panel .panel-footer {
        overflow: hidden;
    }

    .panel .form-actions {
        background-color: transparent;
        background-image: none;
        filter: initial;
        box-shadow: none;
        border: none;
    }

.modal-edit-panel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    color: #212121;
}

.panel-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(/Images/Default/preloader-gray-24x24.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.grey-group {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    margin: 5px 0px;
    overflow: hidden;
}

.light-group {
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

.info-group {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    margin: 5px 0;
    overflow: hidden;
    color: #000000;
    background: #daecf8;
    border: 1px solid #9ec5dc;
}

.well {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    filter: initial;
}

    .well .well-heading {
        margin: -10px;
    }

.container .jumbotron {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lined-section {
    margin: 20px 0;
}

/* #endregion */

/*************************
    Forms
*************************/
/* #region Forms */

div.form-group .field-validation-error {
    color: #b94a48;
}

.form-control,
.form-control-half {
    color: #777777;
}

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-image: none;
        opacity: 1;
    }

.form-control-half {
    width: 50%;
}

    .form-control-half[disabled],
    .form-control-half[readonly],
    fieldset[disabled] .form-control-half {
        cursor: not-allowed;
        background-color: #eee;
        background-image: none;
        opacity: 1;
    }

select.form-control[disabled],
select.form-control-half[disabled],
input[type=checkbox].form-control[disabled],
input[type=checkbox].form-control-half[disabled] {
    opacity: 0;
}

div.selector.disabled span {
    color: #777777;
    background-color: #eee;
}

@media (max-width: 400px) {
    .form-control-half {
        width: 100%;
    }
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group > div,
.form-group > label,
.form-group > span.control-label {
    padding-left: 0;
    padding-right: 0;
}

.form-group.has-error .selector {
    border: 1px solid #b94a48 !important;
}

    .form-group.has-error .selector:hover {
        border: 1px solid #E10000 !important;
    }

.required-text-wrapper {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}

.required-text-wrapper-15 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 15px;
    font-size: 13px;
}

span.control-label > label {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .control-label.no-wrap-md {
        padding-top: 0 !important;
    }

    .claimsDataTable-canresubmit-text {
        display: none;
    }
}

@media (min-width: 1200px) {
    #spr-panel-body {
        min-height: 137px;
    }

    .control-label.no-wrap-md {
        padding-top: 7px !important;
    }
}


/* #endregion */

/*************************
    Controls
*************************/
/* #region Controls */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
div.dt-container .dt-paging .dt-paging-button.current, 
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: none;
    background-color: #ffffff;
    font-size: 1em;
}

.form-control {
    font-size: 1em;
}

input,
.selector {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #bdbdbd !important;
}

    input:hover,
    .selector:hover,
    .bootstrap-switch:hover {
        border: 1px solid #999999 !important;
    }

    input:focus,
    .selector.focus,
    .bootstrap-switch:focus {
        border: 1px solid #66afe9 !important;
    }

    input.valid {
        background: #ffffff;
        border-color: #bdbdbd;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
        -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    }

    input.input-validation-error,
    select.input-validation-error {
        border: 1px solid #b94a48 !important;
    }

        input.input-validation-error:hover,
        select.input-validation-error:hover {
            border: 1px solid #E10000 !important;
        }

    input[type="number"].input-sm {
        min-height: 28px !Important;
        height: inherit;
        line-height: 24px;
    }

.input-group input {
    border-top-left-radius: 4px;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0 !important;
}

.input-group .input-group-addon:last-child,
.input-group .btn:last-child,
.input-group .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

html.ie8 input {
    min-height: 30px !important;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
    margin: 0;
}

textarea.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea:hover {
    border: 1px solid #999999 !important;
}

textarea.input-validation-error:hover {
    border: 1px solid #E10000 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    label.wrapped-sm {
        padding-top: 0 !important;
        margin-top: -5px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    label.wrapped-md {
        padding-top: 0 !important;
        margin-top: -5px !important;
    }
}

div.selector {
    margin-bottom: 0;
    font-size: 1em;
    background: none;
    background-color: #ffffff;
}

    div.selector.focus {
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
    }

    div.selector span {
        padding-right: 30px !important;
        color: #777777;
        border-left-width: 3px;
    }

    div.selector select {
        font-size: 1em;
    }

    div.selector.disabled,
    div.selector.disabled.active {
        opacity: 1;
    }

.form-group.has-error .twoline-dropdown-text {
    border: 1px solid #b94a48 !important;
}

.twoline-dropdown-text {
    vertical-align: middle;
    width: 100%;
    height: 70px;
    line-height: 22px;
    white-space: nowrap;
    color: #777777;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #bdbdbd !important;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 30px 0 10px;
}

    .twoline-dropdown-text.oneline {
        height: 36px;
    }

    .twoline-dropdown-anchor:hover,
    .twoline-dropdown-anchor:focus,
    .twoline-dropdown-anchor:active,
    .twoline-dropdown-text:hover,
    .twoline-dropdown-text:focus,
    .twoline-dropdown-text:active {
        color: #777777;
        text-decoration: none !important;
    }

    .twoline-dropdown-text:hover,
    .twoline-dropdown-text:active {
        border: 1px solid #999999 !important;
    }

.twoline-dropdown-anchor:focus .twoline-dropdown-text {
    border: 1px solid #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
}

.twoline-dropdown-select {
    position: absolute;
    right: -2px;
    top: 18px;
    background-image: url(../js/plugins/forms/uniform/images/selects.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

    .twoline-dropdown-select:active {
        background-position: left -30px;
    }

    .twoline-dropdown-select:hover {
        background-position: left -68px;
    }

.twoline-dropdown-menu {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #777777;
    font-size: 13px;
}

    .twoline-dropdown-menu > li > a {
        padding-left: 6px;
        padding-right: 6px;
        white-space: normal;
    }

        .twoline-dropdown-menu > li > a.selected {
            color: #ffffff;
            background-color: rgba(98, 174, 239, 0.8) !important;
            border: 1px solid rgba(98, 174, 239, 0.8) !important;
        }

.dropdown-menu.twoline-dropdown-menu > li > a:hover,
.dropdown-menu.twoline-dropdown-menu > li > a:active {
    color: #ffffff !important;
    background-image: none;
    background-color: Highlight !important;
    border: 1px solid Highlight !important;
}

div.checker.focus {
    border-color: rgba(98, 174, 239, 0.8) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6) !important;
}

.has-switch {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 2px 0;
}

    .has-switch div,
    .has-switch label,
    .has-switch span {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

/* #region Buttons */

.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin: 2px 0;
    text-shadow: none !important;
    font-size: 1em;
    line-height: normal;
    background-color: #e0e0e0;
    background-image: none !important;
    filter: initial !important;
}

    .btn:focus,
    div.switch:focus {
        border: 1px solid #66afe9 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6) !important;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6) !important;
    }

    .btn i {
        line-height: normal;
    }

.btn-sm {
    font-size: 0.8em;
}

a.btn-default:hover,
a.btn-default:focus,
a.btn-default:active,
a.btn-default.active,
a.btn-default.disabled,
a.btn-default[disabled] {
    border-color: #bdbdbd;
    background-color: #bdbdbd;
    color: #333333 !important;
}

div.dt-buttons > .dt-button, 
div.dt-buttons > div.dt-button-split .dt-button {
    cursor: pointer;
    background-image: none;
    background-color: #e0e0e0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none !important;
    filter: initial !important;
}

    div.dt-buttons > .dt-button.btn-primary {
        background-color: #2A3E51;
        color: #ffffff;
    }

        div.dt-buttons > .dt-button.btn-primary:hover,
        div.dt-buttons > .dt-button.btn-primary:focus,
        div.dt-buttons > .dt-button.btn-primary:active,
        div.dt-buttons > .dt-button.btn-primary.active,
        div.dt-buttons > .dt-button.btn-primary:active:not(.disabled):hover:not(.disabled),
        div.dt-buttons > .dt-button.btn-primary.active:not(.disabled):hover:not(.disabled),
        div.dt-container .dt-paging .dt-paging-button:hover,
        div.dt-container .dt-paging .dt-paging-button:active {
            background: initial;
            background-color: #3e5c78;
            border: none;
            color: #ffffff;
        }

    div.dt-buttons > .dt-button.btn-info {
        background-color: #456685;
        border-color: #456685;
        color: #ffffff;
    }

        div.dt-buttons > .dt-button.btn-info:hover,
        div.dt-buttons > .dt-button.btn-info:focus,
        div.dt-buttons > .dt-button.btn-info:active,
        div.dt-buttons > .dt-button.btn-info.active {
            background-color: #52799f;
            border: none;
            color: #ffffff;
        }

    div.dt-buttons > .dt-button.processing:after,
    div.dt-buttons > .dt-button.processing:after,
    div.dt-buttons > .dt-button.processing:after {
        width: 20px;
        height: 20px;
        border: 3px solid #bdbdbd;
        border-left-color: transparent;
    }

.btn-group > .btn:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.btn-group.open > .btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:last-child, 
.btn.last-child, 
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group.open > .btn:last-child, 
.btn-group.open > .dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.btn-primary {
    background-color: #2A3E51;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-group.open .btn-primary.dropdown-toggle {
        background-color: #3e5c78;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #383e43;
    }

.btn-info {
    background-color: #456685;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active {
        background-color: #52799f;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #556675;
    }

.btn-success {
    background-color: #F29300;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active {
        background-color: #ffa51a !important;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #cd8b25;
    }

.btn-warning {
    background-color: #ffb300;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active {
        background-color: #ffca28;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #d8a327;
    }

.btn-danger {
    background-color: #d01716;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active {
        background-color: #e51c23;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #be2928;
    }

.btn-inverse {
    color: #ffffff;
    background-color: #52565B;
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        color: #52565B;
        background-color: #e0e0e0;
    }

.btn-cancel {
    color: #d50000;
    border: 1px solid #d50000;
    background-color: transparent;
    margin-right: 20px !important;
}

    .btn-cancel:hover,
    .btn-cancel:focus,
    .btn-cancel:active {
        color: #ffffff;
        background-color: #e51c23 !important;
        border-color: #e51c23 !important;
    }

.btn-clear {
    background-color: #ffffff;
}

    .btn-clear:hover,
    .btn-clear:focus {
        background-color: #bdbdbd;
    }

a.btn:hover,
a.btn:focus {
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .dt-buttons {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 410px) {
    .action-btn-xxs-break {
        display: none;
    }
}

/* #endregion */

/* #region Switches */

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    line-height: 24px;
}

.bootstrap-switch .bootstrap-switch-label {
    color: #c9c9c9;
    background: #ffffff;
    border: 1px solid #bdbdbd;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #ffffff;
    background: #01579b;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #ffffff;
    background: #455a64;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #ffffff;
    background: #388e3c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    color: #ffffff;
    background: #ffb300;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #ffffff;
    background: #d01716;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000000;
    background: #e0e0e0;
}

/* #endregion */

/* #region Progress Bars */

.progress {
    height: 20px;
    background-image: none;
    filter: none;
    background-color: #f5f5f5;
    border-color: #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    color: #ffffff;
    background-color: #388e3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* #endregion */

/* #endregion */

/*************************
    Wizard
*************************/
/* #region Wizard */

.wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

    .wizard:before,
    .wizard:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .wizard:after {
        clear: both;
    }

.wizard-steps .wstep {
    margin-bottom: 10px;
}

    .wizard-steps .wstep .donut {
        position: relative;
        float: left;
        margin: 0 10px 0 0;
        border-radius: 30px;
        margin-right: 20px;
        border-radius: 40px;
        height: 40px;
        width: 40px;
    }

        .wizard-steps .wstep .donut i {
            margin-top: 5px;
            margin-left: auto;
            margin-right: auto;
            font-size: 21px;
        }

    .wizard-steps .wstep .txt {
        position: relative;
        float: left;
        margin-top: 5px;
    }

    .wizard-steps .wstep.current,
    .wizard-steps .wstep.current .donut i {
        color: #F29300;
    }

        .wizard-steps .wstep.current .donut {
            border-color: #F29300;
        }

    .wizard-steps .wstep.done {
        cursor: pointer;
    }

        .wizard-steps .wstep.done,
        .wizard-steps .wstep.done .donut i {
            color: #456685;
        }

            .wizard-steps .wstep.done .donut {
                border-color: #456685;
            }

.ui-formwizard-button:hover,
.ui-formwizard-button:focus {
    background-color: #bdbdbd;
}

.wizard-buttons .btn {
    width: 80px;
    height: 35px;
    padding: 1px 6px;
}

.summary {
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .summary address {
        margin-bottom: 10px;
    }

    .summary .donut {
        position: relative;
        height: 40px;
        width: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        border: 5px solid #c9c9c9;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
    }

        .summary .donut i {
            color: #c9c9c9;
            margin-top: 5px;
        }

.summary-sub-row {
    border-bottom: 1px solid #bdbdbd;
}

.summary-premix-small {
    margin-left: 25px;
}

.summary-terms p {
    font-size: 12px;
}

#accept-terms-label {
    vertical-align: bottom;
}

@media (max-width: 330px) {
    .wizard-steps .wstep .txt {
        text-align: left;
        max-width: 120px;
    }
}

@media (min-width: 500px) {
    .wizard-steps .wstep .txt {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .wizard-steps .wstep {
        width: 100%;
    }

        .wizard-steps .wstep:after {
            width: 0;
        }

        .wizard-steps .wstep .txt {
            width: auto;
        }
}

@media (min-width: 768px) {
    .wizard-steps .wstep {
        vertical-align: top;
        width: 100px;
        height: 93px;
        margin-right: 20px;
        margin-bottom: 0;
        padding-top: 5px;
    }

        .wizard-steps .wstep:after {
            left: 86px;
            width: 50px;
        }

        .wizard-steps .wstep.current {
            padding-top: 0;
        }

            .wizard-steps .wstep.current .donut {
                height: 50px;
                width: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

                .wizard-steps .wstep.current .donut i {
                    margin-top: 7px;
                    font-size: 24px;
                }

                    .wizard-steps .wstep.current .donut i.i-coin {
                        margin-top: 5px;
                    }

        .wizard-steps .wstep .donut {
            float: none;
            height: 40px;
            width: 40px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
        }

        .wizard-steps .wstep .txt {
            float: none;
            font-size: 13px;
        }

    #wizard .step {
        display: none;
    }
}

@media (min-width: 992px) {
    .wizard-steps .wstep {
        width: 120px;
        height: 93px;
    }

        .wizard-steps .wstep:after {
            left: 97px;
            width: 66px;
        }
}

/* #endregion */

/*************************
    Modal Dialogs
*************************/
/* #region Modal Dialogs */

.modal-dialog {
    margin-bottom: 100px;
}

.modal-content {
    background-color: #f5f5f5;
}

.modal-header,
.modal-footer {
    box-shadow: none;
    background-color: #ffffff;
    background-image: none;
    filter: initial;
}

.modal-header {
    color: #2A3E51;
    font-weight: 600;
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    margin-left: 15px;
    margin-right: 15px;
}

    .modal-body.alert {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .modal-body > .alert {
        margin-bottom: 0;
    }

.modal-confirm-buttons button,
.modal-confirm-buttons a {
    width: 100px;
    margin-left: 20px !important;
}

.modal-footer {
    margin-top: 0;
}

.proceed-table {
    width: 100%;
}

    .proceed-table td {
        text-align: center;
    }

@media (min-width: 992px) {
    .modal-md {
        width: 700px;
    }

    .modal-xl {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1150px;
    }
}

/* #endregion */

/*************************
    Alerts and Badges
*************************/
/* #region Alerts and Badges */

.alert,
.alert-danger,
.alert-error,
.alert-success,
.alert-info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    filter: initial;
}

.alert {
    color: #000000;
    background: #f9efba;
    text-shadow: none;
    border: none;
}

.alert i {
    margin-top: 0;
}

.alert,
.alert h4 {
    color: inherit;
}

.alert-danger,
.alert-error {
    color: #ffffff;
    background: #f36c60;
}

.alert-success {
    color: #000000;
    background: #e0f1d6;
}

.alert-info {
    color: #000000;
    background: #daecf8;
}

.badge {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.jGrowl {
    z-index: 99999;
}

    div.jGrowl.top-right {
        right: 20px;
    }

    div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
        -ms-zoom: 1;
        zoom: 1;
        width: 250px;
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1em;
        text-align: left;
        display: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #40454f;
        background-image: none;
        filter: inherit;
        border: 1px solid #40454F;
        -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.3);
    }

        div.jGrowl div.jGrowl-notification.success {
            background-color: #00c853;
            border-color: #00c853;
            background-image: none;
            filter: inherit;
        }

        div.jGrowl div.jGrowl-notification.error {
            background-color: #d50000;
            border-color: #d50000;
            background-image: none;
            filter: inherit;
        }

        div.jGrowl div.jGrowl-notification.warning {
            background-color: #ffab00;
            border-color: #ffab00;
            color: #52565B;
            background-image: none;
            filter: inherit;
        }

.popover {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.popover-title {
    border-bottom: none;
    box-shadow: none;
    background: none;
    background-color: transparent;
    filter: initial;
    font-size: 1em;
    font-weight: 600;
    color: #2A3E51;
}

.popover-content {
    font-size: 0.8em;
    font-weight: normal;
}

.success-check {
    width: 82px;
    display: block;
    margin: 10px auto;
}

    .success-check circle,
    .success-check polyline {
        stroke: #00c853;
        stroke-dasharray: 1000;
    }

    .success-check circle {
        stroke-dashoffset: 0;
        -webkit-animation: dash 1.2s ease-in-out;
        animation: dash 1.2s ease-in-out;
    }

    .success-check polyline {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 1.2s .5s ease-in-out forwards;
        animation: dash-check 1.2s .5s ease-in-out forwards;
    }

html.ie .success-check circle,
html.ie .success-check polyline {
    stroke-dasharray: 0;
}

html.edge .success-check polyline {
    stroke-dashoffset: -99;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

/* #endregion */

/*************************
    Tables and Tabs
*************************/
/* #region Tables and Tabs */

div.dt-length label {
    padding-left: 10px;
}

.dt-length div.selector {
    width: 100px !important;
}

.dt-processing {
    text-align: center;
}

div.dt-length select {
    width: 75px;
    height: 30px;
    min-width: 75px;
}

div.dt-info {
    padding-top: 8px;
}

div.dt-container .dt-paging .dt-paging-button {
    border-radius: 4px;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.responsive-table table {
    min-width: 0 !important
}

.table-fixed {
    table-layout: fixed;
}

.orderable-text-right {
    text-align: right;
    padding-right: 30px !important;
}

table.dataTable thead th.text-left,
table.dataTable td.text-left {
    text-align: left;
}

table.dataTable thead th.text-right,
table.dataTable td.text-right {
    text-align: right;
}

@media (max-width: 991px) {
    .responsive-table,
    .responsive-table .responsive,
    .responsive-table .responsive .dt-container,
    .responsive-table .responsive .dt-container .row,
    .responsive-table table {
        width: 100%;
    }

        .responsive-table .responsive .dt-container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .responsive-table table,
        .responsive-table thead,
        .responsive-table tbody,
        .responsive-table th,
        .responsive-table td,
        .responsive-table tr {
            display: block;
        }

        .responsive-table thead {
            display: none;
        }

            .responsive-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .responsive-table td {
            border: none !important;
            border-bottom: none !important;
            position: relative !important;
            white-space: normal !important;
            text-align: left !important;
        }

            .responsive-table td:before {
                padding-right: 10px !important;
                white-space: nowrap !important;
                text-align: left !important;
                font-weight: bold !important;
                content: attr(data-title);
            }
}

@media (max-width: 499px) {
    .responsive-table td {
        padding-left: 10px !important;
    }

        .responsive-table td:before {
            display: block;
            width: 100% !important;
        }
}

@media (min-width: 500px) and (max-width: 991px) {
    .responsive-table td {
        padding-left: 55% !important;
    }

        .responsive-table td:before {
            width: 45% !important;
            position: absolute !important;
            top: 6px !important;
            left: 6px !important;
        }

    .responsive-table td.no-rows-col {
        padding-left: 6px !important;
    }

        .responsive-table td.no-rows-col:before {
            width: 0 !important;
        }
}

.table {
    border-color: #e5e5e5;
    background: #ffffff;
}

    .table thead,
    .table tfoot {
        background-color: #e5e5e5;
        background-image: none;
        border: 1px solid #e5e5e5;
    }

    .table tbody {
        border: 1px solid #e5e5e5;
    }

        .table tbody > tr > td {
            border: none;
            vertical-align: middle;
        }

    .table th,
    .table td {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .table thead th.error {
        color: #b94a48;
    }

.table-striped tr.odd td,
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

.table-striped tr.even td,
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
    background-color: #f7f7f7 !important;
}

.table-hover tbody tr:hover > td {
    background-color: #bfbfbf !important;
}

.table-hover tbody > tr > td a:hover {
    color: #ffffff !important;
    cursor: pointer;
}

.responsive-table-modal {
    overflow-x: hidden;
}

    .responsive-table-modal,
    .responsive-table-modal .responsive,
    .responsive-table-modal .dt-container,
    .responsive-table-modal .dt-container .row,
    .responsive-table-modal table {
        width: 100%;
    }

        .responsive-table-modal table {
            min-width: 0 !important;
        }

@media (max-width: 991px) {
    .responsive-table-modal table,
    .responsive-table-modal thead,
    .responsive-table-modal tbody,
    .responsive-table-modal th,
    .responsive-table-modal td,
    .responsive-table-modal tr {
        display: block;
    }

    .responsive-table-modal thead {
        display: none;
    }

        .responsive-table-modal thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .responsive-table-modal tr {
        border: 1px solid #ccc;
    }

    .responsive-table-modal td {
        border: none !important;
        border-bottom: none !important;
        position: relative !important;
        padding-left: 55% !important;
        white-space: normal !important;
        text-align: left !important;
    }

        .responsive-table-modal td:before {
            position: absolute !important;
            top: 6px !important;
            left: 6px !important;
            width: 45% !important;
            padding-right: 10px !important;
            white-space: nowrap !important;
            text-align: left !important;
            font-weight: bold !important;
            content: attr(data-title);
        }
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}

    .nav-tabs > li > a {
        background-color: #e5e5e5;
        background-image: none;
        filter: none;
        font-weight: normal;
        color: #212121;
        border: 1px solid #e5e5e5;
        border-right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:hover > i {
            color: #ffffff !important;
            background-color: #F29300 !important;
            border-color: #F29300 !important;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: 1px solid #e5e5e5;
        border-bottom-color: #ffffff;
    }

    .nav-tabs > li:last-child > a {
        border-right: 1px solid #e5e5e5;
    }

    .nav-tabs > li.last-child > a {
        border-right: 1px solid #e5e5e5; /* keep separate so ie8 can read it */
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a > i {
        font-weight: bold;
        color: #F29300;
    }

.tab-content {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

@media (min-width: 410px) {
    .nav-tabs > li > a {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* #endregion */

/*************************
    Login
*************************/
/* #region Login */

#login {
    margin-top: 10px !important;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    #login .login-wrapper {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

#login-failed-msg a {
    color: #a74240 !important;
}

    #login-failed-msg a:hover,
    #login-failed-msg a:active,
    #login-failed-msg a:focus {
        color: #c76e6d !important;
    }

#login-register-row {
    border-bottom: 1px solid #c9c9c9;
}

#loginBtn,
#registerBtn {
    width: 120px;
}

#reg .btn-primary {
    margin-top: 20px;
}

#username .btn-primary,
#forgot .btn-primary {
    width: 100%;
}

#login-firstTime {
    font-size: 14px;
    font-weight: bold;
}

.img-center {
    margin: 0 auto;
}

@media (min-width: 405px) {
    #username .btn-primary,
    #forgot .btn-primary {
        width: auto;
    }
}

@media (max-width: 539px) {
    #login-register-row div {
        width: 100%;
    }
}

/* #endregion */


/*************************
    Registration
*************************/
/* #region Registration */

#enrollment-panel .toDo li {
    padding: 10px;
}

.toDo li:nth-child(even) {
    background: none !important;
}

#enrollmentUrl,
#enrollmentUrl:hover,
#enrollmentUrl:active {
    color: #ffffff;
}

#uniform-Participant_Gender,
#uniform-Participant_Contact_StateAbbrev,
#uniform-Dependent_ParticipantType,
#uniform-Dependent_Gender {
    width: 50% !important;
}

@media (max-width: 450px) {
    #enrollmentUrl {
        font-size: 1em;
    }

    #uniform-Participant_Gender,
    #uniform-Participant_Contact_StateAbbrev,
    #uniform-Dependent_ParticipantType,
    #uniform-Dependent_Gender {
        width: 100% !important;
    }
}

.foreign-address {
    display: none;
}

#ForeignAddress,
#ContactInformation_ForeignAddress {
    width: 100%;
    height: 87px;
    color: #777777;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #bdbdbd;
    resize: none;
    padding: 2px 3px;
    line-height: 30px;
}

    #ForeignAddress.input-validation-error,
    #ContactInformation_ForeignAddressinput-validation-error {
        border-color: #a94442;
    }

#btnAddDependent {
    margin-left: 20px;
}

    #btnAddDependent:hover,
    #btnAddDependent:focus,
    #btnClearDependent:hover,
    #btnClearDependent:focus {
        color: #ffffff !important;
    }

#reg-ecomm-wrapper {
    padding: 10px 15px;
}

#reg-contact-verify-text,
#reg-address-verifying,
#reg-address-verification-row,
#reg-ecomm-off-text {
    display: none;
}

#confirm-cancel-register .modal-footer button {
    width: 100px;
    margin-left: 20px;
}

#registration-cancel-btn {
    padding: 5px 6px;
}

@media (max-width: 600px) {
    .btn-inv-choice {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #register-terms-container {
        max-height: 500px;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    #enrollment-panel .wizard-steps .wstep {
        width: 115px;
        margin-right: 5px;
    }

        #enrollment-panel .wizard-steps .wstep:after {
            left: 95px;
            width: 45px;
        }
}

/* #endregion */

/*************************
    Account Checkup
*************************/
/* #region Account Checkup */

.acc-chk-logo {
    max-height: 40px;
}

.acc-chk-groupname {
    font-weight: bold;
    font-size: 1em;
    line-height: 20px;
}

.acc-chk-participant {
    font-weight: bold;
}

.acc-chk-pref-row hr {
    margin: 0 0 20px;
    border-top: 1px solid #e5e5e5;
}

.acc-chk-dd-edit {
    display: none;
}

.acc-chk-dd-update-btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

#btn-save-checkup {
    display: none;
}

@media (min-width: 400px) {
    .acc-chk-groupname {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .acc-chk-label {
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .acc-chk-grppt-top {
        padding-top: 10px;
    }
}

/* #endregion */

/*************************
    Account Select
*************************/
/* #region Account Select */

.account-select-new {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 80px;
    height: 31px;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    padding: 3px 5px 3px 8px;
    background-color: gold;
    color: #000000;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
    opacity: 0.95;
}

    .account-select-new:hover {
        background-color: #ffe34e;
    }

.acc-sel-new-exp {
    display: none;
}

.acc-sel-new-close {
    position: absolute;
    top: 0;
    right: 5px;
}

.account-select-panel-product-tab {
    width: 100%;
    padding: 0.3rem 1rem;
    font-size: 16px;
    color: #1e1d33;
    background-color: #ebebeb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.nav-name-product-type,
.account-select-product-type {
    font-weight: bold;
}

.account-select-panel-wrapper {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.5rem;
    background-color: #ebebeb;
}

    .account-select-panel-wrapper .panel {
        margin: 0;
    }

.img-account-select-logo {
    max-height: 80px;
}

.account-select-account-panel {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin: 5px 0px;
}

.account-select-account-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.account-select-planyear-display {
    padding: 3px 0 0 10px;
}

    .account-select-planyear-display label {
        font-weight: 300;
        color: #757575;
    }

.account-select-planyear-election {
    padding: 3px 15px 0 15px;
    text-align: right;
}

#account-select-benefit-type {
    padding: 3px 0 0 30px;
}

.account-select-planyear-balance {
    padding: 0 10px 0 0;
    text-align: right;
}

#change-defaultaccount-text {
    vertical-align: middle;
    width: 100%;
    height: 94px;
    color: #777777;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #bdbdbd !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 30px 0 10px;
}

    #change-defaultaccount-anchor:hover,
    #change-defaultaccount-anchor:focus,
    #change-defaultaccount-anchor:active,
    #change-defaultaccount-text:hover,
    #change-defaultaccount-text:focus,
    #change-defaultaccount-text:active {
        color: #777777;
        text-decoration: none !important;
    }

    #change-defaultaccount-text:hover,
    #change-defaultaccount-text:active {
        border: 1px solid #999999 !important;
    }

#change-defaultaccount-anchor:focus #change-defaultaccount-text {
    border: 1px solid #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 174, 239, 0.6);
}

#change-defaultaccount-select {
    position: absolute;
    right: -2px;
    top: 32px;
    background-image: url(../js/plugins/forms/uniform/images/selects.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

    #change-defaultaccount-select:active {
        background-position: left -30px;
    }

    #change-defaultaccount-select:hover {
        background-position: left -68px;
    }

#change-defaultaccount-menu {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #777777;
    font-size: 13px;
}

    #change-defaultaccount-menu > li > a {
        padding-left: 6px;
        padding-right: 6px;
        white-space: normal;
    }

        #change-defaultaccount-menu > li > a:hover {
            background-color: #e0e0e0;
            background-image: none;
            border: 1px solid #e0e0e0;
        }

@media (min-width: 768px) {
    .account-select-panel-product-tab {
        display: inline-block;
        width: auto;
    }

    .account-select-panel-wrapper {
        border-top-right-radius: 4px;
    }

    .account-select-planyear-display {
        padding: 4px 15px 0 40px;
    }

    .account-select-planyear-election {
        padding: 4px 15px 0 15px;
    }

    .account-select-planyear-balance {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    .account-select-account-panel .selector,
    .account-select-account-panel .selector > span,
    .account-select-quick-links {
        max-width: 175px !important;
    }
}

/* #endregion */

/*************************
    Notifications / Message Center
*************************/
/* #region Notifications Message Center */

#nav-message-new,
#nav-notification-new {
    display: none;
    position: absolute;
    top: 5px;
    left: 26px;
    right: initial;
    width: 14px;
    height: 14px;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 9px;
    color: #ffffff;
    line-height: 9px;
    text-align: center;
    background-color: #F29300;
}

#hamburger-new {
    display: none;
    position: absolute;
    top: 3px;
    left: 26px;
    right: initial;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F29300;
}

.navbar-nav > li > a:hover > #nav-message-new,
.navbar-nav > li > a:focus > #nav-message-new,
.navbar-nav > li > a:hover > #nav-notification-new,
.navbar-nav > li > a:focus > #nav-notification-new {
    color: #F29300;
    background-color: #ffffff;
}

#nav-message-text,
#nav-notification-text {
    display: inline-block !important;
}

#notification-container {
    display: none;
    z-index: 5000;
    position: fixed;
    top: 55px;
    left: 3%;
    right: 3%;
    width: 94%;
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

#notification-header {
    background-color: #ffffff;
    padding: 5px 10px;
}

    #notification-header .close {
        float: right;
    }

#notification-content {
    padding: 10px 10px 0;
    max-height: 500px;
    overflow-y: auto;
}

    #notification-content .modal-edit-panel {
        padding: 5px;
        margin-bottom: 10px;
    }

    #notification-content.view-unread .modal-edit-panel.unreadindicator,
    #notification-content.view-unread .modal-edit-panel.read {
        display: none;
    }

        #notification-content .modal-edit-panel.unreadmultiple.collapsed,
        #notification-content .modal-edit-panel.unreadindicator.collapsed,
        #notification-content .modal-edit-panel.read.collapsed {
            cursor: pointer;
        }

        #notification-content .modal-edit-panel.unreadmultiple .notification-details,
        #notification-content .modal-edit-panel.unreadindicator .notification-details,
        #notification-content .modal-edit-panel.read .notification-details {
            display: none;
        }

    #notification-loading {
        width: 100%;
        height: 50px;
        background-image: url(/Images/Default/preloader-gray-24x24.svg);
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

.notification-list-new {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F29300;
    margin-top: 4px;
    margin-right: 5px;
    float: right;
}

#notification-content .modal-edit-panel.read .notification-list-new {
    display: none;
}

.notification-date {
    float: right;
    font-size: 12px;
}

.notification-title-table {
    width: 100%;
}

.notification-icon {
    width: 40px;
}

    .notification-icon .material-icons {
        font-size: 32px;
    }

.notification-title {
    font-size: 18px;
    font-weight: bold;
}

.notification-dd {
    display: none;
    width: 25px;
    color: rgba(0,0,0,0.2);
}

    .notification-dd i {
        float: right;
    }

#notification-content .modal-edit-panel.unreadmultiple.collapsed .notification-dd,
#notification-content .modal-edit-panel.unreadindicator.collapsed .notification-dd,
#notification-content .modal-edit-panel.read.collapsed .notification-dd {
    display: table-cell;
}

#notification-content .modal-edit-panel.unreaddisplay .notification-delete,
#notification-content .modal-edit-panel.unreadmultiple .notification-delete,
#notification-content .modal-edit-panel.unreadindicator .notification-delete {
    display: none;
}

#notification-content .modal-edit-panel.read .notification-viewed-btn {
    display: none;
}

.unread-row {
    font-weight: bold;
}

    .unread-row a {
        font-weight: normal;
    }

.unread-msg {
    font-size: 24px;
    color: #F29300;
    line-height: 24px !important;
    padding: 2px 5px 2px 5px !important;
}

#view-message-controls,
#view-message-buttons,
#btn-messageModal-delete,
#btn-messageModal-reply {
    display: none;
}

#view-message-controls {
    min-height: 180px;
}

#submitMessage-account-row > label {
    padding-top: 15px;
}

    #submitMessage-account-row > label.oneline {
        padding-top: 7px;
    }

#submitMessage-account-text {
    height: 54px;
    padding: 4px 30px 0 10px;
}

    #submitMessage-account-text.oneline {
        height: 36px;
        padding: 4px 30px 0 10px;
    }

#submitMessage-account-select {
    top: 10px;
}

    #submitMessage-account-select.oneline {
        top: 2px;
    }

#message-detail-messages-row {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    margin: 20px 0;
    padding-top: 10px;
}

#Message_TextContent {
    height: 150px;
    resize: vertical;
}

@media (min-width: 501px) {
    #notification-container {
        left: 15px;
        right: initial;
        width: 360px;
    }
} 

@media (min-width: 768px) {
    #nav-message-new,
    #nav-notification-new {
        top: 10px;
        left: initial;
        right: 11px;
    }

    #nav-message-text,
    #nav-notification-text {
        display: none !important;
    }

    .notification-content {
        padding: 0 10px;
    }

    #notification-container {
        left: initial;
        right: 15px;
    }
}

@media (max-width: 991px) {
    .messagesTable-msg-col > span:first-child {
        display: none;
    }
}

@media (min-width: 992px) {
    .messagesTable-msg-col {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 300px;
        padding-right: 16px !important;
    }

        .messagesTable-msg-col > span:last-child {
            display: none;
        }
}

@media (min-width: 1200px) {
    .messagesTable-msg-col {
        max-width: 400px;
    }
}

/* #endregion */

/*************************
    HRA Participant Dashboard
*************************/
/* #region HRA Participant Dashboard */

.dashboard-amt-panel .panel-body h1,
.dashboard-amt-panel .panel-body h1 small,
.dashboard-amt-panel .panel-body h2,
.dashboard-amt-panel .panel-body h2 small,
.dashboard-amt-panel .panel-body h3,
.dashboard-amt-panel .panel-body h3 small,
.dashboard-amt-panel .panel-body h4,
.dashboard-amt-panel .panel-body h4 small {
    margin-bottom: 0;
}

#db-account-balance-panel .panel-heading h4 {
    color: #3f4246;
    font-weight: 300;
}

#db-account-balance-panel label {
    font-weight: 300;
}

#db-account-balance,
.account-balance {
    color: #F29300;
    font-size: 2.6em;
    font-weight: 700;
}

#db-account-balance-content,
#db-account-balance-error,
.db-recent-claim-row,
.db-recent-claim-none,
.db-recent-claim-error,
#db-recent-contribution-row,
#db-recent-contribution-none,
#db-recent-contribution-row-pending,
#db-recent-contribution-error,
.db-debitcard-items-row,
.db-debitcard-items-none,
.db-debitcard-items-counts,
.db-debitcard-items-error,
.db-debitcard-submit-docs-none,
#db-investments-content,
#db-investments-error {
    display: none;
}

.db-most-recent-panel,
.db-debitcard-container {
    min-height: 50px;
}

    .db-debitcard-container .debitcard-balance-large {
        font-size: 1.6em;
        font-weight: 700;
        line-height: normal;
    }

    .db-debitcard-container .debitcard-balance-unavailable-tryagain {
        display: none;
    }

    #db-recent-claim-panel h4 small {
        white-space: nowrap;
    }

.db-recent-claim-row label.control-label {
    font-weight: 300;
}

.db-recent-claim-number {
    white-space: nowrap;
}

.db-recent-claim-number {
    font-weight: bold;
}

#db-quick-links-panel a {
    font-weight: normal;
}

#btn-dashboard-claimDetailModal-resubmit {
    display: none;
    margin-right: 20px;
}

#db-investments-panel,
#db-allocations-panel {
    min-height: 180px;
}

#db-investments-loading,
#db-allocations-loading {
    height: 130px;
}

#db-allocations-panel-details {
    margin-top: -10px;
}

#db-investments-graph,
#db-allocations-graph {
    width: 100%;
    height: 100%;
    min-height: 200px;
}

#db-allocations-legend,
#db-investments-legend {
    width: 100%;
    font-size: 13px;
}

#db-allocations-legend-container {
    overflow-y: auto;
    max-height: 180px;
}

.db-debitcard-needs-action-none {
    text-align: center;
}

    .db-debitcard-needs-action-none > table {
        width: 100%;
    }

.db-debitcard-needs-action-unsupported {
    color: #ffffff;
    background-color: #ffab00;
    border-color: #ffab00;
    text-align: center;
}

    .db-debitcard-needs-action-unsupported:hover {
        color: #ffffff;
        background-color: #ffbe3b;
        border-color: #ffbe3b;
    }

.db-debitcard-needs-action-denied {
    color: #ffffff;
    background-color: #d50000;
    border-color: #d50000;
    text-align: center;
}

    .db-debitcard-needs-action-denied:hover {
        color: #ffffff;
        background-color: #ff1111;
        border-color: #ff1111;
    }

    .db-debitcard-needs-action-unsupported > h1,
    .db-debitcard-needs-action-denied > h1 {
        margin-bottom: 0;
    }

    .db-debitcard-needs-action-unsupported h2,
    .db-debitcard-needs-action-denied h2 {
        padding: 0 15px;
    }

    .db-debitcard-needs-action-unsupported > table,
    .db-debitcard-needs-action-denied > table {
        width: 100%;
    }

#db-estimated-tax-panel .disclaimer {
    color: #616161;
}

#db-claim-detail-panel,
#db-spr-detail-panel,
#db-statements-panel {
    min-height: 180px;
}

@media (max-width: 499px) {
    #db-news-panel-row {
        display: none;
    }
}

@media (max-width: 543px) {
    .db-recent-claim-expanded-info {
        width: 41.66666667%;
    }

        .db-recent-claim-expanded-info > .row > div,
        .db-recent-claim-expanded-info > .row > label {
            width: 100%;
        }

    .db-recent-claim-expanded-amt {
        width: 58.33333333%;
    }
}

@media (min-width: 768px) {
    .db-account-eligiblity {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .db-recent-claim-expanded-info {
        font-size: 85%;
    }

        .db-recent-claim-expanded-info > .row {
            margin-bottom: 5px;
        }

        .db-recent-claim-expanded-info .control-label {
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .db-most-recent-panel,
    .db-debitcard-container {
        min-height: 70px;
    }
}

/* #endregion */

/*************************
    FSA Participant Dashboard
**************************/
/* #region FSA Participant Dashboard */

#db-fsa-info-panel .panel-heading h4 {
    color: #3f4246;
    font-weight: 300;
}

#db-fsa-info-panel label {
    font-weight: 300;
}

#db-fsa-info-benefittype {
    color: #F29300;
    font-size: 28px;
    font-weight: bold;
}

.db-fsa-subtitle {
    font-size: 18px;
    font-weight: bold;
}

.db-fsa-subtitle2 {
    font-size: 18px;
}
    .db-fsa-subtitle2 .modal {
        /* Carryover Pending modal is a partial so it ends up being a child under .db-fsa-subtitle2, so set the font back to normal. */
        font-size: initial;
    }

.db-planyear-heading.panel-heading h4 {
    font-weight: 300;
}

.db-fsa-planyear-display {
    font-size: 22px;
    font-weight: bold;
}

.db-fsa-planyear-balance {
    font-size: 36px;
    font-weight: bold;
}

.db-fsa-planyear-important {
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}

.db-election-graph {
    height: 30px;
    width: 100%;
    background-color: #e0e0e0;
    -webkit-box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.5);
    box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.db-election-graph-available {
    width: 0;
    height: 30px;
    background-color: #F29300;
    -webkit-box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.5), 1px 0 3px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.5), 1px 0 3px rgba(0,0,0,0.25);
    box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.5), 1px 0 3px rgba(0,0,0,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.db-election-graph-total {
    position: absolute;
    right: 20px;
    top: 6px;
    text-align: right;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.db-last-day-expenses-table {
    margin-bottom: 20px;
}

#db-fsastore-img {
    max-width: 200px;
}

@media (max-width: 767px) {
    .db-fsa-planyear-balance {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .db-last-day-expenses-table {
        margin-bottom: 0;
    }
}

/* #endregion */


/*************************
    HSA Participant Dashboard
**************************/
/* #region HSA Participant Dashboard */

#contribution-panel table,
#contribution-panel table tbody {
    width: 100%;
}

.db-hsa-graph-container {
    position: relative;
}

#db-contribution-graph {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 4px 4px 4px -4px rgba(0, 0, 0, 0.5);
}

#db-contribution-graph-available {
    height: 100%;
    background-color: #28a745;
    width: 0;
    transition: width 1s;
    box-shadow: inset 4px 4px 4px -4px rgba(0, 0, 0, 0.5), 1px 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#db-contribution-graph-total {
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    opacity: 0.5;
    transition: left 1s, right 1s;
}

.db-graph-labels {
    position: relative;
    height: 55px;
    width: 100%;
}

.db-graph-label {
    position: absolute;
    bottom: 3px;
    text-align: right;
    white-space: nowrap;
    border-right: 1px solid #000;
    padding-right: 3px;
    line-height: 1em;
}

/* #endregion */

/*************************
    Plan Year Details
*************************/
/* #region Plan Year Details */

#uniform-SelectedDivisionID > span {
    color: #F29300;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
}

.planyear-details {
    display: none;
}

.planyear-important-dates {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    min-height: 36px;
}

    .planyear-important-dates > label {
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .planyear-important-dates {
        margin-top: 0;
    }
}

/* #endregion */

/*************************
    Claims
*************************/
/* #region Claims */

#spr-panel-body .pagination > ul,
#pending-payment-panel-body .pagination > ul {
    margin-bottom: 0;
}

#spr-table,
#pending-payment-table {
    display: none;
}

#spr-message,
#pending-payment-message {
    display: none;
    margin-bottom: 0;
}

#pending-payment-panel-body {
    min-height: 68px;
}

#spr-action a,
#spr-action button {
    white-space: normal;
    padding-left: 12px;
    padding-right: 12px;
}

#customDateSelect,
#searchByClaimLine,
#searchByClaimLineData {
    display: none;
}

#claimsDataTable,
#claimLinesDataTable {
    min-width: 0;
}

    #claimsDataTable tbody td,
    #claimLinesDataTable tbody td,
    #claimsDataTable tbody td:before,
    #claimLinesDataTable tbody td:before {
        font-size: 11px;
    }

        #claimsDataTable tbody td a:hover,
        #claimLinesDataTable tbody td a:hover {
            color: #ffffff !important;
        }

.claim-search-customdate {
    width: 100%;
}

#claim-search-panel span.control-label {
    padding-left: 0;
}

.claimsDataTable-canresubmit {
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    filter: none;
    white-space: nowrap;
    margin-bottom: 0;
    padding: 2px;
}

    .claimsDataTable-canresubmit i {
        margin: 0;
    }

.claimsDataTable-canresubmit-text {
    display: none;
}

#claim-detail-eob-div {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .responsive-table tr.detail-note-row td {
        padding-left: 0 !important;
    }

        .responsive-table tr.detail-note-row td:before {
            width: 100% !important;
        }
}

@media (min-width: 410px) {
    .setup-spr-btn-spacer {
        display: none;
    }

    #claimsDataTable tbody td,
    #claimLinesDataTable tbody td,
    #claimsDataTable tbody td:before,
    #claimLinesDataTable tbody td:before {
        font-size: inherit;
    }
}

@media (min-width: 530px) {
    .claimsDataTable-canresubmit-text {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #claim-detail-eob-div {
        padding-top: 5px;
        text-align: center;
    }

    .claimsDataTable-canresubmit-text {
        display: none;
    }
}

@media (min-width: 1200px) {
    #spr-panel-body {
        min-height: 137px;
    }
}

/* #region Submit a Claim / SPR Setup */

#submission-next-btn,
#spr-setup-next-btn {
    display: none;
}

#submission-loading-btn,
#spr-setup-loading-btn {
    width: 110px !important;
}

#claimsToResubmit .claimsToResubmit-cell {
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
}

#claim-submit-subform {
    margin-bottom: 40px;
}

#claim-submit-eligibility-toggle {
    position: absolute;
    top: 2px;
    right: 15px;
}

#claim-submit-election-table {
    font-size: 14px;
}

#claim-submit-dependent-wrapper,
#spr-setup-dependent-wrapper {
    padding-left: 0;
    padding-right: 0;
}

#claim-submit-btnAddDependent,
#spr-setup-btnAddDependent {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0;
    margin-bottom: 10px;
}

    #claim-submit-btnAddDependent:hover,
    #claim-submit-btnAddDependent:focus,
    #spr-setup-btnAddDependent:hover,
    #spr-setup-btnAddDependent:focus {
        color: #333333 !important;
    }

#claim-submit-editButtons {
    display: none;
}

    #claim-submit-addButtons a,
    #claim-submit-editButtons a {
        width: 90px;
    }

#claim-submit-btnCancelClaimLine {
    margin-left: 20px;
    margin-right: 0 !important;
}

    #claim-submit-btnCancelClaimLine > span {
        display: none;
    }

#claim-submit-items-grid thead th.error,
#claimsToResubmit thead th.error {
    color: #b94a48;
}

#claim-submit-items-grid .btn {
    margin-left: 5px;
}

.lineitem-comments {
    width: 100%;
    color: #777777;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #bdbdbd;
    resize: none;
    padding: 2px 3px;
    line-height: 30px;
}

.line-item-buttons {
    min-width: 100px;
}

.editing-expense {
    color: #01579b;
}

#spr-setup-startYearDiv,
#spr-setup-payStartYearDiv,
#spr-setup-payEndYearDiv {
    margin-top: 5px;
}

.resubmit-lineitem {
    display: none;
    margin-bottom: 40px;
}

.payment-method-btn {
    float: right;
}

@media (max-width: 400px) {
    .claim-submit-btn,
    .spr-setup-btn {
        font-size: 13px;
        width: 100%;
    }

    #claim-submit-btnAddDependent,
    #spr-setup-btnAddDependent {
        padding-left: 6px;
        padding-right: 6px;
    }

        #claim-submit-btnAddDependent i,
        #spr-setup-btnAddDependent i {
            font-size: 16px !important;
        }

    #claim-submit-btnCancelClaimLine {
        margin-top: 10px;
        margin-left: 0;
    }

        #claim-submit-btnCancelClaimLine > span {
            display: inline;
        }
}

@media (min-width: 410px) {
    #upload-documents-files-grid td.visible-xs label {
        width: 100px !important;
    }
}

@media (min-width: 768px) {
    #claim-submit-dependent-wrapper,
    #spr-setup-dependent-wrapper {
        padding-right: 15px;
    }

    #claim-submit-btnAddDependent,
    #spr-setup-btnAddDependent {
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 2px;
    }

    #claim-submit-items-grid .btn {
        padding: 4px;
    }

    #spr-setup-startYearDiv,
    #spr-setup-payStartYearDiv,
    #spr-setup-payEndYearDiv {
        margin-top: 0;
        padding-left: 15px;
    }

    .resubmit-documentbuttons {
        white-space: nowrap;
    }

    #claim-submit-btnAddClaimLine {
        float: right !important;
    }

    #claim-submit-editButtons-container {
        float: right;
    }
}

@media (max-width: 991px) {
    .responsive-table td.resubmit-denial-cell {
        padding-left: 10px !important;
        max-height: 200px;
        overflow-y: auto;
    }

        .responsive-table td.resubmit-denial-cell:before {
            display: block;
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
        }
}

@media (min-width: 992px) {
    #claimsToResubmit .claimsToResubmit-cell {
        border: none;
    }

    #claim-submit-btnAddDependent,
    #spr-setup-btnAddDependent {
        padding-left: 12px;
        padding-right: 13px;
    }

    .lineitem-comments {
        height: 114px !important;
    }

    .resubmit-btnDocument {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .payment-method-group {
        min-height: 195px;
    }

    .payment-method-btn {
        position: absolute;
        bottom: 20px;
        right: 30px;
    }
}

@media (min-width: 1200px) {
    #claim-submit-btnAddDependent,
    #spr-setup-btnAddDependent {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* #endregion */

/* #region Claim / SPR Detail */

#claim-detail-resubmit-text,
#btn-claimDetailModal-resubmit,
#btn-sprDetailModal-resubmit,
#btn-sprDetailModal-update {
    display: none;
}

#btn-claimDetailModal-resubmit,
#btn-sprDetailModal-resubmit,
#btn-sprDetailModal-update {
    margin-right: 20px;
}

#claim-detail-table tbody {
    font-size: 14px;
}

    #claim-detail-table tbody td label {
        margin-bottom: 0;
    }

.detail-note-row {
    display: none;
    font-size: 12px;
}

.detail-note-table {
    display: table !important;
    margin: 0 0 10px 5px;
}

    .detail-note-table tbody {
        border: none;
        font-size: 12px !important;
    }

    .detail-note-table tbody > tr:nth-child(odd) > td,
    .detail-note-table tbody > tr:nth-child(even) > td {
        background-color: transparent !important;
    }

        .detail-note-table tbody > tr {
            border: none;
            display: table-row !important;
        }

.detail-note-table-cell {
    display: table-cell !important;
    border: none !important;
    background-color: transparent !important;
    padding: 2px 10px 0 0;
}

@media (min-width: 768px) {
    .detail-note-row,
    .detail-note-table tbody {
        font-size: 13px !important;
    }

    .detail-note-table {
        margin: 0 0 10px 20px;
    }
}

/* #endregion */

/* #endregion */

/*************************
    Benefits Card
*************************/
/* #region Benefits Card */

#debitcard-submit-docs-none,
#debitcard-submit-docs {
    display: block;
}

#debitcard-submit-docs-none,
.debitcard-items-row,
#debitcard-items-error,
#debitcard-balance-help,
.debitcard-balance-total-label {
    display: none;
}

#debitcard-needs-action-none > table {
    width: 100%;
}

#btn-debitcard-items-unsupported {
    color: #ffffff;
    background-color: #ffab00;
    border-color: #ffab00;
}

    #btn-debitcard-items-unsupported:hover {
        background-color: #ffbe3b;
        border-color: #ffbe3b;
    }

#btn-debitcard-items-denied {
    color: #ffffff;
    background-color: #d50000;
    border-color: #d50000;
}

    #btn-debitcard-items-denied:hover {
        background-color: #ff1111;
        border-color: #ff1111;
    }

    #btn-debitcard-items-unsupported > h1,
    #btn-debitcard-items-denied > h1,
    #debitcard-balance-value-text {
        margin-bottom: 0;
        line-height: 33px;
    }

#debitcard-available-balance-panel .debitcard-balance-large {
    font-size: 2em;
    font-weight: 700;
    line-height: normal;
}

#debitcard-balance-error p,
#debitcard-balance-suspended p,
#debitcard-balance-closed p,
#debitcard-balance-purged p {
    margin-bottom: 0;
}

#debitcard-balance-value-container {
    padding: 8px 0;
}

.debitcard-customdate {
    width: 100%;
}

#debitcard-transactionDetailModal .modal-edit-panel {
    position: relative;
}

#debitcard-transactionDetailModal-submit-btn,
#debitcard-transactionDetailModal-repay-btn,
#overpayment-details-repay-btn {
    margin-right: 10px;
}

#debitcard-balance-error,
#debitcard-activateCardModal-success,
#debitcard-activateCardModal-failed,
#debitcard-transactionDetailModal-submit-btn,
#debitcard-transactionDetailModal-repay-btn,
.debitcard-transaction-custom,
.success-btn {
    display: none;
}

@media (min-width: 768px) {
    .debitcard-info-panel {
        min-height: 103px;
    }

    #debitcard-needs-action-unsupported {
        margin-bottom: 0;
    }

    #debitcard-balance-value-container,
    #debitcard-needs-action-none {
        height: 67px;
    }

    #debitcard-transactionDetailModal-submit-btn,
    #debitcard-transactionDetailModal-repay-btn,
    #overpayment-details-repay-btn {
        margin-right: 20px;
    }
}

/* #region Submit Supporting Documents */

#debitcard-submit-loading-btn {
    width: 110px !important;
}

.debitcard-submit-transactions-cell,
.debitcard-submit-available-credits-cell {
    border-bottom: 1px solid #e0e0e0 !important;
    border-left: none;
    border-right: none;
}

td.transactionitem-denial {
    padding: 0 !important;
}

    td.transactionitem-denial small {
        display: inline-block;
        padding: 5px;
    }

.debitcard-submit-transaction {
    display: none;
}

.expandingArea {
    min-height: 36px;
}

    .expandingArea > pre,
    .expandingArea > textarea {
        margin: 0;
        outline: 0;
        border: 0;
        padding: 2px 3px;
        line-height: 30px;
        white-space: pre-wrap;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .expandingArea > pre {
        display: none !important;
    }

    .expandingArea.active > pre {
        display: block !important;
        visibility: hidden;
    }

    .expandingArea > textarea {
        color: #777777;
        background: #ffffff;
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
        -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #bdbdbd;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        resize: none;
    }

    .expandingArea.active > textarea {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

.transactionitem-documents-table-container,
.transactionitem-credits-table-container {
    width: 100%;
    min-height: 36px;
    color: #777777;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #bdbdbd;
    padding: 2px 3px;
    margin-top: 10px;
    line-height: 30px;
}

.has-error .transactionitem-documents-table-container,
.has-error .transactionitem-credits-table-container {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .transactionitem-documents-table-container:hover,
    .has-error .transactionitem-credits-table-container:hover {
        border: 1px solid #E10000 !important;
    }

.transactionitem-documents-table,
.transactionitem-credits-table {
    width: 100%;
    font-size: 13px;
}

    .transactionitem-documents-table td,
    .transactionitem-credits-table td {
        border-bottom: 1px solid #f0f0f0;
    }

    .transactionitem-documents-table a,
    .transactionitem-credits-table a {
        cursor: pointer;
    }

#debitcard-submit-summary-table tbody {
    color: #777777;
}

    #debitcard-submit-summary-table tbody td.visible-xs.visible-sm label {
        color: #212121 !important;
    }

.debitcard-submit-summary-credit {
    padding: 2px 8px !important;
}

@media (min-width: 768px) {
    .transactionitem-add-dependent-btn {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 992px) {
    .debitcard-submit-transactions-cell,
    .debitcard-submit-available-credits-cell {
        border: none !important;
    }

    .transactionitem-documents-table-container,
    .transactionitem-credits-table-container {
        margin-top: 0;
    }

    .transactionitem-documents-table,
    .transactionitem-credits-table {
        width: 100%;
        font-size: inherit;
    }

    .transactionitem-credits-btn {
        margin: 0 0 0 20px;
        height: 36px;
    }
}

/* #endregion */

/* #region Activate Card */

#verify-cardholder-cancel-btn {
    margin-right: 0 !important;
}

#verify-cardholder-loading,
#verify-cardholder-loading-msg,
#create-pin-loading,
#create-pin-loading-msg {
    display: none;
}

/* #endregion */

/* #endregion */

/*************************
    Supporting Documents
*************************/
/* #region Supporting Documents */

#supporting-documents-container,
.supporting-documents-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 220px;
    width: 100%;
}

.supporting-doc {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px;
    padding: 10px;
    min-width: 170px;
    max-width: 270px;
}

.supporting-doc-loading {
    position: relative;
    min-width: 150px;
    height: 150px;
}

.supporting-doc-info {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #endregion */

/*************************
    Account Activity
*************************/
/* #region Account Activity */

#account-display {
    color: #52565B;
}

#pending-activity-panelBody {
    min-height: 117px;
}

#pending-activity-totalrow {
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
}

#pending-activity-total {
    font-weight: bold;
}

#pending-activity-content,
#pending-activity-error {
    display: none;
}

.account-search-customdate {
    width: 100%;
}

#customDateSelect,
#activitychart {
    display: none;
}

#activitychart {
    width: 100%;
    height: 250px;
    overflow: visible;
}

.statements-table-container {
    max-height: 380px;
    overflow-y: scroll;
}

@media (max-width: 991px) {
    #enter-contribution-type {
        text-align: right;
    }
}

/* #endregion */

/*************************
    Investments
*************************/
/* #region Investments */

#investments-action-col {
    margin-bottom: 20px;
}

.chart {
    margin: 10px 0px;
    width: 100%;
    height: 450px;
}

#investment-chart-legend-row hr {
    margin: 10px 0;
}

    #investment-chart-legend-row hr.xs {
        margin: 5px 0;
    }

#investment-chart-legend-table {
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.investment-chart-legend-color {
    height: 16px;
    width: 16px;
    margin: 2px 0;
    vertical-align: middle;
}

.investment-chart-legend-color-small {
    height: 14px;
    width: 14px;
    margin: 2px 0;
    vertical-align: middle;
}

.investment-chart-legend-text {
    color: #777777;
    vertical-align: middle;
}

.investment-chart-legend-text-small {
    font-size: 13px;
    color: #777777;
    vertical-align: middle;
}

#investments-chart-panel rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

#investments-chart-panel text {
    font-size: 9px;
}

.investment-chart-date {
    color: #777777;
    text-align: center;
}

.investment-chart-date-sm {
    color: #777777;
    text-align: center;
    font-size: 11px;
    margin-bottom: 20px;
}

#investment-rebalanceSettingModal td,
#investment-oneTimeRebalanceModal td {
    vertical-align: top;
}

.investment-rebalanceSettingModal-btn,
#investment-changeAllocationModal .modal-footer .btn {
    width: 80px;
}

#investment-rebalanceSettingModal-btn-save,
#investment-rebalanceSettingModal-btn-cancel,
#investment-oneTimeRebalanceModal-btn-submit,
#investment-oneTimeRebalanceModal-secondpanel,
#investment-changeAllocationModal-btn-submit,
#investment-changeAllocationModal-btn-back,
#investment-changeAllocationModal-panel-rebalance,
#investment-changeAllocationModal-panel-confirm,
#investment-confirm-diy-applychange-row {
    display: none;
}

.selected-setting {
    font-weight: 700;
}

.investment-confirm-asset-row-alt {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.investment-confirm-asset {
    font-size: 0.9em;
}

#investment-confirm-new-assets .investment-confirm-asset {
    font-weight: 700;
}

@media (min-width: 425px) {
    #investments-chart-panel text {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    #investments-chart-panel text,
    .investment-chart-date-sm {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #investments-action-col {
        margin-bottom: 0;
    }

    #investment-chart-legend-table {
        height: 450px;
    }
}

/* #endregion */

/*************************
    Resources
*************************/
/* #region Resources */

.resource-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    margin: 15px 0;
}

.resource-col {
    flex: 1 1 40%;
}

.resource-col > .panel,
.resource-panel {
    height: 100%;
    min-width: 300px;
    margin: 0;
}

.resource-more-info {
    color: #bdbdbd;
    vertical-align: text-bottom;
}

    .resource-more-info:active,
    .resource-more-info:hover,
    .resource-more-info:focus {
        color: #F29300;
    }

.resource-desc:not(.search) {
    display: none;
}

/* #endregion */

/*************************
    My Profile
*************************/
/* #region My Profile */

#invalid-address-email-row,
#address-verification-row,
#btn-save-contact,
.profile-tab-icon,
.profile-loading-btn {
    display: none;
}

.profile-tab-text {
    font-size: 13px;
}

#beneficiaries li {
    font-size: 13px;
}

#profile-preferences-directdeposit {
    margin-bottom: 20px;
}

.account-pref-group {
    margin-bottom: 20px;
}

.account-pref-btn {
    float: right;
}

#updateBeneficiary-attestation {
    display: none;
}

@media (max-width: 400px) {
    .profile-btn {
        font-size: 13px;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .profile-tab-icon {
        display: block;
    }

    .profile-tab-text {
        display: none;
    }
}

@media (min-width: 992px) {
    .profile-tab-text {
        font-size: 14px;
    }

    .profile-tab-text-break {
        display: none;
    }

    #profile-preferences-directdeposit {
        margin-bottom: 0;
    }

    .account-pref-group {
        margin-bottom: 0;
        min-height: 310px;
    }

    .account-pref-btn {
        bottom: 0;
        right: 15px;
    }

    #address-verification-row .grey-group {
        min-height: 185px;
    } 
}

/* #endregion */

/*************************
    HRA Employer Dashboard
*************************/
/* #region HRA Employer Dashboard */

.er-db-statistics-btn {
    width: 100%;
    height: 56px;
    margin: 6px 5px;
    padding: 5px;
    color: #333333;
    background-color: #f5f5f5;
}

    .er-db-statistics-btn:hover,
    .er-db-statistics-btn:focus,
    .er-db-statistics-btn:active,
    .er-db-statistics-btn[disabled] {
        border-color: #bdbdbd;
        background-color: #bdbdbd;
        color: #333333 !important;
    }

    .er-db-statistics-btn > table {
        width: 100%;
        height: 100%;
    }

        .er-db-statistics-btn > table td {
            vertical-align: middle;
        }

    .er-db-statistics-btn .icon {
        width: 50px;
        height: 100%;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: none;
        filter: none;
        padding-top: 6px;
    }

    .er-db-statistics-btn i {
        font-size: 32px;
        line-height: 32px;
    }

    .er-db-statistics-btn .btn-success {
        background-color: #388e3c;
    }

        .er-db-statistics-btn .btn-success:hover {
            background-color: #00c853;
        }

.er-db-statistics-icon-sup {
    font-size: 22px !important;
    margin-left: -6px !important;
}

.er-db-statistics-label {
    font-size: 12px;
    width: 100%;
}

.er-db-statistics-count {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

/* #endregion */

/*************************
    FSA Employer Dashboard
*************************/
/* #region FSA Employer Dashboard */

.employer-plan-summary-table {
    font-size: 14px;
}

#planDetailModal .modal-edit-panel {
    min-height: 300px;
}

#plan-detail-loading {
    height: 300px;
}

#employer-plan-summary-hide-defs {
    display: none;
}

#employer-plan-summary-defs {
    display: none;
    font-size: 14px;
}

    #employer-plan-summary-defs small {
        font-size: 12px;
    }

/* #endregion */

/*************************
    HSA Employer Dashboard
*************************/
/* #region FSA Employer Dashboard */

.er-hsa-statistic {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px;
    margin: 15px 0px;
    overflow: hidden;
    text-align: center;
    color: #2A3E51;
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
}

.er-hsa-statistic-count {
    font-size: 18px;
    font-weight: bold;
}

.er-hsa-statistic-label {
    font-size: 75%;
}

.er-stat-1 {
    border-color: #ffc469;
}

.er-stat-2 {
    border-color: #ffbc55;
}

.er-stat-3 {
    border-color: #ffb541;
}

.er-stat-4 {
    border-color: #ffad2e;
}

.er-stat-5 {
    border-color: #ffa51a;
}

.er-stat-6 {
    border-color: #ff9d07;
}

.er-stat-7 {
    border-color: #f29300;
}

.er-stat-8 {
    border-color: #de8700;
}

@media (max-width: 767px) {
    .er-hsa-statistic.er-stat-1 {
        margin: 15px 0px 0px 0px;
    }
}


/* #endregion */

/*************************
    Contributions
*************************/
/* #region Contributions */
#searchWithDates,
#draft-reports-loading {
    display: none;
}

.contribution-search-customdate {
    width: 100%;
}

#contributionsReportSearch,
#contributionsLineItemsTable {
    min-width: 0;
}

#contributionsReportSearch tbody td,
#contributionsLineItemsTable tbody td,
#contributionsReportSearch tbody td:before,
#contributionsLineItemsTable tbody td:before {
    font-size: 11px;
}

#contributionsReportSearch tbody td a:hover,
#contributionsLineItemsTable tbody td a:hover {
    color: #ffffff !important;
}

.scrolling-table-container {
    max-height: 234px;
    overflow-y: scroll;
}

@media (min-width: 410px) {
    #contributionsReportSearch tbody td, 
    #contributionsLineItemsTable tbody td, 
    #contributionsReportSearch tbody td:before, 
    #contributionsLineItemsTable tbody td:before {
        font-size: inherit;
    }
}

@media (min-width: 992px) {
    #draft-reports-container {
        max-height: 300px;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    #draft-reports-container {
        max-height: 138px;
        overflow-y: auto;
    }
}

/* Create Contribution Report */
#createContributionReportForm #upload-file-upload-btn,
#create-cr-done-btn,
#upload-contribution-submit-btn {
    display: none;
}

#create-cr-source-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(/Images/Default/preloader-gray-24x24.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#create-cr-selectreports-row,
#create-cr-btn-selectfiles,
#create-cr-sourcereport-panel,
#create-cr-upload-panel {
    display: none;
}

#create-cr-btn-viewdetails {
    margin-top: 10px;
    float: right;
}

#create-cr-sourcereport-group,
#create-cr-upload-group {
    margin-bottom: 15px;
}

#create-cr-sourcereport-desc {
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    #create-cr-btn-viewdetails {
        margin-top: 0;
        margin-left: 20px;
        float: left;
    }
}

@media (min-width: 992px) {
    #create-cr-plan-year-label {
        padding-left: 15px;
    }

    #create-cr-btn-selectfiles {
        margin-top: 0;
        margin-left: 20px;
        float: left;
    }
}

/* Edit Contribution Report */
.cr-readonlycol {
    padding-top: 7px;
    padding-bottom: 9px;
}

#cr-reportinfo-loading,
#cr-summary-loading,
#create-cr-source-loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(/Images/Default/preloader-gray-24x24.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#cr-summary-allocated,
#cr-summary-unallocated {
    margin-bottom: 0;
}

#btnCloseReport {
    margin-left: 20px;
}

#addAllParticpants {
    margin-left: 20px;
}

#cr-copying-loading-group {
    background-color: #fafafa;
}

#cr-copying-loading-table {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

#cr-copying-loading-text {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#cr-copying-loading-spinner {
    background-image: url(/Images/Default/preloader-gray-24x24.svg);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

#cr-copying-loading-text-wait {
    color: #555555;
    text-align: center;
}

#cr-edit-btn-done,
#btn-addLineItems-Done,
#btn-addLineItems-SearchRoster,
#contribution-detail-done-btn {
    margin-left: 20px;
}

#addLineItems-Table input.addLineItemsTableAmount {
    line-height: 24px;
    min-height: 28px !important;
}

label.addLineItems-summaryLabel {
    margin-bottom: 0;
}

#addItemsBeforeSearchModal {
    z-index: 100000;
}

#addLineItems-NewParticipant-row {
    display: none;
}

    #addLineItems-NewParticipant-row div.grey-group {
        margin-bottom: 15px;
    }

/* #endregion */

/*************************
    Cash Management
*************************/
/* #region Cash Management */

#cash-summary-hide-defs {
    display: none;
}

#cash-summary-defs {
    display: none;
    font-size: 14px;
}

#pendingPaymentModal .modal-edit-panel,
#claimRegisterModal .modal-edit-panel {
    min-height: 300px;
}

#pending-payment-loading,
#claim-register-loading {
    height: 300px;
}

#pending-payment-content .table,
#claim-register-content .table {
    margin-bottom: 0 !important;
}

.pending-claims-scroll-offset,
.paid-claims-scroll-offset {
    padding: 0 !important;
}

#btn-search-posted-transactions {
    margin: 0;
}

@media (min-width: 992px) {
    #pending-claims-table-container,
    #paid-claims-table-container {
        max-height: 265px;
        overflow-y: auto;
    }

    #pending-payment-content .table th:nth-child(2),
    #pending-payment-content .table td:nth-child(2),
    #claim-register-content .table th:nth-child(2),
    #claim-register-content .table td:nth-child(2),
    #claim-register-content .table th:nth-child(3),
    #claim-register-content .table td:nth-child(3) {
        width: 90px;
    }
}

/* #endregion */

/*************************
    Withholdings
*************************/
/* #region Withholdings */

#previous-withholdings-row,
#previous-withholdings-error,
#upcoming-withholdings-container,
#upcoming-withholdings-error {
    display: none;
}

#previous-withholdings-body,
#previous-withholdings-loading,
#upcoming-withholdings-body,
#upcoming-withholdings-loading {
    min-height: 98px;
}

/* #endregion */

/*************************
    Deposits
*************************/
/* #region Deposits */
#deposits-customDateSelect,
#deposits-specificAmount,
#deposits-range {
    display: none;
}

.deposits-customdate,
.deposits-rangeamount {
    width: 100%;
}

#unallocatedCashDataTable,
#depositHistoryDataTable {
    min-width: 0;
}

    #unallocatedCashDataTable tbody td,
    #depositHistoryDataTable tbody td,
    #unallocatedCashDataTable tbody td:before,
    #depositHistoryDataTable tbody td:before {
        font-size: 11px;
    }

        #unallocatedCashDataTable tbody td a:hover,
        #depositHistoryDataTable tbody td a:hover {
            color: #ffffff !important;
        }

@media (min-width: 410px) {
    #unallocatedCashDataTable tbody td,
    #depositHistoryDataTable tbody td,
    #unallocatedCashDataTable tbody td:before,
    #depositHistoryDataTable tbody td:before {
        font-size: inherit;
    }
}

/* #endregion */

/*************************
    Employer Accounts
*************************/
/* #region Employer Accounts */

#ea-account-balance-panel,
#ea-actions-panel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ea-marketDate {
    font-size: 13px;
}

.ea-panel {
    width: 100%;
}

.ea-panel-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(/Images/Default/preloader-gray-24x24.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#ea-chartdiv {
    margin: 10px 0;
    width: 100%;
    height: 400px;
}

#ea-chart-legend-table,
#ea-assetBreakdownModal-chart-legend-table {
    vertical-align: middle;
}

@media (min-width: 768px) {
    #ea-chart-legend-table {
        min-height: 400px;
    }
}

@media (min-width: 992px) {
    .ea-panel {
        min-height: 500px;
    }

    #ea-assetBreakdownModal-chart-legend-table {
        min-height: 450px;
    }
}

/* #endregion */

/*************************
    Participants
*************************/
/* #region Participants */

.participant-statistics {
    height: 56px;
    margin: 5px;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

    .participant-statistics .icon-total,
    .participant-statistics .icon {
        color: #ffffff;
        width: 50px;
        height: 100%;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: none;
        filter: none;
        float: left;
        padding-top: 8px;
        padding-left: 6px;
    }

    .participant-statistics .icon-total {
        padding-left: 8px;
    }

    .participant-statistics .icon {
        padding-left: 6px;
    }

    .participant-statistics .txt {
        height: 100%;
        float: right;
        text-align: right;
    }

.participant-statistics-label {
    font-size: 12px;
    width: 100%;
}

.participant-statistics-count {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

#participant-statistics-lastuploadedrow {
    margin: 10px -10px 0 -10px;
}

#participant-statistics-lastuploaded-loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(/Images/Default/preloader-gray-24x24.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#participant-statistics-lastuploaded-group {
    color: #333333;
    background-color: #f5f5f5;
}

#upload-enrollment-file-submit-btn {
    display: none;
}

#enrollment-uploads-loading {
    height: 230px;
}

#enrollment-uploads-table {
    display: none;
    min-height: 230px;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}

#participantDetailModal .modal-edit-panel, 
#participant-details-modal .modal-edit-panel {
    min-height: 300px;
}

#participant-detail-loading {
    height: 300px;
}

#participantDataTable {
    min-width: 0;
}

    #participantDataTable tbody td,
    #participantDataTable tbody td:before {
        font-size: 11px;
    }

        #participantDataTable tbody td a {
            white-space: nowrap;
        }

            #participantDataTable tbody td a:hover {
                color: #ffffff !important;
            }

@media (min-width: 410px) {
    #participantDataTable tbody td,
    #participantDataTable tbody td:before {
        font-size: inherit;
    }
}

@media (min-width: 992px) {
    .participant-statistics .icon-total {
        width: 45px;
        padding-left: 5px;
    }

    .participant-statistics .icon {
        width: 45px;
        padding-left: 2px;
    }
}

@media (min-width: 1200px) {
    .participant-statistics .icon-total {
        width: 50px;
        padding-left: 8px;
    }

    .participant-statistics .icon {
        width: 50px;
        padding-left: 6px;
    }
}

/* Participant Editor Modal */
#participant-detail-form {
    margin-left: -15px;
    margin-right: -15px;
}

.participant-editor-input-col,
#participant-editor-contact-row,
.cobra-event-row,
.deceaseddate-row {
    display: none;
}

.participant-editor-text-col {
    margin-top: 7px;
}

#participant-editor-spacer {
    height: 35px;
}

.participant-editor-btn {
    width: 90px;
}

#participant-edit-form input:read-only {
    background-color: #eeeeee !important;
}

#participant-divisions-list,
#enter-eligibility-divisions-list {
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    max-height: 162px;
    overflow: auto;
    margin-bottom: 0;
}

    #participant-divisions-list:hover,
    #participant-divisions-list:active,
    #enter-eligibility-divisions-list:hover,
    #enter-eligibility-divisions-list:active {
        border: 1px solid #999999;
    }

    #participant-divisions-list.error,
    #enter-eligibility-divisions-list.error {
        border: 1px solid #b94a48;
    }

        #participant-divisions-list.error:hover,
        #enter-eligibility-divisions-list.error:hover {
            border: 1px solid #E10000;
        }

    #participant-divisions-list .list-group-item,
    #enter-eligibility-divisions-list .list-group-item {
        background-color: transparent;
        border: none;
    }

        #participant-divisions-list .list-group-item.disabled,
        #enter-eligibility-divisions-list .list-group-item.disabled {
            color: #999999;
        }

.edit-divisions-item-text.checked {
    font-weight: bold;
}

#ForeignAddressLabel {
    padding-right: 5px;
}

/* Upload a Participant Eligibility File Modal */
#btn-eligibilityUploadModal-done {
    display: none;
}

/* Participant Status Change */
.cobra-event-text,
.post-retirement-text {
    display: inline-block;
    width: 50px;
    padding-left: 5px;
}

.cobra-event-field,
.vesting-field {
    display: none;
}

#psc-participantnumber-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#psc-btnParticipantSearch {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0;
}

    #psc-btnParticipantSearch:hover,
    #psc-btnParticipantSearch:focus {
        color: #333333 !important;
    }

.psc-autocomplete-item {
    font-family: inherit;
    font-size: 13px;
}

#psc-edit-btn-row {
    display: none;
}

#confirm-remove-event-text {
    color: #000000;
}

.psc-table-contribution-col,
.psc-table-vesting-col {
    display: none;
}

#status-change-event-panels {
    border: 1px solid #e5e5e5;
}

.status-event-header {
    padding: 5px;
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.status-event-collapse {
    padding: 5px;
}

.status-event.editing-expense .status-event-header a:not(.status-event-toggle) {
    display: none;
}

@media (min-width: 768px) {
    #psc-participantnumber-wrapper {
        padding-right: 15px;
    }

    #psc-btnParticipantSearch {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 992px) {
    #psc-btnParticipantSearch {
        padding-left: 7px;
        padding-right: 7px;
    }

    #participantSearch-table-container {
        max-height: 300px;
        overflow: auto;
        margin-bottom: 15px;
    }

    #participantSearch-table td button {
        float: right;
    }
}

@media (min-width: 1200px) {
    #psc-btnParticipantSearch {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* #endregion */

/*************************
    FSA Participants
*************************/
/* #region FSA Participants */

#participant-enrollment-qle-row,
#participant-enrollment-newhire-row,
.already-enrolled-row,
.health-fsa-already-enrolled,
.dependent-fsa-already-enrolled {
    display: none;
}

#participantSsnVerifyLoading {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#uniform-HealthFSAElectionModel_InitialWithholdingDate,
#uniform-DependentFSAElectionModel_InitialWithholdingDate,
#uniform-InitialWithholdingDate {
    width: 50% !important;
}

@media (max-width: 400px) {
    #uniform-HealthFSAElectionModel_InitialWithholdingDate,
    #uniform-DependentFSAElectionModel_InitialWithholdingDate {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #uniform-HealthFSAElectionModel_InitialWithholdingDate,
    #uniform-DependentFSAElectionModel_InitialWithholdingDate {
        width: 60% !important;
    }
}

/* #endregion */

/*************************
    Reports
*************************/
/* #region Reports */

#selectedMonth {
    background-color: #ffffff;
}

#planYearMonth {
    background-color: #ffffff;
}

/* #endregion */

/*************************
    Users
*************************/
/* #region Users */

#manageUsersDataTable {
    width: 100%;
}

#change-password-container {
    display: none;
}

@media (min-width: 992px) {
    #manageUsersDataTable tbody td.shortened {
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* #endregion */

/*************************
    Upload File
*************************/
/* #region Upload File */

#upload-file-selectedFile {
    padding-left: 7px;
    padding-right: 7px;
}

.upload-file-progress-label {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#upload-file-processing-row,
#upload-file-processing-results {
    display: none;
}

#upload-file-pb-process {
    width: 100%;
}

#upload-file-results {
    max-height: 300px;
    overflow: auto;
}

.upload-file-validation-results {
    max-height: 300px;
    overflow: auto;
}

#upload-file-upload-btn {
    margin-left: 20px !important;
}

/* #endregion */

/*************************
    Animations
*************************/
/* #region Animations */

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 0.5s ease-in-out both;
    animation: pulsate-fwd 0.5s ease-in-out both;
}

.shake-top {
    -webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-5-14 14:20:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/**
 * ----------------------------------------
 * animation shake-top
 * ----------------------------------------
 */
@-webkit-keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

/* #endregion */


/*************************
    OnlineEnrollment
*************************/
/* #region OnlineEnrollment */

#uniform-PlanYears > span {
    color: #2b8ef9;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
}

.text-elected,
.text-decline,
.text-undecided {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.text-elected {
    color: #24AC6B;
}

.text-decline {
    color: #797979;
}

.text-undecided {
    color: #52565B;
}

.table-text-awaiting-notification {
    color: #023E8A;
    font-weight: bold;
}

.table-text-complete {
    color: #198754;
    font-weight: bold;
}

.table-text-appointment-scheduled {
    color: #0096C7;
    font-weight: bold;
}

.table-text-in-process {
    color: #00B4D8;
    font-weight: bold;
}

.table-text-not-started {
    color: #023E8A;
    font-weight: bold;
}

.table-text-ready-to-start {
    color: #0077B6;
    font-weight: bold;
}

.table-text-carrier-enrollment-pending {
    color: #00BFA5;
    font-weight: bold;
}

.table-text-breakdown-enrollment-pending {
    color: #0091EA;
    font-weight: bold;
}

.table-text-breakdown-action-required {
    color: #FF6D00;
    font-weight: bold;
}


.table-text-enrollment-complete {
    color: #198754;
    font-weight: bold;
}

.bg-enrollment-complete {
    background-color: #198754;
}

.bg-in-process {
    background-color: #00B4D8;
}

.bg-appointment-scheduled {
    background-color: #0096C7;
}

.bg-not-started {
    background-color: #023E8A;
}

.bg-ready-to-start {
    background-color: #0077B6;
}

.bg-carrier-enrollment-pending {
    background-color: #00BFA5;
}

.bg-action-required {
    background-color: #FF6D00;
}

.bg-enrollment-pending {
    background-color: #0091EA;
}

@media (min-width: 410px) {
    .nav-tabs > li > a {
        font-size: 18px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.btn-enrollment-status,
#btn-view-breakdown,
.btn-breakdown-status {
    background-color: #eceef4;
    border: 1px solid #eceef4;
    padding-right: 0.375rem;
}

#btn-elections-breakdown-close {
    background-color: #eceef4;
    border: 1px solid #eceef4;
}

.btn-enrollment-status,
.btn-breakdown-status {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    #enrollment-summary .row div[class^="col-"]:last-child button:first-child {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .view-breakdown .btn-enrollment-status:not(:last-of-type),
    .view-breakdown .btn-breakdown-status:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .btn-enrollment-status:last-of-type,
    .btn-breakdown-status:last-of-type {
        margin-bottom: 2px;
    }
}

.btn-enrollment-status > div,
.btn-breakdown-status > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    column-gap: 5px;
}

    .btn-enrollment-status > div > div:first-child,
    .btn-breakdown-status > div > div:first-child {
        flex: 1 1 auto;
        text-align: left;
        text-wrap: wrap;
        padding-right: 5px;
    }

.btn-enrollment-status div[class*="bg-"],
.btn-breakdown-status div[class*="bg-"] {
    flex: 0 0 25%;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.btn-enrollment-status.btn-awaiting-notification {
    color: #023E8A;
}

    .btn-enrollment-status.btn-awaiting-notification:hover,
    .btn-enrollment-status.btn-awaiting-notification:focus,
    .btn-enrollment-status.btn-awaiting-notification:active,
    .btn-enrollment-status.btn-awaiting-notification.active {
        background-color: #023E8A;
        border-color: #023E8A;
        color: #ffffff !important;
    }

.btn-enrollment-status.btn-appointment-scheduled {
    color: #0096C7;
}

    .btn-enrollment-status.btn-appointment-scheduled:hover,
    .btn-enrollment-status.btn-appointment-scheduled:focus,
    .btn-enrollment-status.btn-appointment-scheduled:active,
    .btn-enrollment-status.btn-appointment-scheduled.active {
        background-color: #0096C7;
        border-color: #0096C7;
        color: #ffffff !important;
    }

.btn-enrollment-status.btn-in-process {
    color: #00B4D8;
}

    .btn-enrollment-status.btn-in-process:hover,
    .btn-enrollment-status.btn-in-process:focus,
    .btn-enrollment-status.btn-in-process:active,
    .btn-enrollment-status.btn-in-process.active {
        background-color: #00B4D8;
        border-color: #00B4D8;
        color: #ffffff !important;
    }

.btn-enrollment-status.btn-carrier-enrollment-pending,
#btn-view-breakdown {
    color: #00BFA5;
}

    .btn-enrollment-status.btn-carrier-enrollment-pending:hover,
    .btn-enrollment-status.btn-carrier-enrollment-pending:focus,
    .btn-enrollment-status.btn-carrier-enrollment-pending:active,
    .btn-enrollment-status.btn-carrier-enrollment-pending.active,
    .btn-enrollment-status.btn-carrier-enrollment-pending:hover + #btn-view-breakdown,
    .btn-enrollment-status.btn-carrier-enrollment-pending:focus + #btn-view-breakdown,
    .btn-enrollment-status.btn-carrier-enrollment-pending:active + #btn-view-breakdown,
    .btn-enrollment-status.btn-carrier-enrollment-pending.active + #btn-view-breakdown,
    #btn-view-breakdown:hover,
    #btn-view-breakdown:focus,
    #btn-view-breakdown:active,
    #btn-view-breakdown.active {
        background-color: #00BFA5;
        border-color: #00BFA5;
        color: #ffffff !important;
    }


.btn-breakdown-status.btn-enrollment-pending {
    color: #0091EA;
}

    .btn-breakdown-status.btn-enrollment-pending:hover,
    .btn-breakdown-status.btn-enrollment-pending:focus,
    .btn-breakdown-status.btn-enrollment-pending:active,
    .btn-breakdown-status.btn-enrollment-pending.active {
        background-color: #0091EA;
        border-color: #0091EA;
        color: #ffffff !important;
    }

.btn-breakdown-status.btn-action-required {
    color: #FF6D00;
}

    .btn-breakdown-status.btn-action-required:hover,
    .btn-breakdown-status.btn-action-required:focus,
    .btn-breakdown-status.btn-action-required:active,
    .btn-breakdown-status.btn-action-required.active {
        background-color: #FF6D00;
        border-color: #FF6D00;
        color: #ffffff !important;
    }

.btn-enrollment-status.btn-enrollment-complete {
    color: #198754;
}

    .btn-enrollment-status.btn-enrollment-complete:hover,
    .btn-enrollment-status.btn-enrollment-complete:focus,
    .btn-enrollment-status.btn-enrollment-complete:active,
    .btn-enrollment-status.btn-enrollment-complete.active {
        background-color: #198754;
        border-color: #198754;
        color: #ffffff !important;
    }

.btn-enrollment-status.btn-ready-to-start {
    color: #0077B6;
}

    .btn-enrollment-status.btn-ready-to-start:hover,
    .btn-enrollment-status.btn-ready-to-start:focus,
    .btn-enrollment-status.btn-ready-to-start:active,
    .btn-enrollment-status.btn-ready-to-start.active {
        background-color: #0077B6;
        border-color: #0077B6;
        color: #ffffff !important;
    }

.view-breakdown .btn-enrollment-status.btn-carrier-enrollment-pending {
    border-bottom-right-radius: 0;
}

.view-breakdown .btn-enrollment-status.btn-enrollment-complete {
    margin-top: 5px;
}

#btn-view-breakdown {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 0.75rem;
    padding: 0 8px 2px 8px;
    float: right;
    margin-top: -5px;
}

@media (min-width: 992px) {
    #btn-view-breakdown {
        margin-top: -25px;
    }
}

.row-benefits-elected {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-benefits-elected:not(:last-of-type) {
    margin-bottom: 5px;
}

.btn-benefits-elected > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    column-gap: 5px;
}

    .btn-benefits-elected > div > div {
        flex: 1 1 auto;
        text-align: left;
        text-wrap: wrap;
    }

.btn-benefits-elected:hover h4,
.btn-benefits-elected:focus h4,
.btn-benefits-elected:active h4 {
    color: #ffffff;
}

@media (max-width: 991px) {
    .btn-benefits-elected > div > h4 {
        flex: 0 1 25%;
    }
}

@media (min-width: 992px) {
    .benefits-elected-btn-label {
        font-size: 80%;
    }
}

.employee-action-callout {
    border: 1px solid #FF6D00;
    padding: 0.75rem;
    border-radius: 4px;
}

#search-row-breakdown-status {
    display: none;
}

#enrollment-guide-video-link {
    font-size: 16px;
}

/* #endregion */

/*************************
    MERP
*************************/
/* #region Upload File */
#benefit-details-dashboard-row {
    display: none;
}

.benefit-details-label {
    float: left;
}

.benefit-details-value {
    float: right;
}

.benefit-details-modal-value {
    font-weight: 700;
    font-size: 1.2em;
}

#retirement-date {
    width: 120px !important;
    float: left;
    display: block;
}

@media (min-width: 992px) {
    #benefit-details-modal-top-row .benefit-details-label {
        padding-top: 3px;
    }

    .benefit-details-modal-value {
        float: right;
    }

    #retirement-date {
        float: right;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .benefit-details-label {
        float: left;
    }

    .benefit-details-value {
        float: right;
    }
}

/* #endregion */