/*  HEADER */

.waContainer {
    max-width: 1572px!important;
}

.waContainerBanner {
    max-width: 1595px!important;
}

#intNormDisclaimer {
    color: #595F62;
    font-weight: 600;
    font-size: small;
}
.liPB0 {
    padding-bottom: 0!important;
}


@font-face {
    font-family: mkbgIcon;
    font-weight: normal;
    src: url("mankenberg2020icon.woff");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: url("open-sans-v18-latin-600.woff2");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: url("open-sans-v18-latin-700.woff2");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: url("open-sans-v18-latin-regular.woff2");
}
body {
    font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*  TEXT  */
.text-c-dark {
    color: #45494A;
}
.text-c-red {
    color: #A2162D;
}
.text-c-white {
    color: #FFF;
}
/* ICON */
.mkb-icon {
    font-family: mkbgIcon;
    font-weight: normal;
}
.mk {
    font-family: mkbgIcon;
    font-weight: normal;
    font-style: normal !important;
    font-size: 26px;
}
.mk.document-letter:before {
    content: '\E80C';
}
.mk.mk-close:before {
    content: '\E80D';
}
.mk.mk-paper-plane:before {
    content: '\E819';
}
/*  END ICON */
/* START BACKGROUND */
.bg-c-teal {
    background-color: #1A879E;
}
.bg-c-red {
    background-color: #A2162D;
}
/* START BACKGROUND */
/*  BUTTON  */
button {
    font-size: 18px;
}
.btn {
    border-radius: 0 !important;
}
.btn i.mk {
    font-size: 1rem !important;
}
.btn-c-red {
    color: #FFF;
    background-color: #A2162D !important;
}
.btn-c-red:hover {
    background-color: #595E61 !important;
    border-color: #595E61 !important;
    color: #FFF;
}
/*  END BUTTON  */
/*  HEADER  */
#languageSelectionContainer {
    font-family: "Open Sans";
    font-weight: 600;
    position: relative;
}
#languageSelectionContainer:focus {
    outline: none;
}
#languageFlagContainer {
    background-color: #595F62;
    position: absolute;
    left: 8px;
    top: 3.5em;
    padding: 0.05em 0.5em;
}
#languageFlagContainer:focus {
    outline: none;
}
#languageFlagContainer .languageBar {
    cursor: pointer;
    background-color: #FFF;
    color: #595F62;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
#languageFlagContainer .languageBar:hover {
    background-color: #A2162D;
    color: #FFF;
}
#languageFlagContainer .languageBar .languageFlag {
    width: 3em;
    padding-left: 0.4em;
}
#languageFlagContainer .languageBar .languageName {
    padding-right: 0.4em;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
}
.headerRedBanner {
    height: 48px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #FFF;
    background-color: #A2162D;
}
.headerGreyBanner {
    height: 38px;
    margin-top: 4px;
    background-color: #D2D3D6;
    color: #595E61;
    font-family: "Open Sans";
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase;
}
.headerBannerContainer {
    padding-left: 35px;
}
.btnHeader {
    font-family: "Open Sans";
    background-color: #FFF;
    color: #595F62;
    font-weight: 600;
    font-size: 16px;
}
.btnHeader:hover {
    color: #FFF;
    background-color: #A2162D;
}
.headerBannerContent {
    padding-top: 13px;
    padding-left: 25px;
}
.languageSelectContainer {
    display: none;
}
.nav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.nav-btns a, .nav-btns button {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FFF;
    margin-right: 4px;
    padding: 6px 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #595F62;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 210;
}
.nav-btns a:hover, .nav-btns button:hover {
    background-color: #A2162D !important;
    color: #FFF !important;
}
.nav-btns svg {
    margin-right: 7px;
    display: block;
}
.nav-btns span {
    display: block;
}
@media (min-width: 518px) and (max-width: 750px) {
    .nav-btns .lang span, .nav-btns .login span {
        display: none;
    }
    .nav-btns .lang svg, .nav-btns .login svg {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    .nav-btns a {
        font-size: 8px;
    }
}
.mb-navbar::before {
    content: "";
    background-image: url("bg-head-portal2020.svg");
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
#headerMankenbergLogo {
    display: flex;
    justify-content: right;
    align-items: center;
}
#clientPortalBanner {
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    background-color: #A2162D;
    color: #FFF;
    display: flex;
    justify-content: left;
    align-items: center;
}
#contentHeaderTitle {
    font-size: 12px;
    font-weight: 700;
    margin-top: 56px;
    margin-bottom: 24px;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
div.wrapper {
    flex: 1 0 auto;
}
/*  FOOTER  */
section#footer {
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    flex-shrink: 0;
    font-size: 20px;
}
section#footer a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400 !important;
}
section#footer ul {
    padding-left: 0.4rem;
}
section#footer ul li {
    display: inline;
    margin-right: 0.1rem;
}
section#footer ul li.firstEntry {
    margin-left: 27px;
}
section#footer ul li:not(.firstEntry)::before {
    content: " | ";
}
section#footer footer {
    padding: 0.71em 0;
}
section#footer .footerCompanyLink {
    padding-right: 35px;
}
/*
 @include media-breakpoint-down(992px) {
 section#footer {
 font-size: 16px;
 }
 }
 @include media-breakpoint-down(768px) {
 section#footer {
 font-size: 11px;
 }
 }
 */
/* END FOOTER */
img#logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

a:hover {
    color: #A2162D;
    text-decoration: underline;
}

#noApp {
    font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #595F62;
}
#noApp .noAppHeader {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 1.4rem;
}
#noApp .noAppContainer {
    padding-left: 35px;
    padding-right: 35px;
}
ul.listGt {
    display: grid;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.listGt li::before {
    content: '»';
    font-weight: 600;
}
ul.listGt li {
    display: grid;
    grid-template-columns: 0 1fr;
    gap: 1.3rem;
    align-items: start;
    padding-bottom: 16px;
}
a {
    text-decoration: none;
    font-weight: 600;
    color: inherit;
    transition: all 0.2s ease-out;
}

a:hover {
    color: #A2162D;
    text-decoration: underline;
}


#root a:hover {
    color: #FFFFFF!important;
    text-decoration: none!important;
}

.footer_social a {
    text-decoration: none;
    transition: all 0.2s ease-out;
    color: inherit;
    background-color: transparent;
}
.footer_social a:hover {
    text-decoration: none;
    color: #A2162D;
}
.footer_social a:hover g {
    fill: #A2162D;
}
.breakPoint {
    opacity: 0.7;
    position: fixed;
    top: 10rem;
    left: 2rem;
    background-color: transparent;
}
/*  Contact Button  */
#contact .btnContact {
    height: 135px;
    width: 51px;
    background-color: #1A879E;
    position: fixed;
    top: 251px;
    right: 0;
    font-family: "Open Sans";
    font-size: 18px;
    cursor: pointer;
    z-index: 5000;
}
#contact .btnContact .contactText {
    color: #FFF;
    transform: rotate(-90deg);
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 43px;
    right: -8px;
}
#contact .btnContact .contactLogo {
    position: absolute;
    top: 100px;
    right: 23px;
}
/** MODAL */
.modal {
    font-family: "Open Sans";
    color: #595E61;
}
.modal-content {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.modal-header {
    background-color: #595E61;
    color: #FFF;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
button.close-c-white {
    background-color: transparent;
    border: 0;
    float: right;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
    padding-right: 0.4em;
    padding-left: 0.4em;
}
/** END MODAL */
/*  FORM  */
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    color: #495057;
    border-radius: 0 !important;
}
.form-control-custom {
    border: unset;
    font-weight: 600 !important;
}

/* Tables

 <table> add class "full-with" (w-100) to table tag (width: 100%);
 <td> add class pl-2 (ps-2)

 */

.contentBox {
    background-color: #F0F0F1;
    padding: 30px;
}

div#changelogTableWrapper thead > tr {
    width: 100%;
    height: 40px;
    color: #FFF;
    background-color: #595E61;
    border: #F0F0F1 5px solid;
    font-weight: 400;
    font-size: 18px !important;
}

div#changelogTableWrapper tbody > tr {
    height: 40px;
    color: #595E61;
    background-color: #FFF;
    border: #F0F0F1 5px solid;
    font-weight: 600;
    font-size: 18px !important;
}