﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #D43434;
}

    a:hover {
        color: #ED1B24;
    }

h1 {
    color: #D43434;
}

.btn-primary {
    color: #fff;
    background-color: #D43434;
    border-color: #A82A2A;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #ED1B24 !important;
        border-color: #DB1A23 !important;
        box-shadow: 0 0 0 0.2rem rgb(255 43 53 / 50%);
    }

.btn-secondary {
    color: #fff;
    background-color: #888f95 !important;
    border-color: #6c757d !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
        color: #fff !important;
        background-color: #D43434 !important;
        border-color: #D43434 !important;
        border: 0px;
        box-shadow: none;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #D43434;
    border-color: #A82A2A;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #D43434 !important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(255 43 53 / 50%);
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(255 43 53 / 50%);
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #D43434;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #D43434;
}

.alert-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #D43434;
    border-color: #D43434;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5 rem 0.75 rem;
    margin-left: -1 px;
    line-height: 1.25;
    color: #D43434;
    background-color: #fff;
    border: 1 px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #D43434;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#ArticleTable td {
    height: 60px
}

div.container {
    max-width: 90%
}
