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;*/
    background: #f3f3f3;
}

main {
    /*min-height: calc(100vh - 155px);*/ /*100% view port height minus height of header and footer (88.5px header, 67px footer)*/
    height: auto;
}

a {
    cursor: pointer;
}

.official-site-link {
    color: #DB0F13 !important
}

#official-site-dropdown {
    padding: 20px 0 20px;
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 2px solid #dee2e6;
    width: 100%;
}

.navbar-bg {
    background: linear-gradient(180deg, RGB(0, 66, 132), rgb(0, 31, 91));
}

.com-footer {
    background-color: #0e3f75;
}

nav .dropdown-menu {
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-border-radius: 0;
    background-color: RGBA(0, 47, 110, 1);
    border: 1px solid;
    margin-top: 0;
}

.nav-link {
    --bs-navbar-nav-link-padding-x: 1.5rem;
    color: #fff !important;
    font-size: 1.1rem;
    /*font-weight: 600;*/
}

    .nav-link:hover {
        color: #869fba !important;
    }

.nav-dropdown-item a, .nav-dropdown-item button {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #777;
    white-space: nowrap;
}

/*dropdown menu styling for smaller screens like mobile, tablets etc.*/
@media(max-width: 993px) {
    nav .dropdown-menu {
        background-color: #fff;
    }

    .nav-dropdown-item a {
        color: #000 !important;
    }

        .nav-dropdown-item a:hover {
            color: #000 !important;
            font-weight: 500;
        }
}

.form-label {
    margin-bottom: 0.25rem;
    font-weight: 600 !important;
    /*color: #000080 !important;*/
}

.subtitle {
    font-weight: 600 !important;
}

.form-text {
    color: #212529;
}

.btn-primary, .k-button-solid-primary {
    color: #fff;
    background-color: #0e3f75;
    border-color: #0e3f75;
}

    .btn-primary:hover, .k-button-solid-primary:hover {
        color: #fff;
        background-color: #0e3f75;
        border-color: #0e3f75;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .k-button:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled, fieldset:disabled .btn {
    color: #fff;
    background-color: #0e3f75;
    border-color: #0e3f75;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn-copy {
    --bs-btn-padding-y: 0.13rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.k-grid .k-table,
.k-grid .k-button {
    font-size: 0.875rem !important;
}

.k-grid .k-grid-header th {
    font-weight: 600;
    font-size: 1rem !important;
}

div.k-grid .k-table-td a {
    color: #0d6efd;
}

    div.k-grid .k-table-td a:hover {
        color: #0d6efd;
        font-weight: bold;
    }

.k-grid tr, .k-grid tr:hover {
    background-color: transparent !important;
}

    .k-grid tr.k-alt, .k-grid tr.k-alt:hover {
        background-color: #f4f4f4 !important;
    }

.k-grid .k-grouping-header {
    display: none;
}

.k-grid-content {
    height: auto !important;
}

#ListByGrid .k-table-tfoot, .k-table-footer {
    display: none;
}

.k-grid .k-grouping-row td {
    font-weight: 600;
    font-size: 0.875rem;
    border-top: 1px;
    border-style: solid;
    border-color: var(--kendo-color-border, rgba(33, 37, 41, 0.13));
}

div.k-grid-norecords {
    display: block !important;
    font-weight: 500;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.k-loading-image {
    display: none;
}

.form-select:focus {
    border-color: #0e3f75;
    box-shadow: none;
    outline: 0;
}

.w-15 {
    width: 15%;
}

.w-7 {
    width: 7%;
}

.w-6 {
    width: 6%;
}

#wageRates td {
    padding: 0.25rem 0.25rem;
    text-align: center;
    background-color: transparent;
}

.boxlayout {
    border-radius: 0.4rem;
    border: 0;
    /*background: #f3f3f3;*/
    /*background: #bcbcbc;*/
    background: #ffffff;
    width: 100%;
    /*padding: 0.5rem 1rem;*/
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    min-height: calc(100vh - 251px);
}

.trash-container {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    color: #DB0F13;
    opacity: 0.75;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*#editWageRateForm .card-title, #viewWageRates .card-title {*/
.card-title {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600 !important;
    color: #000080 !important;
    background-color: #fff;
}

#editWageRateForm .card-body, #viewWageRates .card-body {
    min-height: 130px;
}

.list-group {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
    border-radius: 0;
    /*width:75%;*/
    display: inline-block;
}

    .list-group .list-group-item {
        padding: 0.25rem 1rem;
        border-left: 0;
        display: inline-block;
        width: 150px;
    }

        .list-group .list-group-item:first-child {
            border-top: 0;
            border-radius: 0;
        }

        .list-group .list-group-item:last-child {
            border-bottom: 0;
            border-radius: 0;
        }

.textarea-label {
    outline: none;
    border: 0;
    background-color: transparent;
    resize: none;
    width: 100%
}

.alert {
    padding: 0.5rem;
}

.text-justify {
    text-align: justify !important;
}

.dropdown-menu-dark .dropdown-item:not(.disabled) {
    color: #ffffff !important;
}

.spinner-wrapper {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*display:flex;*/
    justify-content: center;
    align-items: center;
    display: none;
}

.spinner-border {
    height: 75px;
    width: 75px;
}

.label-disabled {
    display: block;
    width: 100%;
    border-radius: var(--bs-border-radius);
    padding: 0.375rem .75rem;
    border: var(--bs-border-width) solid #dee2e6;
    background-color: #e9ecef;
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
}

.footer-social-icon {
    font-size: 1.1rem;
    padding-left: 1.5rem;
    color: #fff;
}

    .footer-social-icon:hover {
        color: #869fba !important;
    }

.w-90 {
    width: 90%
}

.bg-primary {
    --bs-bg-opacity: 1;
    --bs-primary-rgb: 14,63,117;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.k-window {
    border-radius: 0px;
    color: var(--kendo-color-on-app-surface, #212529);
}

.k-window-titlebar {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-block: var(--kendo-spacing-3, 0.75rem);
    padding-inline: var(--kendo-spacing-4, 1rem);
    border-width: 0 0 1px;
    border-style: solid;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
}

.k-dialog-titlebar {
    border-color: inherit;
    color: var(--kendo-color-on-app-surface, #424242);
    background-color: var(--kendo-color-surface, #fafafa);
}

.k-window-title {
    padding-block: .5em;
    padding-inline: 0;
    margin-block: -0.5em;
    margin-inline: 0;
    font-size: var(--kendo-font-size-lg, inherit);
    font-weight: 600 !important;
    line-height: var(--kendo-line-height-sm, normal);
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    flex: 1;
}

.required-indicator {
    color: #dc3545;
    font-size: 1.1rem;
    font-weight: bold;
}

.py-075 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

div[data-role=alert] + div.k-dialog-actions button {
    background-color: #0e3f75;
    color: #ffffff;
}

.k-tooltip {
    background-color: #ffffff;
    color: #000000;
}

.imglandingtile{
    width:100%;
    height:100%;
    object-fit:fill;
}

@media print {
    .d-print-container {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .d-print-boxlayout {
        border-radius: 0;
        border: 0;
        background: #ffffff;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .d-print-no-border {
        border: none !important;
    }

    .d-print-no-spacing {
        margin: 0 !important;
        padding: 0 !important;
    }
}
