html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/logo_small.png) no-repeat center center fixed;
    background-color: #f7f7f7;
}

body {
    background: transparent;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 992px;
    }
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.links {
    margin-bottom: 20px;
    margin-top: 20px;
}

.links a {
    color: black;
    text-decoration: none;
}

.placeholder-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #589EDB;
    border-radius: 20px;

    behavior: url(/external/pie/PIE.htc);
}

.links img {
    display: inline-block;
    border-radius: 30px;

    behavior: url(/external/pie/PIE.htc);
}

.links h5 {
    margin-bottom: 0;
}

.placeholder-image {
    color: white;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    padding-top: 20px;
}

.light-blue {
    background: #589EDB;
}

.blue {
    background: #243F77;
}

.yellow {
    background: #F4911F;
}

.orange {
    background: #F36420;
}

.red {
    background: #EE2A31;
}

.purple {
    background: #C5154F;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}

/*
 * Header
 */
.masthead {
    text-align: center;
}

.masthead-brand {
    width:175px;
    height:auto;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    color: black; /* IE8 proofing */
    text-decoration: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: black;
}

.masthead-nav > li > a > div > div {
    color: black; /* IE8 proofing */
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a > div > div:hover,
.masthead-nav > li > a > div > div:focus {
    background-color: transparent;
    border-bottom-color: black;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: black;
    border-bottom-color: black;
}
@media {

    .masthead-brand {
        float: left;
    }
}
@media (min-width: 768px) {

    .masthead-nav {
        float: right;
    }
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
    color: black; /* IE8 proofing */
}

/*
 * Affix and center
 */


.splash {
    position: absolute;
    top: 50%;
    height: 100px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    text-align: center;
    margin-top: -20px;
}

.error-no-access {
    position: absolute;
    top: 50%;
    height: 200px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    margin-top: -40px;
}

@media (min-width: 768px) {

    html {
        background: url(../images/logo_medium.png) no-repeat center center fixed;
    }

    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }

    .mastfoot {
        position: fixed;
        bottom: 0;
    }

    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }

    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }

    .cover {
        margin-top: 100px;
    }

    .error-no-access {
        width: 400px;
        margin-left: -200px;
    }
}

@media (min-width: 992px) {

    html {
        background: url(../images/logo_big.png) no-repeat center center fixed;
    }

    .masthead,
    .mastfoot,
    .cover-container {
        width: 800px;
    }

    .cover {
        margin-top: 100px;
    }
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.modal-body-touch {
    min-height: 100px;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-height: 600px) {
    .modal-body-touch {
        max-height: 500px;
    }
}

@media (min-height: 800px) {
    .modal-body-touch {
        max-height: 700px;
    }
}

@media (min-height: 1000px) {
    .modal-body-touch {
        max-height: 800px;
    }
}

@media (min-height: 1200px) {
    .modal-body-touch-body {
        max-height: 1000px;
    }
}