/**
* Allianz
*/

@font-face {
    font-family: 'Allianz Neo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/allianz/AllianzNeoW04-Regular.woff2") format("woff2"), url("/assets/fonts/allianz/AllianzNeoW04-Regular.woff") format("woff")
}

@font-face {
    font-family: 'Allianz Neo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/allianz/AllianzNeoW04-Bold.woff2") format("woff2"), url("/assets/fonts/allianz/AllianzNeoW04-Bold.woff") format("woff")
}

body, .table {
    font-family: 'Allianz Neo', sans-serif !important;
    font-size: 16px !important;
}

header, footer {
    background: #fff;
}

header {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: -1px;
}
footer {
    border-top: 1px solid #d9d9d9;
    margin-top: -1px;
}

.portal-header {
    border: 0;
}
.portal-footer {
    border: 0;
    padding: 30px;
}

h1, h2, h3, h4, h5, .table > thead {
    font-family: 'Allianz Neo', sans-serif !important;
    font-weight: 400 !important;
    color: #414141 !important;
}

a {
    color: #003781;
}

h1 {
    font-size: 44px;
}
h2 {
    margin-bottom: 15px;
    font-weight: 600 !important;
}
h3 {
    font-size: 20px;
    font-weight: 600 !important;
}

.logo {
    height: 30px;
}

.btn {
    border: 0;
}
.btn:hover {
    border: 0;
}

.btn-primary, .btn-success, .btn-danger, .btn-default {
    font-family: 'Allianz Neo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-primary, .btn-success {
    background: #007ab3;

}
.btn-primary:hover, .btn-success:hover {
    background: #006192;
}

.box {
    margin: 30px 0;
}
.box-header {
    background: #fff;
    border: 0;
    padding: 0;
}
.box-body {
    background: #fff;
    border: 0;
    padding: 20px 0;
}

.form-control, .bs-select .btn-default {
    font-size: 16px;
    height: 35px;
}

.bs-select .btn-default {
    /*color: #000;*/
    border: 1px solid #e5e5e5;
}

.helptext {
    font-size: 14px;
    color: #007ab3;
}
