﻿: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: #ff0143;
    --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: 0, 73, 133;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: 'Barlow Condensed', 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: 18px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --evo-highlight: #ffa801;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: var(--bs-body-font-family); /*'Barlow Condensed', sans-serif;*/
    font-size: var(--bs-body-font-size);
    line-height: 34px;
    font-weight: 500;
}

.navbar .container {
    max-width: none;
    padding-right: 0;
}

.navbar-highlight {
    background-color: var(--evo-highlight);
}

    .navbar-highlight .nav-item .form-inline {
        height: 100%;
    }

        .navbar-highlight .nav-item a.nav-link, .navbar-highlight .nav-item .form-inline button {
            height: 100%;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            color: var(--bs-dark);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            font-weight: 600;
        }

            .navbar-highlight .nav-item a.nav-link:hover, .navbar-highlight .nav-item .form-inline button:hover {
                background-color: var(--bs-dark);
                color: var(--bs-white) !important;
                border-radius: 0px;
            }

.stricky {
    background: #024170;
}

    .stricky .container {
        max-width: none;
    }

.main-nav__logo-box {
    padding: 18px 0
}

footer.footer-primary {
    border-top: 1px solid #eceeef;
    /*    padding-top: 130px;
    padding-bottom: 90px;*/
}

footer.footer-secondary {
    color: #384155;
}

    footer.footer-secondary a:link, footer.footer-secondary a:visited, footer.footer-secondary a {
        text-decoration: none;
        color: #384155;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

        footer.footer-secondary a:hover {
            color: var(--bs-secondary);
        }

/* Styles for the first footer */
.footer-primary {
    padding: 25px;
    padding-bottom: 15px;
}

/* Styles for the second footer */
.footer-secondary {
    background-color: #eceeef;
    padding-top: 43.5px;
    padding-bottom: 43.5px;
}

    .footer-secondary p {
        margin: 0;
    }

.site-footer .row {
    margin-left: -27.5px;
    margin-right: -27.5px
}

.footer-widget__column {
    -webkit-box-flex: 1;
    flex: 1 1 33.333333%;
    max-width: 33.333333;
    padding-left: 27.5px;
    padding-right: 27.5px;
    margin-bottom: 30px
}

.footer-widget__about, .footer-widget__gallery {
    -webkit-box-flex: 1;
    flex: 1 1 25%;
    max-width: 25%
}

.footer-widget__links, .footer-widget__options {
    -webkit-box-flex: 1;
    flex: 1 1 16.666666%;
    max-width: 16.666666%
}

.footer-widget__links {
    padding-left: 57.5px
}

.footer-widget__gallery-list {
    display: -webkit-box;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px
}

    .footer-widget__gallery-list li {
        -webkit-box-flex: 1;
        flex: 1 1 33.333%;
        max-width: 33.333%;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px
    }

        .footer-widget__gallery-list li a {
            display: block;
            background-color: var(--thm-black)
        }

            .footer-widget__gallery-list li a img {
                width: 100%;
                opacity: 1;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease
            }

            .footer-widget__gallery-list li a:hover img {
                opacity: 0.5
            }

.footer-widget__column p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #384155 !important;
    margin: 0
}

.footer-widget__logo {
    display: inline-block;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%)
}

.footer-widget__about p {
    margin-top: 20px;
    margin-bottom: 25px
}

.footer-widget__about a {
    font-size: 20px;
    color: var(--thm-secondary);
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

    .footer-widget__about a:hover {
        color: var(--thm-primary)
    }

.footer-widget__title {
    font-size: 20px;
    font-weight: 500;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 50px;
    font-family: var(--thm-font)
}

.footer-widget__links-list {
    margin: 0;
    margin-top: -15px
}

    .footer-widget__links-list li a {
        color: #9ca3a9;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

        .footer-widget__links-list li a:hover {
            padding-left: 15px;
            color: var(--thm-primary)
        }

main {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Highlight selected row */
.table tbody tr.selected {
    background-color: rgb(var(--bs-dark-rgb));
}

/* Change cursor to pointer on table rows to indicate they are clickable */
.table-hover tbody tr {
    cursor: pointer;
}

td.status-submitted, td-status-partiallypaid,, td-status-resubmitted {
    background-color: orange;
}

td.status-verified {
    background-color: yellow;
}

td.status-returned {
    background-color: lightcoral;
}

td.status-paid {
    background-color: lawngreen;
}

.loading-shimmer {
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.line {
    height: 20px;
    margin: 8px;
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-clip: content-box;
    background-size: 200px 100%;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▲";
    content: "▲"/"";
    margin-bottom: 3px;
}

.temporary-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    display: none;
}

.temporary-message-indicator {
    height: 5px;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
    animation: slide 3s linear forwards;
}

@keyframes slide {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

.ui-autocomplete {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
}

.breadcrumb-item a:link, .breadcrumb-item a:visited {
    text-decoration: none;
}

small.form-text.text-muted {
    display: block;
    line-height: 1.5rem;
}

.table-canceled {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.alert-orange {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .alert-orange .alert-link {
        color: #000; /* Darker orange for links */
    }

.table-orange {
    --bs-table-bg: #ffc107;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffca2c;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffca2c;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ffc107;
}

.white-space-pre-line {
    white-space: pre-line;
}