﻿/* 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. */



/* Provide sufficient contrast against white background */
a {
    
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;

}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #ECEFF1;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



.loader-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.svg) 50% 40% no-repeat #f9f9f9;
}


/*error page*/
.custom-h1 {
    font-size: 24pt;
    line-height: 40pt;
    font-weight: bold;
}

.custom-text-muted {
    font-size: 12pt;
    line-height: 14pt;
}

.errorStatusCode {
    font-size: 50pt;
    line-height: 80pt;
    font-weight: bold;
}

.errorRequestId {
    font-weight: bold;
    display: block;
}

.error-exit-button-wrapper {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .error-exit-button-wrapper a {
        font-size: 12pt !important;
        height: 30px;
        display: flex;
        padding: 5px 15px;
        justify-content: center;
        align-items: center;
    }

.errorStatusWrapper {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.errorStatusInnerWrapper {
    background: #eee;
    padding: 15px;
    padding-bottom: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
}

.error-container {
    margin-bottom: 15px;
}