﻿/***********/
/* Emeriti */
/***********/

html,
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

h5 {
    font-size: 1.1em;
}

label {
    font-family: "Open Sans", sans-serif;
    font-size: 0.93em;
}

label,
.control-label,
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 600;
}

p {
    font-weight: 400;
}

@media (min-width: 400px) {
    p {
        font-size: 0.95em;
    }
}

a {
    color: #217fad;
}

    a:hover,
    a:focus,
    a:active {
        color: #028acc;
    }

#back-to-top a {
    background-color: #4F4C4D;
}

.bg-primary {
    background-color: #41748D;
}

.bg-inverse {
    background-color: #4F4C4D;
}

.bg-success {
    background-color: #7A9A01;
}

.text-primary {
    color: #41748D;
}

.text-primary-alt {
    color: #297ca5;
}

.text-success {
    color: #7A9A01;
}

.text-highlight {
    color: #DE7C00;
}

.text-cool-gray {
    color: #4F4C4D;
}

.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a {
    color: #4F4C4D;
}

    .navbar-default .navbar-text p small {
        color: #4F4C4D;
    }

.navbar-brand-phrase {
    color: #41748D;
}

.navbar-account-select {
    background-color: #7A9A01;
}

.nav-name {
    color: #4F4C4D;
}

.dropdown.open > .dropdown-toggle:focus {
    color: #4F4C4D !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a:hover,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    color: #fff !important;
    background-color: #7E5475 !important;
    border-color: #7E5475 !important;
}

.navbar-nav > li.active > a,
#top-title-xs {
    color: #41748D !important;
}

#nav-account-num-xs {
    color: #4F4C4D;
}

.navbar-dashboard,
.navbar-submission {
    background-color: #7A9A01;
}

    .navbar-dashboard .navbar-collapse {
        background-color: transparent;
    }

    .navbar-dashboard .navbar-nav > li > a {
        color: #ffffff;
        line-height: 30px;
    }

        .navbar-dashboard .navbar-nav > li > a:hover,
        .navbar-dashboard .navbar-nav > li > a:focus,
        .navbar-dashboard .navbar-nav > li.active > a:hover {
            color: #fff !important;
            background-color: #41748D !important;
            border-color: #41748D !important;
            border-bottom: 4px solid #41748D;
            border-radius: 0;
        }

    .navbar-dashboard .navbar-nav > li.active > a {
        color: #41748D;
        border-bottom: 4px solid #41748D;
        border-radius: 0;
    }

a.nav-switch-account.btn {
    border-radius: 36px;
    background-color: #ffffff;
    opacity: 0.9;
    color: #000;
}

    a.nav-switch-account.btn:hover,
    a.nav-switch-account.btn:focus {
        color: #ffffff !important;
        background-color: #41748D !important;
        border-color: #41748D !important;
        opacity: 1;
    }

@media (min-width: 768px) {
    .navbar-dashboard {
        top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-dashboard .navbar-nav > li > a {
        font-size: 0.9em;
        margin-top: 0;
    }

    a.nav-switch-account.btn {
        border-radius: 8px;
    }
}

@media (min-width: 992px) {
    .navbar-account-select h2 {
        font-size: 1.7em;
    }
}

.accountsList-selected {
    color: #7A9A01 !important;
}

/* include #footer to override custom.css */
.footer, #footer {
    background-color: #41748D;
    border-top: 1px solid #41748D;
    color: #ebebeb;
}

#footer-nav a.sub {
    color: #fff;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 10px;
}

.modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-title {
    font-size: calc(1.15em + 0.3vw);
    line-height: 1.5;
    color: #4F4C4D;
}

.modal-edit-panel {
    border: none;
}

.modal-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .modal-footer .btn,
    .ui-formwizard-button.btn-success {
        padding: 0.5em 1.375em;
    }

.investment-rebalanceSettingModal-btn,
#investment-changeAllocationModal .modal-footer .btn {
    width: 100px;
}

.errorPage-text,
.errorPage-navText,
.errorPage-footer-msg,
.panel .panel-heading h4,
div.jGrowl div.jGrowl-notification.warning,
#account-display {
    color: #4F4C4D;
}

.login-wrapper img {
    margin-bottom: 20px;
}

.panel,
#login {
    border: none;
    border-radius: 20px;
}

    .panel .panel-heading,
    .panel .panel-heading-dark {
        padding: 0 0.25em;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        .panel .panel-heading.panel-heading-dark {
            background-color: #ca7100;
            color: #ffffff;
        }

        .panel .panel-heading h4,
        .panel .panel-heading .icon i,
        .modal-header,
        .popover-title {
            color: #4F4C4D;
        }

        .panel .panel-heading h4,
        #db-account-balance-panel .panel-heading h4 {
            font-size: calc(1em + 0.3vw);
            font-weight: 700;
            padding-top: 10px;
        }

    .panel .panel-body {
        padding: 1.5em;
    }

.grey-group {
    border-radius: 8px;
}

.account-select-account-panel {
    font-size: 0.95em;
}

@media (max-width: 768px) {
    .account-select-account-panel td.text-right {
        text-align: left !important;
        padding-top: 10px;
    }
}

#db-account-balance-panel .panel-heading h4 {
    font-weight: normal;
}

#db-account-balance-panel label,
.db-recent-claim-row label.control-label {
    font-weight: 400;
}

#db-account-balance,
.account-balance {
    color: #DE7C00;
}

.db-debitcard-needs-action-unsupported,
.db-debitcard-needs-action-denied,
#btn-debitcard-items-unsupported,
#btn-debitcard-items-denied {
    border-radius: 15px !important;
}

.wizard-steps .wstep.current,
.wizard-steps .wstep.current .donut i {
    color: #41748D;
}

    .wizard-steps .wstep.current .donut {
        border-color: #41748D;
    }

.wizard-steps .wstep.done,
.wizard-steps .wstep.done .donut i {
    color: #7A9A01;
}

    .wizard-steps .wstep.done .donut {
        border-color: #7A9A01;
    }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:hover > i {
    background-color: #7A9A01 !important;
    border-color: #7A9A01 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a > i {
    color: #41748D;
}

.form-control,
.form-control-half {
    display: block;
    padding: 0.375em 0.75em !important;
    font-size: 0.93em !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    appearance: none;
    border-radius: 8px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input,
.selector {
    border-radius: 8px !important;
    border: 1px solid #ced4da !important;
}

div.selector {
    font-size: 0.95em;
}

div.selector span {
    padding-left: 0.65em;
    color: #212529;
    background: url(/Images/YourWay/selects.png) right 0px no-repeat;
}

.twoline-dropdown-text {
    padding-left: 0.65em;
    font-size: 1em !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
    appearance: none;
    border-radius: 8px !important;
}

.twoline-dropdown-select {
    background-image: url(/Images/YourWay/selects.png);
}

.twoline-dropdown-menu {
    border: 1px solid #ced4da;
}

div.radio span {
    background: url(/Images/YourWay/radio.png) 0px 0px;
}

div.checker,
div.checker span,
div.checker input {
    border-radius: 6px;
}

    div.checker span {
        background: url(/Images/YourWay/checkbox.png) 0px 0px;
    }

.input-group .input-group-addon:last-child,
.input-group .btn:last-child,
.input-group .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 8px 8px 0 !important;
}

div.dt-buttons > .dt-button {
    border-radius: 50px;
    padding: 0.5em 1em;
}

.btn,
.wizard-buttons .btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    font-size: 1em;
    border-radius: 30px;
    padding: 0.6em 1em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wizard-buttons .btn {
    height: initial;
    width: initial;
    border: 1px solid #e0e0e0;
}

    .wizard-buttons .btn.btn-cancel {
        border: 1px solid #d50000;
    }

.table thead {
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.table tbody {
    border: none;
}

.table tfoot {
    background-color: #ffffff;
    border: none;
    border-top: 1px solid #dee2e6;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.tab-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.alert {
    border-radius: 8px;
}

.disclaimer {
    font-size: 0.8em;
    line-height: 1;
}

.btn-sm,
.navbar.navbar-account-select .btn {
    font-size: 0.8em;
    padding: 0.5em 0.8em;
}

.btn-primary,
div.dt-buttons > .dt-button.btn-primary {
    background-color: #41748D;
    border-color: #41748D;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    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: #4d8aa8;
        border-color: #4d8aa8;
    }

    .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: #32444d;
        border-color: #32444d;
        opacity: 0.5;
    }

.btn-success {
    background-color: #7E5475;
    border-color: #7E5475;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active {
        background-color: #432D3E !important;
        border-color: #432D3E !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: #765c70;
        border-color: #765c70;
        opacity: 0.5;
    }

.btn-info,
div.dt-buttons > .dt-button.btn-info {
    color: #000;
    background-color: #B9D3DC;
    border-color: #B9D3DC;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    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,
    div.dt-buttons > .dt-button.btn-info:active:not(.disabled):hover:not(.disabled),
    div.dt-buttons > .dt-button.btn-info.active:not(.disabled):hover:not(.disabled),
    a.btn-info:hover,
    a.btn-info:focus {
        color: #000 !important;
        background-color: #add9e8;
        border-color: #add9e8;
    }

    .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 {
        color: #000;
        background-color: #c1cfd4;
        border-color: #c1cfd4;
        opacity: 0.5;
    }

.btn-inverse {
    background-color: #7E5475;
    border-color: #7E5475;
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        background-color: #7E5475 !important;
        border-color: #7E5475 !important;
        color: #FFFFFF;
    }

.btn-warning {
    background-color: #FFC72C;
    border-color: #FFC72C;
}

.modal-footer .btn.btn-success,
.ui-formwizard-button.btn-success,
#cr-edit-btn-submit,
#participant-editor-save-btn,
#participant-editor-save-division-btn,
#psc-btnSubmit,
#btn-verify-address,
#btn-save-checkup,
#btn-save-preferences {
    background-color: #7A9A01;
    border-color: #7A9A01;
}

    .modal-footer .btn.btn-success:hover,
    .modal-footer .btn.btn-success:focus,
    .modal-footer .btn.btn-success:active,
    .modal-footer .btn.btn-success.active,
    .ui-formwizard-button.btn-success:hover,
    .ui-formwizard-button.btn-success:focus,
    .ui-formwizard-button.btn-success:active,
    .ui-formwizard-button.btn-success.active,
    #cr-edit-btn-submit:hover,
    #cr-edit-btn-submit:focus,
    #cr-edit-btn-submit:active,
    #participant-editor-save-btn:hover,
    #participant-editor-save-btn:focus,
    #participant-editor-save-btn:active,
    #participant-editor-save-division-btn:hover,
    #participant-editor-save-division-btn:focus,
    #participant-editor-save-division-btn:active,
    #psc-btnSubmit:hover,
    #psc-btnSubmit:focus,
    #psc-btnSubmit:active,
    #btn-verify-address:hover,
    #btn-verify-address:focus,
    #btn-verify-address:active,
    #btn-save-checkup:hover,
    #btn-save-checkup:focus,
    #btn-save-checkup:active,
    #btn-save-preferences:hover,
    #btn-save-preferences:focus,
    #btn-save-preferences:active {
        background-color: #6b8701 !important;
        border-color: #6b8701 !important;
    }

.complete-message i {
    color: #7A9A01;
}

.success-check circle,
.success-check polyline {
    stroke: #7A9A01;
}

.editing-expense {
    color: #41748D;
}

#change-employeraccount-menu > li > a.ea-selected {
    background-color: #41748D;
    border: 1px solid #41748D !important;
}

    #change-employeraccount-menu > li > a.ea-selected:hover,
    #change-employeraccount-menu > li > a.ea-selected:active {
        background-color: #e0e0e0 !important;
        border: 1px solid #e0e0e0;
    }

#nav-message-new,
#nav-notification-new,
.notification-list-new,
#hamburger-new {
    background-color: #7A9A01;
}

.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: #41748D;
}

.unread-msg {
    color: #7A9A01;
}

.account-select-account-panel {
    border-radius: 10px;
}

    .account-select-account-panel h4.text-highlight {
        color: #7A9A01;
    }

.close {
    font-size: 2.5em;
    line-height: 0.7;
}

legend {
    font-family: agenda,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc(1.1em + 0.3vw);
    border-bottom: none;
    color: #41748D;
}

.status-light-green {
    color: #7A9A01;
}

.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
    border-radius: 8px;
}

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
            background: #7A9A01;
        }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }


.btn.er-db-statistics-btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px;
}

.er-db-statistics-btn .icon {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 42px;
}

.er-db-statistics-btn .btn-info {
    color: #fff;
}

    .er-db-statistics-btn .btn-info:hover {
        color: #fff !important;
    }

.er-db-statistics-btn .btn-success {
    background-color: #7A9A01;
}

    .er-db-statistics-btn .btn-success:hover {
        background-color: #89ad01 !important;
    }

.er-db-statistics-btn[href="/Employer/HRA/Contribution?searchInterval=Month"] .btn-info {
    background-color: #127EBB;
    border-color: #127EBB;
}

.er-db-statistics-btn[href="/Employer/HRA/Participants?searchType=COBRAEventLast30Days"] .btn-info {
    background-color: #DE7C00;
    border-color: #DE7C00;
}

button[data-target="#createContributionReportModal"],
button[data-target="#uploadContributionReportModal"],
#copy-cr-btn {
    padding: 0.55em 0;
    font-size: 0.9em;
}

button[data-target="#enter-eligibility-modal"],
button[data-target="#upload-enrollment-file-modal"],
a[href="/Employer/HRA/Participants/ParticipantStatusChange"].btn-success.btn-block {
    font-size: 0.96em;
}

#psc-btnParticipantSearch {
    padding: 6px 15px;
}

.progress-bar {
    background-color: #7A9A01;
}

#btn-editReportDetails {
    font-size: 16px;
}

.participant-detail-fullname {
    font-size: calc(1.5em + 0.3vw);
}

div.jGrowl div.jGrowl-notification, 
div.jGrowl div.jGrowl-closer {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

    div.jGrowl div.jGrowl-notification.success {
        background-color: #89ad01;
        border-color: #89ad01;
    }

.account-select-account-panel .btn.btn-primary {
    font-size: 0.95em;
}

#db-account-balance-panel .panel-body,
#db-fsa-info-panel .panel-body {
    padding: 0.5em 1.5em 1.5em 1.5em;
}

.account-select-panel-product-tab {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.account-select-panel-wrapper {
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.nav-name-product-type,
.account-select-product-type,
.db-product-type {
    color: #DE7C00;
    font-weight: bold;
}

.profile-loading-btn {
    display: none;
}
