@font-face {
    font-family: 'Source Sans Pro Light';
    font-style: normal;
    font-weight: 200;
    src: url(../../design/fonts/SourceSansPro-ExtraLight.eot);
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(../../design/fonts/SourceSansPro-ExtraLight.woff) format('woff'), url(../../design/fonts/SourceSansPro-ExtraLight.svg) format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(../../design/fonts/SourceSansPro-Regular.eot);
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../../design/fonts/SourceSansPro-Regular.woff) format('woff'), url(../../design/fonts/SourceSansPro-Regular.svg) format('svg');
}

@font-face {
    font-family: 'Source Sans Pro Bold';
    font-style: normal;
    font-weight: bold;
    src: url(../../design/fonts/SourceSansPro-Bold.eot);
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../../design/fonts/SourceSansPro-Bold.woff) format('woff'), url(../../design/fonts/SourceSansPro-Bold.svg) format('svg');
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: var(--primary);
    background-image: var(--backgroundImage);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: white;
    text-decoration: none;
}

    a:hover, .btn-link:hover {
        color: white;
        text-decoration: underline;
    }

.btn {
    border: none;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
}

#publicreader-login .btn-light:hover, #external-account .btn-light:hover {
    background-color: #DDDDDD;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
    color: var(--text);
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover {
        color: var(--text);
        background-color: var(--secondary);
        border-color: var(--secondary);
        text-decoration: none;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(150,150,150,.5);
    }

    .btn-primary:active:focus {
        box-shadow: 0 0 0 0.25rem rgba(175,175,175,.5);
    }

.btn-secondary, .btn-light {
    text-align: left;
}

.btn-link {
    color: white;
}

    .btn-link:hover {
        color: white;
    }

.btn-noshadow {
    box-shadow: none;
}

.person-icon {
    margin-right: 5px;
    color: #0066CC;
}

.text-danger {
    text-align: left;
}

    .text-danger b {
        text-transform: uppercase;
    }

.content {
        padding-top: 1.1rem;
    }

#loginbox {
    vertical-align: middle;
    display: table-cell;
    height: 100vh;
    width: 100vw;
    color: white;
}

#logincontent, .logincontent {
    width: 450px;
    background-color: rgb(0,0,0, 0.5);
    margin: auto;
    border-radius: 0.25rem;
}

    #logincontent a:not(.btn) {
        color: white;
    }

body.isPopup #logincontent {
    vertical-align: middle;
    display: table-cell;
    height: 100vh;
    width: 100vw;
    color: black;
    background-color: white;
    border-radius: 0;
    padding:0 !important;
}

    body.isPopup #logincontent .col-form-label {
        font-weight: bold;
    }

    body.isPopup #logincontent .bg-danger {
        color: white;
    }

    body.isPopup #logincontent .form-control-plaintext {
        word-break: break-all;
    }

body.isPopup #popupButtonBar {
    background-color: #f9fafb;
    border-top: 1px solid rgba(34,36,38,.15);
}

#tickerText {
    color: white;
    background-color: none;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: white;
    font-size: 12px;
    margin: 8px 0px;
}
    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: rgba(255, 255, 255, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 16px;
    }

.dropdown-menu {
    max-height: 450px;
}

.dropdown-menu a {
    color: #000000;
}

.dropdown-menu a:hover {
    text-decoration: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.center-item {
    align-items: center;
    display: flex;
}

.form-control-plaintext {
    color: white;
}
