/* Extra small devices (phones, less than 768px) */


/* Added by Development */

body:before {
    content: 'x-small';
    display: none;
}

a {
    cursor: pointer;
}


/* These CSS entries are needed for the Identity Server because of discrepancies between the identity project and web project*/


.ml-1x {
    margin-left: 6px;
}

.width100 {
    width: 100%
}

.bgcolwhite {
	background-color: white;
} 


/* End of - These CSS entries are needed for the Identity Server because of discrepancies between the identity project and web project */


/* Since we are not using wrapkit in Identity project, adding this here to fix the margin top above the close button in the modals of the footer*/

.identity-mt-4x {
    margin-top: 24px
}

.identity-mt-2x {
    margin-top: 12px;
}

/* End of - Since we are not using wrapkit in Identity project, adding this here to fix the margin top above the close button in the modals of the footer */



/* General styles - No media query since this is the default in Bootstrap */

::selection {
    background: #505050;
    color: #fff;
}

::-moz-selection {
    background: #505050;
    color: #fff;
}

body {
    -ms-overflow-style: scrollbar;
}

body.bg-grd-dark {
    background: none;
}

.wrapkit-wrapper {
    min-height: auto;
}

.content-wrapper {
    min-height: 850px;
    position: relative;
}

.content-wrapper .content {
    position: relative;
}

.mbe-2000px-max-width {
    max-width: 2000px;
    margin: auto;
}

a {
    color: #32a0bd;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #175261;
}

p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
}


/* Modified by Development */

h1 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 300;
    /*color: #4b91ea;*/
    /* Client Color */
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    margin-top: 0;
    margin-bottom: 15px;
    word-wrap: break-word;
}

h2 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    color: #505050;
    word-wrap: break-word;
}

h3 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    color: #505050;
    word-wrap: break-word;
}

h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #505050;
    word-wrap: break-word;
}

h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #505050;
    word-wrap: break-word;
}

h6 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #505050;
    word-wrap: break-word;
}

ul li,
ol li {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
    word-wrap: break-word;
}

.text-red {
    color: #e74c3c;
}

.text-bold {
    font-weight: 700;
}

.text-green {
    color: #27c24c !important;
}


/* Header section styles - General */


/* Modified by Development */

nav.header.navbar.mbe-header {
    /*border-bottom: 10px solid #4b91ea;*/
    border-bottom: 10px solid;
    /* Client Color */
    height: 80px;
}

nav.mbe-header .pull-left {
    line-height: 70px;
}

nav.mbe-header .pull-left a.navbar-brand {
    height: auto;
}


/*nav.mbe-header .pull-left a.navbar-brand {
    height: 70px;
    width: 230px;
    margin-top: 0;
}*/


/* Modified by Development */

nav.mbe-header .pull-left a.navbar-brand img.logo,
nav.mbe-header .pull-left a.navbar-brand img.logo1 {
    height: 40px;
    width: auto;
    margin-top: 0;
}

nav.mbe-header .pull-left button.btn.btn-icon.navbar-btn {
    margin: 0;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
    outline: none;
}

nav.mbe-header .pull-right a.btn.btn-icon.navbar-btn {
    line-height: 56px;
    border-radius: 0;
}

nav.mbe-header .pull-right a.btn.btn-icon.navbar-btn:hover {
    background-color: #f9f9f9;
}

nav.mbe-header .pull-right a.btn.btn-icon.navbar-btn:focus {
    outline: 0;
}

nav.mbe-header .pull-right a.btn.btn-icon.navbar-btn.mbe-header-icon-text-container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    color: #505050;
}

nav.mbe-header .pull-right .mbe-header-icon-text {
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    padding-right: 5px;
    color: #505050;
}

nav.mbe-header .pull-right .dropdown ul.dropdown-menu {
    padding: 6px 0;
}

nav.mbe-header .pull-right .dropdown ul.dropdown-menu li a {
    color: #505050;
}

nav.mbe-header .pull-right .dropdown ul.dropdown-menu li a:hover {
    background-color: #f9f9f9;
}

nav.mbe-header .pull-right .dropdown ul.dropdown-menu li.no-link {
    padding: 6px 12px;
    font-weight: 400;
    white-space: nowrap;
}


/* End of header section styles - General */


/* Sidebar styles - General */

.mbe-sidebar {
    top: 80px;
}

.mbe-sidebar .sidebar-block {
    margin: 0;
    padding: 30px 12px;
}

.mbe-sidebar .sidebar-block .media .media-left {
    vertical-align: middle;
}

.mbe-sidebar .sidebar-block .media .media-body {
    vertical-align: middle;
}

.mbe-sidebar .sidebar-block .media .media-body .employee-name {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    word-break: break-all;
}

.mbe-sidebar .sidebar-block .media .media-body a {
    color: rgba(245, 247, 250, .54);
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 17px;
}


/* Modified by Development */

.mbe-sidebar .sidebar-block .media .media-body a:hover {
    /*color: rgba(245, 247, 250, .54);
    text-decoration: underline;*/
    color: #7cc2d5;
}

.mbe-sidebar .nav-wrapper ul.nav-stacked li {
    color: white;
}

.mbe-sidebar .nav-wrapper ul.nav-stacked li.collapse-item {
    padding: 15px 0 0 0;
    height: 55px;
}

.mbe-sidebar .nav-wrapper ul.nav-stacked li.nav-item a {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

.mbe-sidebar .nav-wrapper ul.nav-stacked li.nav-item ul li a {
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

.mbe-sidebar .nav-wrapper ul.nav-stacked li.nav-item.active a {
    cursor: pointer;
}


/* End of sidebar styles - General */


/* Footer styles - General */


/*below added by mpk per jeremy mockup 2017.02.24*/

.footer-wrapper {
    z-index: 6;
}


/*above added by mpk per jeremy mockup 2017.02.24*/

.mbe-footer {
    background-color: white;
    border-top: 1px solid #ddd;
}

.mbe-footer .footer ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.mbe-footer .footer ul li {
    font-size: 15px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    display: inline-block;
    padding: 5px 15px;
}

.mbe-footer .footer ul li.divider {
    border-left: 1px solid #ddd;
    padding: 0;
    margin: 5px 0;
    display: inline;
}


/* End of footer styles - General */


/* Panel styles - General */

.panel.mbe-panel .panel-body {
    padding: 25px;
}

.panel .panel-heading {
    background-color: white;
    color: #4b91ea;
    /* Client Color */
    border-bottom: 1px solid #ddd;
    position: relative;
}

.panel .panel-heading h2.panel-title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    text-overflow: clip;
    white-space: normal;
}

.panel .panel-heading.panel-heading-inverted {
    background-color: #4b91ea;
    /* Client Color */
    color: white;
    border-bottom: none;
}

.panel .panel-heading a {
    font-size: 15px;
    color: #32a0bd;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

.panel .panel-heading a:hover,
.panel .panel-heading a:focus {
    text-decoration: none;
    color: #175261;
}

.mbe-panel .panel-heading.heading-with-links h2 {
    width: 100%;
    margin-bottom: 15px;
}

.mbe-panel .panel-heading.heading-with-links .link-container a {
    font-size: 15px;
    line-height: 24px;
    margin: 0 10px 0 0;
}


/* End of panel styles - General */


/* Content editing pencil styles - General */

.content-editing-pencil a.icon {
    color: inherit;
}

.content-editing-pencil a.icon:hover {
    color: inherit;
}


/* End of content editing pencil styles - General */


/* Breadcrumb styles - General */

ol.mbe-breadcrumb {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 10px;
}

ol.mbe-breadcrumb li a:hover {
    opacity: .8;
}


/* End of breadcrumb styles - General */


/* Button styles - General */

button.btn-mbe,
a.btn-mbe {
    color: white !important;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

button.btn-mbe:hover,
a.btn-mbe:hover {
    opacity: .7;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

button.btn-mbe:focus,
a.btn-mbe:focus {
    text-decoration: none;
}

button.btn-mbe:active,
a.btn-mbe:active {
    top: 1px;
}

button.btn-mbe.btn-teal,
a.btn-mbe.btn-teal {
    background-color: #32a0bd;
}

button.btn-mbe.btn-teal:disabled,
a.btn-mbe.btn-teal:disabled {
    background-color: #99a4ae;
}

button.btn-mbe.btn-gray,
a.btn-mbe.btn-gray {
    background-color: #99a4ae;
}

button.btn-mbe.btn-orange,
a.btn-mbe.btn-orange {
    background-color: #ffa000;
}

button.btn-mbe.btn-large,
a.btn-mbe.btn-large {
    padding: 7px 55px;
}

button.btn-with-h1,
a.btn-with-h1 {
    margin-left: 10px;
}

button.btn-mbe[disabled],
.btn-mbe.disabled {
    cursor: not-allowed;
    opacity: .65;
}


/* End of button styles - General */


/* Form styles - General */


/* Modified by Development */

form.mbe-form {
    font-size: 15px;
    font-weight: 00;
    color: #505050;
}

form.mbe-form input.mbe-input,
form.mbe-form select.mbe-select {
    height: 40px;
    font-size: 15px;
    padding-left: 10px;
    color: #505050;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-shadow: none;
}

form.mbe-form input.mbe-input:focus,
form.mbe-form select.mbe-select:focus,
form.mbe-form textarea.mbe-textarea:focus {
    border: 1px solid #32a0bd;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    transition: all ease-in .1s;
}

form.mbe-form textarea.mbe-textarea {
    font-size: 15px;
    padding-left: 10px;
    color: #505050;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-shadow: none;
}

form.mbe-form label.mbe-label {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #505050;
}

form.mbe-form label.mbe-label.subdued-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #a5a5a5;
    font-style: italic;
}

form.mbe-form .checkbox label input,
form.mbe-form .radio label input,
form.mbe-form .checkbox-inline label input,
form.mbe-form .radio-inline label input,
form.mbe-form .checkbox-inline label,
form.mbe-form .radio-inline label {
    cursor: pointer;
}


/*below added by mpk per jeremy mockup 2017.02.24*/

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: none;
}


/*above added by mpk per jeremy mockup 2017.02.24*/

form.mbe-form .asterisk-red {
    color: #e74c3c;
}

form.mbe-form .checkbox input {
    cursor: pointer;
}


/* Modified by Development */

form.mbe-form .checkbox label,
form.mbe-form .radio label {
    /*padding-left: 5px;*/
    /* Removed by development to make sure radio buttons align correctly on pre-enroll questions */
    color: #505050;
    vertical-align: baseline;
}

form.mbe-form .mbe-form-error input.mbe-input,
form.mbe-form .mbe-form-error select.mbe-select {
    border-color: #e74c3c;
}

form.mbe-form .mbe-form-error input.mbe-input:focus,
form.mbe-form .mbe-form-error select.mbe-select:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e74c3c;
}

form.mbe-form .help-text {
    color: #737373;
    margin: 5px 0 10px 0;
}

form.mbe-form .help-text-error {
    color: #e74c3c;
}

form.mbe-form .confirm-deduction-sort select {
    min-width: 150px;
}

form.mbe-form .input-with-unit,
form.mbe-form .input-with-unit-right {
    position: relative;
}

form.mbe-form .input-with-unit input {
    padding-left: 15px;
}

form.mbe-form .input-with-unit .unit {
    position: absolute;
    left: 5px;
    top: 10px;
}

form.mbe-form .input-with-unit-right input {
    padding-right: 20px;
    text-align: right;
}

form.mbe-form .input-with-unit-right .unit {
    position: absolute;
    right: 5px;
    top: 10px;
}

.tax-savings-calculator-container .value {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    color: #4b91ea;
    /* Client Color */
}

.tax-savings-calculator-container .final-value {
    font-size: 36px;
    line-height: 45px;
}


/* End of form styles - General */


/* Collapse styles - General */

.mbe-collapse .well {
    background-color: white;
    padding: 0;
    margin: 10px 0;
}


/* End of collapse styles - General */


/* Alert styles - General */

.alert.mbe-alert {
    font-size: 15px;
    line-height: 24px;
}

.alert.mbe-alert.alert-info {
    border: 1px solid #4b91ea;
    background-color: #dfebfb;
    color: #4b91ea;
}

.alert.mbe-alert.alert-info p,
.alert.mbe-alert.alert-info ul li {
    color: #4b91ea;
}

.alert.mbe-alert.alert-info a {
    color: #4b91ea;
    text-decoration: underline;
    font-weight: 700;
}

.alert.mbe-alert.alert-success {
    border: 1px solid #27c24c;
    background-color: #d4f3db;
    color: #16722c;
}

.alert.mbe-alert.alert-success p,
.alert.mbe-alert.alert-success ul li {
    color: #16722c;
}

.alert.mbe-alert.alert-success a {
    color: #16722c;
    text-decoration: underline;
    font-weight: 700;
}

.alert.mbe-alert.alert-success button.close:hover {
    color: #16722c;
}

.alert.mbe-alert.alert-danger {
    border: 1px solid #af3d3b;
    background-color: #f3dbdb;
    color: #b34240;
}

.alert.mbe-alert.alert-danger p,
.alert.mbe-alert.alert-danger ul li {
    color: #b34240;
}

.alert.mbe-alert.alert-danger a {
    color: #b34240;
    text-decoration: underline;
    font-weight: 700;
}

.alert.mbe-alert.alert-danger button.close:hover {
    color: #b34240;
}

.alert.mbe-alert.alert-warning {
    border: 1px solid #ffa000;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert.mbe-alert.alert-warning p,
.alert.mbe-alert.alert-warning ul li {
    color: #8a6d3b;
}

.alert.mbe-alert.alert-warning a {
    color: #8a6d3b;
    text-decoration: underline;
    font-weight: 700;
}

.alert.mbe-alert.alert-warning a.btn-alert,
.alert.mbe-alert.alert-warning button.btn-alert {
    background-color: #ffa000;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.alert.mbe-alert button {
    opacity: 1;
}

.alert.mbe-alert .alert-heading {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 5px;
}


/* End of alert styles - General */


/* Table styles - General */

.scrollable-shadow-table {
    position: relative;
    overflow: hidden;
}

.scrollable-shadow-table:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: '';
}

.mbe-table {
    margin: 15px 0;
}

.mbe-table table.table {
    font-size: 15px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin: 0;
    box-shadow: none;
}


/* Modified by Development */

.mbe-table table.table th {
    font-weight: 700;
    /*background-color: #4b91ea;*/
    /* Client Color */
    color: #fff;
    padding: 10px;
    vertical-align: middle;
}

.mbe-table table.table th:first-child {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}

.mbe-table table.table th:last-child {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.mbe-table table.table th a.text-link {
    color: white;
    font-weight: 400;
}

.mbe-table table.table th a.text-link:hover {
    text-decoration: underline;
}

.mbe-table table.table tr.sub-header-row {
    background-color: #f3f3f3;
    font-weight: 700;
}

.mbe-table table.table tr.sub-header-row a.btn-mbe,
.mbe-table table.table tr.sub-header-row button.btn-mbe {
    font-weight: 400;
}

.mbe-table table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7fafa;
}

.mbe-table table.table tr.alternating-row {
    background-color: #f7fafa;
}

.mbe-table table.table tr.light-orange-row {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.mbe-table table.table tr.success-row,
.mbe-table table.table-striped>tbody>tr:nth-of-type(odd).success-row {
    background-color: #d4f3db;
    color: #16722c;
}

.mbe-table table.table tr.success-row label {
    color: #16722c;
}

.mbe-table table.table tr.error-row {
    background-color: #f3dbdb;
    color: #b34240;
}

.mbe-table table.table tr.error-row label {
    color: #b34240;
}

.mbe-table .table.table td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

.mbe-table.table-fixed-height {
    max-height: 550px;
}

.mbe-table.table-fixed-height::-webkit-scrollbar {
    width: 12px;
}

.mbe-table.table-fixed-height::-webkit-scrollbar-track {
    background-color: rgba(165, 165, 165, 0.15);
}

.mbe-table.table-fixed-height::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(165, 165, 165, 0.8);
}

.mbe-table.table-fixed-height::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(165, 165, 165, 0.4);
}

.mbe-panel .plan-container .plan-details-section .plan-values-section .table-responsive table.table td {
    border-bottom: none;
    border-top: none;
    padding: 5px;
}

.mbe-panel .plan-container .plan-details-section .plan-values-section .table-responsive table.table td.plan-tier-level-text {
    font-size: 20px;
    font-weight: 800;
}

.mbe-table-alternate-1 .mbe-table {
    margin: 0;
}

.mbe-table-alternate-1 .mbe-table tr.header-row {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.mbe-table-alternate-1 .mbe-table tr.header-row .name {
    color: #505050;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.mbe-table-alternate-1 .mbe-table tr.sub-row {
    color: #a5a5a5;
    font-weight: 400;
    background-color: white;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.mbe-table-alternate-1 .mbe-table tr.sub-row td {
    vertical-align: top;
}

.mbe-table-alternate-1 .mbe-table tr.divider-row {
    border-left: none;
    border-right: none;
}

.mbe-table-alternate-1 .mbe-table tr.divider-row td {
    padding: 20px 0;
}

.mbe-table-alternate-1 .mbe-table tr.divider-row td.total {
    border-bottom: 3px solid #ddd;
}

.mbe-table-alternate-1 .mbe-table td {
    border: none;
}

.mbe-table-alternate-1 .mbe-table tr.info-row {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.mbe-table-alternate-1 .mbe-table tr.info-row td {
    vertical-align: top;
}

.mbe-table-alternate-1 .mbe-table tr.info-row.beneficiary-row td {
    border: none;
}

.mbe-table-alternate-1 .mbe-table tr.info-row td .pay-period {
    font-size: 13px;
    line-height: 14px;
    color: #a5a5a5;
    font-style: italic;
}

.mbe-table-alternate-1 .mbe-table tr.pending-row-header {
    background-color: #fcf8e3;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.mbe-table-alternate-1 .mbe-table tr.pending-row-header td {
    color: #8a6d3b;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 0;
    border: none;
}

.mbe-table-alternate-1 .mbe-table tr.info-row.pending-row td .pay-period {
    color: #8a6d3b;
}

.mbe-table-alternate-1 .mbe-table tr.pending-row {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.mbe-table-alternate-1 .mbe-table tr.total-sub-row,
.mbe-table-alternate-1 .mbe-table tr.total-sub-row td {
    border: none;
}

.mbe-table-alternate-1 .mbe-table tr.total-sub-row td.text {
    color: #505050;
    font-weight: 700;
}

.mbe-table-alternate-1 .mbe-table tr.total-info-row,
.mbe-table-alternate-1 .mbe-table tr.total-info-row td {
    border: none;
    padding-top: 0;
}

.mbe-table-alternate-1 .mbe-table.getting-started-table {
    margin-bottom: 40px;
}

.mbe-table-alternate-1 .mbe-table.getting-started-table tr.info-row td {
    border: none;
}

.mbe-table-alternate-1 .mbe-table.getting-started-table tr.button-row {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.mbe-table.beneficiaries-table tr:last-child td {
    border-bottom: none;
}

.mbe-table.beneficiaries-table td:nth-last-child(2),
.mbe-table.beneficiaries-table td:last-child {
    min-width: 125px;
    max-width: 250px;
    white-space: normal;
    text-align: right;
}

.compare-plans-table td:first-child {
    width: 250px;
}


/* End of table styles - General */


/* Accordions styles - General */

.mbe-accordion .panel {
    box-shadow: none;
    border: 1px solid #ddd;
}

.mbe-accordion .panel .panel-heading {
    background-color: #f9f9f9;
    padding: 0;
}

.mbe-accordion .panel-heading a {
    font-size: 16px;
    line-height: 25px;
    color: #505050;
    font-weight: 600;
    display: block;
    padding: 6px 12px;
}

.mbe-accordion .panel-heading a i {
    font-weight: 400;
    width: 8px;
}

.mbe-accordion .panel-heading a:hover,
.mbe-accordion .panel-heading a:focus {
    color: #505050;
}

.more-collapse-link {
    font-weight: 700;
}

.mbe-collapse .well {
    background-color: white;
    padding: 0;
}

.mbe-accordion .info-block {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.mbe-accordion .info-block:last-child {
    border: none;
}

.mbe-accordion .info-block .main-link-container a {
    font-size: 18px;
    line-height: 27px;
}

.mbe-accordion .info-block .small-text {
    font-size: 13px;
    line-height: 22px;
    color: #a5a5a5;
}


/* End of accordions styles - General */


/* Tab styles - General */

.mbe-tabs .nav.nav-tabs {
    top: 1px;
    position: relative;
    border-left: 1px solid #ddd;
}

.mbe-tabs .nav.nav-tabs li a {
    color: #505050;
    border: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    background-color: #f9f9f9;
}

.mbe-tabs .nav.nav-tabs li.active a {
    color: #32a0bd;
    border-bottom-color: #32a0bd;
    background-color: white;
}

.mbe-tabs .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
}

.mbe-tabs-alternate .nav.nav-tabs {
    border-left: none;
}

.mbe-tabs-alternate .nav.nav-tabs li a {
    border: none;
    background-color: transparent;
}

.mbe-tabs-alternate .nav.nav-tabs li.active a {
    color: #32a0bd;
    border-bottom: none;
    -webkit-box-shadow: 0px 5px 0px 0px #32a0bd;
    -moz-box-shadow: 0px 5px 0px 0px #32a0bd;
    box-shadow: 0px 5px 0px 0px #32a0bd;
}

.mbe-tabs-alternate .tab-content {
    border: none;
}


/* End of tab styles - General */


/* Modal styles - General */

.modal.mbe-modal,
.btn-mbe:focus {
    outline: none!important
}


/* Modified by Development */

.modal.mbe-modal .modal-content .modal-header,
.modal-content .modal-header {
    padding: 25px;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .modal-header h2,
.modal-content .modal-header h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: white;
}

.modal.mbe-modal .modal-content .modal-header button.close {
    color: white;
    opacity: .7;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

.modal.mbe-modal .modal-content .modal-header button.close {
    color: white;
    opacity: .7;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

.modal.mbe-modal .modal-content .modal-header button.close:hover,
.modal.mbe-modal .modal-content .modal-header button.close:focus {
    opacity: 1;
}

button.close {
    color: white;
    opacity: .7;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

button.close:hover,
button.close:focus {
    color: white;
    opacity: 1;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .modal-body,
.modal-content .modal-body {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px;
    background-color: white;
}

.modal.mbe-modal .modal-content .modal-footer {
    padding: 0 25px 25px;
    background-color: #f9f9f9;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .available-enrollments-container .block,
.modal-content .available-enrollments-container .block {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .available-enrollments-container .block.completed-enrollment .icon.completed-icon,
.modal-content .available-enrollments-container .block.completed-enrollment {
    border: 2px solid #27c24c;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .available-enrollments-container .block .icon,
.modal-content .available-enrollments-container .block .icon {
    font-size: 60px;
    line-height: 69px;
    /*color: #4b91ea;*/
    /* Client Color */
    display: block;
    text-align: center;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .available-enrollments-container .block p.notification,
.modal-content .available-enrollments-container .block p.notification {
    font-size: 18px;
    line-height: 27px;
}


/* Modified by Development */

.modal.mbe-modal .modal-content .available-enrollments-container .block .complete,
.modal-content .available-enrollments-container .block .complete {
    color: #27c24c;
}

.add-dependent-additional-section {
    border-top: 5px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
}

.modal.mbe-modal .modal-content .vendor-contact-container {
    border-bottom: 5px solid #ddd;
    padding-bottom: 15px;
}

.modal.mbe-modal .modal-content .vendor-contact-container:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-print-email-row {
    background-color: #f9f9f9;
    padding: 5px 15px;
}

.modal-print-email-row .link-container {
    text-align: right;
}

.modal-print-email-row .link-container a {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 0 10px;
}


/* End of modal styles - General */


/* Tooltip and popover styles - General */

.popover {
    background-color: #e74c3c;
    border-radius: 5px;
    color: white;
    box-shadow: none;
}

.popover.top > .arrow:after {
    border-top-color: #e74c3c;
}

.popover.right > .arrow:after {
    border-right-color: #e74c3c;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #e74c3c;
}

.popover.left > .arrow:after {
    border-left-color: #e74c3c;
}


/* */

span + popover-container.popover {
    background-color: #434a54;
    border-radius: 5px;
    color: white;
    box-shadow: none;
}

span + popover-container.popover.top > .arrow:after {
    border-top-color: #434a54;
}

span + popover-container.popover.right > .arrow:after {
    border-right-color: #434a54;
}

span + popover-container.popover.bottom > .arrow:after {
    border-bottom-color: #434a54;
}

span + popover-container.popover.left > .arrow:after {
    border-left-color: #434a54;
}


/* */


/*
div.error.popover .popover {
    background-color: #e74c3c;
    border-radius: 5px;
    color: white;
    box-shadow: none;
}

div.error.popover .popover.top > .arrow:after {
    border-top-color: #e74c3c;
}

div.error.popover .popover.right > .arrow:after {
    border-right-color: #e74c3c;
}

div.error.popover .popover.bottom > .arrow:after {
    border-bottom-color: #e74c3c;
}

div.error.popover .popover.left > .arrow:after {
    border-left-color: #e74c3c;
}

 */

.mbe-help-icon {
    line-height: inherit;
    cursor: pointer;
}

.mbe-help-icon-gray {
    color: #99a4ae;
}

.mbe-help-icon-red {
    color: #e74c3c;
}

a.mbe-help-icon.mbe-help-icon-red:hover,
a.mbe-help-icon.mbe-help-icon-red:focus {
    color: #e74c3c;
    opacity: .7;
}

a.mbe-help-icon {
    cursor: pointer;
}

a.mbe-help-icon:hover,
a.mbe-help-icon:focus {
    color: #99a4ae;
    opacity: .7;
}


/* End of tooltip and popover styles - General */


/* Spacer styles - General */

.spacer-with-border {
    border-bottom: 1px solid #ddd;
}

.spacer-with-border-thick {
    border-bottom: 5px solid #ddd;
}


/* End of spacer styles - General */


/* Login page styles - General */

body.mbe-login-body {
    background-color: white;
}


/* Modified by Development */

.login-page-header {
    /*border-bottom: 10px solid #4b91ea;*/
    border-bottom: 10px solid;
    /* Client Color */
}

.login-page-header .mbe-login-header-container {
    padding: 15px 0;
}

.login-page-header .mbe-login-header-container form.mbe-form .form-group {
    padding-top: 15px;
}

.login-page-header .mbe-login-header-container form.mbe-form .form-group select {
    max-width: 200px;
}

.mbe-login-content-container .image-and-footer-container {
    padding: 0;
}

.mbe-login-content-container .image-and-footer-container .image-block {
    background-image: url(../images/mbe-custom/login-family-mountain.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 600px;
    background-size: cover;
}

.mbe-login-content-container .image-and-footer-container .image-block .call-out-text {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px #505050;
    text-align: center;
    margin-top: 270px;
}

.mbe-login-content-container .image-and-footer-container .image-block .call-out-text sup {
    font-size: 45%;
    top: -15px;
}

.mbe-login-content-container .image-and-footer-container footer.mbe-footer.login-footer {
    padding: 85px 15px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #ddd;
}

.mbe-login-content-container .content-container .login-block {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.mbe-login-content-container .content-container .login-block a.login-btn {
    display: block;
}

.mbe-login-content-container .content-container .login-block .links-container .left {
    margin-top: 10px;
}

.mbe-login-content-container .content-container .login-block .links-container .right {
    text-align: right;
    margin-top: 10px;
}

.mbe-login-content-container .content-container .login-block .mbe-login-collapse .well {
    background-color: white;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.mbe-login-content-container .content-container .need-help-block {
    margin: 30px 0;
}


/* Modified by Development */

.mbe-login-content-container .content-container .need-help-block h2 {
    font-size: 28px;
    line-height: 37px;
    font-weight: 400;
    /*color: #4b91ea;*/
    /* Client Color */
    text-align: center;
    margin: 0 0 15px;
}


/* Modified by Development */

.mbe-login-content-container .content-container .need-help-block .icon {
    font-size: 50px;
    /*color: #4b91ea;*/
    /* Client Color */
}

.mbe-login-content-container .content-container .need-help-block .text {
    font-size: 15px;
    line-height: 24px;
}

.mbe-login-content-container .content-container .need-help-block .text .contact-type {
    font-weight: 700;
}


/* End of login page styles - General */


/* Welcome page styles - General */

.welcome-icons-container .icon-block {
    text-align: center;
    margin: 15px 0;
}


/* Modified by Development */

.welcome-icons-container a.icon {
    font-size: 55px;
    line-height: 90px;
    background-color: transparent;
    border-radius: 50%;
    /*color: #4b91ea;*/
    /* Client Color */
    /* padding: 20px; <-- This line is not in the mockup */
    width: 100px;
    height: 100px;
    /*border: 3px solid #4b91ea;*/
    border: 3px solid;
    /* Client Color */
}


/* Modified by Development */

.welcome-icons-container a.icon:hover {
    text-decoration: none;
    color: #ffffff;
    /*background-color: #4b91ea;*/
    /* Client Color */
}

.welcome-icons-container a.icon:focus {
    text-decoration: none;
    outline: none;
}

.welcome-page-carousel ol {
    bottom: -25px;
}

.welcome-page-carousel ol li {
    border-color: #ddd;
}

.welcome-page-carousel ol li.active {
    background-color: #6fbcd1;
}

.welcome-page-carousel a.left,
.welcome-page-carousel a.right {
    background-image: none;
}

.welcome-page-carousel a.carousel-control {
    opacity: 1;
    text-shadow: none;
    color: #aaa;
    width: auto;
    top: 45%;
    bottom: auto;
}

.welcome-page-carousel a.left.carousel-control {
    text-align: left;
}

.welcome-page-carousel a.right.carousel-control {
    text-align: right;
}

.welcome-page-carousel a .fa {
    z-index: 5;
    display: inline-block;
    font-size: 34px;
}

.welcome-icons-container .text {
    font-size: 16px;
    line-height: 25px;
    color: #505050;
    padding-top: 10px;
}

.welcome-per-pay-panel .block {
    margin: 15px 0;
}

.welcome-per-pay-panel .plan-content {
    padding: 15px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background-color: #f9f9f9;
    color: #505050;
}


/* Modified by Development */

.welcome-per-pay-panel .block .plan-content .icon {
    font-size: 38px;
    /*color: #4b91ea;*/
    /* Client Color */
}

.welcome-per-pay-panel .block .plan-content .plan-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.welcome-per-pay-panel .block .plan-content .amount {
    font-size: 13px;
    line-height: 22px;
}


/* Modified by Development */

.welcome-per-pay-panel .block .plan-label {
    font-size: 13px;
    color: white;
    /*background-color: #4b91ea;*/
    /* Client Color */
    padding: 5px;
    /*border: 1px solid #4b91ea;*/
    border: 1px solid;
    /* Client Color */
    border-radius: 0 0 5px 5px;
}

.welcome-per-pay-panel .bottom-info-container {
    padding-top: 15px;
}

.welcome-per-pay-panel .bottom-info-container .total {
    font-size: 18px;
    line-height: 27px;
    color: #505050;
    padding-bottom: 10px;
}

.welcome-search-panel button.btn-mbe {
    display: block;
    width: 100%;
}

.welcome-cta-panel a {
    min-width: 130px;
}


/* End of welcome page styles - General */


/* Contact us panel styles - General */


/* Modified by Development */

.contact-us-webpart-container .icon {
    font-size: 50px;
    /*color: #4b91ea;*/
    /* Client Color */
}

.contact-us-webpart-container .text {
    font-size: 15px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
}

.contact-us-webpart-container .text .contact-type {
    font-weight: 700;
}

.contact-us-webpart-container p {
    margin: 20px 0 0;
}


/* End of contact us panel styles - General */


/* Important note styles - General */

.mbe-panel .mbe-collapsible-important-note {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.mbe-panel .mbe-collapsible-important-note .panel {
    box-shadow: none;
}

.mbe-panel .mbe-collapsible-important-note .panel .panel-heading {
    padding: 10px 25px;
    border: none;
}

.mbe-panel .mbe-collapsible-important-note .panel .panel-heading .important-note-title {
    font-size: 20px;
    line-height: 29px;
    color: #505050;
    font-weight: 700;
}

.mbe-panel .mbe-collapsible-important-note .panel .panel-heading .important-note-title .icon {
    color: #e74c3c;
    padding-right: 10px;
}

.mbe-panel .mbe-collapsible-important-note .panel .panel-heading a {
    color: rgba(22, 24, 27, .54);
}

.mbe-panel .mbe-collapsible-important-note .panel .panel-heading a:hover,
.mbe-panel .mbe-collapsible-important-note .panel .panel-heading a:focus {
    color: rgba(22, 24, 27, .54);
    opacity: .7;
}

.mbe-panel .mbe-collapsible-important-note .panel .panel-body {
    padding: 0 25px 10px 25px;
}


/* End of important note styles - General */


/* Enrollment layout styles - General */

.mbe-panel.enrollment-per-pay-panel .panel-body {
    padding: 0;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .effective-date-container {
    padding: 10px 25px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    color: #505050;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .per-pay-total-container {
    padding: 25px;
    text-align: center;
    color: #505050;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .per-pay-total-container .initial-text {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .per-pay-total-container .total-amount {
    color: #32a0bd;
    font-size: 48px;
    word-break: break-all;
    cursor: default;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .per-pay-total-container .pay-period {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    color: #a5a5a5;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .plus-sign-container {
    color: #505050;
    font-size: 48px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 25px;
    text-align: center;
}

.mbe-panel.enrollment-per-pay-panel .panel-body .amount-pending-container {
    padding: 10px 25px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    color: #505050;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row:last-child {
    border-bottom: 1px solid #ddd;
}

.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row.coverage-row-alternate {
    background-color: #f7fafa;
}

.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row p {
    margin: 0;
}

.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row ul {
    margin: 0;
    padding-left: 20px;
}

.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row p,
.mbe-panel.enrollment-coverages-panel .coverage-info-section .coverage-row ul li {
    word-wrap: break-word;
}


/* Modified by Development */

.enrollment-navigation-section {
    border-top: 1px solid #ddd;
    background-color: #e5e8eb;
    margin: 0px -15px -15px -15px;
}

.enrollment-navigation-section .enrollment-navigation-right {
    float: none;
    margin: 15px 0;
}

.enrollment-navigation-section .enrollment-navigation-right a {
    margin-left: 0;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.enrollment-navigation-section .enrollment-navigation-left {
    margin: 15px 0;
}

.enrollment-navigation-section .enrollment-navigation-left a {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mbe-panel .company-provided-container {
    text-align: center;
}

.mbe-panel .company-provided-container .icon-container i.icon {
    color: #4b91ea;
    /* Client Color */
    font-size: 60px;
    margin-bottom: 10px;
}

.mbe-panel .enrollment-info-block-container .block {
    text-align: center;
    margin-bottom: 25px;
}

.mbe-panel .enrollment-info-block-container .block .heading {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #505050;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
}

.mbe-panel .enrollment-info-block-container .block .content-container {
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 25px 15px;
}

.mbe-panel .enrollment-info-block-container .block .content-container p {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
}

.progress-bar-container .progress-step-container {
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    background-color: white;
    color: #505050;
    border: 1px solid #ddd;
    border-top: 5px solid #27c24c;
    position: relative;
}

.progress-bar-container .progress-step-container.complete-visited {
    color: rgba(80, 80, 80, 0.3);
    background-color: #f9f9f9;
}

.progress-bar-container .progress-step-container .complete-check {
    position: absolute;
    top: -5px;
    left: -1px;
    padding: 3px 5px 5px 5px;
    background-color: #27c24c;
    color: white;
    font-size: 15px;
    border-radius: 0 0 5px 0;
}

.progress-bar-container .progress-step-container.inactive {
    color: rgba(80, 80, 80, 0.3);
    border-top: 5px solid #ddd;
    background-color: #f9f9f9;
}

.progress-bar-container .progress-step-container a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .2s all ease;
}

.progress-bar-container .progress-step-container .text {
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

.progress-bar-container .progress-step-container .dropdown {
    position: static;
}

.progress-bar-container .progress-step-container .dropdown a.choices-dropdown {
    position: absolute;
    cursor: pointer;
    color: #505050;
    font-size: 25px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.progress-bar-container .progress-step-container .dropdown a.choices-dropdown i {
    position: absolute;
    top: 30%;
    right: 15px;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info {
    width: 100%;
    padding: 0;
    border: 1px solid #ddd;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info:before {
    border-bottom-color: transparent;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .heading-row {
    color: #505050;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    text-align: center;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .heading-row .bold-text {
    font-weight: 700;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .info-row {
    padding: 10px;
    border-top: 1px solid #ddd;
    color: #505050;
    font-size: 15px;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .info-row:first-child {
    border: none;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .info-row .content .divider {
    background-color: inherit;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .info-row.in-progress .icon {
    font-size: 18px;
    margin-right: 5px;
    font-weight: 400;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .info-row.in-progress .content {
    font-weight: 700;
}

.progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info .info-row.in-progress .content .divider {
    font-weight: 400;
}

.confirm-intro-panel p:nth-child(2) {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.confirm-intro-panel .additional-info-container {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}


/* End of enrollment layout styles - General */


/* Enrollment content styles - General */

.mbe-panel .plan-container {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.mbe-panel .plan-container .plan-heading-section {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    position: relative;
    background-color: #f9f9f9;
}

.mbe-panel .plan-container .plan-heading-section .plan-title {
    font-size: 22px;
    line-height: 31px;
    color: #505050;
    font-weight: 400;
}

.mbe-panel .plan-container .plan-heading-section .plan-title .check {
    color: #27c24c;
}

.mbe-panel .plan-container .plan-callout-section {
    color: #4b91ea;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    background-color: #dfebfb;
}

.mbe-panel .plan-container .plan-details-section {
    padding: 15px;
}

.mbe-panel .plan-container .plan-details-section .plan-values-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0;
}

.mbe-panel .plan-container .plan-details-section .plan-action-section .pay-values-section {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding: 15px 0 10px 0;
}

.mbe-panel .plan-container .plan-details-section .plan-action-section .pay-values-section .pay-values-row {
    padding-bottom: 5px;
    position: relative;
}

.mbe-panel .plan-container .plan-details-section .plan-action-section .pay-values-section .pay-values-row .value {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.mbe-panel .plan-container .plan-details-section .plan-action-section .pay-period-value-section {
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    color: #505050;
    text-align: center;
    padding-bottom: 15px;
}

.mbe-panel .plan-container .plan-details-section .plan-action-section .pay-period-value-section .pay-period-value {
    font-size: 30px;
    line-height: 39px;
    font-weight: 800;
    display: block;
}

.mbe-panel .plan-container .plan-details-section .plan-action-section a {
    display: block;
    width: 100%;
}

.mbe-panel .plan-container .selected-plan {
    background-color: #d4f3db;
}

.mbe-panel .plan-container .selected-plan .plan-title {
    color: #16722c;
}

.approved-and-pending-coverage-section {
    font-size: 15px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin-top: 15px;
}

.approved-and-pending-coverage-section .row {
    margin: 0;
}

.approved-and-pending-coverage-section .coverage-heading {
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #505050;
    border-bottom: 1px solid #dddddd;
}

.approved-and-pending-coverage-section .coverage-heading.pending-coverage-heading {
    color: #e74c3c;
}

.approved-and-pending-coverage-section .coverage-value {
    padding: 0 10px 0 0;
}

.mbe-panel .enrollment-select-dependents form.mbe-form .checkbox {
    margin-top: 15px;
}

.confirmation-page-container .mbe-panel .text-section {
    text-align: center;
    margin-bottom: 20px;
}

.confirmation-page-container .mbe-panel .text-section p {
    font-size: 17px;
    line-height: 26px;
}

.enr-reimbursement-choice-panel .calculation-form {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.enr-reimbursement-choice-panel .calculation-form .additional-text-large {
    font-size: 20px;
    line-height: 29px;
    color: #a5a5a5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.enr-reimbursement-choice-panel .calculation-form .additional-text-small {
    font-size: 15px;
    line-height: 24px;
    color: #a5a5a5;
    text-transform: lowercase;
    margin: 10px 0 15px;
}

.enr-reimbursement-choice-panel .calculation-form .button-container a,
.enr-reimbursement-choice-panel .calculation-form .button-container button {
    margin-top: 10px;
}

.enr-reimbursement-choice-panel .calculation-form .button-container a:first-child,
.enr-reimbursement-choice-panel .calculation-form .button-container button:first-child {
    margin-right: 10px;
}

.enr-reimbursement-choice-panel .mbe-alert {
    margin-top: 15px;
}

.enr-reimbursement-payment-options input,
.enr-reimbursement-payment-options select {
    width: 200px;
}

.enr-reimbursement-payment-amount-container .amount-text {
    font-size: 18px;
    line-height: 27px;
    color: #505050;
    margin-top: 10px;
}

.eoi-info-container .block {
    margin-top: 35px;
    text-align: center;
}

.eoi-info-container .block .icon {
    font-size: 55px;
    color: #4b91ea;
    /* Client Color */
}


/* End of enrollment content styles - General */


/* Dashboard styles - General */

.mbe-dashboard-container {
    position: relative;
}

.mbe-dashboard-container .panel-heading h2.panel-title,
.mbe-dashboard-container .panel-heading.panel-heading-inverted h2.panel-title {
    font-size: 15px;
    line-height: 24px;
}

.mbe-dashboard-container .large-amount {
    color: #505050;
    font-size: 40px;
    font-weight: 300;
    word-wrap: break-word;
}

.mbe-dashboard-container .aca-quick-view-panel .tools {
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.mbe-dashboard-container .date-selector select {
    max-width: 300px;
    margin-bottom: 24px;
}

.mbe-dashboard-container .my-plans-total-container .content {
    font-size: 15px;
    line-height: 24px;
    color: white;
    padding: 7px 15px;
    background-color: #4b91ea;
    /* Client Color */
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 24px;
}

.mbe-dashboard-container .my-plans-total-container .content .amount {
    font-weight: 700;
}

.mbe-dashboard-container .my-plans-block {
    margin-bottom: 25px;
    position: relative;
}

.mbe-dashboard-container .my-plans-block .plan-content {
    font-size: 15px;
    line-height: 24px;
    color: #505050;
    padding: 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background-color: white;
}

.mbe-dashboard-container .my-plans-block .plan-content .pending-elections {
    color: #e74c3c;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}

.mbe-dashboard-container .my-plans-block .plan-content .plan-icon-container .icon {
    color: #4b91ea;
    /* Client Color */
    font-size: 45px;
}

.mbe-dashboard-container .my-plans-block .plan-content .plan-name {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 10px 0 5px;
}

.mbe-dashboard-container .my-plans-block .plan-content .plan-button-container button {
    margin: 15px 5px 0;
}

.mbe-dashboard-container .my-plans-block .plan-label {
    font-size: 18px;
    line-height: 27px;
    color: white;
    background-color: #4b91ea;
    /* Client Color */
    padding: 6px;
    border: 1px solid #4b91ea;
    /* Client Color */
    border-radius: 0 0 5px 5px;
}

.mbe-dashboard-container .my-plans-block.additional-plan-block .additional-info-container {
    padding: 10px;
    border: 1px solid #4b91ea;
    border-radius: 5px;
    background-color: #dfebfb;
    margin-bottom: 10px;
}

.mbe-dashboard-container .my-plans-block.additional-plan-block .additional-info-container h4 {
    font-size: 15px;
    line-height: 24px;
    color: #4b91ea;
    margin: 0;
}

.mbe-dashboard-container .my-plans-block.additional-plan-block .additional-info-container p {
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0 0;
    color: #4b91ea;
}

.hr-dashboard-container .tools-panel .block {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    margin-top: 15px;
}

.hr-dashboard-container .tools-panel .block:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.hr-dashboard-container .tools-panel .block:active {
    top: 1px;
}

.hr-dashboard-container .tools-panel .block a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .2s all ease;
}

.hr-dashboard-container .tools-panel .block .icon {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 10px;
    color: #4b91ea;
    /* Client Color */
}

.hr-dashboard-container .tools-panel .block .link-text {
    font-size: 18px;
    line-height: 27px;
    color: #505050;
}

.hr-dashboard-container .search-panel .row [class*="col-"] {
    margin: 0;
    padding: 0 15px;
}

.hr-dashboard-container .row-eq-height [class*="col-"] {
    margin-bottom: 25px;
}

.hr-dashboard-container .panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}

.hr-dashboard-container .panel .sub-header-row {
    padding: 0 12px;
}

.hr-dashboard-container .panel .sub-header-row select {
    width: auto;
    margin-top: 15px;
    margin-right: 15px;
}

.hr-dashboard-container .panel .sub-header-row select:last-child {
    margin-right: 0;
}

.hr-dashboard-container .panel .panel-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -mox-justify-content: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
}

.hr-dashboard-container .panel-footer {
    background-color: #f9f9f9;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #505050;
}

.hr-dashboard-container .form-element-inline {
    display: inline-block;
    margin: 10px 10px 10px 0;
}

.hr-dashboard-container .form-element-inline:last-child {
    margin: 10px 0;
}

.quick-updates-modal-container .block {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    margin: 15px 0;
}

.quick-updates-modal-container .block:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.quick-updates-modal-container .block:active {
    top: 1px;
}

.quick-updates-modal-container .block a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .2s all ease;
}

.quick-updates-modal-container .block .icon {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 10px;
    color: #4b91ea;
    /* Client Color */
}

.quick-updates-modal-container .block .link-text {
    font-size: 18px;
    line-height: 27px;
    color: #505050;
}


/* End of dashboard styles - General */


/* Declare life event styles - General */

.declare-life-event-links-container .link-block {
    position: relative;
    padding: 25px 15px 35px;
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.declare-life-event-links-container .link-block a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .2s all ease;
}

.declare-life-event-links-container .link-block a span:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.declare-life-event-links-container .link-block a span:active {
    top: 1px;
}

.declare-life-event-links-container .link-block .icon-container .icon {
    color: #4b91ea;
    /* Client Color */
    font-size: 60px;
}

.declare-life-event-links-container .link-block .text-container h4 {
    margin: 15px 0 20px;
    font-weight: 400;
}

.declare-life-event-links-container .link-block .text-container .button {
    font-size: 15px;
    background-color: #32a0bd;
    padding: 7px 25px;
    color: white;
    border-radius: 5px;
}


/* End of declare life event styles - General */


/* Loading icon styles - General */

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.icon-spin-container {
    padding: 10px;
    position: absolute;
    padding-top: 15%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 1000;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}


/* End of loading icon styles - General */


/* Flexbox styles - General */

.row-eq-height [class*="col-"] {
    padding: 0;
    margin: 0 15px;
}


/* End of Flexbox styles - General */


/* Dropdown styles - General */

.mbe-dropdown ul.mbe-dropdown-menu {
    padding: 6px 0;
}

.mbe-dropdown ul.mbe-dropdown-menu li a {
    color: #505050;
}

.mbe-dropdown ul.mbe-dropdown-menu li a:hover,
.mbe-dropdown ul.mbe-dropdown-menu li a:focus {
    background-color: #f9f9f9;
}


/* End of dropdown styles - General */


/*below added by mpk per jeremy mockup 2017.02.24
/* Affix styles - General */

.affix-right-panel {
    top: 20px;
}

.affix-right-panel ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.affix-right-panel ul li a {
    display: block;
    padding: 8px 0 8px 10px;
}

.affix-right-panel ul li a:hover,
.affix-right-panel ul li a:focus {
    -webkit-box-shadow: -3px 0px 0px 0px #32a0bd;
    -moz-box-shadow: -3px 0px 0px 0px #32a0bd;
    box-shadow: -3px 0px 0px 0px #32a0bd;
}


/* End of affix styles - General */


/* Profile styles - General */

.profile-callout-container .profile-personal-photo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.profile-callout-container .profile-personal-photo img {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.profile-callout-container .profile-personal-photo .edit-link {
    margin-top: 5px;
}

.profile-callout-container .profile-personal-text {
    display: inline-block;
    vertical-align: middle;
    color: #505050;
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0;
    text-align: left;
}

.profile-callout-container .profile-personal-text .name {
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
}

.profile-sub-section {
    border-bottom: 5px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile-sub-section:first-child {
    padding-top: 0;
}

.profile-sub-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.security-question-set-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.security-question-set-container:last-child {
    padding-bottom: 0;
}


/* End of profile styles - General */


/*above added by mpk per jeremy mockup 2017.02.24

/* End of General styles */


/* Small device styles (tablets, 768px and up) */


/* End of General styles */


/* Small device styles (tablets, 768px and up) */

@media (min-width: 768px) {
    /* Added by Development */
    body:before {
        content: 'small';
    }
    /* Header section styles - Small */
    nav.header.navbar.mbe-header {
        height: 110px;
    }
    nav.mbe-header .pull-left {
        line-height: 100px;
    }
    /* Modified by Development */
    /*nav.mbe-header .pull-left a.navbar-brand img.logo {*/
    /*nav.mbe-header .pull-left a.navbar-brand {
        height: auto;
    }*/
    nav.mbe-header .pull-left a.navbar-brand img.logo,
    nav.mbe-header .pull-left a.navbar-brand img.logo1 {
        height: auto;
    }
    /* Added by Development */
    img.logo {
        display: none !important;
    }
    nav.mbe-header .pull-right a.btn.btn-icon.navbar-btn {
        line-height: 86px;
    }
    /* End of header section styles - Small */
    /* Sidebar section styles - Small */
    .mbe-sidebar {
        top: 110px;
    }
    /* End of sidebar section styles - Small */
    /* Modal styles - Small */
    .modal.mbe-modal .modal-xl {
        width: 80%;
    }
    /* End of modal styles - Small */
    /* Enrollment layout styles - Small */
    .progress-bar-container .progress-step-container .dropdown .dropdown-menu.plans-info {
        min-width: 300px;
    }
    .enrollment-navigation-section .enrollment-navigation-left {
        float: left;
    }
    .enrollment-navigation-section .enrollment-navigation-left a {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .enrollment-navigation-section .enrollment-navigation-right {
        float: right;
    }
    .enrollment-navigation-section .enrollment-navigation-right a {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        display: inline-block;
    }
    .progress-bar-container .progress-step-container .complete-check {
        font-size: .9vw;
    }
    .progress-bar-container .progress-step-container .text {
        font-size: 1.2vw;
    }
    /* End of enrollment layout styles - Small */
    /* Table styles - Small */
    .scrollable-shadow-table:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 50px;
        height: 100%;
        border-radius: none;
        box-shadow: none;
        content: '';
    }
    /* End of table styles - Small */
    /* Login page styles - Small */
    .login-page-header .mbe-login-header-container form.mbe-form .form-group select {
        max-width: 200px;
        float: right;
    }
    /* Added by Development */
    .phone-link {
        display: none;
    }
    /* Added by Development */
    .phone-link-disabled {
        display: block;
    }
    /* End of login page styles - Small */
}


/* End of Small device styles (tablets, 768px and up) */


/* Medium device styles (desktops, 992px and up) */

@media (min-width: 992px) {
    /* Sidebar styles - Medium */
    /* Added by Development */
    body:before {
        content: 'medium';
    }
    .mbe-sidebar .sidebar-block {
        padding: 55px 12px 0 12px;
    }
    /* End of sidebar styles - Medium */
    /* Panel styles - Medium */
    .panel .panel-heading.panel-heading-inverted h2.panel-title {
        font-size: 1.04vw;
    }
    .mbe-panel .panel-heading.heading-with-links h2 {
        width: 75%;
        margin-bottom: 0;
        display: inline-block;
    }
    .mbe-panel .panel-heading.heading-with-links .link-container {
        position: absolute;
        top: 7px;
        right: 15px;
    }
    .mbe-panel .panel-heading.heading-with-links .link-container a {
        margin: 0 10px;
    }
    /* End of panel styles - Medium */
    /* Welcome page styles - Medium */
    /* Modified by Development */
    .panel.welcome-main-panel .panel-body {
        padding: 0;
        /* background-image: url(../images/mbe-custom/welcome-background-family-forest.jpg); (set now in client-specific css) */
        background-repeat: no-repeat;
        background-position: center;
        min-height: 400px;
        position: relative;
    }
    .welcome-text-container {
        margin: 100px 0 0 0;
    }
    .welcome-text-container p {
        font-size: 22px;
        line-height: 29px;
        font-weight: 600;
        color: white;
        text-shadow: 2px 2px #505050;
    }
    .welcome-text-container p b {
        font-weight: 800;
    }
    .welcome-icons-container {
        margin: 0;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        width: 100%;
        bottom: 15px;
    }
    .welcome-icons-container a.icon {
        color: white;
        border: 3px solid white;
    }
    .welcome-icons-container .text {
        color: white;
    }
    .welcome-per-pay-panel .plan-content {
        min-height: 174px;
    }
    .welcome-page-carousel .carousel-inner {
        width: 90%;
        margin: auto;
    }
    #info-carousel.welcome-page-carousel .carousel-inner {
        min-height: 325px;
    }
    /* End of welcome page styles - Medium */
    /* Enrollment layout styles - Medium */
    .mbe-panel.enrollment-per-pay-panel .panel-body .per-pay-total-container .total-amount {
        font-size: 2.5vw;
    }
    /* End of enrollment layout styles - Medium */
    /* Login page styles - Medium */
    .mbe-login-content-container .image-and-footer-container {
        border-right: 1px solid #ddd;
    }
    /* End of login page styles - Medium */
    /* Dashboard styles - Medium */
    .mbe-dashboard-container .my-plans-total-container {
        text-align: right;
    }
    .mbe-dashboard-container .my-plans-block .plan-content {
        min-height: 301px;
    }
    .mbe-dashboard-container .my-plans-block.additional-plan-block .plan-content {
        min-height: 313px;
    }
    /* End of dashboard styles - Medium */
    /* Declare life event styles - Medium */
    .declare-life-event-links-container .link-block {
        min-height: 232px;
    }
    /* End of declare life event styles - Medium */
    /* Flexbox styles - Medium */
    .row-eq-height {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    /* End of Flexbox styles - Medium */
}


/* End of Medium device styles (desktops, 992px and up) */


/* Large device styles (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    /* Added by Development */
    body:before {
        content: 'large';
    }
    /* Enrollment content styles - Large */
    .mbe-panel .plan-container .plan-details-section .plan-values-section {
        border-bottom: none;
        padding-bottom: 0;
    }
    .mbe-panel .plan-container .plan-details-section .plan-action-section {
        border-left: 1px solid #ddd;
    }
    .mbe-panel .plan-container .plan-details-section .plan-action-section .bi-weekly-value-section {
        padding: 0 0 15px 0;
    }
    .mbe-panel .plan-container .plan-details-section .plan-action-section .pay-values-section {
        padding: 0;
    }
    /* End of enrollment content styles - Large */
}


/* End of Large device styles (large desktops, 1200px and up) */


/*
.popover {
    background-color: #434a54;
    border-radius: 5px;
    color: white;
    box-shadow: none;
}

.popover.top > .arrow:after {
    border-top-color: #434a54;
}

.popover.right > .arrow:after {
    border-right-color: #434a54;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #434a54;
}

.popover.left > .arrow:after {
    border-left-color: #434a54;
}*/

.mbe-help-icon {
    line-height: inherit;
    cursor: pointer;
}

.mbe-help-icon-gray {
    color: #99a4ae;
}

.mbe-help-icon-red {
    color: #e74c3c;
}

a.mbe-help-icon.mbe-help-icon-red:hover,
a.mbe-help-icon.mbe-help-icon-red:focus {
    color: #e74c3c;
    opacity: .7;
}

a.mbe-help-icon {
    cursor: pointer;
}

a.mbe-help-icon:hover,
a.mbe-help-icon:focus {
    color: #99a4ae;
    opacity: .7;
}


/* End of tooltip and popover styles - General */


/* Start loading image */

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.icon-spin-container {
    padding: 10px;
    position: absolute;
    padding-top: 15%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}


/* End loading */


/*below added by mpk for Task 2574*/

.modal-footer {
    background-color: #f9f9f9;
    padding: 0 25px 25px;
}


/*above added by mpk for Task 2574*/


/*below added by mpk for 2799*/

.ftwt700 {
    font-weight: 700;
}


/*above added by mpk for 2799*/


/* Admin panel styles - General */

.admin-panel {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.admin-panel .client-search-section {
    min-width: 45%;
    margin-right: 10px;
}

.admin-panel .client-search-section form input {
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    border-radius: 0;
    color: #818283;
    text-overflow: ellipsis;
}

.admin-panel .client-search-section form input:focus {
    border-bottom: 1px solid #32a0bd;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    transition: all ease-in .1s;
}

.admin-panel .impersonating-section {
    font-size: 14px;
    line-height: 23px;
    color: #818283;
}

.admin-panel .impersonating-section .sub-section {
    display: inline-block;
}

.admin-panel .impersonating-section .sub-section:after {
    content: "|";
    padding: 0 5px;
}

.admin-panel .impersonating-section .sub-section:last-child:after {
    content: none;
}

.admin-panel .impersonating-section .sub-section a.icon,
.admin-panel .impersonating-section .sub-section a.icon:hover {
    color: #818283;
    font-size: 18px;
    line-height: 27px;
}

.admin-panel .impersonating-section .sub-section a.icon img {
    width: 24px;
    height: 24px;
}


/* End of Admin panel styles - General */



/* Terms and conditions styles - General */

.terms-and-conditions-container {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
}

p.terms-and-conditions-copyright {
    font-size: 13px;
    line-height: 22px;
    margin: 15px 0 25px;
}

.basic-section-divider:not(:last-child) {
    border-bottom: 5px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/* Terms and conditions styles - General */