﻿body {
}

:root {
    --bs-danger: #c9302c;
    --bs-danger-rgb: 201, 48, 44;
}

.btn-danger {
    --bs-btn-bg: #c9302c;
    --bs-btn-border-color: #ac2925;
    --bs-btn-hover-bg: #c9302c;
    --bs-btn-hover-border-color: #ac2925;
    --bs-btn-active-bg: #c9302c;
    --bs-btn-active-border-color: #ac2925;
    --bs-btn-disabled-bg: #c9302c;
    --bs-btn-disabled-border-color: #ac2925;
    --bs-btn-focus-shadow-rgb: 201, 48, 44;
}

.btn-danger:focus-visible {
    outline: 0.1875rem solid var(--bs-white);
    outline-offset: 0.125rem;
    box-shadow: 0 0 0 0.375rem rgb(var(--bs-dark-rgb));
}

.btn-outline-danger {
    --bs-btn-color: #c9302c;
    --bs-btn-border-color: #c9302c;
    --bs-btn-hover-bg: #c9302c;
    --bs-btn-hover-border-color: #c9302c;
    --bs-btn-active-bg: #c9302c;
    --bs-btn-active-border-color: #c9302c;
    --bs-btn-disabled-color: #c9302c;
    --bs-btn-disabled-border-color: #c9302c;
    --bs-btn-focus-shadow-rgb: 201, 48, 44;
}

.icon-danger-box {
    align-items: center;
    background-color: rgb(var(--bs-danger-rgb));
    border-radius: var(--bs-border-radius-lg);
    color: var(--bs-white);
    display: inline-flex;
    flex: 0 0 auto;
    height: 3rem;
    justify-content: center;
    vertical-align: middle;
    width: 3rem;
}

.icon-danger-box-lg {
    height: 4rem;
    width: 4rem;
}

.header-nav {
    font-size: 1rem;
}

@media (min-width: 576px) {
    .header-nav {
        font-size: 1.125rem;
    }
}

.header-nav .nav-link[aria-current="page"] {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.375rem;
}


/* CAPTCHA */
.RadCaptcha,
.RadCaptcha_Default {
    display: inline-block !important;
    margin-bottom: 8px;
}

.RadCaptcha .capImage {
    display: inline-block !important;
    border: solid 1px #999 !important;
    border-radius: 5px !important;
}

.RadCaptcha .rcRefreshImage,
.RadCaptcha .rcCaptchaAudioLink {
    display: inline-block !important;
    margin: 2px 4px 0 0 !important;
    padding: 0 !important;
    text-decoration: none;
}

.captchaInstructions {
    color: #6f6f6f;
}

.RadCaptcha .rcCaptchaAudioLink {
    display: inline-flex !important;
    align-items: center;
    min-height: 24px;
    font-size: 12px;
}

.RadCaptcha .rcRefreshImage {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 0 4px 0 2px !important;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

    .RadCaptcha .rcRefreshImage:after {
        content: "\f116";
        font-family: "bootstrap-icons";
        font-weight: normal;
        font-size: 16px;
        line-height: 1;
    }

    .RadCaptcha .rcRefreshImage:hover,
    .RadCaptcha .rcRefreshImage:focus,
    .RadCaptcha .rcCaptchaAudioLink:hover,
    .RadCaptcha .rcCaptchaAudioLink:focus {
        text-decoration: underline;
    }

    .RadCaptcha .rcRefreshImage:focus,
    .RadCaptcha .rcCaptchaAudioLink:focus {
        outline: thin dotted;
        outline-offset: 2px;
    }