/*#region flip card*/
.flip-card {
  margin:auto;
  margin-bottom:20px;
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #6181c5;
  color: black;
}

.flip-card-back {
  background-color: #6181c5;
  color: white;
  transform: rotateY(180deg);
}
/*#endregion*/

/* settings for enrollment module */
@media (min-width: 1500px){
    .container{
        width:1400px !important;
    }
} 

.payment h2{font-size:30px;}
.payment .table .subDetailBlock {
    padding-left:5px;
    padding-right:5px;
    display:inline-block;
}
.payment .table dl {
    display:flex;
}
.payment .table dd {
    color:initial;
}



.payment .dl-horizontal dt{color:#FFF; margin-top: 0px;}
.payment dl.dl-horizontal{border: 2px solid #FFF; border-radius:4px; background-color:#34508c; max-width: 500px; padding:10px;}
.payment .dateRange {max-width: 100px;}

.paymentHistory-table-wrap {
    background-color:#FFF;
    color:initial !important;
}
.payment .my-enrollments-header{
}
.payment .my-enrollments-header .controls {
    padding:10px;
}

.waiveEmployee {
	color: Red;
}
.input-prepend div 
{
    height:20px;
    width:70% !important;
    color:Black;
    font-size: 14px;
    background-color:White;
    display:inline-block;
    position: relative;
    margin-top:1px;
    margin-bottom: 0;
    margin-left:0 !important;
    padding: 4px 6px;
    vertical-align: top;
    border:1px solid #ccc;
    border-top:0;
    border-right:0;
    border-bottom:0;
}

.input-prepend {width:100%;position:relative;}

.input-prepend .add-on {text-align:right !important;display:inline-block !important;min-width:50px !important;}
.input-prepend .add-on.fixed-width{width:30% !important;}

.requi
{
color:red;
}

#Pivot [id^=mymosaic-] table.table,
#Pivot [id^=broker-] table.table { margin-bottom: 5px; }

.ajax-loading {
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(255,255,255,0.5);
}

/*.broker table
{
    margin-top: 1em;
}*/
.hiddenRow {
    padding: 0 !important;
}
#broker-myenrollments .past-due { color: red; }

.sic-lookup { padding: 20px;}
.sic-lookup .grid tbody{
    height:200px;
    overflow-y:scroll;
    display:block;   
}

.sic-lookup .grid tr{
    display:table;
    table-layout:fixed;
    width:100%;
    color: Black;
}
#SICmodal p, #SICmodal label{
    color: Black;
}

/*#region BrokerPayments*/
.broker #CommissionHistoryDetailsModal{
    color:initial;
}

.broker table.borkerCommissionTable{
    color:initial;
}
.broker .broker-table-wrap{
    background-color:#FFF;
}

.broker .broker-commissions-header{
    border-bottom: 1px solid #FFF;
    margin-bottom: 10px;
}

#broker-commissions .btn-download-excel {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    color:#555;
}
#broker-commissions .btn-download-excel span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
#broker-commissions .btn-download-excel span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e025";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
#broker-commissions .btn-download-excel:hover span, #broker-commissions .btn-download-excel:focus span {
    padding-left:25px;    
}
#broker-commissions .btn-download-excel:hover span:before, #broker-commissions .btn-download-excel:focus span:before {
    opacity:1;
    left:0;
}
#broker-commissions .btn-download-excel:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

/*#endregion*/

/*#region BrokerContactInfo*/
.broker-contact-info .fieldset-wrapper {
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 4px;
}
.broker-contact-info .btnSubmit {
    float:left;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 140px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 0px 5px 5px;
}
.broker-contact-info .btnSubmit span{
    color:#2d467a !important;
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.broker-contact-info .btnSubmit span:after{
    font-family:glyphicons-halflings-regular;
    content:"\e029";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition:0.5s;
}
.broker-contact-info .btnSubmit:hover span, .broker-contact-info .btnSubmit:focus span {
    padding-right:25px;
}
.broker-contact-info .btnSubmit:hover span:after, .broker-contact-info .btnSubmit:focus span:after {
    opacity:1;
    right:0;
}
.broker-contact-info .btnSubmit:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}
/*#endregion*/

/*#region BrokerQuotesView*/

.quotes .quotesTable {
    background-color:#FFF;
    color:initial;
}
.quotes .table-wrapper{
    background-color:#34508c;
    padding:10px;
    border:1px solid #FFF;
    border-radius:2px;
}

.quotes .btn-download {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 15px 15px;
    color:#555;
}
.quotes .btn-download span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.quotes .btn-download span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e025";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.quotes .btn-download:hover span, .quotes .btn-download:focus span {
    padding-left:25px;    
}
.quotes .btn-download:hover span:before, .quotes .btn-download:focus span:before {
    opacity:1;
    left:0;
}
.quotes .btn-download:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

@media only screen and (max-width: 950px) {
 
    table.quotesTable td{
        display:block;
        width:100%;
    }
    table.quotesTable th{
        display:none;
    }
}

/*#endregion*/

/*#region BrokerEnrollment View*/


.BrokerEnrollmentView .btnSubmit {
    float:right;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 140px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 0px 5px 5px;
}
.BrokerEnrollmentView .btnSubmit span{
    color:#2d467a !important;
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.BrokerEnrollmentView .btnSubmit span:after{
    font-family:glyphicons-halflings-regular;
    content:"\e029";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition:0.5s;
}
.BrokerEnrollmentView .btnSubmit:hover span, .BrokerEnrollmentView .btnSubmit:focus span {
    padding-right:25px;
}
.BrokerEnrollmentView .btnSubmit:hover span:after, .BrokerEnrollmentView .btnSubmit:focus span:after {
    opacity:1;
    right:0;
}
.BrokerEnrollmentView .btnSubmit:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.brokerEnroll-group-header {
    border-bottom: 1px solid;
    margin: 50px 10px 5px;
    padding-bottom: 5px;
    width: 100%;
}
.brokerEnroll-group {
    display:flex;
    flex-wrap:wrap;
}
.brokerEnroll-group > div {
    display:flex;
    margin:15px 0;
}
.brokerEnroll-fieldWrapper {
    background-color:#2d467a;
    border: 1px solid #FFF;
    border-radius:2px;
    padding:30px;
}
/*#endregion*/

/*#region BrokerNavigateView*/
.brokerNav .navbar-default .navbar-nav > li > a.active{
    color:#555;
    background-color:#e7e7e7;
}
/*#endregion*/

/*#region BrokerInactiveErnollmentsView*/
.broker .broker-inactive-enrollments-table td[data-th="Name: "], .broker .broker-inactive-enrollments-table th{
    /*text-align:center;*/
    font-weight:bold;
}
.broker .broker-inactive-enrollments-table td[data-th="Name: "] a{
    color:#4164af;
}
.broker .broker-inactive-enrollments-table {
    background-color:#FFF;
    color:initial;
}
.broker .broker-inactive-enrollments-table .planDetails:nth-child(2) {
    border-top: dotted 1px #555;
}
#DetailModal {
    color:#555 !important;
}
/*#endregion*/

/*#region BrokerMyEnrollmentsView*/
.broker button#filterEnrollHideShow {
    float: right;
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    background: none;
    border:none;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
.broker button#filterEnrollHideShow:after {
    font-family: 'glyphicons-halflings-regular';
    font-size: 30px;
    left: -40px;
    top: 0px;
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    content:'\e138';
}
.broker button.btn-downloadExcel {
    float: right;
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    background: none;
    border:none;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
.broker button.btn-downloadExcel:after {
    font-family: 'glyphicons-halflings-regular';
    content: "\e025";
    font-size: 30px;
    left: -40px;
    top: 0px;
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
}
.broker .broker-enrollments-table td[data-th="Name: "], .broker .broker-enrollments-table th{
    text-align:center;
    font-weight:bold;
}
.broker .broker-enrollments-table td[data-th="Name: "] a{
    color:#4164af;
}
.broker .broker-enrollments-table {
    background-color:#FFF;
    color:initial;
}

.broker .table-wrapper{
    background-color:#34508c;
    padding:10px;
    border:1px solid #FFF;
    border-radius:2px;
}

.broker .btn-download {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 15px 15px;
    color:#555;
}
.broker .btn-download span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.broker .btn-download span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e025";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.broker .btn-download:hover span, .broker .btn-download:focus span {
    padding-left:25px;    
}
.broker .btn-download:hover span:before, .broker .btn-download:focus span:before {
    opacity:1;
    left:0;
}
.broker .btn-download:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.broker span.insuranceType {
    background-position: 00px -51px;
    background-image: url(Images/target-icon-sprite.png);
    background-repeat: no-repeat;
    height: 60px;
    width:75px;
    display: block;
    /*position: absolute;*/
    top: -7px;
    right: 8px;
}
.broker .filterWell{
    float: left;
    max-width: 300px;
    color: #555 !important;
}
/*#endregion*/

/*#region LoginView*/

.login-div {
    width:265px;
    margin:10px;
    padding:10px;
    border: 1px solid #FFF;
    border-radius:4px;
    text-align:center;
}
.login-div .login-row {
    margin-bottom:10px;
}
.loginText {
    font-size:20px;
}
.login-text {
    width:220px;
    border-radius:2px;
}
.login-button {
    width:220px;
}
/*#endregion*/

/*#region alerts*/

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
/*#endregion*/

/*#region Containers*/
.ContainerWrapper h2 {
    color:#FFF;
}
/*#endregion*/

/*#region MyMosaicNavigateView*/

.HomeNavLinks .btn {
    color: initial !important;
}

/*#endregion */

/*#region MyPreferencesView*/
#Preferences {
    color:initial !important;
}


/*#endregion*/
/*#region MyMosaicEnrollInfoView*/
#mymosaic-enroll-info .fieldset-wrapper {
    background-color: #FFF;
    padding: 15px;
    border-radius: 4px;
}

/*#endregion */

/*#region MyMosaicBillView*/
#mymosaic-bill-info .fieldset-wrapper {
    background-color: #FFF;
    padding:10px;
    border-radius:4px;
}
/*#endregion*/

/*#region MyMosaicPlansView*/

#mymosaic-plans .panel-heading a {
    color:#FFF !important;
}
#mymosaic-plans .widthImage img{
    max-width:100px;
    box-shadow: 0 0 10px black;
}
#mymosaic-plans #mymosaic-plans-accordion .accordion-inner {
    padding:10px;
}
#mymosaic-plans #mymosaic-plans-accordion .panel-heading .btn {
    white-space:normal;
}

@media only screen and (max-width: 950px) {
/*Table for plans*/
.plansTable thead th {display: none;}
.plansTable tbody td {display: block; border: none; border-top: none;}
.plansTable td:before {content: attr(data-th); font-size: 14px; font-weight: bolder;}
}

/*#endregion*/

/*#region MyMosaicCensusView*/
#mymosaic-census .sbsb-table-wrap {
    background-color:white;
    padding: 15px 30px;
    border-radius: 4px;
}

@media only screen and (max-width: 950px) {
/*Table for census view*/
.censusTable thead th {display: none;}
.censusTable tbody td {display: block; border: none; border-top: none;}
.censusTable tbody td:first-of-type {border-top:none;}
.censusTable td:before {content: attr(data-th); font-size: 14px; font-weight: bolder;}
.censusTable tbody tr {border: 1px solid #ddd; width: 50%; float: left; padding:5px;}
.sbsb-table-wrap {padding: 10px 15px;}
}
/*#endregion*/

/*#region MyMosaicPaymentHistory*/

#payment-history .sbsb-table-wrap {
    background-color:#FFF;
    padding:10px;
    border-radius:4px;
    color:initial !important;
}
#payment-history .sbsb-table-wrap a {
    color: initial !important;
}

#payment-history .btn-download {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 0px;
    color:#555;
}
#payment-history .btn-download span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
#payment-history .btn-download span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e025";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
#payment-history .btn-download:hover span, #payment-history .btn-download:focus span {
    padding-left:25px;    
}
#payment-history .btn-download:hover span:before, #payment-history .btn-download:focus span:before {
    opacity:1;
    left:0;
}
#payment-history .btn-download:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}
#PaymentDetailsModal {
    color: #555;
}
/*#endregion*/

/*#region MyMosaicSinglePlanView*/
.singlePlanView {
    background-color: #FFF;
    border-radius: 4px;
    padding:10px;
}
.singlePlanView .summary-info {
    padding-top: 20px;
}
.singlePlanView .widthImage {
    padding-top:20px;
}
.singlePlanView .widthImage img {
    width:120px;
}
/*#endregion*/

/*#region MyMosaicRenewalNextSteps*/

.MyMosaicRenewalNextSteps h3 {
    color:#FFF;
}

/*#endregion*/

/*#region SBKBMLandingView*/

    .SBKBMLandingView .stepWell {
        /*background-color:#34508c;*/
        min-height: 20px;
        padding: 19px;
        margin: 10px 20px;    
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        color:#FFFFFF;
    }
    .SBKBMLandingView .col-md-6:first-child:hover .stepWell{
        /*box-shadow: inset rgba(0,0,0,1) 10px 10px;*/    
    }
    .SBKBMLandingView a.btn-default, 
    .SBKBMLandingView a.btn-default:hover, 
    .SBKBMLandingView a.btn-default:visited,
    .SBKBMLandingView a.btn-default:focus {
        color:#555;
    }
    .SBKBMLandingView a, 
    .SBKBMLandingView a:hover, 
    .SBKBMLandingView a:visited,
    .SBKBMLandingView a:focus {
        color:white;
    }

    .SBKBMLandingView a .stepWell{
        /*box-shadow:5px 9px #f3f6fb;*/
    }
    .SBKBMLandingView a .stepWell:hover {

    }
    .SBKBMLandingView a .stepWell:active {
        /*box-shadow: 3px 5px #d8dff0;*/
        transform: translateY(4px) translateX(2px);
    }

    .SBKBMLandingView .stepWell img {
        margin-right: 10px;
    }

/*#endregion SBKBMLandingView*/

/*#region SBKBMRatingCompanyInfo*/
.SBKBMRatingCompanyInfoView .btnNext3 {
    float:right;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 5px 5px;
}
.SBKBMRatingCompanyInfoView .btnNext3 span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingCompanyInfoView .btnNext3 span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingCompanyInfoView .btnNext3:hover span, .SBKBMRatingCompanyInfoView .btnNext3:focus span {
    padding-right:25px;
}
.SBKBMRatingCompanyInfoView .btnNext3:hover span:after, .SBKBMRatingCompanyInfoView .btnNext3:focus span:after {
    opacity:1;
    right:0;
}
.SBKBMRatingCompanyInfoView .btnNext3:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

/*#endregion SBKBMRatingCompanyInfo*/

/*#region SBKBMAppCompanyEnrollmentView*/



/*#endregion SBKBMAppCompanyEnrollmentView*/
.ifYouWishTextStyle{
    color:red;
}


/*#region SBKBMRatingEmployeeInfo*/

.SBKBMRatingEmployeeInfo .btnAddEmployee {
    float:left;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 15px 0px;
}
.SBKBMRatingEmployeeInfo .btnAddEmployee span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnAddEmployee span:after {
    font-family:glyphicons-halflings-regular;
    content:'\2b';
    position: absolute;
    opacity: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnAddEmployee:hover span, .SBKBMRatingEmployeeInfo .btnAddEmployee:focus span {
    padding-right: 25px;
}
.SBKBMRatingEmployeeInfo .btnAddEmployee:hover span:after, .SBKBMRatingEmployeeInfo .btnAddEmployee:focus span:after{
    opacity:1;
    right:0;
}
.SBKBMRatingEmployeeInfo .btnAddEmployee:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingEmployeeInfo .btnPrint {
    float:left;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 15px 0px;
}
.SBKBMRatingEmployeeInfo .btnPrint span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnPrint span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e045";
    position: absolute;
    opacity: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnPrint:hover span, .SBKBMRatingEmployeeInfo .btnPrint:focus span {
    padding-right: 25px;
}
.SBKBMRatingEmployeeInfo .btnPrint:hover span:after, .SBKBMRatingEmployeeInfo .btnPrint:focus span:after{
    opacity:1;
    right:0;
}
.SBKBMRatingEmployeeInfo .btnPrint:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingEmployeeInfo .btnEmail {
    float:left;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 15px 0px;
}
.SBKBMRatingEmployeeInfo .btnEmail span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnEmail span:after {
    font-family:glyphicons-halflings-regular;
    content:"\2709";
    position: absolute;
    opacity: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnEmail:hover span, .SBKBMRatingEmployeeInfo .btnEmail:focus span {
    padding-right: 25px;
}
.SBKBMRatingEmployeeInfo .btnEmail:hover span:after, .SBKBMRatingEmployeeInfo .btnEmail:focus span:after{
    opacity:1;
    right:0;
}
.SBKBMRatingEmployeeInfo .btnEmail:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingEmployeeInfo .btnAdd {
    float:left;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 15px;
}
.SBKBMRatingEmployeeInfo .btnAdd span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnAdd span:after {
    font-family:glyphicons-halflings-regular;
    content:'\2b';
    position: absolute;
    opacity: 0;
    top: -2px;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnAdd:hover span, .SBKBMRatingEmployeeInfo .btnAdd:focus span {
    padding-right: 25px;
}
.SBKBMRatingEmployeeInfo .btnAdd:hover span:after, .SBKBMRatingEmployeeInfo .btnAdd:focus span:after{
    opacity:1;
    right:0;
}
.SBKBMRatingEmployeeInfo .btnAdd:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingEmployeeInfo .btnDelete {
    float:right;
    margin-top:10px;
    margin-bottom:10px;
    width: 160px;
}
.SBKBMRatingEmployeeInfo .btnDelete span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnDelete span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e014";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnDelete:hover span, .SBKBMRatingEmployeeInfo .btnDelete:focus span {
    padding-right: 25px;
}
.SBKBMRatingEmployeeInfo .btnDelete:hover span:after, .SBKBMRatingEmployeeInfo .btnDelete:focus span:after {
    opacity:1;
    right:0;
}

.SBKBMRatingEmployeeInfo .btnNext3 {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 0px 5px 5px;
}
.SBKBMRatingEmployeeInfo .btnNext3 span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnNext3 span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnNext3:hover span, .SBKBMRatingEmployeeInfo .btnNext3:focus span {
    padding-right:25px;
}
.SBKBMRatingEmployeeInfo .btnNext3:hover span:after, .SBKBMRatingEmployeeInfo .btnNext3:focus span:after {
    opacity:1;
    right:0;
}
.SBKBMRatingEmployeeInfo .btnNext3:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingEmployeeInfo .btnBack3 {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.SBKBMRatingEmployeeInfo .btnBack3 span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingEmployeeInfo .btnBack3 span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMRatingEmployeeInfo .btnBack3:hover span, .SBKBMRatingEmployeeInfo .btnBack3:focus span {
    padding-left:25px;    
}
.SBKBMRatingEmployeeInfo .btnBack3:hover span:before, .SBKBMRatingEmployeeInfo .btnBack3:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMRatingEmployeeInfo .btnBack3:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}
/*#endregion SBKBMRatingEmployeeInfo*/
.ethnicityLimit{
    color: red; 
    white-space: nowrap;
}

.SBKBMAppEmployeeEnrollmentView .btn.btn-link.btn-block.text-left.collapsed.rounded{
    /*background-color: #6181C5; 
    color: white; 
    border-color: white;*/
}






/*#region SBKBMHealthPlansView*/

.SBKBMRatingHealthPlansPricingView .btnSelectPlan {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.SBKBMRatingHealthPlansPricingView .btnSelectPlan span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingHealthPlansPricingView .btnSelectPlan span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e092";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingHealthPlansPricingView .btnSelectPlan:hover span, .SBKBMRatingHealthPlansPricingView .btnSelectPlan:focus span {
    padding-right:25px;
}
.SBKBMRatingHealthPlansPricingView .btnSelectPlan:hover span:after, .SBKBMRatingHealthPlansPricingView .btnSelectPlan:focus span:after {
    opacity:1;
    right:0;
}
.SBKBMRatingHealthPlansPricingView .btnSelectPlan:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingHealthPlansPricingView .btnBack {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.SBKBMRatingHealthPlansPricingView .btnBack span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingHealthPlansPricingView .btnBack span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMRatingHealthPlansPricingView .btnBack:hover span, .SBKBMRatingHealthPlansPricingView .btnBack:focus span {
    padding-left:25px;    
}
.SBKBMRatingHealthPlansPricingView .btnBack:hover span:before, .SBKBMRatingHealthPlansPricingView .btnBack:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMRatingHealthPlansPricingView .btnBack:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingHealthPlansPricingView .btnSave {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.SBKBMRatingHealthPlansPricingView .btnSave span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingHealthPlansPricingView .btnSave span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e175";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMRatingHealthPlansPricingView .btnSave:hover span, .KBMHealthPlansView .btnSave:focus span {
    padding-left:25px;    
}
.SBKBMRatingHealthPlansPricingView .btnSave:hover span:before, .KBMHealthPlansView .btnSave:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMRatingHealthPlansPricingView .btnSave:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingHealthPlansPricingView .compareLebel{
    color: white;
    margin: 5px;
}

.SBKBMRatingHealthPlansPricingView .compareAndComparebutton{
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content:flex-start;
}

.SBKBMRatingHealthPlansPricingView .checkBoxStyling{
    width: 20px; 
    height:20px;
}

.SBKBMRatingHealthPlansPricingView .compareAlert{
     margin: 0 auto; 
     width:250px;
}

.SBKBMRatingHealthPlansPricingView .selectbuttonAndClearPrintAndShowingHealthPlanContainer{
    display: flex; 
    flex-direction:row
}
.SBKBMRatingHealthPlansPricingView .selectAndClearButtonContainer{
    display: flex; 
    flex-direction: column ;
}
.SBKBMRatingHealthPlansPricingView .selectAndClearButton{
    width: auto;
    height: 45px ;
    white-space: normal;
    word-wrap: break-word;
}
.SBKBMRatingHealthPlansPricingView .priceLabel{
    width: 120px;
}

 .buttonStyle{

}


/*.SBKBMRatingHealthPlansPricingView button#filterHideShow {
    height: 35px;
    margin-bottom: 5px;
    position: relative;
    background: none;
    border:none;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}*/
/*.SBKBMRatingHealthPlansPricingView button#filterHideShow:after {
    left: -40px;
    top: 0px;
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    content:"\e138";
}*/
/*#endregion SBKBMHealthPlansView*/

/*#region SBKBMRatingReviewQuoteSummary*/

.SBKBMRatingReviewQuoteSummaryView .btnBack {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 5px 5px;
}
.SBKBMRatingReviewQuoteSummaryView .btnBack span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingReviewQuoteSummaryView .btnBack span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMRatingReviewQuoteSummaryView .btnBack:hover span, .SBKBMRatingReviewQuoteSummaryView .btnBack:focus span {
    padding-left:25px;    
}
.SBKBMRatingReviewQuoteSummaryView .btnBack:hover span:before, .SBKBMRatingReviewQuoteSummaryView .btnBack:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMRatingReviewQuoteSummaryView .btnBack:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingReviewQuoteSummaryView .btnSave {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 5px 5px;
}
.SBKBMRatingReviewQuoteSummaryView .btnSave span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingReviewQuoteSummaryView .btnSave span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e175";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMRatingReviewQuoteSummaryView .btnSave:hover span, .SBKBMRatingReviewQuoteSummaryView .btnSave:focus span {
    padding-left:25px;    
}
.SBKBMRatingReviewQuoteSummaryView .btnSave:hover span:before, .SBKBMRatingReviewQuoteSummaryView .btnSave:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMRatingReviewQuoteSummaryView .btnSave:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMRatingReviewQuoteSummaryView .btnEnroll {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 200px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 5px 5px;
}
.SBKBMRatingReviewQuoteSummaryView .btnEnroll span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMRatingReviewQuoteSummaryView .btnEnroll span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMRatingReviewQuoteSummaryView .btnEnroll:hover span, .SBKBMRatingReviewQuoteSummaryView .btnEnroll:focus span {
    padding-right:25px;
}
.SBKBMRatingReviewQuoteSummaryView .btnEnroll:hover span:after, .SBKBMRatingReviewQuoteSummaryView .btnEnroll:focus span:after {
    opacity:1;
    right:0;
}
.SBKBMRatingReviewQuoteSummaryView .btnEnroll:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}
/*#endregion*/

/*#region SBKBMCompanyEnrollmentInfo*/

#SICmodal h3{
    color:initial;
}

.SBKBMCompanyEnrollmentView a.question-link, .SBKBMCompanyEnrollmentView a.question-link:hover, .SBKBMCompanyEnrollmentView a.question-link:active {
    color: #FFFFFF;
}

.SBKBMCompanyEnrollmentView .btnBack {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 5px 15px 5px;
}
.SBKBMCompanyEnrollmentView .btnBack span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMCompanyEnrollmentView .btnBack span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMCompanyEnrollmentView .btnBack:hover span, .SBKBMCompanyEnrollmentView .btnBack:focus span {
    padding-left:25px;    
}
.SBKBMCompanyEnrollmentView .btnBack:hover span:before, .SBKBMCompanyEnrollmentView .btnBack:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMCompanyEnrollmentView .btnBack:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMCompanyEnrollmentView .btnNext {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 0px 15px 5px;
}
.SBKBMCompanyEnrollmentView .btnNext span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMCompanyEnrollmentView .btnNext span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMCompanyEnrollmentView .btnNext:hover span, .SBKBMCompanyEnrollmentView .btnNext:focus span {
    padding-right:25px;
}
.SBKBMCompanyEnrollmentView .btnNext:hover span:after, .SBKBMCompanyEnrollmentView .btnNext:focus span:after {
    opacity:1;
    right:0;
}
.SBKBMCompanyEnrollmentView .btnNext:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

/*#endregion SBKBMCompanyEnrollmentInfo*/

/*#region SBKBMEmployeeEnrollmentView*/

.SBKBMEmployeeEnrollmentView .btnBack {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 5px 15px 5px;
}
.SBKBMEmployeeEnrollmentView .btnBack span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMEmployeeEnrollmentView .btnBack span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SBKBMEmployeeEnrollmentView .btnBack:hover span, .SBKBMEmployeeEnrollmentView .btnBack:focus span {
    padding-left:25px;    
}
.SBKBMEmployeeEnrollmentView .btnBack:hover span:before, .SBKBMEmployeeEnrollmentView .btnBack:focus span:before {
    opacity:1;
    left:0;
}
.SBKBMEmployeeEnrollmentView .btnBack:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SBKBMEmployeeEnrollmentView .btnNext {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 0px 15px 5px;
}
.SBKBMEmployeeEnrollmentView .btnNext span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SBKBMEmployeeEnrollmentView .btnNext span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SBKBMEmployeeEnrollmentView .btnNext:hover span, .SBKBMEmployeeEnrollmentView .btnNext:focus span {
    padding-right:25px;
}
.SBKBMEmployeeEnrollmentView .btnNext:hover span:after, .SBKBMEmployeeEnrollmentView .btnNext:focus span:after {
    opacity:1;
    right:0;
}
.SBKBMEmployeeEnrollmentView .btnNext:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

/*#endregion SBKBMEmployeeEnrollmentView*/

/*#region SBKBMReviewApplication*/
.bigReview .btnEdit {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    width: 80px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 0px;
}
.bigReview .btnEdit span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.bigReview .btnEdit span:after {
    font-family:glyphicons-halflings-regular;
    content:"\270f";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.bigReview .btnEdit:hover span, .bigReview .btnEdit:focus span {
    padding-right:25px;
}
.bigReview .btnEdit:hover span:after, .bigReview .btnEdit:focus span:after {
    opacity:1;
    right:0;
}
.bigReview .btnEdit:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 4px 2px #888888 inset; 
}
/*#endregion*/

/*#region KBMLandingView*/

    .KBMLandingView .stepWell {
        /*background-color:#34508c;*/
        min-height: 20px;
        padding: 19px;
        margin: 10px 20px;    
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        color:#FFFFFF;
    }
    .KBMLandingView .col-md-6:first-child:hover .stepWell{
        /*box-shadow: inset rgba(0,0,0,1) 10px 10px;*/    
    }
    .KBMLandingView a, 
    .KBMLandingView a:hover, 
    .KBMLandingView a:visited,
    .KBMLandingView a:focus {
        color:white;
    }

    .KBMLandingView a .stepWell{
        /*box-shadow:5px 9px #f3f6fb;*/
    }
    .KBMLandingView a .stepWell:hover {

    }
    .KBMLandingView a .stepWell:active {
        /*box-shadow: 3px 5px #d8dff0;*/
        transform: translateY(4px) translateX(2px);
    }

    .KBMLandingView .stepWell img {
        margin-right: 10px;
    }

    /*Landing View Begin Button*/    
    .btnBeginQuote {
        float:right;
        display: inline-block;
        border-radius: 6px;
        /*background-color: #FFFFFF;*/
        border: none;
        /*color: rgb(65,100,175) !important;*/
        text-align: center;
        font-size: 22px;
        /*font-weight:bold;*/
        padding: 10px;
        width: 200px;
        transition: 0.1s;
        cursor: pointer;
        margin: 5px 20px 5px 5px;
    }
    .btnBeginQuote span {
        cursor: pointer;
        display:inline-block;
        position:relative;
        transition: 0.5s;
    }
    .btnBeginQuote span:after {
        font-family:glyphicons-halflings-regular;
        /*content:'\00bb';*/
        content:"\e081";
        /*content:'\2795';*/
        position: absolute;
        /*position: relative;*/
        /*padding-left:10px;*/
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }
    .btnBeginQuote:hover span {
        padding-right: 25px;
        /*color: rgb(65,100,175) !important;*/
    }
    .btnBeginQuote:hover span:after {
        opacity: 1;
        right: 0;
    }
    .btnBeginQuote:active {
        box-shadow: 0px 0px 8px 4px #888888 inset; 
    }

/*#endregion KBMLandingView*/

/*#region KBMEnrollInfo*/
.btnAdd {
    float:left;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 15px;
}
.btnAdd span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.btnAdd span:after {
    font-family:glyphicons-halflings-regular;
    content:'\2795';
    position: absolute;
    opacity: 0;
    top: -2px;
    right: -20px;
    transition: 0.5s;
}
.btnAdd:hover span, .btnAdd:focus span {
    padding-right: 25px;
}
.btnAdd:hover span:after, .btnAdd:focus span:after{
    opacity:1;
    right:0;
}
.btnAdd:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

#Dependentsmodal .tableBorder {
    border: 2px solid white;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#Dependentsmodal .btnDelete {
    float:right;
    margin-top:10px;
    width: 95px;

}
#Dependentsmodal .btnDelete span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
#Dependentsmodal .btnDelete span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e014";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
#Dependentsmodal .btnDelete:hover span, #Dependentsmodal .btnDelete:focus span {
    padding-right: 25px;
}
#Dependentsmodal .btnDelete:hover span:after, #Dependentsmodal .btnDelete:focus span:after {
    opacity:1;
    right:0;
}

#HRI .btnNextInd {
    float:right;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
#HRI .btnNextInd span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
#HRI .btnNextInd span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
#HRI .btnNextInd:hover span, #HRI .btnNextInd:focus span {
    padding-right:25px;
}
#HRI .btnNextInd:hover span:after, #HRI .btnNextInd:focus span:after {
    opacity:1;
    right:0;
}
#HRI .btnNextInd:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}
/*#endregion KBMEnrollInfo*/

/*#region KBMHealthPlansAndPricing*/
.plan-filters {
    padding: 0px 30px 30px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border:1px solid #ddd;
    border-radius:4px;
}
.carrier-filters .list-group {
    margin-top: 20px;
    margin-left: 0px;
}
#filterHideShow {
    display:block;
    margin-bottom: 10px;
}
#PlanFilters {
    /*padding-left: 0;
    padding-right: 0;*/
}
#PlanFilters ul.nav {
    margin-left: 0;
}

.KBMHealthPlansView .btnSelectPlan {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.KBMHealthPlansView .btnSelectPlan span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMHealthPlansView .btnSelectPlan span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e092";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.KBMHealthPlansView .btnSelectPlan:hover span, .KBMHealthPlansView .btnSelectPlan:focus span {
    padding-right:25px;
}
.KBMHealthPlansView .btnSelectPlan:hover span:after, .KBMHealthPlansView .btnSelectPlan:focus span:after {
    opacity:1;
    right:0;
}
.KBMHealthPlansView .btnSelectPlan:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.KBMHealthPlansView .btnBack {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.KBMHealthPlansView .btnBack span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMHealthPlansView .btnBack span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.KBMHealthPlansView .btnBack:hover span, .KBMHealthPlansView .btnBack:focus span {
    padding-left:25px;    
}
.KBMHealthPlansView .btnBack:hover span:before, .KBMHealthPlansView .btnBack:focus span:before {
    opacity:1;
    left:0;
}
.KBMHealthPlansView .btnBack:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.KBMHealthPlansView .btnSave {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.KBMHealthPlansView .btnSave span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMHealthPlansView .btnSave span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e175";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.KBMHealthPlansView .btnSave:hover span, .KBMHealthPlansView .btnSave:focus span {
    padding-left:25px;    
}
.KBMHealthPlansView .btnSave:hover span:before, .KBMHealthPlansView .btnSave:focus span:before {
    opacity:1;
    left:0;
}
.KBMHealthPlansView .btnSave:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.KBMHealthPlansView .PrintCompareAndEmailposition{
    display:flex;
}

.KBMHealthPlansView .filterHideShowStyle{
    margin-right: 20px;
}

.KBMHealthPlansView .compareButton{
    background: none; 
    border: none;
    vertical-align: middle;
}

.KBMHealthPlansView .compareAlert{
    margin: 0 auto; 
    width:250px;
}

.KBMHealthPlansView .FirstContainerForSellecAllandClearAlldiv{
    display: flex; 
    flex-direction: row
}

.KBMHealthPlansView .clearAllAndSelectAll{
    width: auto;
    height: 45px; 
    white-space: normal; 
    word-wrap: break-word;
}

.KBMHealthPlansView .ComparebuttonWrapper{
    display: flex; 
    flex-direction: column
}

.KBMHealthPlansView .hiddenTierStyle{
    font-weight: bold; 
    width: 15%;
}

.KBMHealthPlansView .chosenItemCheckBoxContainer{
    margin: 0; 
    padding: 0; 
    display: flex; 
    justify-content:flex-start
}

.KBMHealthPlansView .chosenItemCheckBox{
    width: 20px ;
    height:20px;
}

.KBMHealthPlansView .chosenItemLabel{
    color: white; 
    margin: 5px;
}

.KBMReviewApplicationView .btn.btn-link.btn-block.text-left.rounded{
    background-color: #6181C5; 
    color: white; 
    border-color: white;
}

.EthnicityButtonLabel{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
}

.EthnicityButtonDropDown.collapse.in.row{
    background-color: #6181C5; 
    padding: 5px; 
    margin: 3px;
}
.EthnicityButtonDropDownDEP.collapse.in.row{
    /*background-color: #6181C5;*/ 
    padding: 5px; 
    margin: 3px;
}
.TermsAndConditionsTextBoxStyling{
    width:100%;
}


/*#endregion KBMHealthPlansAndPricing*/

/*#region KBMReviewQuoteSummary*/

.KBMReviewQuoteSummaryView .btnBack {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.KBMReviewQuoteSummaryView .btnBack span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMReviewQuoteSummaryView .btnBack span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.KBMReviewQuoteSummaryView .btnBack:hover span, .KBMReviewQuoteSummaryView .btnBack:focus span {
    padding-left:25px;    
}
.KBMReviewQuoteSummaryView .btnBack:hover span:before, .KBMReviewQuoteSummaryView .btnBack:focus span:before {
    opacity:1;
    left:0;
}
.KBMReviewQuoteSummaryView .btnBack:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.KBMReviewQuoteSummaryView .btnSave {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.KBMReviewQuoteSummaryView .btnSave span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMReviewQuoteSummaryView .btnSave span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e175";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.KBMReviewQuoteSummaryView .btnSave:hover span, .KBMReviewQuoteSummaryView .btnSave:focus span {
    padding-left:25px;    
}
.KBMReviewQuoteSummaryView .btnSave:hover span:before, .KBMReviewQuoteSummaryView .btnSave:focus span:before {
    opacity:1;
    left:0;
}
.KBMReviewQuoteSummaryView .btnSave:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.KBMReviewQuoteSummaryView .btnNext {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 5px;
}
.KBMReviewQuoteSummaryView .btnNext span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMReviewQuoteSummaryView .btnNext span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.KBMReviewQuoteSummaryView .btnNext:hover span, .KBMReviewQuoteSummaryView .btnNext:focus span {
    padding-right:25px;
}
.KBMReviewQuoteSummaryView .btnNext:hover span:after, .KBMReviewQuoteSummaryView .btnNext:focus span:after {
    opacity:1;
    right:0;
}
.KBMReviewQuoteSummaryView .btnNext:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}
/*#endregion KBMReviewQuoteSummary*/

/*#region KBMEnrollmentDetails*/
.bigBox .dependentBox {
    margin-top:15px;
}

.KBMEnrollmentDetailsButtons .btnNext3 {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 5px 5px;
}
.KBMEnrollmentDetailsButtons .btnNext3 span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMEnrollmentDetailsButtons .btnNext3 span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e258";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.KBMEnrollmentDetailsButtons .btnNext3:hover span, .KBMEnrollmentDetailsButtons .btnNext3:focus span {
    padding-right:25px;
}
.KBMEnrollmentDetailsButtons .btnNext3:hover span:after, .KBMEnrollmentDetailsButtons .btnNext3:focus span:after {
    opacity:1;
    right:0;
}
.KBMEnrollmentDetailsButtons .btnNext3:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.KBMEnrollmentDetailsButtons .btnBack3 {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 15px 15px 5px 5px;
}
.KBMEnrollmentDetailsButtons .btnBack3 span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMEnrollmentDetailsButtons .btnBack3 span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.KBMEnrollmentDetailsButtons .btnBack3:hover span, .KBMEnrollmentDetailsButtons .btnBack3:focus span {
    padding-left:25px;
}
.KBMEnrollmentDetailsButtons .btnBack3:hover span:before, .KBMEnrollmentDetailsButtons .btnBack3:focus span:before {
    opacity:1;
    left:0;
}
.KBMEnrollmentDetailsButtons .btnBack3:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.dependentPanel {
    position: relative; 
    padding: 10px;
    border-radius:3px 3px 0px 0px;
    font-size: 22px; 
    display: block; 
    text-decoration: none;
}

.QserahparagraphStyling{
    padding: 15px; 
    font-weight: bold;
}

.spanForEthnicityLimit{
    color: red;
    white-space: nowrap;
}

.btn.btn-link.btn-block.text-left.rounded{
    background-color: #6181C5;
    color: white;
    border-color: white;
}

.raceAndEthnicityItemStyling{
    display:flex; 
    justify-content:space-between;
}

.subscr.collapse.in.row{
    background-color: #6181C5;
    padding: 20px; 
    margin: 3px;
}

.depend.collapse.in.row{
    padding: 5px; 
    margin: 3px;
}

.emailVeryfication{
    display:none
}

.sameMaillingAddressDiv{
    float: left;
    background-color:#6181C5;           
    padding: 20px;
    outline: 1px solid #ffffff;
}

/*#endregion KBMEnrollmentDetails*/

/*#region KBMReviewApplication*/

.KBMReviewApplication {
    border:1px solid white;
    padding-bottom: 15px;
}

.KBMReviewApplication .btnEdit {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    width: 80px;
    transition: 0.5s;
    cursor: pointer;
    margin: 5px 15px 5px 0px;
}
.KBMReviewApplication .btnEdit span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.KBMReviewApplication .btnEdit span:after {
    font-family:glyphicons-halflings-regular;
    content:"\270f";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.KBMReviewApplication .btnEdit:hover span, .KBMReviewApplication .btnEdit:focus span {
    padding-right:25px;
}
.KBMReviewApplication .btnEdit:hover span:after, .KBMReviewApplication .btnEdit:focus span:after {
    opacity:1;
    right:0;
}
.KBMReviewApplication .btnEdit:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 4px 2px #888888 inset; 
}

.SubmitButtons .btnBack2 {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100px;
    transition: 0.5s;
    cursor: pointer;
    margin: 10px 15px 5px 5px;
}
.SubmitButtons .btnBack2 span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SubmitButtons .btnBack2 span:before {
    font-family:glyphicons-halflings-regular;
    content:"\e257";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}
.SubmitButtons .btnBack2:hover span, .SubmitButtons .btnBack2:focus span {
    padding-left:25px;
}
.SubmitButtons .btnBack2:hover span:before, .SubmitButtons .btnBack2:focus span:before {
    opacity:1;
    left:0;
}
.SubmitButtons .btnBack2:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

.SubmitButtons .btnSubmit {
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 220px;
    transition: 0.5s;
    cursor: pointer;
    margin: 10px 0px 5px 5px;
}
.SubmitButtons .btnSubmit span {
    display:inline-block;
    position:relative;
    transition:0.5s;
}
.SubmitButtons .btnSubmit span:after {
    font-family:glyphicons-halflings-regular;
    content:"\e202";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.SubmitButtons .btnSubmit:hover span, .SubmitButtons .btnSubmit:focus span {
    padding-right:25px;    
}
.SubmitButtons .btnSubmit:hover span:after, .SubmitButtons .btnSubmit:focus span:after {
    opacity:1;
    right:0;
}
.SubmitButtons .btnSubmit:active {
    transition-duration: 0.1s;
    box-shadow: 0px 0px 8px 4px #888888 inset; 
}

/*#endregion KBMReviewApplication*/

/*This is for BrokerAccountShopButtopns*/
.shoppingButtonDivStyle{
     margin-right: 2px;
     padding-top: 15px;
      padding-right: 15px;
}

.shoppingButtonParagraphStyle{
 word-break: break-word; 
 color:white;
}

.shoppingButtonSpanStyle{
  color: red;
}


/*End of that region*/
/*KBMHealthPlansPricingView*/
.priceDisplay{
    width:120px;
}

#modalWidth{
    width: 90%;
}

.modalTableDirection{
    display: flex; 
    flex-direction: row; 
    height: 100%;
}

.BootTableStyle{
    background-color: #6181c5;
}

.BootTableStyle > thead{
    background-color: #2D467A
}

#lastTableRowForMonthlyCost{ background:#2D467A;}

.BootTableStyleImg{
    border-radius: 5px; 
    width: 70px;
}

.compareCheckBoxContainer{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    outline: 3px solid white; 
    border-radius: 4px; 
    height: 37px; 
    width: 95px; 
    margin: 10px;
}

.compareCheckBoxContainer > input{
    margin: 4px 4px;
}

.compareCheckBoxContainer > span{
    margin: 4px 4px;
}

 .grid-container {
        display: grid;
        height: 2px;
        align-content: center;
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
        border: 1px solid #f7f7f7;
        z-index: -1;
        /*box-shadow: 0 10px 20px 20px rgba(0, 0, 0, 0.79);*/
        -webkit-box-shadow: -2px -2px 11px 4px rgba(204,204,204,0.58);
        -moz-box-shadow: -2px -2px 11px 4px rgba(204,204,204,0.58);
        box-shadow: -2px -2px 11px 4px rgba(204,204,204,0.58);
        row-gap: 5px;
        gap: 1px;
        background-color: #2196F3;
        padding: 10px;
        background-color: #2D467A; 
        min-height: 120px; 
        position: sticky; bottom: 0;
    }

        .grid-container > div {
            /*background-color: rgba(255, 255, 255, 0.8);*/
            text-align: center;
            padding: 2px;
            
        }

        .grid-container > div > img{
            border-radius: 5px; 
            width: 50px;
        }
        
        .innerCheckBoxPosition{
            display: flex;
            flex-direction: row-reverse; 
            width: 100%;
        }

        .innerModalHeader {
            text-align: right;
        }

        .ModalButtonSpace{
            margin-left:10px;
        }
        


        .stikyBar{
            position: sticky;
            bottom: 0; 
            margin-top: 50px;
        }

        .cardForSelectedPlan{
            background-color: #6181c5; 
            display: flex; 
            flex-direction: column; 
            justify-content: center; 
            align-items: center; 
            height: 110px; 
            max-width: 300px; 
            /*border-radius: 10px;*/
        }

        .comparePlansAndCancelProcess{
            display: flex;
            flex-direction: row-reverse;           
        }

    @media screen and (max-width: 700px) {
        .grid-container {
            display: grid;
            height: auto;
            align-content: center;
            justify-content: center;
            grid-template-columns: repeat(2, 1fr);
            row-gap: 250px;
            gap: 10px;
            background-color: #2196F3;
            padding: 30px;
        }
    }

    @media screen and (max-width: 500px) {
        .grid-container {
            display: grid;
            height: auto;
            align-content: center;
            justify-content: center;
            grid-template-columns: repeat(1, 1fr);
            row-gap: 250px;
            gap: 10px;
            background-color: #2196F3;
            padding: 30px;
        }
    }

/*End of that region*/

