/* 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. */

/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 12.5px;
}

@media (min-width: 768px) {
    html {
        font-size: 13.5px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

html, body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}


main {
    flex: 1 !important;
    overflow: auto;
    overflow-x: hidden;
}

.card-no-border {
    --bs-card-border-width: 0 !important;
    --bs-card-cap-bg: none;
    border: none !important;
}

.card-body {
    margin-top: 0.25rem !important;
}

.modal-header {
    background-color: #D9D9D9;
    color: #323732;
}

.text-custom {
    color: #0045A4 !important;
}

.placeholder-glow {
    width: 9rem;
}

.alert {
    --bs-alert-padding-x: 0.5rem;
    --bs-alert-padding-y: 0.5rem;
    --bs-alert-margin-bottom: 0.3rem;
}

.navbar {
    background-color: #002042;
    max-height: 4rem;
}


.border-primary {
    border-color: #0045A4 !important;
}

.nav-link {
    color: #0045A4;
    width: 12.5rem;
    font-weight: 700;
}

    .nav-link:hover {
        color: cornflowerblue;
    }

.btn-custom {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #0045A4;
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: #0045A4;
    --bs-btn-border-radius: .25rem;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #0045A4;
    --bs-btn-hover-border-color: #0045A4;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #0045A4;
    --bs-btn-active-border-color: #0045A4;
    z-index: 100;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0045A4;
    --bs-btn-border-color: #0045A4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #063371;
    --bs-btn-hover-border-color: #063371;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #063371;
    --bs-btn-active-border-color: #0045A4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d8dee6;
    --bs-btn-disabled-border-color: #d8dee6;
    --bs-btn-border-radius: .25rem;
}

.btn-cancel {
    --bs-btn-font-weight: 500;
    --bs-btn-color: #7B8A8B;
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: #7B8A8B !important;
    --bs-btn-border-radius: .25rem;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #7B8A8B;
    --bs-btn-hover-border-color: #7B8A8B;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #7B8A8B;
    --bs-btn-active-border-color: #7B8A8B !important;
}

.btn-add {
    --bs-btn-color: #fff;
    --bs-btn-bg: #18bc9c;
    --bs-btn-border-color: #18bc9c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #14a085;
    --bs-btn-hover-border-color: #13967d;
    --bs-btn-focus-shadow-rgb: 59,198,171;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #13967d;
    --bs-btn-active-border-color: #128d75;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #18bc9c;
    --bs-btn-disabled-border-color: #18bc9c;
    --bs-btn-border-radius: .25rem !important;
}

.btn-success, .btn-danger {
    --bs-btn-border-radius: .25rem !important;
}

.dropdown-menu {
    --bs-dropdown-bg: #fff;
    --bs-dropdown-link-color: #495057;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: #0045A4;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0045A4;
    --bs-dropdown-item-padding-x: 0;
    --bs-dropdown-item-padding-y: 0;
}

.dropdown-item {
    padding: 0 1rem;
    color: #0045A4;
}


    .dropdown-item:hover {
        background-color: #0045A4 !important;
        cursor: pointer;
    }

        .dropdown-item:hover > a {
            color: #fff !important;
        }

    .dropdown-item a:hover {
        color: #fff;
    }

.list-unstyled {
    margin-bottom: 0 !important;
}

.ims-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 27px;
}

.flex-group {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.page-title {
    font-weight: 700;
    font-size: 29px;
    color: #002042;
    width: 30rem;
}

.partner {
    font-size: 14.5px;
}

.lh-1-75 {
    line-height: 1.75rem;
}

.fs-7 {
    font-size: 1rem !important;
}

.neg-mt-0-5 {
    margin-top: -0.5rem !important;
}

.v-center {
    display: flex;
    align-items: center;
}

.gap {
    column-gap: 1rem;
}

.no-gap {
    column-gap: 0rem !important;
}

.big-gap {
    column-gap: 2rem !important;
}

.product-line {
    width: 6rem;
}

#searchText {
    width: 30rem !important;
}

.input-group {
    width: 15rem;
}

.input-group-text {
    min-width: 0px;
    line-height: 1.2 !important;
    font-size: 1em;
}

.text-wide {
    min-width: 200px !important;
}

.fa-bars:hover {
    color: cornflowerblue !important;
}

.alert {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem;
}


@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[readonly] {
    background-color: transparent !important;
}

table {
    width: 100% !important;
}

    table thead th {
        background-color: #686868 !important;
        border: 1px solid #686868;
        color: #ffffff !important;
        font-weight: 500 !important;
    }

#tblSearchResult_info {
    padding-top: 1.5rem !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.5em;
}

.card-no-border {
    --bs-card-border-width: 0 !important;
    --bs-card-cap-bg: none;
    border: none !important;
}

select, input[type="text"] {
    width: 15rem !important;
}

.card-body .row {
    line-height: 2.25rem;
}

.btn-add, .btn-cancel, .btn-success, .btn-danger {
    width: 8rem !important;
}

#btnReconcileInventory {
    width: 12rem !important;
}

.section-header {
    padding: 0.25rem 1rem;
    font-size: 1.5rem;
    margin-bottom: 0.85rem;
}

div.dataTables_scrollHeadInner {
    background-color: #686868 !important;
}

div.dataTables_scrollBody > table {
    margin-top: -2px !important;
}

.table > thead {
    vertical-align: middle !important;
}

.row-border > tbody > tr {
    vertical-align: middle;
}

.row-border {
    height: 2.65rem;
    border-left: 1px solid var(--bs-border-color);
}

.dataTables_scroll {
    border-bottom: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
}

.pr-5 {
    padding-right: 5rem;
}

#InventoryOverrideStartDateDelay {
    width: 3rem !important;
}

.pl-7 {
    padding-left: 7rem;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40% !important;
}

.dataTables_filter input[type="search"] {
    width: 30rem !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

#templateImage {
    width: 100%;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 36%);
}

.startDelayItemAddOn {
    width: 17rem;
}

.users > #tblSearchResult_wrapper {
    margin-top: -2.25rem;
}

.btn-add-user {
    position: relative;
}

.project, .item-name {
    font-size: 19px;
}

.spinner,
.contact-spinner,
.modal-spinner {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 50 50'%3E%3Cpath d='M28.43 6.378C18.27 4.586 8.58 11.37 6.788 21.533c-1.791 10.161 4.994 19.851 15.155 21.643l.707-4.006C14.7 37.768 9.392 30.189 10.794 22.24c1.401-7.95 8.981-13.258 16.93-11.856l.707-4.006z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E") center / 50px no-repeat;
}

.loading {
    font-weight: 700;
    font-size: 15px;
}

.spinner-img {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 50 50'%3E%3Cpath d='M28.43 6.378C18.27 4.586 8.58 11.37 6.788 21.533c-1.791 10.161 4.994 19.851 15.155 21.643l.707-4.006C14.7 37.768 9.392 30.189 10.794 22.24c1.401-7.95 8.981-13.258 16.93-11.856l.707-4.006z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E") center / 50px no-repeat;
}

.spinner-border {
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
}

.faded {
    opacity: 0.25;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: none !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    text-shadow: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    border: 1px solid !important;
}

.wide {
    width: 9.5rem !important;
}

.jconfirm-title {
    font-size: 1.25rem !important;
    font-weight: 700;
}

.jconfirm-buttons {
    display: flex;
    column-gap: 0.25rem !important;
}

.jconfirm-content {
    font-size: 1rem !important;
}
