.dialogueCloseButton {
    float: right;
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    margin-top: .5em;
}

.dialogueCloseButton i {
    background: #fff;
    color: #000;
}

.dialogueCloseButton:hover {
    color: #fff;
}

.staticPageBody {
    padding-bottom: 5em;
}

.staticPageBody > .container {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.staticPageContentWrapper {
    background-color: #EFEFEF;
}

@media screen and (max-width: 767px) {
    .m-box__header-all {
        position: absolute;
        right: 26px;
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .m-box__header-all {
        position: relative;
        display: block;
        float: left;
        margin-left: 1.5em;
    }
}

.m-nav__list--opened {
    height: auto !important;
}

.m-login--absolute {
    position: relative;
    top: 0;
    margin-top: 70px;
}

.loginContainer {
    background: url("/.resources/meinvav-theme/images-content/headerimage-login.jpg");
    background-repeat: no-repeat;
    min-height: 815px;
}

.tooltip-trigger-wrapper-pwrecovery {
    top: 1px;
    margin-right: 10px;
}

.pngIcon {
    display: none;
}

i.renderAH,
i.renderBW,
i.renderHH,
i.renderEH,
i.renderHV,
i.renderPB,
i.renderRB,
i.renderTG,
i.renderKF,
i.renderRS,
i.renderUV {
    display: none;
}

span.renderAH,
span.renderBW,
span.renderHH,
span.renderEH,
span.renderHV,
span.renderPB,
span.renderRB,
span.renderTG,
span.renderKF,
span.renderRS,
span.renderUV {
    display: inline;
}

.pngIcon > img {
    vertical-align: top;
}

.errorMessages {
    margin-left: 30px;
    margin-top: 1em;
}

.errorMessages > .errorMessageEntry {
    font-weight: bold;
    color: #d5112f;
}

.m-headerimg__image {
    height: auto;
}

#breadcrumb {
    color: #000000;
    font-size: 1em;
    text-transform: uppercase;

    border-top: 1px solid #e1e1e1;

    display: none;
}

#breadcrumb > .container {
    margin-top: .5em;
    margin-bottom: .5em;
}

#breadcrumb > .container > a {
    color: #000000;
    font-size: 1em;

    font-family: "Helvetica Neue LT W01107XBlkCn", "Helvetica", "Arial", sans-serif;
}

@media screen and (max-width: 320px) {
    .minWidthBlock,
    .m-box__header > a {
        display: block;
        position: relative;
        right: auto;
        top: .5em;
    }

    .minWidthBreak {
        word-break: break-all;
        max-width: 200px;
    }
}

input[type="date"] {
    line-height: 1.4;
    height: 40px;
    padding-left: 15px;
    padding-right: 5px;
    margin-right: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 0;
    width: 100%;
}

.filenameDisplay {
    height: 29px;
    display: inline-block;
    vertical-align: text-bottom;
}

.dashboardInsuranceAdvertisement > .main-section {
    margin-bottom: 0;
}

.dashboardConsultant > .main-section {
    margin-bottom: 0 !important;
}

.l-footer {
    padding: 30px;
    height: 20px;
}

@media screen and (max-width: 480px) {
    button, .button {
        min-height: 35px;
        padding-top: 4px;
        font-size: 16px;
    }

    a.button {
        padding-top: 7px;
    }

    a.button.policy-detail-document-btn {
        display: table;
    }

    button::after, .button::after {
        top: 4px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    .m-box__heading {
        font-size: 18px;
        float: none;
    }

    .m-box__header > a {
        float: none;
        text-align: right;
    }

    .m-box__header-all {
        float: none;
    }
}

@media screen and (max-width: 320px) {
    .m-box__header-all-absolute {
        position: absolute;
        right: 1em;
        top: 1.5em;
        text-align: right;
    }

    .m-box__header > a {
        float: none;
        text-align: right;
    }
}

.l-header {
    padding-top: 0;
}

header .container {
    width: 100%;
    max-width: 1200px;
    position: fixed;
    top: 0;
    bottom: auto;
    background: #fff;

    margin-top: 0;
    margin-bottom: 0;

    height: 90px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;

    z-index: 9;

    visibility: hidden;
}

header .container .m-nav {
    margin-right: -10px;
}

header .outerContainer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-left: 10px;

    position: relative;
    z-index: 10;
    background: #fff;
}

@media screen and (max-width: 980px) {
    header .container {
        padding-left: 10px;
        padding-right: 10px;

        height: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .l-header {
        min-height: 70px;
    }

    .m-nav__button {
        margin-top: 10px;
    }
}

@media screen and (min-width: 981px) {
    header .container {
        margin-left: calc(50% - 50vw);
        width: 100vw;

        padding-left: calc((100vw - 720px) / 2);
        padding-right: calc((100vw - 720px) / 2);

        max-width: 1240px;
    }

    header .outerContainer {
        max-width: 720px;
    }

}

@media screen and (min-width: 992px) {
    header .container {
        padding-left: calc((100vw - 940px) / 2);
        padding-right: calc((100vw - 940px) / 2);

        max-width: 1240px;
    }

    header .outerContainer {
        max-width: 960px;
    }
}

@media screen and (min-width: 1240px) {
    header .container {
        padding-left: calc((100vw - 1180px) / 2);
        padding-right: calc((100vw - 1180px) / 2);

        max-width: 1440px;
    }

    header .outerContainer {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1440px) {
    header .container {
        max-width: 1440px;
        left: 50%;
        right: 50%;
        margin-left: -720px;
        padding-left: 130px;
        padding-right: 120px;
    }

    header .outerContainer {
        max-width: 1200px;
    }
}

@media screen and (max-width: 991px) {
    header .outerContainer {
        min-height: 60px;
        padding-top: 10px;
    }
}

.m-nav__button {
    position: relative;
}

.claimTrackingDetails{
    color: #000000;
    background-color: #ffffff;
    margin-bottom: 1em;
    padding: .5em;
    font-size: 20px;
}

.claimTrackingDetails:empty{
    padding: 0;
}

select::-ms-expand {
    display: none;
}