﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.default-cursor {
    cursor:default;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding-right: 0.9rem !important;
   
}
.btn-text-white{
    color: #fff !important;
}
.mr-slight {
    margin-right: 0.12rem !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.pt-half, .py-half {
    padding-top: .1rem !important;
}
.fs-m
{
    font-size: 1.3rem !important;
}
.w-15{
    width: 15em !important;
}
.card-width {
    width: 450px;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.scroll-modal-body {
    max-height: calc(100vh - 210px);
    overflow: scroll;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
input.seventy-width,
textarea.seventy-width {
    width: 70% !important;
    max-width: inherit !important;
}
.popover-width {
    width: 270px;
}
#page-prodev-title {
    background-color: #999999 !important;
    color: #000000 !important;
}
#page-prodev-title.narrow {
    padding: 10px 0 !important;
}
.prodev-title-link {
    color: #FFFFFF !important;
}
.prodev-title-link:hover {
   text-decoration: underline !important;
}

#page-edu-title.narrow {
    padding: 10px 0 !important;
}

#page-edu-title {
    background-color: #27467A !important;
}
#page-edu-title .mainDescription {
    font-family: "Lato", sans-serif;
    color: #777;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}
.hover-underline:hover {
    text-decoration: underline;
}
.mainTitle {
    margin: 20px 0;
}
.mainTitle, .mainDescription {
    color: #ffffff !important;
}

#contributionTable_wrapper, #paymentsTable_wrapper {
    width: 100% !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-40{
    width: 40% !important;
}
.text-wrap {
    white-space: normal !important;
}
.parent-width {
    max-width: 50% !important;
    /*display: block;*/
}
.info-label {
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
}

.edit-label {
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
}
.full-width {
    width: 100% !important;
}
#page-title.narrow {
    padding: 15px 0 !important;
    
}
#page-title .breadcrumb.leftbreadcrumb {
    left: 0 !important;
    margin: 15px 0 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}
.bottom-nav {
    margin-top: 20px;
    bottom: 0px;
}
.card-img-top {
    height: 80% !important;
}
.benefitfair-bg {
    background-image: url('../images/benefitfair_bg.png');
    background-size: cover;
}
.text-black
{
    color: #000 !important;
}
.legend-toggle a.collapsed .fa.rotate {
    transform: rotate(0deg);
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
section.text-cap {
    text-transform: capitalize;
}
.toggle-group label{
    color: #ffffff !important;
}
.pointer-cursor
{
    cursor: pointer !important;
}
/*.carousel-inner > .carousel-item > img {
   width:100%
}*/
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
.header-title{
    margin-top: -20px !important;
    font-size:large;
}
.fa-sm {
    font-size: 12px;
}
.whitespace-nowrap {
    white-space: nowrap;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
.img-rounded {
    border-radius: calc(.25rem - 1px);
}
.btn-image:before {
    content: "";
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar .navbar-header{
    width: 500px;
}
.navbar-brand{
    margin-top: 12px;
}
.navbar .navbar-header .navbar-brand p{
    width: 100px;
    font-family: Tahoma;
    font-stretch:expanded;
    font-size: 1.5em;
}
.navbar .navbar-header .navbar-left{
    padding: 0 15px;
}

#app > footer {
    color: #675C53 !important;
}

#sidebar nav .navbar-title {
    color: #675C53 !important;
}
#sidebar nav > ul > li > a .item-inner {
    color: #675C53 !important;
}
.custom-logo {
    width: 180px;
}
.custom-logo.large {
    width: 280px;
}
.custom-logo.small {
    width: 120px !important;
}
.blue-buttom-border {
    border-bottom: 2px solid !important;    
    border-bottom-color: #006990 !important;
}
header .navbar-header.blue-buttom-border {
    border-bottom: 2px solid !important;
    border-bottom-color: #006990 !important;
}

element.style {
}

fieldset legend{
    border-radius: 5px !important;
   
}
/*.swMain > ul li:first-child > a:before{
    left:0 !important;
}*/
.swMain > ul {
    width: 60%;
}
.nav, .pagination, .carousel, .card-title a {
    cursor: pointer;
}
.fa-svg-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 1em;
    min-height: 1em;
    height: 100%;
    position: relative;
    top: -1px;
}


.fa-svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-svg-icon svg g,
.fa-svg-icon svg path {
    fill: currentColor;
}


input.ng-pristine + ul#strength {
    display: none;
}

ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

.hvr-curl-top-left {
    display: inherit;
}
.balance-box {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.card-accordion {
    cursor: pointer;
}

.tile-header
{
    min-height:3em !important;
}
.card-body {
    padding: 0.5rem !important;
}

.accordion-body {
    padding: 1.5rem !important;
}

.float-bottom {
    position: absolute;
    top: 67% !important;
    width: 94% !important;
    left: 3% !important;
}

.accordion-padding {
    padding: 0.8rem 0.3rem 0.8rem 0.3rem !important;
}
.text-wide {
    line-height: 1.7em !important;
}

.text-phosphor-green {
    color: #7cee7c !important;
}

.cursor-pointer {
    cursor: pointer;
}

.high-z .btn::after {
    z-index: 1000 !important;
    position: relative !important;
}

.pull-bottom {
    position: absolute !important;
    bottom: 20% !important;
}

.pull-bottom-half {
    position: absolute !important;
    bottom: 30% !important;
}
/*#region commuter TILES*/
.bg-commuter {
    background-color: #71716f !important;
}
.bg-commuter.mercer {
    background-color: #0FB694 !important;
}

.bg-commuter-border {
    border-color: #71716f !important;
}
.bg-commuter-border.mercer {
    border-color: #0FB694 !important;
}

.commuter-text {
    color: #71716f !important;
}
.commuter-text.mercer {
    color: #0FB694 !important;
}

.bg-commuter-button {
    border-color: #71716f !important;
    color: #71716f !important;
}
.bg-commuter-button.mercer {
    border-color: #0FB694 !important;
    color: #0FB694 !important;
}

.card-accordion.commuter-left-border {
    border: 1px solid #71716f !important;
}
.card-accordion.commuter-left-border.mercer {
    border: 1px solid #0FB694 !important;
}

/*#endregion commuter TILES*/
/*#region cobra TILES*/
.bg-cobra {
    background-color: #5cc5ef !important;
}
.bg-cobra.mercer {
    background-color: #404040 !important;
}

.bg-cobra-border {
    border-color: #5cc5ef !important;
}
.bg-cobra-border.mercer {
    border-color: #404040 !important;
}

.bg-cobra-button {
    border-color: #5cc5ef !important;
    color: #5cc5ef !important;
}
.bg-cobra-button.mercer {
    border-color: #404040 !important;
    color: #404040 !important;
}

.cobra-text {
    color: #ffffff !important;
}
.cobra-text.mercer {
    color: #404040 !important;
}

/*#endregion cobra TILES*/
/*#region LOA TILES*/
.bg-loa {
    background-color: #5cc5ef !important;
}

.bg-loa.mercer {
    background-color: #006D9E !important;
}

.bg-loa-border {
    border-color: #5cc5ef !important;
}

.bg-loa-border.mercer {
    border-color: #006D9E !important;
}

.bg-loa-button {
    border-color: #5cc5ef !important;
    color: #5cc5ef !important;
}

.bg-loa-button.mercer {
    border-color: #006D9E !important;
    color: #006D9E !important;
}

.loa-text {
    color: #ffffff !important;
}

.loa-text.mercer {
    color: #006D9E !important;
}

/*#endregion LOA TILES*/

/*#region DirectBill TILES*/
.bg-direct-bill {
    background-color: #5cc5ef !important;
}

.bg-direct-bill.mercer {
    background-color: #006D9E !important;
}

.bg-direct-bill-border {
    border-color: #5cc5ef !important;
}

.bg-direct-bill-border.mercer {
    border-color: #006D9E !important;
}

.bg-direct-bill-button {
    border-color: #5cc5ef !important;
    color: #5cc5ef !important;
}

.bg-direct-bill-button.mercer {
    border-color: #006D9E !important;
    color: #006D9E !important;
}

.direct-bill-text {
    color: #ffffff !important;
}

.direct-bill-text.mercer {
    color: #006D9E !important;
}

/*#endregion DirectBill TILES*/

/*#region DirectBill RTEE TILES*/
.bg-db-retee {
    background-color: #5cc5ef !important;
}

.bg-db-retee.mercer {
    background-color: #72BE44 !important;
}

.bg-db-retee-border {
    border-color: #5cc5ef !important;
}

.bg-db-retee-border.mercer {
    border-color: #72BE44 !important;
}

.bg-db-retee-button {
    border-color: #5cc5ef !important;
    color: #5cc5ef !important;
}

.bg-db-retee-button.mercer {
    border-color: #72BE44 !important;
    color: #72BE44 !important;
}

.db-retee-text {
    color: #ffffff !important;
}

.db-retee-text.mercer {
    color: #72BE44 !important;
}

/*#endregion DirectBill RTEE  TILES*/

/*#region DirectBill RTEE LIFE TILES*/
.bg-db-retee-life {
    background-color: #5cc5ef !important;
}

.bg-db-retee-life.mercer {
    background-color: #72BE44 !important;
}

.bg-db-retee-life-border {
    border-color: #5cc5ef !important;
}

.bg-db-retee-life-border.mercer {
    border-color: #72BE44 !important;
}

.bg-db-retee-life-button {
    border-color: #5cc5ef !important;
    color: #5cc5ef !important;
}

.bg-db-retee-life-button.mercer {
    border-color: #72BE44 !important;
    color: #72BE44 !important;
}

.db-retee-life-text {
    color: #ffffff !important;
}

.db-retee-life-text.mercer {
    color: #72BE44 !important;
}

/*#endregion DirectBill LIFE TILES*/
/*#region eam-enrollment TILES*/
.bg-enrollment {
    background-color: #006990 !important;
}

.bg-enrollment-border {
    border-color: #006990 !important;
}

.bg-enrollment-button {
    border-color: #006990 !important;
    color: #006990 !important;
}

.enrollment-text {
    color: #006990 !important;
}

.bg-eam-enrollment {
    background-color: #003042 !important;
}

.bg-eam-enrollment-border {
    border-color: #003042 !important;
}

.bg-eam-enrollment-button {
    color: #003042 !important;
    border-color: #003042 !important;
}

.eam-enrollment-text {
    color: #003042 !important;
}

/*#endregion eam-enrollment TILES*/
/*#region retirement TILES*/
.bg-retirement {
    background-color: #00703c !important;
}

.bg-retirement-border {
    border: 1px solid #00703c !important;
}

.bg-retirement-button {
    border-color: #00703c !important;
    color: #00703c !important;
}

.retirement-text {
    color: #00703c !important;
}

.card-accordion.retirement-left-border {
    border: 1px solid #00703c !important;
}

/*#endregion retirement TILES*/
/*#region psp TILES*/
.bg-psp {
    background-color: #fcb426 !important;
}

.bg-psp-border {
    border: 1px solid #fcb426 !important;
}

.bg-psp-button {
    border-color: #fcb426 !important;
    color: #fcb426 !important;
}

.psp-text {
    color: #fcb426 !important;
}

.card-accordion.psp-left-border {
    border: 1px solid #00703c !important;
}

/*#endregion psp TILES*/
/*#region health-saving TILES*/
.bg-health-saving {
    background-color: #69b1bc !important;
}
.bg-health-saving.mercer {
    background-color: #ED2C67 !important;
}

.bg-health-saving-border {
    border-color: #69b1bc !important;
}
.bg-health-saving-border.mercer {
    border-color: #ED2C67 !important;
}

.bg-health-saving-button {
    border-color: #69b1bc !important;
    color: #69b1bc !important;
}

.bg-health-saving-button.mercer {
    border-color: #ED2C67 !important;
    color: #ED2C67 !important;
}
.health-saving-text {
    color: #69b1bc !important;
}

.health-saving-text.mercer {
    color: #ED2C67 !important;
}

.card-accordion.health-saving-left-border {
    border: 1px solid #69b1bc !important;
}
.card-accordion.health-saving-left-border.mercer {
    border: 1px solid #ED2C67 !important;
}
/*#endregion health-saving TILES*/
/*#region FSA/ HC FSA TILES*/
.bg-flex-saving {
    background-color: #f69464 !important;
}
.bg-flex-saving.mercer {
    background-color: #00A8C8 !important;
}

.bg-flex-saving-border {
border-color: #f69464 !important;
}
.bg-flex-saving-border.mercer {
    border-color: #00A8C8 !important;
}

.bg-flex-saving-button {
    border-color: #f69464 !important;
    color: #f69464 !important;
}
.bg-flex-saving-button.mercer {
    border-color: #00A8C8 !important;
    color: #00A8C8 !important;
}
.flex-saving-text {
    color: #f69464 !important;
}
.flex-saving-text.mercer {
    color: #00A8C8 !important;
}

.card-accordion.flex-saving-left-border {
    border: 1px solid #f69464 !important;
}
.card-accordion.flex-saving-left-border.mercer {
    border: 1px solid #00A8C8 !important;
}
/*#endregion FSA/ HC FSA TILES*/
/*#region LC FSA TILE*/

.bg-hca {
    background-color: #982876 !important;
}
.bg-hca.mercer {
    background-color: #6F83C1 !important;
}
.hca-text {
    color: #982876 !important;
}
.hca-text.mercer {
    color: #6F83C1 !important;
}
.bg-hca-border {
    border-color: #982876 !important;
}
.bg-hca-border.mercer {
    border-color: #6F83C1 !important;
}

.bg-hca-button {
    border-color: #982876 !important;
    color: #982876 !important;
}
.bg-hca-button.mercer {
    border-color: #6F83C1 !important;
    color: #6F83C1 !important;
}
.card-accordion.hca-left-border {
    border: 1px solid #982876 !important;
}
.card-accordion.hca-left-border.mercer {
    border: 1px solid #6F83C1 !important;
}
/*#endregion LC FSA TILE*/
/*#region HSA NO ACCOUNT TILE*/
.bg-hsa-noaccount {
    background-color: #F10C45 !important;
}
.bg-hsa-noaccount.mercer {
    background-color: #ED2C67 !important;
}

.bg-hsa-noaccount-border {
    border-color: #F10C45 !important;
}
.bg-hsa-noaccount-border.mercer {
    border-color: #ED2C67 !important;
}

.bg-hsa-noaccount-button {
    border-color: #F10C45 !important;
    color: #F10C45 !important;
}
.bg-hsa-noaccount-button.mercer {
    border-color: #ED2C67 !important;
    color: #ED2C67 !important;
}
.hsa-noaccount-text {
    color: #F10C45 !important;
}
.hsa-noaccount-text.mercer {
    color: #ED2C67 !important;
}
.card-accordion.hsa-noaccount-left-border {
    border: 1px solid #F10C45 !important;
}
.card-accordion.hsa-noaccount-left-border.mercer {
    border: 1px solid #ED2C67 !important;
}
/*#endregion HSA NO ACCOUNT TILE*/
/*#region HRA TILE*/
.bg-hra {
    background-color: #00A8C8 !important;
}
.bg-hra.mercer {
    background-color: #F48132 !important;
}
.hra-text {
    color: #00A8C8 !important;
}
.hra-text.mercer {
    color: #F48132 !important;
}
.hra-border {
    border-color: #00A8C8 !important;
}

.hra-border.mercer {
    border-color: #F48132 !important;
}
.hra-button {
    border-color: #00A8C8 !important;
    color: #00A8C8 !important;
}
.hra-button.mercer {
    border-color: #F48132 !important;
    color: #F48132 !important;
}
.card-accordion.hra-left-border {
    border: 1px solid #00A8C8 !important;
}

.card-accordion.hra-left-border.mercer {
    border: 1px solid #F48132 !important;
}
/*#endregion HRA TILE*/
/*#region Historical Reimb TILE*/

.bg-historical-reimb {
    background-color: #e77e9b !important;
}

.bg-historical-reimb-border {
    border-color: #e77e9b !important;
}

.bg-historical-reimb-button {
    border-color: #e77e9b !important;
    color: #e77e9b !important;
}
.historical-reimb-text {
    color: #e77e9b !important;
}

.card-accordion.historical-reimb-left-border {
    border: 1px solid #e77e9b !important;
}

/*#endregion Historical Reimb TILE*/
/*#region financial TILE*/
.bg-financial {
    background-color: #00a86b !important;
}
.bg-financial-border {
    border-color: #00a86b !important;
}
.bg-financial-button {
    border-color: #00a86b !important;
    color: #00a86b !important;
}

/*#endregion financial TILE*/
/*#region identity TILE*/
.bg-identity {
    background-color: #323030 !important;
}
.bg-identity-border {
    border-color: #323030 !important;
}
.bg-identity-button {
    border-color: #323030 !important;
    color: #323030 !important;
}
.identity-text {
    color: #323030 !important;
}

.card-accordion.identity-left-border {
    border: 1px solid #323030 !important;
}

/*#endregion identity TILE*/
/*#region learning TILE*/
.bg-learning {
    background-color: #5f3f6e !important;
}
.bg-learning-border {
    border-color: #5f3f6e !important;
}
.bg-learning-button {
    border-color: #5f3f6e !important;
    color: #5f3f6e !important;
}

/*#endregion identity TILE*/
/*#region wellness TILES*/
.bg-wellness {
    background-color: #66b360 !important;
}
.bg-wellness.mercer {
    background-color: #FBAE17 !important;
}
.bg-wellness-border {
    border-color: #66b360 !important;
}
.bg-wellness-border.mercer {
    border-color:  #FBAE17 !important;
}
.bg-wellness-button {
    border-color: #66b360 !important;
    color: #66b360 !important;
}
.bg-wellness-button.mercer {
    border-color: #FBAE17 !important;
    color: #FBAE17 !important;
}
.wellness-text {
    color: #66b360 !important;
}
.wellness-text.mercer {
    color: #FBAE17 !important;
}

.card-accordion.wellness-left-border {
    border: 1px solid #66b360 !important;
}
.card-accordion.wellness-left-border.mercer {
    border: 1px solid  #FBAE17 !important;
}


.bg-wellness1 {
    background-color: #debb7e !important;
}
.bg-wellness1.mercer {
    background-color: #FBAE17 !important;
}


.bg-wellness1-border {
    border-color: #debb7e !important;
}

.bg-wellness1-border.mercer {
    border-color: #FBAE17 !important;
}

.bg-wellness1-button {
    border-color: #debb7e !important;
    color: #debb7e !important;
}
.bg-wellness1-button.mercer {
    border-color: #FBAE17 !important;
    color: #FBAE17 !important;
}
.wellness1-text {
    color: #debb7e !important;
}

.wellness1-text.mercer {
    color: #FBAE17 !important;
}
.card-accordion.wellness1-left-border {
    border: 1px solid #debb7e !important;
}
.card-accordion.wellness1-left-border.mercer {
    border: 1px solid #FBAE17 !important;
}


.bg-wellness2 {
    background-color: #76d6ed !important;
}
.bg-wellness2.mercer {
    background-color: #FBAE17 !important;
}

.bg-wellness2-border {
    border-color: #76d6ed !important;
}

.bg-wellness2-border.mercer {
    border-color: #FBAE17 !important;
}

.bg-wellness2-button {
    border-color: #76d6ed !important;
    color: #76d6ed !important;
}
.bg-wellness2-button.mercer {
    border-color: #FBAE17 !important;
    color: #FBAE17 !important;
}
.wellness2-text {
    color: #76d6ed !important;
}
.wellness2-text.mercer {
    color: #FBAE17 !important;
}

.card-accordion.wellness2-left-border {
    border: 1px solid #76d6ed !important;
}
.card-accordion.wellness2-left-border.mercer {
    border: 1px solid #FBAE17 !important;
}


/*#endregion wellness TILES*/
/*#region reimbursement TILE*/

.bg-reimbursement {
    background-color: #e77e9b !important;
}
.bg-reimbursement-border {
    border-color: #e77e9b !important;
}
.bg-reimbursement-button {
    border-color: #e77e9b !important;
    color: #e77e9b !important;
}
.reimbursement-text {
    color: #e77e9b !important;
}
.card-accordion.reimbursement-left-border {
    border: 1px solid #e77e9b !important;
}
/*#endregion reimbursement TILE*/
/*#region prodev TILE*/
.bg-prodev {
    background-color: #F5821F !important;
}
.bg-prodev-border {
    border-color: #F5821F !important;
}
.bg-prodev-button {
    border-color: #F5821F !important;
    color: #F5821F !important;   
}
.prodev-text {
    color: #F5821F !important;
}

.card-accordion.prodev-left-border {
    border: 1px solid #F5821F !important;
}

/*#endregion prodev TILE*/
/*#region Dep-care TILE*/
.bg-dep-care {
    background-color: #d61800 !important;
}
.bg-dep-care.mercer {
    background-color: #932077 !important;
}
.dep-care-text {
    color: #d61800 !important;
}
.dep-care-text.mercer {
    color: #932077 !important;
}
.bg-dep-care-border {
    border-color: #d61800 !important;
}
.bg-dep-care-border.mercer {
    border-color: #932077 !important;
}
.bg-dep-care-button {
    border-color: #d61800 !important;
    color: #d61800 !important;
}
.bg-dep-care-button.mercer {
    border-color: #932077 !important;
    color: #932077 !important;
}
.card-accordion.dep-care-left-border {
    border: 1px solid #d61800 !important;
}
.card-accordion.dep-care-left-border.mercer {
    border: 1px solid #932077 !important;
}


/*#endregion Dep-care TILE*/
/*#region adoption TILE*/
.bg-adoption {
    background-color: #990099 !important;
}
.bg-adoption-border {
    border-color: #990099 !important;
}
.bg-adoption-button {
    border-color: #990099 !important;
    color: #990099 !important;
}

.adoption-text {
    color: #990099 !important;
}

.card-accordion.adoption-left-border {
    border: 1px solid #990099 !important;
}

/*#endregion adoption TILE*/
/*#region surrogacy TILE*/
.bg-surrogacy {
    background-color: #89cff0 !important;
}
.bg-surrogacy-border {
    border-color: #89cff0 !important;
}
.bg-surrogacy-button {
    border-color: #89cff0 !important;
    color: #89cff0 !important;
}

.surrogacy-text {
    color: #89cff0 !important;
}

.card-accordion.surrogacy-left-border {
    border: 1px solid #89cff0 !important;
}

/*#endregion adoption TILE*/
/*#region exp-reimb TILE*/
.bg-exp-reimb {
    background-color: #2e8b57 !important;
}

.exp-reimb-text {
    color: #2e8b57 !important;
}
.bg-exp-reimb-button {
    border-color: #2e8b57 !important;
    color: #2e8b57 !important;
}
.bg-exp-reimb-border {
    border-color: #2e8b57 !important;
}

.card-accordion.exp-reimb-left-border {
    border: 1px solid #89cff0 !important;
}

/*#endregion exp-reimb TILE*/
/*#region education TILE*/
.bg-education {
    background-color: #27467a !important;
}
.bg-education.mercer {
    background-color: #EF4E45 !important;
}
.bg-education-border {
    border-color: #27467a !important;
}
.bg-education-border.mercer {
    border-color: #EF4E45 !important;
}
.bg-education-button {
    border-color: #27467a !important;
    color: #27467a !important;
}
.bg-education-button.mercer {
    border-color: #EF4E45 !important;
    color: #EF4E45 !important;
}
.education-text {
    color: #27467a !important;
}
.education-text.mercer {
    color: #EF4E45 !important;
}

.card-accordion.education-left-border {
    border: 1px solid #27467a !important;
}
.card-accordion.education-left-border.mercer {
    border: 1px solid #EF4E45 !important;
}

/*#endregion education TILE*/
/*#region goodcell TILE*/

.bg-goodcell {
    background-color: #113D5B !important;
}

.bg-goodcell-body {
    background-color: #ffffff !important;
}

.bg-goodcell-border {
    border: 1px solid #113D5B !important;
}

.bg-goodcell-accordion-border {
    border: 1px solid #113D5B !important;
}

.card-accordion.goodcell-left-border {
    border: 1px solid #113D5B !important;
}

.bg-goodcell-button {
    border-color: #113D5B !important;
    color: #113D5B !important;
}
.pl-28 {
    padding-left: 0.8rem !important;
}


.goodcell-text-red {
    color: #113D5B !important;
}

.goodcell-text {
    color: #113D5B !important;
}


/*#endregion goodcell TILE*/
/*#region roadrunner TILE*/
.bg-roadrunner {
    background-color: #0061af !important;
}

.bg-roadrunner-body {
    background-color: #ffffff !important;
}

.bg-roadrunner-border {
    border: 1px solid #0061af !important;
}

.bg-roadrunner-accordion-border {
    border: 1px solid #0061af !important;
}

.card-accordion.roadrunner-left-border {
    border: 1px solid #0061af !important;
}

.bg-roadrunner-button {
    border-color: #0061af !important;
    color: #0061af !important;
}


.roadrunner-text {
    color: #0061af !important;
}

/*#endregion roadrunner TILE*/
/*#region allstate TILE*/
.bg-allstate {
    background-color: #0033a0 !important;
}

.bg-allstate-body {
    background-color: #ffffff !important;
}

.bg-allstate-border {
    border: 1px solid #0033a0 !important;
}

.bg-allstate-accordion-border {
    border: 1px solid #0033a0 !important;
}

.card-accordion.allstate-left-border {
    border: 1px solid #0033a0 !important;
}

.bg-allstate-button {
    border-color: #0033a0 !important;
    color: #0033a0 !important;
}


.allstate-text {
    color: #0033a0 !important;
}

/*#endregion allstate TILE*/
/*#region plan-limits TILE*/
.bg-plan-limits {
    background-color: #d4542b !important;
}

.bg-plan-limits-body {
    background-color: #ffffff !important;
}

.bg-plan-limits-border {
    border: 1px solid #d4542b !important;
}

.bg-plan-limits-accordion-border {
    border: 1px solid #d4542b !important;
}


.card-accordion.plan-limits-left-border {
    border: 1px solid #d4542b !important;
}

.bg-plan-limits-button {
    border-color: #d4542b !important;
    color: #d4542b !important;
}

.pl-28 {
    padding-left: 0.8rem !important;
}


.plan-limits-text-red {
    color: #d4542b !important;
}

.plan-limits-text {
    color: #d4542b !important;
}

/*#endregion plan-limits TILE*/
/*#region fsastore TILE*/
.bg-fsastore {
    background-color: #ea0047 !important;
}
.bg-fsastore-body {
    background-color: #ffffff !important;
}

.bg-fsastore-border {
    border: 1px solid #ea0047 !important;
}
.bg-fsastore-accordion-border {
    border: 1px solid #ea0047 !important;
}
.card-accordion.fsastore-left-border {
    border: 1px solid #ea0047 !important;
}
.bg-fsastore-button {
    border-color: #ea0047 !important;
    color: #ea0047 !important;
}
.width-full
{
    width: 100% !important;
}

#page-title.narrow {
    padding: 10px 0 !important;
}
  
.fsastore-text-red {
    color: #ea0047 !important;
}
.fsastore-text {
    color: #172945 !important;
}

/*#endregion fsastore TILE*/
/*#region hsastore TILE*/
.bg-hsastore {
    background-color: #9364f4 !important;
}

.bg-hsastore-border {
    border-color: #9364f4 !important;
}

.hsastore-text {
    color: #9364f4 !important;
}

.bg-hsastore-button {
    border-color: #9364f4 !important;
    color: #9364f4 !important;
}

/*#endregion hsastore TILE*/
/*#region snapira TILE*/
.bg-snapira {
    background-color: #144029 !important;
}

.bg-snapira-border {
    border-color: #144029 !important;
}

.snapira-text {
    color: #144029 !important;
}

.bg-snapira-button {
    border-color: #144029 !important;
    color: #144029 !important;
}

/*#endregion snapira TILE*/
.circle-50 {
    width: 45px;
    height: 45px;
    border-radius: 45%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    -moz-box-shadow: 0,1px,2px,#c3c3c3;
    -webkit-box-shadow: 0,1px,2px,#c3c3c3;
    box-shadow: 0,1px,2px,#c3c3c3;
}
.card-icon {
    text-align: center;
    position: relative;
}

select.select-40 {
    max-width: 40% !important;
}

select.select-50 {
    max-width: 50% !important;
}

select.select-60 {
    max-width: 60% !important;
}

select.select-70 {
    max-width: 70% !important;
}

select.select-80 {
    max-width: 80% !important;
}

select.select-90 {
    max-width: 90% !important;
}

select.select-100 {
    min-width: 100% !important;
}

.legend-toggle .fa.rotate {
    transition: .3s transform ease-in-out;
    transform: rotate(90deg);
}

select {
    -webkit-appearance: listbox !important;
    background-color: #f9f9f9 !important;
}
.imagecard {
    z-index: 2;
    display: block;
    positioN: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: -33px auto auto auto;
    color: white;
}
.info-icon-sm {
    font-size: 1.3em !important;
}
.info-icon {
    font-size: 3em !important;
}
.info-icon-md {
    font-size: 2em !important;
}
.info-icon-md {
    font-size: 2.3em !important;
}
.info-icon-p3 {
    padding-top: 12px;
    padding-left: 1px;
}
.info-icon-p2 {
    padding-top: 6px;
    padding-left: 1px;
}
.info-icon-p1 {
    padding-top: 4px;
    padding-left: 1px;
}
.icon-p1-text {
    font-size: 1.3em;
}
.info-text {
    margin-top: 2px;
    font-size: 1.1em !important;
    color:#fff;
}
.info-text-md {
    margin-top: 4px;
    font-size: 13px !important;
    color:#fff;
}
.alert-text {
    color: #000000 !important;
    font-size: 1.2em !important;
}
.navigation-icon {
    font-size: 2em !important;
}
.card-border-yellow {
    border-color: #FFB848 !important;
}
.card-border-yellow {
    border-color: #FFB848 !important;
}
.card-dark-grey {
    border-color: #aeacb4 !important;
}
.nounderline {
    text-decoration: none !important
}
#footer {
    position: fixed;
    bottom: 5px;
}
.navbar-right > li.current-user > a span {
    line-height: 27px !important;
}
.navbar-right-sm {
    border: 0;
}
.navbar .navbar-header {
    border-right: none;
}
.no-line-height {
    line-height: 0px !important;
}
.navbar-right > li.current-user > a span.no-line-height {
    line-height: 0px !important;
}
.navbar-right > li.current-user > a{
    height:55px !important;
}
@media (min-width: 992px) {
    .app-sidebar-fixed #sidebar {
        top: 75px !important;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
   /* .navbar-right > li.current-user > a.stacked{
        padding-top: 9px !important;
    }*/
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .navbar .navbar-right > li {
        border-bottom: none;
    }

    .navbar-right > li.current-user a span {       
        top: 55px;
        font-size: 10px;
    }

}
.custom-logo.initial {
    width: auto !important;
    padding-top:2px !important;
}
.navbar .navbar-header {
    height: 75px;
}
.container-navbar-right {
    height: 75px;
}
@media (max-width: 768px) {
    .custom-logo {
        width: 160px !important;
        height: 40px !important;
    }
    .custom-logo.small {
        width: 120px !important;
    }
        .custom-logo.initial {
            width: auto !important;
        }
}
@media (max-width: 825px) {
    .custom-logo {
        width: 160px !important;
        height: 40px !important;
    }
        .custom-logo.large {
            width: 250px;
        }
    .custom-logo.small {
        width: 120px !important;
    }
        .custom-logo.initial {
            height: auto !important;
        }
}

@media (max-width: 670px) {
    .custom-logo {
        height: 30px !important;
    }
        .custom-logo.large {
            width: 190px;
        }
    .custom-logo.small {
        height: 40px !important;
    }
        .custom-logo.initial {
            height: auto !important;
        }
    #app > footer .footer-inner {
        line-height: 20px;
    }
}
