/* exo-regular - latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/exo-v6-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Exo Regular'), local('Exo-Regular'),
    url('../webfonts/exo-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/exo-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/exo-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/exo-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/exo-v6-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}

html, body {
    height:100%;
}

body {
    font-family:'Exo',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:17px;
    line-height:1.64705882;
    color:#333;
    background-color:#fff;
    font-weight: 300;
}

#tfe {
    height: 100%;
    min-height: 100%;
}

.main-wrapper
{
    min-height: 90%;
    height:auto !important;
    height:100%;
    padding-bottom: 110px;
}

.main-container
{
    min-height: 200px;
    height:auto;
}


h1 {
    color: #00375f;
    word-wrap: break-word;
    margin-bottom: 8.5px;
    font-size: 54px;
    font-weight: 300;
}

h2 {
    color: #00375f;
    word-wrap: break-word;
    margin-bottom: 8.5px;
    font-weight: 200;
    font-size: 35px;
}

p.intro {
    color: #808da1;
    font-size: 23px;
}

a {
    color: #333;
}
a,a:hover,a:active {
    color:inherit;
    text-decoration: none;
}
.header-container {
    background-color: #fff;
    z-index: 1060;
}

.main-content{
    padding-bottom: 10px;
}
.header-container, .main-container, .footer-container {
    margin: 0px auto;
    max-width: 1170px;
    padding: 25px 15px 0px;
    width: 100%;
}

.header-container .active {
    color: #abcbde;
}

.header-container a:hover, .footer-container a:hover {
    color: #abcbde!important;
    text-decoration: none;
}

.header-container ul, .footer-container ul {
    list-style: none;
    display: flex;
}

.header-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.navigation {
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
    flex: 1;
}

.navigation a, .footer a {
    display: inline-block;
    white-space: nowrap;
    transition: color ease .4s;
}

.navigation a.selected {
    color: #abcbde;
}

.navbar-lead, .navbar-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.navbar-lead ul, .navbar-header ul{
    margin: 0px;
}

.navbar-lead ul li a{
    padding: .2em .4em;
    font-size: 14px;
    letter-spacing: .5px;
}

.navbar-header a{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .75px;
    text-transform: uppercase;
    padding: .3em .5em;
}

.header-breadcrumb {
    display: block;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    position: relative;
}
.header-breadcrumb ul {
    margin: 10px 0px;
    padding: 0px;
}
.header-breadcrumb, .header-breadcrumb .divider {
    font-size: 14px;
    color: #149ed3;
}

.header-breadcrumb .divider {
    margin: 0px 7px;
}

.header-breadcrumb .divider:before {
    content: "»";
}

#messages {
    position: absolute;
    top: 150px;
}

.alertBanner {
    position:fixed;
    z-index:1060 !important;
    max-width: 1140px;
    width: 100%;
}

#lastLogin {
    text-align: right;
    float: right;
}

#sessionTimer {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #808da1;
    text-align: right;
    width: 80px;
}

#sessionTimer .refresh{
    position: absolute;
    left: 0px;
}

#sessionTimer.relogin{
    width: 260px;
}

.main-container {
    font-size: 14px;
    padding-top: 205px;
}

.fixed-top-2 {
    margin: 0px auto;
    margin-top: 144px;
    background-color: #fff;
    max-width: 1170px;
    width: 100%;
}

.fixed-top-2 + .row{
    padding-top: 10px;
    z-index: 1030;
}

.footer {
    font-size: 14px;
    background-color: #00375f;
    color: #fff;
    padding: 40px 0px 50px 0px;
    margin-top: -93px;
}

.footer a {
    font-size: 12px;
    font-weight: 600;
}

.footer li {
    padding: 0px 5px;
}

.footer ul {
    margin: 0px;
}


.text-body a {
    color: #00375f;
    font-weight: 600;
}

.download {
    font-weight: bold;
    color: rgb(0, 55, 95);
    font-size: 17px;
}

.wizard {
    margin-bottom: 15px;
}
.wizard .nav-item {
    position: relative;
    padding: 0px 4px;
    width: 20%;
}
.wizard .nav-item:last-of-type{
    padding: 0px;
}

.wizard .nav-item a {
    margin-right: 5px;
    margin-left: -5px;
    padding-left: 30px;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 600;
    padding-right: 30px;
}

.wizard .nav-item a.active {
    color: #abcbde;
    background-color: transparent;
    border-bottom: 3px solid;
    padding-bottom: 9px;
}

.wizard .nav-item a.active.selected {
    color: #00375f;
}

.wizard .nav-item a.disabled {
    color: #ddd;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    cursor: default;
}

.wizard span.round-tab {
    width: 22px;
    height: 22px;
    line-height: 20px;
    display: inline-block;
    border-radius: 16px;
    z-index: 2;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 14px;
    top: 11px;
    color: #fff;
}
.wizard .active.selected span.round-tab  {
    background: #0b314d;
    border: 2px solid #0b314d;
}

.wizard .active span.round-tab  {
    background: #abcbde;
    border-color: #abcbde;
}

.wizard .disabled span.round-tab  {
    background: #ddd;
    border: 2px solid #ddd;
}

.wizard .line {
    border-top: 2px solid #ccc;
    margin-top: -2px;
}

.validationStatus .error:before {
    color: red;
    font-family: 'Font Awesome 5 Free';
    content: '\f057';
    margin-right: 5px;
    position: absolute;
    top: -10px;
}

.validationStatus .error,
label.error{
    xxposition: relative;
    color: red;
}


.validationStatus .ok:before {
    color: green;
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    margin-right: 5px;
    position: absolute;
    top: -10px;
}

.underlined {
    text-decoration: underline;
}

table.overview {
    text-align: center;
}

table th {
    border-top: none!important;
}

.overview thead {
    background-color: #0b314d;
    color: #fff;
}
.overview td:first-child {
    text-align: left;
}

.overview td:nth-last-child(2) ul,
.overview td:nth-last-child(3) ul
{
    padding: 0px;
}

.overview td  {
    padding-bottom: px;
}

.overview td ul {
    list-style: none;
    margin-bottom: 0px;
}

.overview td .fa-exclamation-triangle {
    color: #ffc107;
}

.overview td .fa-check {
    color: green;
}

.overview td .big.fa  {
    font-size: 25px;
}

.overview td {
    position: relative;
}

.overview [data-toggle=tooltip] {
    position: absolute;
    margin-left: 15px !important;
}
.overview h4 {
    font-size: 50px;
}

.uploadedFiles .missing {
    color: red;
}

.infobox {
    background-color: #F5F8FA ;
    color: #333;
    padding: 40px;
}

.form-row label {
    margin: 5px 10px 2px 0px;
    font-weight: bold;
}

.form-check label,
.form-check-inline{
    font-weight: normal !important;
    display: inline-block;
}

.card-header {
    font-weight: bold;
}

.row .fa {
    width: 14px;
    height: 14px;
}

.popover {
    max-width:30%;
}

.tooltip-inner {
    color: #333;
    background-color: #fff;
    border: 1px solid #aaa;
    font-family:'Exo',Helvetica Neue,Helvetica,Arial,sans-serif;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #aaa;
}
.btn {
    border-radius: 30px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #00375f!important;
    border-color: #00375f!important;
    margin: 0px 2px;
}

.bg-secondary {
    background-color: #F5F8FA!important;
}

.modal-lg {
    max-width: 80% !important;
}

.modal {
    z-index: 1065;
}

.modal-backdrop {
    z-index: 1064;
}

.form-check-input {
    margin-top: 10px;
}

.btn.multiselect {
    text-transform: inherit!important;
    border-radius: 0px!important;
}

.radio_choise input {
    margin-top: 5px;
}

.radio_choise .row {
    margin-bottom: 5px;
}

ul.hellip {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

ul.hellip li {
    padding-left: 0px;
}

ul.hellip li:before {
    content: "…"; /* Insert content that looks like bullets */
    margin-left: -16px;
    margin-right: 4px;
}

.navbar-lead .EN a::before {

    content: url("../img/GB.png");
    display: inline-block;
    line-height: 0;
    margin-right: 4px;
}

.navbar-lead .DE a::before {

    content: url("../img/DE.png");
    display: inline-block;
    line-height: 0;
    margin-right: 4px;

}
