@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.primary-font {
    font-family: "Oswald", sans-serif !important;
}

.secondary-font {
    font-family: "Open Sans", sans-serif !important;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff;
}

.select2-container--material.select2-container--focus {
    border-bottom: 1px solid RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
    box-shadow: 0 1px 0 0 RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.select2-container--material {
    max-width: 300px !important;
    width: 100% !important;
    border-bottom: 1px solid RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.select2-search__field:focus {
    outline: none !important;
    box-shadow: none !important;
}

.select2-search--dropdown {
    display: block;
    padding: 5px;
    background-color: #eee;
}

.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 32px;
    margin: 0px;
    border: 0;
    transition: all .3s;
    border-radius: 5px;
    padding: 5px 10px;
}

.select2-container--material .select2-dropdown {
    border: 0;
    margin: -1px 0;
}

.select2-selection__placeholder {
    font-size: medium;
}

.select2-selection__rendered {
    font-size: medium !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}


@media(max-width: 575px) {
    main > .container {
        padding: 15px;
    }
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-primary {
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
}

.form-group {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1
    {
        width: 50%;
        *width: 50%;
    }
}

@media (min-width: 768px) {
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1
    {
        width: 33.3333333333333333333333%;
        *width: 33.3333333333333333333333%;
    }
}

@media (min-width: 992px) {
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1
    {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1,
    .row-cols-7 .col-sm-1
    {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.accordion-theme-dark
{
    border: none !important;
    color: white !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 0 !important;

    border-bottom-style: dashed !important;
    border-bottom-width: 1px !important;
    border-bottom-color: white !important;
}

.accordion-theme-dark .accordion-button
{
    color: white;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    outline: none;
    box-shadow: none;
}

.accordion-theme-dark .accordion-button:focus
{
    box-shadow: none !important;
}

.accordion-theme-dark .accordion-button:not(.collapsed) {
    color: white;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    box-shadow: none;
}

.accordion-theme-dark .list-group {
    color: white !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    margin-bottom: 1rem;
}

.accordion-theme-dark .list-group-item {
    color: white !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    border: none !important;
    padding: 0.3rem 1.25rem !important;
}

.accordion-theme-dark .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-theme-dark .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.carousel-full {
    min-height: calc(100vh - 126px);
    height: calc(100vh - 126px);
}

.icon-map {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.01%22%20d%3D%22M10%2C0.5%20C6.41%2C0.5%203.5%2C3.39%203.5%2C6.98%20C3.5%2C11.83%2010%2C19%2010%2C19%20C10%2C19%2016.5%2C11.83%2016.5%2C6.98%20C16.5%2C3.39%2013.59%2C0.5%2010%2C0.5%20L10%2C0.5%20Z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%226.8%22%20r%3D%222.3%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.leader-fill-line {
    border-bottom: dotted;
    border-bottom-width: thin;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-control:focus, .form-select:focus {
    outline: none !important;
    box-shadow: none !important;
}