﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
body {
    font-weight: 400;
    text-align: left;
    /*font-family: "Fira Sans", sans-serif;*/
    color: #1D231D;
    /*font-size: 1rem;*/
    line-height: 1.6875;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*footer*/
    min-height: 100vh;
    margin: 0;
    position: relative;
}

/*body::after {
        content: '';
        display: block;
        height: 138px;
    }*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.main-content {
    /*padding-top: 10px;*/
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
}

#dnrAppHead {
    font-size: .875em;
    visibility: visible;
    background: #0076A5;
    text-align: left;
    padding: 0 8px 2px;
    height: 85px;
}

#notAppFoot {
    height: 100%;
    min-height: 100%;
}

#dnrAppFoot {
    font-size: .875em;
    color: #FFFFFF;
    visibility: visible;
    background: #003349;
    text-align: left;
    padding: 18px;
    padding-bottom: 20px;
    height: auto;
    position: absolute;
    width: 100%;
}

    #dnrAppFoot > a {
        color: #FFFFFF;
    }

#wiGovLogo {
    margin-top: -75px;
    float: right;
    height: 40px;
    width: auto;
    margin-right: 20px;
}

#headerLogo {
    font-size: .875em;
    visibility: visible;
    text-align: left;
    padding: 0;
    width: 180px;
    height: auto;
    margin: 12px;
    margin-left: 20px;
    margin-top: 17px;
}

.navbar-brand {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

nav .navbar-nav li a {
    color: #404040 !important;
}

.navbar {
    height: 50px;
}

.page-heading {
    background-color: #003349 /*#1025a0*/;
    color: white;
    padding: 3px;
    border-radius: 4px;
    height: 28px;
}

.titlebar {
    width: 99%;
    height: 58px;
    margin-left: 10px;
    margin-top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/*Switchboard*/
#switchboard_title {
    position: absolute;
    left: 230px;
    top: 30px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Anton', sans-serif;
    font-stretch: condensed;
}

#switchboard_line {
    width: 2px;
    margin: 0px 10px 0px 15px;
    background: white;
    height: 42px;
    position: absolute;
    top: 22px;
    left: 205px;
}

#switchboard_logout {
    position: absolute;
    color: rgb(225, 225, 225);
    top: 34px;
    right: 40px;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}



footer {
    background: #003349;
    font-size: .9rem;
    color: #fff
}

    footer .footer-inner {
        font-size: 1rem
    }

        footer .footer-inner #dnr-footer-chat a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            background-color: #0076a5;
            padding: 8px 18px;
            margin-right: 8px;
            -webkit-border-radius: 1rem;
            border-radius: 1rem;
            letter-spacing: .05em
        }

            footer .footer-inner #dnr-footer-chat a:before {
                content: '';
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: 'FontAwesome';
                margin-right: 4px;
                display: inline-block;
                color: #fff
            }

        footer .footer-inner ul#footer-resources, footer .footer-inner ul#dnr-footer-nondiscrimination {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-top: -15px;
            columns: 2
        }

            footer .footer-inner ul#footer-resources li, footer .footer-inner ul#dnr-footer-nondiscrimination li {
                break-inside: avoid;
                border-bottom: 1px dotted #fff;
                padding: 15px 0
            }

                footer .footer-inner ul#footer-resources li a, footer .footer-inner ul#dnr-footer-nondiscrimination li a {
                    display: block;
                    text-decoration: none;
                    color: #fff
                }

            footer .footer-inner ul#footer-resources#dnr-footer-nondiscrimination, footer .footer-inner ul#dnr-footer-nondiscrimination#dnr-footer-nondiscrimination {
                margin-top: 0;
                columns: 1
            }

    footer address {
        font-size: 1rem;
        font-style: normal;
        line-height: inherit
    }

    footer .copyright {
        background: #00283a;
        padding: 1rem 0;
        font-size: 14px
    }

    footer #site-links {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: .9rem
    }

        footer #site-links a {
            color: #fff
        }

.btn {
    text-transform: uppercase
}

.dnr-btn {
    background: #0076a5;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Fira Sans',sans-serif;
    border-width: 2px;
    border-style: solid;
    border-color: transparent
}

    .dnr-btn:hover {
        background: #003349;
        color: #fff;
        text-decoration: none
    }

.dnr-hidden-element {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px)
}

a, .btn-link {
    color: #0076a5;
    text-decoration: underline
}

.socials a i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 30px
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.x-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.x-debug {
    background-image: url(/securitygateway/wwwroot/img/x-debug.png)
}