﻿/* 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: #0366d6;
}

.menu-text {
    font-weight: bold !important;
}

.h2css {
    font-size: 1.2rem !important;
    letter-spacing: 1px;
}

.anchorcolor {
    color: #007bff !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #E22526 !important;
    border-color: #cb2122 !important;
}

    .btn-primary:hover {
        color: #E22526 !important;
        background-color: #f9d3d3 !important;
        border-color: #cb2122 !important;
    }

.btn-primary-white {
    color: #E22526;
    background-color: #fff !important;
    border-color: #cb2122 !important;
    padding-left: 6px;
    padding-right: 6px;
}

    .btn-primary-white:hover {
        color: #E22526 !important;
        background-color: #f9d3d3 !important;
        border-color: #cb2122 !important;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 0.25rem 0.75rem rgba(0, 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 */
}

.text-danger-custom {
    color: #b30404 !important;
}

.field-validation-error {
    color: #b30404;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b30404 !important;
}

select.input-validation-error {
    border: 1px solid #b30404 !important;
}

input[type='checkbox'].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b30404;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

a:focus {
    outline: none;
    /*border: 3px dotted #14558F;*/
    border: 2px solid #f1a047;
    text-decoration: underline;
}

.linkhover:hover {
    text-decoration: underline !important;
}

.k-icon.k-i-sort-asc-sm,
.k-icon.k-i-sort-desc-sm {
    color: #ffffff !important;
}

.login-links {
    width: 249px;
    margin: auto;
}

.login-btn {
    margin-left: auto;
    margin-right: auto;
}

.login-title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 35px;
}

.login-card {
    margin: auto;
    width: 516px;
    height: 390px;
}

.login-card-body {
    margin: auto;
}

.login-input {
    text-align: left;
    width: 249px;
    margin: auto;
}

.login-container {
    display: flex;
}

.login-separator {
    width: 1px;
    height: 28px;
    background: #ebebf2 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-left: 5px;
    margin-top: 5px;
}

hr.solid {
    height: 3px;
    width: 100%;
    border-width: 0;
    color: #E22526;
    background-color: #E22526;
    opacity: inherit;
    margin-top: 0;
    margin-bottom: 0;
}


/* The first selection of the drop down boxes have a gray border issue */
.k-list .k-item.k-state-focused {
    box-shadow: none !important;
}

.anchorcolor {
    cursor: pointer !important;
    text-decoration: underline !important;
}

input.input-validation-error {
    border: none !important;
}

.modal-lg, .modal-xl {
    max-width: 950px !important;
}

.k-multiselect-wrap .k-select {
    position: relative !important;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0.03em 0.2em;
}

.k-list .k-item.k-state-focused {
    box-shadow: none !important;
}
