﻿/* 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. */

.document {
    padding: 3rem;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

main {
    min-height: 100vh
}


hr.style-three {
    border: 0 !important;
    border-bottom: 1px dashed #ccc !important;
    background: #999 !important;
    width: 100%;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.error {
    color: red;
}

.referral-card {
    padding: 15px;
    max-width: 800px;
    margin: 20px auto;
}

.referral-card .referral-section h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.referral-card .sub-details {
    margin-left: 20px;
}

.referral-card .sub-details p {
    display: flex;
    gap: 10px;
    margin: 5px 0;
    word-wrap: break-word;
}

.referral-card .sub-details strong {
    font-weight: bold;
}

.referral-card .status-yes {
    color: #28a745;
}

.referral-card .status-no {
    color: #a728a5;
}

.referral-card hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 15px 0;
}

/** Typeahead.js Reset **/
.twitter-typeahead {
    display: flex !important;
    flex-grow: 1;
}

.tt-input {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .tt-input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

.tt-menu {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    max-height: 33vh;
    max-width: 30vw;
    overflow: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

@media only screen and (max-width : 480px) {
    .tt-menu {
        max-width: 75vw;
    }
}

.tt-suggestion {
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .tt-suggestion:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .tt-suggestion:hover,
    .tt-suggestion:focus,
    .tt-suggestion:active,
    .tt-suggestion.tt-cursor {
        background-color: rgba(0, 0, 0, 0.1);
    }
/************************/


/* Panel ARC */
.panel-arc > .panel-heading {
    background-color: rgb(185,31,49);
    border-color: #003058;
    border-width: 2px;
    color: white;
}

.panel-arc {
    border-color: #003058;
    border-width: 2px;
    border-radius: .5rem;
}

.panel-arc-inverted > .panel-heading {
    background-color: #003058;
    border-color: rgb(185,31,49);
    border-width: 2px;
    color: white;
}

.panel-arc-inverted {
    border-color: rgb(185,31,49);
    border-width: 2px;
}


/*** Bootstrap Multiselect Reset ***/
.custom-select {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    color: #555;
    font-weight: 400;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

    .custom-select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    }

.multiselect-option {
    width: 100%;
    border-radius: 0;
    border: none;
}

.multiselect-container .multiselect-option .form-check {
    padding: 0;
}

    .multiselect-container .multiselect-option .form-check input {
        margin-right: .5rem;
    }

.multiselect-group.dropdown-item-text {
    display: block;
    width: 100%;
    background: #ba0c2f;
    color: white;
    padding: .5rem 1rem;
}

    .multiselect-group.dropdown-item-text:hover {
        background: #ba0c2f !important;
        color: white !important;
        cursor: default !important;
    }
/******************************/





/* Accordion Chevron Icon */
[data-toggle="collapse"] .fa-chevron-down {
    transition: .5s cubic-bezier(0, 1, 0, 1);
}

[data-toggle="collapse"][aria-expanded="true"] .fa-chevron-down {
    transform: rotate(-180deg);
}
/**************************/

/* Start Custom Accordions */
.custom-accordians ul {
    margin-left: 0;
    margin-bottom: 0;
}

    .custom-accordians ul li {
        border-radius: 0;
        border: none;
    }

        .custom-accordians ul li:not(:first-child) {
            border-top: 1px solid #ddd
        }

.custom-accordians button[data-toggle="collapse"] {
    border-radius: 0;
}

.custom-accordians .panel-title .glyphicon {
    margin-right: 8px
}

.custom-accordians .panel {
    border-radius: 0
}

.custom-accordians {
    font-family: 'Montserrat', sans-serif
}

    .custom-accordians a:not([href]).list-group-item {
        text-decoration: none
    }

    .custom-accordians .panel-group a.list-group-item:last-child {
        border-bottom: none
    }

    .custom-accordians .panel-group a.list-group-item {
        border-radius: 0
    }

    .custom-accordians .panel-group .list-group-item > a {
        padding: 10px 15px;
    }

        .custom-accordians .panel-group .list-group-item > a:hover {
            color: #555;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .custom-accordians .panel-heading button:hover {
        background-color: #f5f5f5
    }

    .custom-accordians .panel-heading {
        padding: 0
    }

    .custom-accordians .panel-group .panel-heading + .panel-collapse > .list-group,
    .custom-accordians .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: none
    }

    .custom-accordians .list-group {
        margin: 0
    }

    .custom-accordians .panel > .list-group:first-child .list-group-item:first-child,
    .custom-accordians .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .custom-accordians .panel > .list-group:last-child .list-group-item:last-child,
    .custom-accordians .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .custom-accordians .panel-group a.list-group-item {
        border-left: none;
        border-right: none;
    }

    .custom-accordians a[href].list-group-item {
        user-select: none;
        cursor: pointer;
        text-decoration: underline;
    }

    .custom-accordians .panel-title {
        user-select: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .custom-accordians .panel-heading button {
        cursor: pointer;
        padding: 10px 15px;
        background: white;
        width: 100%;
        text-align: left;
    }

    .custom-accordians [aria-expanded] {
        border-bottom: 1px solid #ddd;
    }

    .custom-accordians > * > * > * > [aria-expanded="true"] .expanded-d-none {
        display: none;
    }

    .custom-accordians > * > * > * > [aria-expanded="false"] .collapsed-d-none {
        display: none;
    }
/* End Custom Accordions */




:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}



/****  Data Tables *****/
.dataTables_paginate {
    display: flex
}

    .dataTables_paginate > ul {
        margin-bottom: 0
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0
}

div.dataTables_wrapper {
    width: 100%;
}

table.dataTable {
    margin-top: 0 !important;
}

.dataTables_wrapper label {
    padding: .25rem;
    background-color: #fafafa !important;
    color: rgb(55, 64, 73) !important;
    border: 1px solid #ccc !important;
    border-radius: .5rem;
}
/***********************/



/**** Table reset ****/
table.table-rounded {
    border-collapse: separate;
    border-radius: 4px;
    border-style: hidden; /* hide standard table (collapsed) border */
}

    table.table-rounded > thead > tr th:first-child {
        border-top-left-radius: 4px;
    }

    table.table-rounded > thead > tr th:last-child {
        border-top-right-radius: 4px;
    }

    table.table-rounded > tbody > tr:last-child > td:first-child {
        border-bottom-left-radius: 4px;
    }

    table.table-rounded > tbody > tr:last-child > td:last-child {
        border-bottom-right-radius: 4px;
    }
/********************/





.badge-danger {
    background-color: #b94a48;
}

.badge-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.badge-success {
    background-color: #468847;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-primary {
    background-color: #286090 !important;
}

.badge-light {
    background-color: #fafafa !important;
    color: rgb(55, 64, 73) !important;
    border: 1px solid #ccc !important;
}

.badge-secondary {
    background-color: #777 !important;
    color: white !important;
}

.badge-arc {
    background-color: #003058 !important;
    color: white !important;
}





/* Button ARC */
.btn-arc {
    background-color: rgb(185,31,49);
    border-color: #003058;
    border-width: 2px;
    color: white !important;
    transition: background ease-in 0.1s;
    padding: 5px 12px;
}

    .btn-arc:hover,
    .btn-arc:focus {
        background-color: /*rgb(185,31,49)*/ #003058;
        /*border-color: rgb(185,31,49);*/
        color: white;
    }

a.btn-arc {
    text-decoration: none;
}
/**************/


.space-kids-y-3 > *:not(:last-child) {
    margin-bottom: 1rem;
}

.space-kids-x-3 > *:not(:last-child) {
    margin-right: 1rem;
}





/* Tips */
.tipped-table tbody tr {
    cursor: pointer;
}

.tip {
    position: absolute;
    border-radius: 4px;
    border: 1px solid #003058;
    top: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    max-width: 300px;
    min-width: 150px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    word-break: break-word;
    word-wrap: break-word;
    visibility: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    background: #003058;
}

    .tip .tip-body > div > * {
        margin-bottom: 15px;
    }

        .tip .tip-body > div > *:last-child {
            margin-bottom: 0;
        }

    .tip .tip-body {
        padding: 5px;
        background: white;
    }

    .tip .tip-header {
        padding: 5px;
        background: #003058;
        color: white;
        font-weight: 600;
    }
/****/




.pulsate {
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.25;
    }
}








.budget-string input:not(:first-child) {
    border-left: none;
    padding-left: .25rem !important;
}

.budget-string input:not(:last-child) {
    border-right: none;
    padding-right: .25rem !important;
}

.budget-string span {
    border-left: none;
    border-right: none;
    padding: 0 .25rem;
    background: white;
}



label, fieldset > legend {
    font-weight: 700;
}

input[type="radio"] + label {
    font-weight: normal;
}



/* hr ARC */
hr.arc-hr {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 45px;
    background: white !important;
}

    hr.arc-hr:before {
        content: "";
        background: linear-gradient(to right, white, rgb(185,31,49), white) !important;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 3px;
    }

    hr.arc-hr:after {
        content: "";
        position: relative;
        display: inline-block;
        padding: 25px 25px;
        line-height: 1.5em;
        background-color: white !important;
        background-image: url(../img/Blue-Oak-Tree.svg) !important;
        background-size: 40px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }




hr.arc-hr-left {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: left;
    height: 20px;
    background: white !important;
}

    hr.arc-hr-left:before {
        content: "";
        background: linear-gradient(to right, rgb(185,31,49), rgb(185,31,49), white) !important;
        position: absolute;
        left: 0;
        top: 18%;
        width: 33%;
        min-width: 400px;
        height: 2px;
    }

    hr.arc-hr-left:after {
        content: "";
        position: relative;
        display: inline-block;
        padding: 10px 12px;
        line-height: 0.6em;
        background-color: white !important;
        background-image: url(../img/oak-acorn.svg) !important;
        background-size: 12px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
/***********/



.text-shadow-primary {
    text-shadow: rgba(51, 122, 183, .4) 0px 0 8px;
}


.input-group-addon.input-group-link-addon {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    color: #198754;
    background: rgb(232, 255, 232);
}


form:not([novalidate="novalidate"]) input[required]:not([type="radio"]):not(.no-asterisk),
form:not([novalidate="novalidate"]) textarea[required]:not(.no-asterisk),
form:not([novalidate="novalidate"]) select[required]:not(.no-asterisk) {
    background-image: url(../img/asterisk_red.png) !important;
    background-size: .8em .8em !important;
    background-position: right 1px top 1px !important;
    background-repeat: no-repeat !important;
}

form:not([novalidate="novalidate"]) input[required]:invalid,
form:not([novalidate="novalidate"]) textarea[required]:invalid,
form:not([novalidate="novalidate"]) select[required]:invalid {
    border: 1px solid #ba0c2f;
    border-left: 1px solid #ba0c2f !important;
    border-right: 1px solid #ba0c2f !important;
}

.font-awesome {
    font-family: Arial, FontAwesome !important;
}



.flash {
    animation: flash 1s ease-in-out;
}

@keyframes flash {
    0% {
        background-color: #ffff99;
    }
    /* Light yellow */
    50% {
        background-color: #ffffff;
    }
    /* White */
    100% {
        background-color: #ffff99;
    }
}

.support-navigator-form-logo {
    height: 8rem;
}