.link-blue {
    font-weight: 800;
    text-decoration-line: underline;
    color: #1F277F;
}

.text-success {
    color: #00A88E;

}

.text-danger {
    color: #C80000;
}

.text-orange {
    color: #F66931;
}

.indicator {
    font-weight: 900;
    font-style: normal;
    color: #990624;
    font-size: 16px;
}

.horizontal-line {
    margin: 45px 0px;
    border: 0;
    border-top: 1px solid #D1D1D1;

}
.dorf-cancel{
    text-decoration: none;
    font-weight: bold;
}
.updated-txt {
    font-size: 16px;
    font-weight: 800;
}

/* header style set here */
header.hphc-header-new {
    border-top: 4px solid #E31837;
    padding: 20px 0px;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
}

/* navigation set here */
.navbar-menu {
    margin-left: auto;
}

.navbar-menu .main-menu-button {
    background: transparent;
    border: transparent;
    display: none;
}

.navbar-menu .navbar-nav .mobile-menu-topper,
.navbar-menu .navbar-nav .close-main-menu {
    display: none;
}

.navbar-menu .navbar-nav ul {
    padding: 0px;
}

.navbar-menu .navbar-nav ul li {
    display: inline-block;
    margin: 0 8px
}

.navbar-menu .navbar-nav ul li:last-child {
    margin-right: 0px;
}

.navbar-menu .navbar-nav ul li a {
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: right;
    color: #1F277F;
    text-decoration: none;
}

.navbar-menu .navbar-nav li a:hover {
    text-decoration: underline;
}



.navbar-menu button>i {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 2px solid #E31837;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #E31837;
    padding: 4px 0;
}

.navbar-menu button span.menu-label {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #E31837;
    display: block;
    margin: 4px 0;

}

/* navigation end  here */


/* heading style set here */
.header-style1 {
    margin-bottom: 40px
}

.header-style1 h1 {
    margin: 0px;
    line-height: 62px;
}

.header-style1 p {
    margin: 10px 0px;
}

.header-style2 .heading2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 62px;
    margin: 0 0 15px 0;
}

.header-style2 p {
    margin: 10px 0;
}

.header-style2 p.my-15 {
    margin: 15px 0px;
}

/* heading style end here */

.content-block {
    margin-bottom: 20px;
}

.content-block.no-margin {
    margin-bottom: 0px;
}

.content-block .heading3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

.content-block .heading4 {
    font-weight: 800;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px;
}

.content-block .heading5 {
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;

}

.content-block p {
    margin: 15px 0 20px 0;
}

.content-block .list-para {
    margin-bottom: 10px;
    line-height: 20px;
}

.content-block .hphc-checkbox {
    margin: 28px 0px 28px 0;
}


/* footer set here */
.footer-style2 {
    background: none;
    padding-top: 75px;
    clear: both;
}

.footer-style2 p {
    border-top: 1px solid #919191;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 0 48px 0;
    margin: 0px;
    color: #767676;
}

/* footer end here */

/* notification */
.notification {
    border-left-width: 4px;
    border-left-style: solid;
    padding: 5px 8px;
}

.notification.blue {
    border-left-color: #2788C4;
}

/* alert */
.alertMsg {
    color: #5F5F5F;
    margin-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

.alertMsg .alertTitle {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    color: #282828;

}

.hphc-alert-wrapper .fa-info-circle,
.hphc-inline-alert .fa-info-circle {
    font-size: 20px;
    left: 0px;
    top: 0px;
}

.hphc-alert-wrapper .fa-exclamation-triangle,
.hphc-inline-alert .fa-exclamation-triangle {
    font-size: 20px;
    left: 0px;
    top: 0px;
}

@-webkit-keyframes menu-panel-in {
    0% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes menu-panel-in {
    0% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes menu-panel-out {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@keyframes menu-panel-out {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}


.requiredInfo {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #990624;
}

form>div>div>div.form-row,
form>div>div>div>div>div.form-row{
    margin-bottom: 0;
}

.form-row .form-group {
    margin-bottom: 2rem;
}

.form-row:last-child .form-group {
    margin-bottom: 0px;
}

.form-group .formatInfo {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    left: 0px;
    position: static;
}

.form-group .indicator {
    position: relative;
    font-weight: 900;
    font-style: normal;
    color: #990624;
    font-size: 16px;
}

.form-row .f-dash-left:before,
.form-row .f-dash-right:after {
    content: "-";
    font-size: 16px;
    position: absolute;
    top: 50%;
}

.form-row .f-dash-left:before {
    left: 0;
    transform: translate(-50%, -50%);
}

.form-row .f-dash-right:after {
    right: 0;
    transform: translate(50%, -50%);
}

.form-row .input-info {
    font-weight: 300;
    font-size: 12px;
    line-height: 23px;
    padding-top: 5px;
}

.form-row .input-info.mt-minus20 {
    margin: -20px 0 20px 0;
}

.form-row .form-group .form-check-input.mar-auto {
    margin-left: auto;
    margin-right: auto;
}

.form-row .form-group .hphc-radio.first-checkbox {
    margin-top: 20px
}


.content-block .colset {
    display: flex;
}

.content-block .colset .col {
    padding-right: 30px
}

.content-block .colset.header-content {
    margin-bottom: 15px;
}

.content-block .colset.list-content {
    margin-bottom: 20px;
}

.content-block .colset.list-content:last-child {
    margin-bottom: 0px;
}

.content-block .colset.list-content .col {
    padding-right: 10px;
    line-height: 24px;
}

.content-block .colset .col.left {
    width: 200px
}

.content-block .colset .col.right {
    width: 300px
}

.content-block .colset .col.action-links {
    width: 143px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
}

.content-block .colset .col.col-auto {
    margin-left: auto;
}

.content-block .colset .col.action-links a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.content-block .colset .col .detail-text {
    font-size: 16px;
    line-height: 24px
}

.content-block .main-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.content-block .colset.baseline-content {
    align-items: baseline;
}

/* confirmation cnt */
.confirmation-cnt {
    text-align: center;
    margin: 0 auto;
}

.confirmation-cnt .check-icon .fa-check-circle {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: #00A88E;
}

.confirmation-cnt h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 62px;
    margin: 5px 0 15px 0;
}

.confirmation-cnt p {
    margin-bottom: 15px 0 10px 0px;
}


.confirmation-cnt .button-group a {
    display: inline-block;
    margin: 0 10px;
}



/* tooltip css set here */
.md-tooltip {
    position: relative;
}

.md-tooltip button {
    background: transparent;
    border: 0;
    padding: 0;
}

.md-tooltip>button {
    position: relative;
    height: 18px;

}

.md-tooltip>button i {
    color: #1F277F;
    font-size: 16px;
}

.md-tooltip .tip[aria-hidden="false"] {
    display: block
}

.md-tooltip .tip {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 330px;
    border-radius: 4px;
    border: solid 2px #2788C4;
    background: #E1EEF6;
    z-index: 5;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 35px;
    line-height: 16px;
    transform: translateY(calc(-50% + 10px));
    margin-top: 0px;
    margin-bottom: 0px;
}

.md-tooltip .tip.active {
    display: block;
    text-align: left;
}

.md-tooltip .tip:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 19px 12px 0;
    border-color: transparent #2788C4 transparent transparent;
    border-style: solid;
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
}

.md-tooltip .tip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 19px 12px 0;
    border-color: transparent #E1EEF6 transparent transparent;
    border-style: solid;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.md-tooltip .tip span.details {
    position: static;
    font-style: normal;
}

.md-tooltip .tip button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    top: 0px;
    right: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    background: transparent;
    border: 0;
}

/* date picker */
body .ui-datepicker td.ui-datepicker-today .ui-state-highlight{
    border: 1px solid black;
    color: #000;
}

body .ui-datepicker {
    background: rgb(255, 255, 255);
    border: 1px solid black;
    font-family: 'Point32HealthSans', sans-serif;
}

body .ui-datepicker .ui-datepicker-header {
    background: #eeede5;
}


body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
    top: 4px;
    height: 29px;
    width: 29px;
    cursor: pointer;
}

body .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

body .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;

}

body .ui-datepicker .ui-datepicker-title select {
    margin: 1px 0px;
    height: auto;
    box-shadow: none;
    border: 1px solid #eeede5;
    appearance: auto;
    font-size: 13px;
    padding: 5px;
    background: #fff;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
    color: #000;
    font-size: 12px;
}

body .ui-datepicker th span {
    font-size: 13px;
    font-weight: 800;
}

body .ui-datepicker td {
    padding: 0;
}

body .ui-datepicker td .ui-state-default {
     font-weight: normal;
     background-color: #fff;
     padding: 5px;
     border: 1px solid #eeede5;
 }

body .ui-datepicker td.ui-datepicker-current-day {
    background: #eb0029;
}

body .ui-datepicker td.ui-datepicker-current-day .ui-state-active {
    color: #fff;
    background-color: #eb0029;
    border-color: #eb0029;
}

body .ui-datepicker .ui-datepicker-next:after,
body .ui-datepicker .ui-datepicker-next:before {
    left: 50%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -4px;
}


body .ui-datepicker .ui-datepicker-next:after {
    border-color: rgba(238, 237, 229, 0);
    border-left-color: #eeede5;
    border-width: 4px;
    margin-top: -4px;
}

body .ui-datepicker .ui-datepicker-next:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 6px;
    margin-top: -6px;
}


body .ui-datepicker .ui-datepicker-prev:after,
body .ui-datepicker .ui-datepicker-prev:before {
    right: 50%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-right: -4px;

}

body .ui-datepicker .ui-datepicker-prev:after {
    border-color: rgba(238, 237, 229, 0);
    border-right-color: #eeede5;
    border-width: 4px;
    margin-top: -4px;
}

body .ui-datepicker .ui-datepicker-prev:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 6px;
    margin-top: -6px;
}

body .ui-datepicker .datePickerBtn{
    background: transparent;
    border: none;
    color: #1f277f;
    font: 15px bold;
    margin: 0 8px 5px;
    font-family: 'Point32HealthSans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

body .ui-datepicker .datePickerBtn:hover,
body .ui-datepicker .datePickerBtn:focus{
    background-color: transparent;
    border-color: transparent;
    color: #1f277f;
    font: 15px bold;
    margin: 0 8px 5px;
    font-family: 'Point32HealthSans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}
/* datepicker-input  */
body .datepicker-input-wrap {
    position: relative;
}

body .datepicker-input-wrap .calendar-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

/* Start New Grid Styling */
.hphc-row-listing .grid-listing dl{
    display: grid;
    grid-template-columns: max-content auto;
    margin:0px;
}

.hphc-row-listing .grid-listing dl dt {
    padding-right: 20px;
    font-weight: 800;
    grid-column-start: 1;
    margin: 0px 0 20px 0;

}
.hphc-row-listing .grid-listing  dl dd {
    font-weight: 300;
    grid-column-start: 2;
    margin: 0px 0 20px 0;
    text-align: right;

}

.hphc-row-listing .grid-listing dl.no-btm-space dt,
.hphc-row-listing .grid-listing dl.no-btm-space dd{
    margin-bottom: 0px !important;
}

/* End New Grid Styling */
.has-v-space {
    margin-top: 48px;
    margin-bottom: 64px;
}


@media screen and (max-width: 799px) {

    .hphc-table_plan tbody tr td .content-wrap{
        float: right;
        width: 60%;
        word-wrap: break-word;
    }

    .hphc-row-listing .grid-listing dl {
        display: block;
    }

    .hphc-row-listing .grid-listing dl.no-btm-space dt {
        margin-bottom: 10px !important;
    }

    .hphc-row-listing .grid-listing dl dd {
        text-align: left;
    }

    .lity-container {
        max-width: 300px;
    }

    .header-style1.flexbox {
        flex-direction: column;
    }

    .header-style1 h1 {
        line-height: 45px;
    }

    .d-none-mobile {
        display: none;
    }

    .header-style2 .heading2 {
        font-size: 25px;
        line-height: 38px;
    }

    .content-block .heading3 {
        font-size: 21px;
        line-height: 32px;
    }

    /* navigation menu start */
    .navbar-menu .navbar-nav .mobile-menu-topper,
    .navbar-menu .navbar-nav .close-main-menu,
    .navbar-menu .main-menu-button {
        display: block;
    }

    .navbar-menu .navbar-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0px;
        left: 100%;
        padding: 16px 20px;
        display: none;
    }

    .navbar-menu .navbar-nav.open {
        display: block;
        -webkit-animation: menu-panel-in .2s ease-out forwards;
        animation: menu-panel-in .2s ease-out forwards;
    }

    .navbar-menu .navbar-nav.close {
        display: block;
        -webkit-animation: menu-panel-out .2s ease-out forwards;
        animation: menu-panel-out .2s ease-out forwards
    }

    .navbar-menu .navbar-nav .close-main-menu {
        background: transparent;
        border: transparent;
        margin-left: auto;
        margin-bottom: 8px
    }

    .navbar-menu .navbar-nav .mobile-menu-topper {
        margin-bottom: 20px;
    }

    .mobile-menu-topper h2 {
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 25px !important;
        font-size: 1.5625rem;
        line-height: 1.2;
        color: #282828;
    }

    .navbar-menu .navbar-nav ul li {
        display: block;
        margin: 12px 0;
    }

    .navbar-menu .navbar-nav ul li a {
        padding: 5px 0px;
        display: block;
        text-align: left;
    }

    /* navigation end */

    .form-row.inline-group {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0px;
    }

    .form-row.inline-group .form-group {
        margin-bottom: 2rem;
    }

    .form-group {
        width: 100%;
        margin-right: 0px;
    }

    /* pcp page*/
    .content-block .colset {
        flex-direction: column;
    }

    .content-block .colset .col {
        padding-right: 0px;
        margin-bottom: 15px
    }

    .content-block .colset .col:last-child {
        margin-bottom: 0px;
    }

    .content-block .colset .col.left,
    .content-block .colset .col.right {
        width: 100%;
    }

    .content-block .colset.list-content .col {
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .content-block .colset.list-content .col:last-child {
        margin-bottom: 0px;
    }

    .content-block .colset .col.action-links {
        margin: -5px 0 5px 0;
        flex-direction: column;
    }

    .content-block .colset .col.action-links a {
        width: 100%;
    }

    .content-block .colset .col.action-links a.remove {
        margin-top: 15px;
    }

    .confirmation-cnt h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .confirmation-cnt .button-group a:first-child {
        margin-bottom: 35px
    }

    /* tooltip responsive */
    body .md-tooltip {
        position: static;
    }

    body .md-tooltip .tip:before,
    body .md-tooltip .tip:after {
        display: none;
    }


    body .md-tooltip>button.active:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-width: 0 12px 19px 12px;
        border-color: transparent transparent #2788C4 transparent;
        border-style: solid;
        position: absolute;
        left: 50%;
        top: 19px;
        transform: translateX(-50%);
        z-index: 5;
    }

    body .md-tooltip>button.active:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-width: 0 12px 19px 12px;
        border-color: transparent transparent #E1EEF6 transparent;
        border-style: solid;
        position: absolute;
        left: 50%;
        top: 23px;
        transform: translateX(-50%);
        z-index: 6;
    }

    body .md-tooltip .tip {
        top: 38px;
        transform: none;
        margin-left: 0px;
        max-width: 330px;
        width: 100%;
    }

    /* date picker responsive */
    body .ui-datepicker-calendar tr {
        display: table-row;
    }

    .has-v-space {
        margin-bottom: 48px;
    }
    
    .inline-button-with-select{
    	margin-top: 10px !important;
    }
}
.inline-button-with-select{
	margin-top: 33px;
}


.ui-state-disabled > span{
    margin: 0;
    color: grey !important;
    font-weight: normal;
}

.zero-bottom-margin{
    margin-bottom: 0 !important;
}

.hphc-table_plan.hphc-grid-table-responsive td button[class*="hphc-btn_"] {
    padding: 0.5rem 2rem 0.5rem;
    margin: 0.25rem;
    font-size: 1rem;
}

* Start table css */
.hphc-grid-table-responsive2 {
    overflow-x: auto;
}

.hphc-grid-table-responsive2 table tr {
    display: table-row;
}

.hphc-table_plan.hphc-grid-table-responsive2 table thead tr th,
.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td {
    padding: 1rem 1rem;
    min-width: 120px;
    text-align: left;
}
.hphc-table_plan.hphc-grid-table-responsive2 table thead tr th.fixed-col{
    background-color:#F7F6F2 !important;
}
.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td.fixed-col{
    background-color:#fff;
}
.hphc-table_plan.hphc-grid-table-responsive2 table thead tr th.fixed-col,
.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td.fixed-col{
    position: sticky !important;
    right:0px;
    min-width:240px !important;
}

.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td {
    font-weight: normal;
}

.hphc-table_plan.hphc-grid-table-responsive2 table thead tr th.checkbox,
.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td.checkbox,
.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td.cross {
    max-width: 36px !important;
    min-width: 36px;
    text-align: center;
}

.hphc-table_plan.hphc-grid-table-responsive2 table thead tr th.checkbox input[type="checkbox"],
.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td.checkbox input[type="checkbox"] {
    margin: 0 auto;
}

.hphc-table_plan.hphc-grid-table-responsive2 table tbody tr td.cross i {
    text-align: center;
    font-size: 18px;
}


.hphc-table_plan.hphc-grid-table-responsive2 table thead tr th:not(.plan-desc) {
    position: static;
    height: inherit;
    width: inherit;
    visibility: visible;
    max-width: inherit;
}

.hphc-table_plan.hphc-grid-table-responsive2 td button[class*="hphc-btn_"] {
    padding: 0.5rem 2rem 0.5rem;
    margin: 0.25rem;
    font-size: 1rem;
}

/* table scrollbar */
.hphc-table_plan.hphc-grid-table-responsive2.scrollable-table table thead th {
    position: sticky !important;
    top: 0;
    background-color: #F7F6F2;
    z-index: 1;
}

@media screen and (min-width: 800px) {

    .hphc-table_plan.hphc-grid-table-responsive2 table tr th.fixed-column {
        background: #F7F6F2;
        position: sticky !important;
        right: 0px;
    }

    .hphc-table_plan.hphc-grid-table-responsive2 table tr td.fixed-column {
        position: sticky !important;
        right: 0px;
        background: #fff;
    }

}

.pagination {
    list-style: none;
    padding: 0px;
    margin: 20px 0px;
    display: flex;
}

.pagination li:first-child {
    margin-left: 0px;
}

.pagination li {
    margin: 0 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
}