html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background-color: cornsilk;
}

.bg-danger-soft-hover:hover, .bg-danger-soft-hover:active, .bg-danger-soft-hover:focus {
    background-color: rgba(214, 41, 62, 0.1) !important;
    color: #d6293e !important;
}

.bg-success-soft-hover:hover {
    background-color: rgba(25, 135, 84, 0.1);
}

.bg-primary-soft-hover:hover {
    background-color: rgba(6, 106, 201, 0.1);
}

.bg-orange-soft-hover:hover {
    background-color: rgb(255, 182, 119);
}

.bg-secondary-soft-hover:hover {
    background-color: rgb(167, 165, 164);
}

.bg-light-input .form-control {
    background-color: #f5f7f9 !important;
    border: 1px solid #f5f7f9 !important;
    border-radius: 0.325rem;
}

    .bg-light-input .form-control:focus {
        border: 1px solid #066ac9 !important;
    }

.bg-light-input .choices .choices__inner {
    background-color: #f5f7f9 !important;
    border: 1px solid #f5f7f9 !important;
    border-radius: 0.325rem !important;
}

.bg-light-input .choices[aria-expanded=true] .choices__inner {
    border: 1px solid #066ac9 !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
}

.skip-link {
    background: #c2daff;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

    .skip-link:focus {
        transform: translateY(0%);
    }

.list-group {
    /*    max-width: 460px;*/
    margin: 4rem auto;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.form-check-input:checked + .form-checked-content {
    opacity: .5;
}

.form-check-input-placeholder {
    border-style: dashed;
}

[contenteditable]:focus {
    outline: 0;
}

.list-group-checkable .list-group-item {
    cursor: pointer;
}

.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

    .list-group-item-check:hover + .list-group-item {
        background-color: var(--bs-light);
    }

    .list-group-item-check:checked + .list-group-item {
        color: #fff;
        background-color: var(--bs-blue);
    }

    .list-group-item-check[disabled] + .list-group-item,
    .list-group-item-check:disabled + .list-group-item {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

.list-group-radio .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
}

.list-group-radio .form-check-input {
    z-index: 2;
    margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
    background-color: var(--bs-light);
}

.list-group-radio .form-check-input:checked + .list-group-item {
    background-color: var(--bs-body);
    border-color: var(--bs-blue);
    box-shadow: 0 0 0 2px var(--bs-blue);
}

.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
}



.page-holder {
    /*display: flex;*/
    overflow-x: hidden;
    width: 100%;
    min-height: calc(100vh - 72px);
    padding-top: 3rem;
    flex-wrap: wrap;
}

.page-header {
    margin-bottom: 3rem;
}

.page-heading {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 300;
}

.dropdown-toggle.no-arrow:after,
.dropdown-toggle.no-arrow:before {
    display: none !important
}
/*.shadow {
    border-radius: 10px;
    box-shadow: 2px 2px 8px -2px #505051 !important;
}
*/
.btn-primary:active,
.btn-primary:hover {
    box-shadow: 2px 2px 8px -2px #0D6EFD !important;
}

.btn-danger:active,
.btn-danger:hover {
    box-shadow: 2px 2px 8px -2px #DC3545 !important;
}

/*.btn:active,
.btn:hover {
    box-shadow: 2px 2px 8px -2px rgba(0,0,0,.5) !important;
}
*/
.table-responsive-fixed {
    height: 415px;
    overflow-y: scroll;
    overflow-x: scroll;
}

thead tr:nth-child(1) th {
    /*background: white;*/
    position: sticky;
    top: 0;
    z-index: 10;
}


.form-control {
    border: 1px solid #a5a5a5 !important;
}

    .form-control:focus {
        border: 1px solid #066ac9 !important;
    }

.form-select {
    border: 1px solid #a5a5a5 !important;
}

    .form-select:focus {
        border: 1px solid #066ac9 !important;
    }

.form-check-input {
    border: 1px solid #a5a5a5 !important;
}

    .form-check-input:focus {
        border: 1px solid #066ac9 !important;
    }

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fd7e14;
    --bs-btn-border-color: #fd7e14;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e57314;
    --bs-btn-hover-border-color: #d36a12;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fd7e14;
    --bs-btn-disabled-border-color: #fd7e14;
}

    .btn-orange:active,
    .btn-orange:hover {
        box-shadow: 2px 2px 8px -2px #ff9134 !important;
    }

.btn-orange,
.btn-primary,
.btn-danger,
.btn-success,
.btn-warning,
.btn-info {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.ccds-nav-link .active {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
    border-bottom-color: #063ac9 !important;
    border-bottom-width: 4px !important;
}

.ccds-nav-link:hover {
    box-shadow: 2px 2px 8px -2px #b7bff8 !important;
}

.navbar {
    background-color: darkslategray;
}