/*common css classes for common elements accross portal*/
.waepa-button {
    font-family: Roboto;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.33px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    height: 40px !important;
    color: #001f5f;
}
.waepa-button-primary{
    border: none;
    background-color: #f1b434;
}
.waepa-button-secondary{
    border: solid 1px #f1b434;
    background-color: #ffffff;
        
}
.waepa-disabled-button{
    pointer-events: none;
    background-color: #C0953B!important;
}
.waepa-button:hover, .submit-btn:hover {
    color: #001f5f;
    border: 1px solid #0083BF !important;
    box-shadow: 0px 11px 18px 0px rgba(50, 50, 50, 0.2);
    transform: translateY(-2px);

}

.waepa-links {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0083BF !important;
    cursor: pointer;
}

.waepa-page-header {
    font-family: Roboto;
    padding-top: 2rem;
    padding-left: 2rem;
    margin-right: 4px;
    margin-top: 5px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001f5f;
    background-color: #f5f5f5;
}

.dropdown-menu {
    border-radius: 0px !important;
}

/* Left Nav Css starts from here  */

body {
    background-color: #f5f5f5 !important;
    padding-right: 0px !important;
}

.footer-bottom {
    padding: 0px !important;
    background-color: #000 !important;
    display: none;
}

.section:hover {
    background-color: rgba(23, 117, 210, 0.5);
}

.left-nav-container {
    padding: 0 !important;
    margin-top: 55px;
}

.leftnav_sections {
    background-color: #001f5f;
    height: 100vh;
    position: fixed !important;
    z-index: 1;
    overflow-x: hidden;
    padding-top: 3%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-y: auto;
    padding-bottom: 2%;
}

.leftnav_label {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    padding-top: 8px;
    margin-top: 0;
    line-height: 15px;
    margin-left: -6px;
    padding-right: 0px;
    padding-left: 0px;
}

.leftnav_image {
    margin-left: -4px;
}

.navsection {
    text-align: center;
    margin: auto;
    padding: 20px 10px;
    border-right: 4px solid transparent;
}

.navsection:hover {
    background-color: #001f5f !important;
    border-right: 4px solid #f1b434 !important;
    text-decoration: none !important;
    background-color: #001236 !important;
}

.header_main {
    height: 53px;
    width: 100%;
    background: #fff;
    position: fixed !important;
    top: 0;
    padding-top: 10px;
    padding-left: 30px !important;
    z-index: 2000;
    box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.06);
}

.logo {
    height: 20px;
    width: auto;
    padding: 0 8px;
    margin-top: 5px;
}

.bell_icon {
    float: right;
    height: 26px;
    width: 23px;
}

.temp_text {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    word-wrap: break-word;
}

.temp2,
.temp3,
.temp4 {
    display: none;
}

.wrapper-body {
    min-height: 0%;
    margin-bottom: 0px;
}

.template_main {
    background-color: #f5f5f5;
}

.footer {
    display: none;
}

.intdiv {
    padding-left: 0px;
}

.no-padding {
    padding: 0 !important;
}

.topnav {
    display: none;
}

.mobile-container {
    display: none;
}

@media (max-width: 768px) {
    .logo {
        display: none;
    }

    .headertext {
        display: none;
    }

    .bell_icon {
        display: none;
    }

    .headerseparator {
        display: none;
    }

    .mobile-logo {
        position: absolute;
        left: -5px;
        top: 5px;
        height: 25px;
    }

    .header_main {
        background-color: #001f5f;
        position: relative !important;
    }

    .mobile-container {
        color: white;
        border-radius: 0px;
        display: block;
    }

    .topnav {
        display: block;
        overflow: hidden;
        position: absolute;
        width: 133px;
        left: 234px;
        top: 46px;
    }

    .topnav a {
        color: #001f5f;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav a.icon {
        background: #001f5f;
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        color: #fff;
    }

    .topnav #topnav_menu {
        display: none;
        margin-top: 20px;
        background-color: #ebebeb;
        border-radius: 0px;
    }

    .topnav a:hover {
        background-color: rgba(23, 117, 210, 0.5);
        color: #001f5f;
    }

    .topnav_label {
        text-align: left;
        margin-top: 0;
        line-height: 15px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.53px;
        color: #001f5f;
    }

    .mobile-bell_icon {
        margin-top: 3px;
        height: 18px;
        width: 18px;
        float: right;
        margin-right: 39px;
        margin-left: -12px;
    }

    .mobileHeaderSeperator {
        float: right;
        margin-right: -20px;
        margin-top: 3px;
    }

    .hamburger-icon {
        height: 16px;
        width: 20px;
        float: right;
        margin-top: 5px;
        margin-right: -8px;
    }

    .waepa-logout-button {
        display: none !important;
    }

    .bell_icon {
        display: none;
        margin-right: 4rem;
    }
}

.headerseparator {
    height: 35px;
    border: none;
    margin-right: 10px;
}

.headertext {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    color: #001f5f;
    margin-top: -29px;
    margin-left: 155px;
}

.waepa-logout-button {
    background-color: #ffffff;
    font-size: 16px;
    color: #001f5f;
    margin-top: -45px;
    margin-right: 0px;
    float: right;
    width: 118px;
    border: solid 1px #f1b434;
    padding: 10px 4px !important;
}

/* Left Nav Css ends from here  */
#addressChangeModal {
    top: 15%;
}

#contactChangeModal {
    top: 20%;
}

#remCirModal,
#coverageModal,
#cancelCoverageModal {
    top: 10%;
}

.mainSec {
    background-color: #f5f5f5;
}

.nav-tabs {
    border: none;
    display: flex;
}

.nav-item.active {
    border: none !important;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #f3f4f4;
    color: #545964;
    font-weight: bold;
}

.xrm-attribute-value {
    color: white;
    float: right;
    margin-right: -154px;
    margin-top: 10px;
}

.nav-link {
    border: none !important;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
    color: #555555;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.nav-item {
    padding-top: 0.8rem;
}

/* Message center Css starts here */
.mainSec .UserTabs .tab-content #Inbox tr:hover,
.mainSec .UserTabs .tab-content #Sent tr:hover,
.mainSec .UserTabs .tab-content #Deleted tr:hover {
    background: #f1f6ff !important;
}

.mainSec .UserTabs .nav-tabs .active a:focus {
    color: #001f5f;
    font-weight: 600;
}

.nav-tabs>li.active>a {
    color: #001f5f !important;
    font-weight: 600;
    background-color: #ecf5fb !important;
    border-bottom: 5px solid #1775d2 !important;
}

.nav-item.active {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
    color: #001f5f;
}

.inner-container1 {
    margin-left: 2rem;
    margin-top: 2rem;
    width: 97% !important;
}

.modal-dialog {
    width: 64% !important;
    height: auto !important;
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.26);
    border: solid 1px #979797;
    background-color: #ffffff;
    /*margin: 0px; CSP Change*/ 
    display: block;
    max-width: none !important;
    max-height: none;
    margin-top: 100px !important;
}

.modal-delete {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.modal-content {
    width: 100%;
    display: block;
    height: 100%;
    margin: 0px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    color: #333333;
    border-radius: 0px !important;

}

.modal-body {
    width: 100%;
    height: 100%;
}

.modal-title {
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.93px;
    color: #001f5f;
    padding-left: 2.5rem;
}

.iframealign {
    height: 63%;
    width: 100%;
    border-width: 0px;
}

#personalDetailsIframe {
    min-height: 278px;
}

#accountChangeIframe {
    min-height: 184px;
}

#addressChangeIframe {
    min-height: 364px;
}

#contactChangeIframe {
    min-height: 280px;
}

#decCoverageIframe {
    min-height: 498px;
}

#unStarIframe,
#starIframe,
#deleteIframe {
    height: 50%;
}

.addressModalText {
    margin-bottom: 15px;
}

.btn-default {
    float: right;
}

.header-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.submit-btn {
    width: 235px;
    height: 40px;
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: 0.33px;
    text-align: center !important;
    color: #001f5f !important;
    background-color: #f1b434 !important;
    border-radius: 0px !important;
    border: none !important;
    float: right;
}

.submit-btn:active {
    cursor: progress !important;
}

.submit-btn:disabled {
    cursor: progress !important;
}

.personalInfo {
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.23px;
    color: #333333;
    margin-bottom: 4px;
    margin-left: 2.5rem;
}

.verifyInfo {
    font-family: Roboto;
    font-size: 17px;
    font-style: italic;
    line-height: 1.44;
    letter-spacing: 0.23px;
    color: #555555;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
}

.info {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.33px;
    color: #333333;
}

.actions {
    margin: 0px !important;
}

.tab {
    margin-bottom: 0px !important;
}

.modal-title {
    float: left;
}

.crossButton {
    font-size: 42px;
    font-weight: 100;
    color: #000 !important;
}

.section:hover {
    background-color: #fff;
}

.form-control {
    border: none !important;
    box-shadow: 0 0 white !important;
    border-bottom: 1px solid #979797 !important;
    border-radius: 0px !important;
    width: 100% !important;
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}


.datetimepicker>span {
    background-color: rgb(255, 255, 255) !important;
    border: none !important;
    color: rgb(23, 117, 210) !important;
    position: absolute;
    top: 0px;
    right: 20px !important;
    z-index: 999;
    padding: 0!important;
}
.input-group-addon .icon-calendar {
    transform: translate(191%, 6px) !important;
}
.headerdiv {
    display: none;
}

.mobileUserdetails {
    display: none;
}

.mobileUserinfo {
    display: none;
}

.formcontainer {
    width: 100%;
    background-color: #fff !important;
}

iframe body {
    background-color: #fff !important;
}

body[data-sitemap-state="/personaldetails/:/"] {
    background-color: #fff !important;
}

div[data-wrapper="true"] {
    color: #545964 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    font-family: Roboto !important;
    display: block;
}

.message-description>div[data-wrapper="true"] {
    display: block;
}
.message-description>div[data-wrapper="true"]>br{
    display: none;
}
.msgcnewmsg {
    float: right;
    margin-top: -40px;
}

.newmessage {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    height: 40px;
    font-size: 16px;
    border: none;
    width: 158px;
}

.msgcenternm {
    margin-right: -33px;
}

#new-msg-btn-block {
    margin-top: -36px;
}

/*Footer CSS*/

.footer_main {
    background-color: #303844 !important;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.waepa-footer-section {
    left: 8.3% !important;
}

.footer_heading {
    font-family: Roboto;
    font-size: 18px;
    color: #fff;
    line-height: 1.67;
    letter-spacing: 0.9px;
}

.footer-contact-links {
    color: #fff !important;
}

.footer_heading {
    margin-top: 40px;
}

.nylife-container {
    margin-bottom: 30px;
}

.underwritten_heading {
    color: #fff;
    font-size: 18px;
    font-family: Roboto;
    line-height: 1.67;
    letter-spacing: 0.9px;
}

.footer-contactus-section {
    color: #fff;
    margin-top: 40px;
    font-family: Roboto;
    line-height: 1.67;
    letter-spacing: 0.9px;
}

.footer-contact-details {
    margin: 0px;
}

.footer-hours-section {
    margin-top: 20px;
}

.footer-policy-details {
    margin-top: 53px;
}

.footer-policy-details-desc {
    margin-top: 53px;
}

.footer-horizontal-line {
    border: #282D36 1px solid;
    width: 91%;
    padding-right: 20px;
}


.footer-nylic-sub-heading {
    color: #fff;
    font-size: 14px;
    font-family: Roboto;
    float: left;
    margin-top: 10px;
}

.mobileFooterSubHeading {
    display: none;
}

.gmrc {
    color: #333;
}

.insurance_icon {
    float: left;
    margin-right: 15px;
    height: 50px;
    margin-top: 10px;
}

.footer_section {
    margin-top: 70px;
}

.gmrc_sec {
    color: #fff;
    font-family: Roboto;
}

.social-icon {
    height: 22px;
    width: auto;
    padding-right: 15px;
}

.footer-section {
    position: relative;
    padding: 0 !important;
}

.twtlogo {
    height: 18px;
    width: auto;
}

.parentDiv {
    padding-left: 0px !important;
    background-color: #f5f5f5;
    margin-top: 59px;
}

.footer_bottom {
    background-color: #000 !important;
    height: 41px;
}

.footer_bottomtext {
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.7px;
    height: 30px;
    float: right;
}

.main {
    position: relative;
}

.form-success-body {
    color: #4F8E00
}

.logoutOptionsHeader {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #001f5f;
}

.refundSection {
    height: 315px;
    border-radius: 0px;
    background-color: #ffffff;
    margin-left: 33px;
    margin-top: 33px;
}

#policy-clickable {
    color: #333333 !important;
}

.profileUpdateSection {
    border-radius: 0px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: -38px;
    min-height: 279px !important;
}


.infoLink {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #1775d2;
}

.insuranceDetailsLink {
    float: right;
    margin-top: -35px;
    font-weight: bold;
    margin-right: 16px;
}

.getInTouchHeader {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #001f5f;
    margin-left: 24px;
}

.coverageUpgradeDetails1 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #001f5f;
}

.terminate-button {
    color: #D0021B;
    border: solid 1px #D0021B;
    margin-top: 20px;
}

.terminate-button:hover {
    color: #D0021B !important;
}

.newmsg_label {
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.4px;
    text-align: center;
    color: #001f5f;
}

.coverageDropdown {
    cursor: pointer;
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38 !important;
    letter-spacing: 0.4px;
    color: #555555 !important;
    margin-bottom: 10px;

}

#increaseCoverageForm {
    margin-left: 25px;
}

.messagemain {
    background-color: white;
}

a.backarrow_anchor {
    height: 30px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
    color: #1775d2;
    display: flex;
    margin-left: -15px;
}

.mobilebackarrow_anchor {
    display: none;
}

.backarrow {
    height: 18px;
    width: 18px;
    margin: 24px 8px 20px 48px;
}

.att_img1 {
    margin-top: -13px;
    margin-right: 5px;
}

.att_img2 {
    float: right;
    margin-top: 14px;
    height: 18px;
    width: 18px
}

.ms-topbar {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.mobileDeleteHeader {
    display: none !important;
}

.mobileStarHeader,
.mobileNotStarHeader {
    display: none !important;
}

.new-message-ms-topbar {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

p.sender {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #001f5f;
}

input.subject {
    word-break: break-word;
    height: auto;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #555555;
    margin-bottom: 7px;
} 

p.date_time {
    height: 26px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 0.53px;
    color: #555555;
}

#attachements1 {
    margin-top: 15px;
}

.inlineAttachments {
    width: 200px;
    margin-right: 20px;
}

.accordionArrow {
    float: right;
    margin-top: 0px;
    transform: rotate(90deg);
}

.sortByLabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #555555;
    margin-right: 17px;
}

#historyDateSort {
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    margin-top: -5px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #555555;
}

.senderdetails {
    margin-top: 23px;
}

.msgCenterText {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.4px;
    color: #555555;
    word-break: break-word;
}

.attachment {
    border-radius: 0px;
    border: solid 1px #ccc;
    background-color: #fff;
    margin-left: 14px;
    padding-top: 0px;
    padding-bottom: 5px;
    width: 44% !important;
}

.separator {
    border: 0.5px solid #eee;
    margin: 0;
}

.inboxlabel {
    margin-top: 18px;
}

.ms-subject {
    margin-right: auto;
    margin-left: auto;
    margin-top: 18px;
    width: 643px;
    height: 26px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.4px;
    text-align: center;
    color: #001f5f;
}

.impstar {
    height: 20px;
    width: 20px;
    margin-top: 21px;
}

.msgtrash {
    height: 20px;
    width: 20px;
    margin: 21px 32px;
}

.msgbody {
    margin-top: 19px;
}

.filename_label {
    letter-spacing: 0.6px;
    color: #001f5f;
    font-family: Roboto;
    font-size: 14px;
    width: 66%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    margin-top: 14px;
}

.hide {
    display: none;
}

.show {
    display: none;
}

textarea#description {
    height: 40px !important;
    border-bottom: none !important;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    margin: 0 !important;
}

.entity-form {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.existreplies {
    overflow-y: auto;
    height: 25rem;
    border-radius: 0px;
    border: 1px solid #ccc !important;
}

.messagemain {
    margin-bottom: 240px;
    width: 97% !important;
    margin-left: 20px;
}

.replytitletext {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-left: 15px;
}

.userSince {
    font-family: Roboto;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    color: #555555;
}

.pagination {
    float: right;
    margin-top: -1rem;
    margin-right: 5px;
}

.tab-content {
    padding-bottom: 5rem;
}

.box {
    padding-left: 3rem;
    margin-top: 25px;
}

.template_main {
    left: 8%;
}

.cancel-coverage-section {
    margin-top: 20px;
}

.right .carousel-control {
    width: 3% !important;
    right: 61px !important;
    background: none !important;
}

/*css for page not found startrs here*/
.pnfmainDiv {
    background-image: url(/pnfmobimg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}

.pnf-background-color {
    height: 100%;
    padding-bottom: 15px;
    margin-top: -36px;
}

.pnferror-number {
    font-family: Roboto;
    font-size: 120px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.67px;
    color: #482527;
    text-align: center;
}

.pnferrorInfo {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.pnferrorInfo2 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-align: center;
    color: #333333;
    margin-right: 30%;
    margin-left: 30%;
    margin-bottom: -8px;
}

.pnfinfoDiv {
    position: relative;
    top: 49%;
}

.eafinfoDiv {
    position: relative;
    top: 54%;
}

.back-to-dashboard {
    border-radius: 0px;
    font-size: 16px;
    border: 0;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
}

.pnfButton {
    text-align: center;
}

/*css for page not found ends here*/

/*css for tootip starts here*/
.waepa-info-icon {
    height: 18px;
}

.more-pending-info-mobile {
    color: #001f5f;
    margin-left: 0px;
    font-size: 20px !important;
}

.waepa-tooltip {
    position: relative !important;
    display: inline-block !important;
    font-family: Roboto !important;
    top: 3px;
}

.waepa-tooltip .waepa-tooltiptext,
.waepa-tooltip .waepa-tooltiptext-mobile {
    visibility: hidden;
    font-family: Roboto;
    width: 194px;
    background-color: #1775d2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    bottom: 126%;
    left: -323%;
}

.waepa-tooltip .waepa-tooltiptext-mobile {
    width: 194px;
    top: -24px;
    right: 132%;
    bottom: auto;
    left: auto;
}

.waepa-tooltip .waepa-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #1775d2 transparent transparent transparent;
}

.waepa-tooltip .waepa-tooltiptext-mobile::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #1775d2;
}

.waepa-tooltip:hover .waepa-tooltiptext {
    visibility: visible;
}

.waepa-tooltip:hover .waepa-tooltiptext-mobile {
    visibility: visible;
}

.mobile-member-details {
    width: 50% !important;
    padding: 0 !important;
}

/*css for tooltip ends here*/
@media all and (min-width:376px) and (max-width: 768px) {
    #UpdateButton {
        margin-left: 4rem;
    }
}

@media all and (min-width:319px) and (max-width: 768px) {

    /*mobile css for page not found startrs here*/
    .pnferror-number {
        font-size: 50px;
    }

    .pnferrorInfo {
        font-size: 18px;
        margin-top: 37px;
    }

    .pnferrorInfo2 {
        font-size: 14px;
        margin-right: 10%;
        margin-left: 10%;
        line-height: normal;
    }

    .back-to-dashboard {
        font-size: 14px;
    }

    /*mobile css for page not found ends here*/
    .waepa-page-header {
        background-color: #f5f5f5;
        color: #001f5f;
        margin-top: -54px;
        margin-left: -44px;
        font-weight: normal;
        margin-right: 0px;
        height: 168px;
        border-bottom: 6px solid #f1b434;
    }

    .mobile-logout {
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.33px;
        text-align: left;
        color: #1775d2 !important;

    }

    .msgcheader {
        padding-bottom: 3rem;
        height: auto !important;
        padding-top: 25px;
        border-bottom: none !important;
        margin-left: -10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #reply-accordion-button {
        margin-top: -9px;
    }

    .msgcSearchSectionDiv1 {
        margin-top: 9px;
    }

    .filename_label {
        width: 40px;
    }

    .attachment {
        width: 136px;
    }

    .mobileAllInlineAttachments {
        float: none !important;
    }

    .searchSeparator {
        display: none !important;
    }

    .mobileSearchIcon {
        display: block !important;
        float: right;
        margin-top: 46px;
        margin-right: 20px;
    }

    .profile-desktop-header {
        display: none;
    }

    .searchText {
        height: 24px;
        width: 94% !important;
        font-size: 12px;
        margin-right: 0;
    }

    .searchResults {
        margin-left: -15px;
        font-size: 15px;
    }

    .message-center-intro-modal-button {
        margin-left: 0rem;
    }

    #modalCloseButton {
        width: auto !important;
    }

    #msgIntroModalCloseButton {
        width: 40% !important;
    }

    #msgcenterintromodaldialog {
        width: 90% !important;
    }

    .newmessage {
        display: none;
    }

    .userDetails {
        display: none;
    }

    .mobileUserinfo {
        display: block;
    }

    .leftnav_sections {
        display: none;
    }

    .template_main {
        float: none !important;
        width: 100% !important;
        left: 0%;
    }

    .headerdiv {
        display: block;
    }

    .mobileUserdetails {
        display: block;
    }

    .UserTabs {
        margin-left: 0rem;
        width: 100% !important;
        min-height: 53.4rem !important;
    }

    .addressInfo {
        padding-left: 0rem !important;
    }

    .mobileNewMessage {
        display: block !important;
        float: right;
        margin-top: 75px;
        margin-right: 26px;
        margin-bottom: 20px;
    }

    .testmobilenewmsgicon {
        position: fixed;
        top: 80%;
        right: 7%;
        height: 5.7rem;
        margin: auto;
        z-index: 2;
    }

    .mobileheader {
        font-family: Roboto;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #ffffff;
        margin-left: 4.4rem;
        padding-top: 1.5rem;
        margin-top: 24px;
    }

    .headerdiv {
        background-color: #001f5f;
        height: 10rem;
        margin-top: -54px;
        margin-left: -15px;
        /*margin-right: -15px;*/
        padding-top: 20px;
    }

    .userMember {
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: 0.4px;
        color: #555555;
    }

    .UserTabs {
        margin: 0px;
        border-radius: 0px;
        padding: 0 0.8rem;
    }

    .msgcenterUserTabs {
        display: block !important;
        padding: 0;
    }

    .message-center-intro {
        margin-top: -15px;
    }

    .mainSec {
        padding: 0px !important;
    }

    .colPadding {
        padding: 0px !important;
    }

    .submit-btn {
        margin-left: 0rem !important;
    }

    .modal-dialog {
        width: 91% !important;
        margin: 17px !important;
    }

    .personalInfo {
        margin-left: 0rem !important;
    }

    .verifyInfo {
        margin-left: 0rem !important;
    }

    .modal-title {
        padding-left: 0rem;
    }

    .new-message-ms-topbar {
        background-color: #001f5f;
        color: #f5f5f5;
        margin-top: 0px;
        margin-left: 9px;
        border-bottom: 6px solid #f1b434;
        padding-top: 20px;
        width: 103.8% !important;
    }

    .backarrow_anchor {
        display: none !important;
    }

    .mobilebackarrow_anchor {
        display: block !important;
        margin-left: 24px;
    }

    .arrowMessageCenter {
        margin-top: 51px;
        width: 10%;
        padding-left: 10px;
    }

    .mobileMessageDelete {
        display: block;
        top: -23px;
        float: right;
        margin-right: 20px;
    }
     .deletemodelmessage{
width: 175% !important;
}

    .newmsg_label {
        font-family: Roboto;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-top: -30px;
    }

    .newmessageCenterHeader {
        display: none;
    }

    .mobileInlineAttachments {
        display: flex;
    }

    .inlineAttachments {
        margin-right: -42px;
    }

    .mobilemessagerow {
        border-bottom: 1.7px solid #ececec !important;
        width: 100%;
    }

    .deletedMessagesMobile {
        margin-right: 0px !important;
    }

    .mobilecontactclm {
        width: 600px;
    }

    .testmobilecontact {
        max-width: 27rem !important;
    }

    .mobileDeleteHeader {
        display: block !important;
        float: right;
        margin-top: -45px;
        margin-right: 17px;
    }

    .mobileStarHeader,
    .mobileNotStarHeader {
        margin-top: -26px;
        display: block !important;
        float: right;
        margin-right: 67px;
    }

    .memberProfileMobileHeader {
        display: none;
    }

    .mobileuserInfo {
        border-bottom: 6px solid #f1b434;
        width: 108% !important;
    }

    .outermobileInfoDiv {
        background-color: #f5f5f5;
        width: 100% !important;
        padding-top: 2px;
        padding-bottom: 26px;
    }

    .mobile-nav-tabs {
        display: flex;
    }

    .mobileUserTabs {
        padding: 0 !important;
        padding-bottom: 25px;
        width: 108% !important;
        margin-left: -15px;
    }

    .profile-section {
        padding: 0 !important;
    }

    .mobilepersonalTab {
        margin-left: 0px;
    }

    .mobileBeneficiaryTab {
        margin-left: 0px;
    }

    .mobilePlansTab {
        margin-right: -22px;
        margin-left: -5px;
        margin-top: 8px;
    }

    .mobileuserEdit {
        float: right;
        font-weight: bold;
    }

    .viewAndEditLink {
        display: none;
    }

    .msgcenterHeader {
        width: auto !important;
        margin-right: -15px;
        margin-left: -15px;
    }

    .mesgdetailsh1 {
        display: none;
    }

    .mobileActiveStatus {
        margin-top: 5px;
        float: right;
        height: 22px;
        width: 67px;
        display: block;
    }

    .planStatus {
        width: auto;
    }

    .mobileTerminatedStatus {
        margin-top: 5px;
        float: right;
        height: 22px;
    }

    .headerText1 {
        width: auto;
        padding: 0 !important;
    }

    .mobile-view-edit-plans {
        padding: 0 !important;
    }

    .mobileLIDetails {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .profile-plan-desktop-header {
        display: none;
    }

    .profile-plan-mobile-header {
        display: block;
    }

    #personalDetailsIframe {
        height: 419px;
    }

    /*Mobile Footer CSS*/
    .footer-section {
        width: 100% !important;
        left: 0% !important;
        position: relative;
    }

    .footer-contactus-section {
        margin-left: 0px;
    }

    .nylic_addr {
        margin-left: 0px;
    }

    .footer-policy-details {
        margin-top: 116px;
        margin-left: -13px;
    }

    .footer-policy-details-desc {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .footer-horizontal-line {
        width: 33%;
        margin-left: 0px;
    }

    .footer-horizontal-line {
        width: auto !important;
    }

    #inboxMessagesTable>tbody>tr>td,
    #sentmessages>tbody>tr>td,
    #starredMessagesTable td,
    #deleteMessagesTable>tbody>tr>td {
        border-bottom: 1.7px solid #ececec !important;
        border-top: none !important;
        padding-bottom: 0;
        padding-top: 10px;
    }

    #resolvedMessagesTable>tbody>tr>td {
        border-bottom: 1.7px solid #ececec !important;
        border-top: none !important;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .fa-paperclip {
        transform: rotate(135deg);
    }

/*    #profileLogTable,
    #benificiaryLogTable,
    #insuranceLogTable {
        width: 95%;
        margin-left: 10px;
    }
*/

    .infoLink {
        display: block;
        margin-top: -5px;
    }

    .carousel-control {
        width: 0% !important;
        background: none !important;
    }

    .carousel-control.left {
        left: 30px !important;
    }

    .carousel-control.right {
        right: 30px !important;
    }

    .planDetailsUserName {
        margin-left: 0px;
        width: auto;
        padding: 0 !important;
    }

    .xrm-attribute-value {
        margin-right: 12px;
    }

    .msgcnewmsg {
        display: none;
    }

    .nmsg-header {
        display: none;
    }

    .crmEntityFormView .actions {
        border-top: none !important;
        text-align: center;

    }

    #increaseCoverageForm {
        margin-left: 0px;
    }

    .nav-link-profile {
        padding-right: 0px !important;
        padding-left: 5px !important;
    }

    .mobile-member-details {
        width: 100% !important;
    }

    .policy-certificate-number {
        display: inline;
    }

    #addressChangeIframe {
        min-height: 570px;
    }

    #contactChangeIframe {
        min-height: 418px;
    }

    .waepa-footer-section {
        left: auto !important;
    }
}

@media (max-width: 990px) {
    .userDetails {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .addressInfo {
        padding-left: 0px !important;
    }
}

@media all and (min-width:319px) and (max-width: 321px) {
    .modal-dialog {
        width: 91% !important;
        height: 99% !important;
    }
}

/*left nav labels*/
@media (max-width: 1023px) and (min-width: 769px) {
    .leftnav_label {
        display: none !important;
    }
}

.mobileNewMessage {
    display: none;
}

.beneficiarydiv {
    padding-top: 2rem;
    padding-left: 2rem;
}

#messageCenterTabs {
    border-bottom: none !important;
}

.mailsubject:hover {
    cursor: pointer;
}

.benheader {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #001f5f;
    margin-bottom: 1.5rem !important;
}

.bentext {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.4px;
    color: #555555;
    padding-bottom: 1.5rem;
}

.bentextInfo {
    color: #cb2027;
    font-weight: bold;
}

.benform-button {
    height: 40px;
    font-size: 16px;
    border: 0;
}

.personalform-button {
    height: 40px;
    font-size: 16px;
    border: 0;
}

.make-payment {
    margin-top: 15px;
    height: 40px;
    font-size: 16px;
    border: 0;
    margin-bottom: 20px;
}

.benbutton {
    padding-top: 2.5rem;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.att_img1_new {
    margin-right: 5px;
    width: 40px;
}

.filename_label_new {
    color: #545964;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.attachment {
    border-radius: 0px;
    border: solid 1px #A1A5AA !important;
    background-color: #fff !important;
    margin-left: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    width: 100% !important;
}

.item-level-error-msg {
    color: #D0021B;
    font-family: Roboto;
    font-size: 13.4px;
    letter-spacing: 0;
    line-height: 15px;
    margin-left: 76px;
    display: none;
}

.item-level-error-msg::before {
    content: url(https://waepaportaldev.blob.core.windows.net/waepadevb2c/icons/warning-icon-red.svg);
    position: relative;
    top: 4px;
    margin-right: 5px;
    visibility: visible;

}

.add-comment-label {
    color: #001F5F;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 18px;
}

#feedback-comment {
    border: 1px solid #D5D7DA;
    height: 101px;
    width: 100%;
}

#new-msg-send-button,
#comment-send-button,
#feedback-yes-button,
#reply-msg-send-button {
    border: none;
}

#comment-send-button {
    margin-top: 10px;
    width: 108px;
}

.message-urgent-icon {
    height: 20px;
    width: 20px;
}

.msg-reply-button {
    cursor: pointer;
}

#inboxMessagesTable>tbody>tr>td,
#sentmessages>tbody>tr>td,
#starredMessagesTable td,
#deleteMessagesTable>tbody>tr>td {
    border-bottom: 1.7px solid #ececec !important;
    border-top: none !important;
}

#resolvedMessagesTable>tbody>tr>td {
    border-bottom: 1.7px solid #ececec !important;
    border-top: none !important;
}

/* styles for new message screen ends*/
/* styles for new message center */

.starclm {
    position: relative;
    width: 5%;
    padding: 15px 0px 15px 30px !important;
}
.subjectclm {
    padding: 15px 0px 15px 15px !important;
}

#no-star-selected-error-msg {
    margin-left: 0px;
}

#feedback-thanks-section {
    display: none;
    border: 1px solid #4F8E00 !important;
}

#feedback-thanks-check-image {
    margin-left: -16px !important;
}

#feedback-thanks-section-question {
    margin-left: -48px !important;
}

.waepa-page-error {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.33px;
    text-align: left;
    background-color: #FEE5E6;
    font-weight: 900;
    color: #545964;
    padding: 15px;
    padding-top: 5px;
}

.waepa-page-error::before {
    content: url(https://waepaportaldev.blob.core.windows.net/waepadevb2c/icons/warning-icon-red-large.svg);
    position: relative;
    top: 2px;
    margin-right: 5px;
    visibility: visible;
}

.msg-center-error-msg-links {
    font-size: 14px !important;
}

@media (min-width: 319px) and (max-width: 768px) {
    #msgCenterDeleteLabel {
        font-size: 28px;
    }

    .modaldesc {
        padding: 15px !important;
        padding-top: 0 !important;
        margin-top: -10px;
    }

    .message-center-delete-modal-button {
        padding: 0 !important;
        padding-left: 15px !important;
    }

    #msg-intro-block {
        display: none;
    }

    .ck.ck-editor__editable {
        height: 250px !important;
        margin-bottom: 10px;
    }

    #drop-zone {
        min-height: 75px !important;
    }

    .searchIcon {
        height: 25px;
        margin-top: 8px;
    }

    .msgcenter-default-msg,
    .history-default-msg {
        margin-left: 10px;
    }

    .newsubjectclm:before {
        position: relative;
        top: -3px;
        font-size: 15px;
    }

    .newsubjectclm {
        margin-left: -20px;
        margin-top: -2px;
    }
}

/*styles for thanks message mobile ends */

/*styles for STDI */
.stdi-impairment-block {
    margin-top: -10px;
}

.profile-plan-details-section {
    padding: 0;
    padding-top: 1rem;
}

.impairmentridersdetails {
    margin-top: 10px;
}

/*styles for STDI ends here*/
a:hover {
    text-decoration: none !important;
}

/*Ipad styles for new message center*/
@media (min-width: 768px) and (max-width: 768px) {
    .msgcheader {
        margin-top: 0px ! important;
    }

    .rightarrow {
        right: 25px;
    }

    body[data-sitemap-state="/messagecenter/:/"],
    body[data-sitemap-state="/thanksmessage/:/"],
    body[data-sitemap-state="/newmessage/:/"] {
        margin-top: -59px;
    }

    .message-details-right-section {
        display: none;
    }

    .messageCenterMainSec {
        width: 105.1% !important;
    }

    .row {
        width: 167%;
    }

    #thanks-msg-block {
        margin-top: 43px;
    }

    #new-message-header {
        margin-top: 25px;
    }
}

/* styles for loader */
#msgDetailsLoader {
    top: 20%;
}

#msgCenterLoader {
    top: 34%;
}

.waepa-loader {
    display: none;
    border: 15px solid #ccc;
    border-radius: 50%;
    border-top: 15px solid #001f5f;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 47%;
    left: 43%;
    z-index: 2000;
}
#warningText {
    z-index: 2000;
    position: fixed;
    top: 64%;
    left: 25%;
    color: #001F5F;
    font-size: 25px;
    font-family: Roboto;
    letter-spacing: 0;  
    line-height: 29px;
    font-weight: bold; 
    background-color: #F1B434; 
    padding: 7px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* styles for loader ends here*/
.hideinboxtr,
.hidesenttr,
.hidearchivetr,
hideresolvedtr {
    display: none;
}

#reply-msg-desc {
    width: 100%;
    height: 158px;
    margin-bottom: 5px;
    display: none;
    border: 1px solid #D5D7DA;
}

/* styles for attachments in mobile */
@media (min-width: 300px) and (max-width: 768px) {
    .att_img1_new {
        margin-top: -17px;
    }

    .attachment {
        padding-top: 10px !important;
    }

    .filename_label_new {
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        width: 225px;
    }

    .add-comment-label {
        padding-left: 17px;
    }

    #feedback-comment,
    #comment-send-button {
        margin-left: 17px;
    }

    #feedback-thanks-section {
        margin-top: 25px;
    }

    #feedback-thanks-check-image,
    #feedback-thanks-section-question {
        margin-left: 0px ! important;
    }

    #feedback-thanks-close-button {
        margin-right: -10px !important;
    }
    .waepa-loader {
    
    position: fixed !important;

    }
 
}

/*styles for message center header for Ipad pro 12*/
@media (min-width: 990px) and (max-width: 1160px) {

    .searchText {
        width: 40% !important;
        margin-left: 31% !important;
    }

    .message-details-section {
        min-height: 49vh;
    }

    #message-details {
        min-height: 49vh;
    }

    #thanks-msg-block {
        min-height: 55vh;
    }
}

@media all and (min-width:800px) and (max-width: 920px) {
 #warningText {
        left: 13%;
} 
}

@media (min-width: 300px) and (max-width: 700px) {
#warningText {
        left: 4%;
        font-size: 14px;

} 
}

@media (min-width: 412px) and (max-width: 450px) {
#warningText {
        left: 6% !important;

} 
}

@media (min-width: 701px) and (max-width: 799px) {
#warningText {
        left: 9%;
} 
}

@media (min-width: 769px) and (max-width: 1160px) {

    #thanks-msg-right-section {
        margin-left: auto !important;
    }

    .feedback-right-section {
        margin-left: 20px;
        width: 85% !important;
    }

    #feedback-thanks-check-image,
    #feedback-thanks-section-question {
        margin-left: 0px ! important;
    }

    #feedback-thanks-close-button {
        margin-right: -10px !important;
        width: 20px !important;
        margin-top: -40px !important;
    }
 

}
/* ends here */
/* to hide the empty option coming from the dropdown in the entity form*/
option[label=" "] {
    display: none !important;
}

/* Power Virtual Agent styles */
.pva-floating-style {
    position: fixed;
    bottom: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3.2px 7.2px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px;
    margin-right: 16px;
    margin-bottom: 18px;
    border: 2px solid #D2D0CE;
    z-index: 9999;
}
/* Power Virtual Agent styles ends */

/*styles for feedback form */
.office-form-question-title{
    color: #001F5F !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
}
#myModal .modal-header {
    display: block !important;
}
