﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'FiraSans-Regular';
    src: url('../fonts/FiraSans-Regular.eot');
    src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-Regular.ttf') format('truetype'), url("../fonts/FiraSans-Regular.otf") format("opentype");
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    color: #252A2E;
}

h1:focus {
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.classname {
    font-family: 'FiraSans-Regular';
}

:root {
    font-size: 16px;
}

body {
    background: #37A0E0 url("../images/construction-background-web.jpg");
    background-size: cover;
    padding-top: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1 0 0;
}

.container-narrow {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 550px ;
    position: relative;
}

.container-content {
    background-color: #fff ;
    padding: 48px ;
    border-top: 4px solid #002856;
    margin-top: 48px;
    margin-bottom: 20px;
}

.vcs-form-message {
    margin-top: -1em ;
    margin-bottom: 0; 
}

footer {
    display: flex ;
    align-items: baseline;
    padding: 0px;  
}

    footer *, footer *:hover {
        color: #fff ;
        flex: 1 0 0;
    }

.footer-left {
    text-align: left;
    padding-left: 3%;  
}

.footer-middle {
    text-align: center;
}

.footer-right {
    text-align: right;
    margin-right: 0%;
}

.footer-left a {
    color: #FFF;
    text-decoration: None;
}

.bottom-band {
    display: flex;
    flex-direction: row;
    height: 30px;
    background-color: #0E4160;
    float: right;
}

.bottom-band-highlight {
    display: block;
    height: 30px;
    width: 175px;
    margin: auto;
    background-color: #FBAD26;
    justify-content: flex-end;
}

@media screen and (max-height: 600px) {
    footer {
        position: relative;
    }
}

.page-header {
    border-bottom-width: 0 ;
    padding-bottom: 16px; 
}

.page-header-logo {
    display: block;
    margin: auto;
    max-height: 96px;
    width: 100%;
}

.text-middle {
    display: flex;
    align-items: center;
}

.vista-button {
    font-family: "FiraSans-Regular", sans-serif;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    height: 45px;
    font-size: 18px;
    background-color: #0063A3;
    border-color: #0063A3;
    text-transform: uppercase;
    padding: .5rem 2.2rem;
    line-height: 1.5;
    border-radius: .3rem;
    text-shadow: none;
    border-style: none;
}

.important-message {
    border: 2px solid #37a0e0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
}

.embedded-upgradevideo {
    border: 1px solid #37a0e0;
    text-align: center;
    height: 200px;
    background-color: aliceblue;
    padding: 3px;
}

.video-centered{
    width: auto;
    height: 100%;
}

.forgot-password-standalone {
    padding-top: 2px;
    text-align: center;
}

.forgot-password-inline {
    text-align: right;
}

.id-error {
    font-size: 14px;
    padding-bottom: .5em;
    margin-bottom: 0; 
}

.mobile-privacy-notice {
    display: none;
    text-align: center;
}

.unsupported-browser .title-font {
    font-size: 1rem;
}

@media only screen and (max-device-width: 480px) {
    body {
        background: #FFF;
        background-repeat: no-repeat;
        background-size: 120%;
    }

    @media only screen and (max-device-width: 320px) {
        body {
            background-size: 200%;
            background: #FFF;
        }
    }

    .container-narrow {
        max-width: 100%; 
    }

    .container-content {
        padding: 0 25px; 
    }

    .container {
        width: 100%;
        padding: 0 ;
        top: 150px;
    }

    .page-header {
        padding-bottom: 0; 
    }

    .page-header-logo {
        max-width: 100%;
        height: auto;
    }

    #username {
        margin-bottom: 0;
    }

    .vista-button {
        height: 55px;
        font-size: 20px;
        line-height: 36px;
        left: 0;
    }

    footer {
        display: none; 
    }

    .mobile-privacy-notice {
        display: block;
        position: relative;
        bottom: -110px;
        margin-bottom: 15px;
    }
}
.icon-cancel-alt {
    color: #f42534;
}

.icon-check-circle {
    color: #00c18b;
}

.icon-error {
    color: #ffa400;
}

.icon-info {
    color: #002856;
}

button.close {
    margin-left: 10px;
}

.spinner-button {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    font-size: 2px;
    text-indent: -9999em;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);
    background: -webkit-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);
    background: -o-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);
    background: -ms-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);
    background: linear-gradient(to right,#fff 10%,rgba(255,255,255,0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner-button:before {
        width: 50%;
        height: 50%;
        background: #fff;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .spinner-button:after {
        background: #7faaca;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .spinner-border {
        color: #0063A3;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input[type=checkbox]:not(:checked), input[type=checkbox]:checked {
    left: -9999px; 
}


.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 0.2em solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.3125rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit;
}

.alert-primary {
    color: #1d5374;
    background-color: #d7ecf9;
    border-color: #c7e4f6;
}

.alert-primary hr {
    border-top-color: #b1d9f2;
}

.alert-primary .alert-link {
    color: #13364b;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #006448;
    background-color: #ccf3e8;
    border-color: #b8eedf;
}

.alert-success hr {
    border-top-color: #a3e9d6;
}

.alert-success .alert-link {
    color: #003123;
}

.alert-info {
    color: #00152d;
    background-color: #FFF;
    border-color: #DA212C;
    border-left-width: 10px;
}

.alert-info hr {
    border-top-color: #a9b6c6;
}

.alert-info .alert-link {
    color: black;
}

.alert-warning {
    color: #7a7807;
    background-color: #fbfacf;
    border-color: #f9f8bc;
}

.alert-warning hr {
    border-top-color: #f7f6a5;
}

.alert-warning .alert-link {
    color: #4a4904;
}

.alert-danger {
    color: #7f131b;
    background-color: #fdd3d6;
    border-color: #fcc2c6;
}

.alert-danger hr {
    border-top-color: #fbaaaf;
}

.alert-danger .alert-link {
    color: #530c12;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}


.alert .vcs-alert-title {
    padding-bottom: 0.2em;
    font-weight: 700;
    white-space: nowrap;
    color: #DA212C;
}

.alert .vcs-alert-block {
    padding-bottom: 0.2em;
    font-weight: 700;
    white-space: normal;
}

.alert .vcs-alert-close {
    margin-left: auto;
    color: #252A2E;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 3rem;
    cursor: pointer;
}

.vcs-alert-box {
    display: flex; 
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.vcs-alert-row {
    display: flex;
    flex-direction: row;
    width:100%;
}

.header-link {
    text-decoration: none;
    color: #252A2E;
}

a, .btn-link {
    color: #0063A3;
}

.spaced-text{
    margin-top: 20px;
    margin-bottom: 20px;
}

.link-behavior{
    color: #0063A3;
    text-decoration: underline;
    cursor: pointer;
}

