/* 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. */

main {
    min-height: 100vh
}

/** 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;
}

@media only screen and (max-width : 480px) {
    .tt-menu {
        max-width: 75vw;
    }
}

.tt-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.tt-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.tt-menu::-webkit-scrollbar-thumb {
    background-color: #003058;
}

.tt-suggestion {
    padding: 4px 8px;
    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: 229, 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: #198754;
}

.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: #6c757d !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;
}





/* 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;
    }
/****/
