﻿/* 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. */
/* Sticky footer styles
-------------------------------------------------- */
:root {
    --bs-primary: 144, 83, 204 !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url(../theme/bg_body.png) !important
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(238, 118, 0, 1) !important;
}

.bg-primary-light {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(238, 118, 0, 1) !important;
}

.sb-sidenav-dark {
    background-color: #FFA725;
    color: rgba(255, 255, 255, 0.5);
}

.border-primary {
    border-color: #FFA725 !important;
}

.text-primary {
    color: #FFA725 !important;
}

.text-blue {
    color: #0d6efd !important;
}


.bg-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(13, 110, 253, 1) !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #FBBF77 !important;
}

.btn-primary {
    color: #000;
    background-color: #FFA725;
    border-color: #EE7600;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #FBBF77;
        border-color: #FFA725;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(251, 191, 119, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #FFA725;
        border-color: #EE7600;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #FFA725;
        border-color: #EE7600;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(251, 191, 119, 0.5);
        }

a {
    color: #EE7600;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #FFA725;
        text-decoration: none;
    }
    a.disabled {
        color: #DADADB;
        text-decoration: none;
    }

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
    overflow-y: auto;
    border-right: 1px solid rgba(251, 191, 119, 0.5);
}

.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
    color: #FFA725;
}

.btn-outline-primary {
    color: #EE7600;
    border-color: #EE7600;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #EE7600;
    border-color: #EE7600;
}

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(251, 191, 119, 0.5);
    }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #EE7600;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #EE7600;
    border-color: #EE7600;
}

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(251, 191, 119, 0.5);
    }

.badge-primary {
    color: #fff;
    background-color: #EE7600;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #FFA725;
}

a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 191, 119, 0.5);
}

.badge-blue {
    color: #fff;
    background-color: #007bff;
}

a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.border-blue {
    border-color: #0d6efd !important;
}
.btn-outline-blue:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-blue {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-blue:hover {
        color: #007bff;
        background-color: #fff;
        border-color: #007bff;
    }