﻿/* 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 */

body {
    color: #686868;
    font-family: Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background: #F9F9F9;
    font-size: 1.125rem;
}

/* 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;
}
a {
    text-decoration: none !important;
}

a:hover {
    cursor: pointer;
}
a.nav-link {
    color: #0045A4 !important;
}
a.active {
    color: #0045A4 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
.text-grey {
    color:#686868; 
}
.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
header {
    background-color: #0045A4 !important;
    max-height: 5rem;
}
.header {
    display: flex;
    border-bottom: 2px solid;
    padding: 0.5rem 0;
}
.logo {
    width: 85px;
    height: 85px;
    margin-top: -8px;
}
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-blue {
    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;
}


.border-primary {
    border-color: #0045A4 !important;
}



.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: #49C6FF;
    --bs-btn-border-color: #686868;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0045A4;
    --bs-btn-hover-border-color: #063371;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0045A4;
    --bs-btn-active-border-color: #F2F2F2;
    --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: 1.5rem;
    color: #002042;
    flex-basis: 48.6%;
}
.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;*/
}
.form-search:focus {
    border: none !important; 
    outline: none !important;
    box-shadow: none !important;
}
.input-group {
    width: 20rem;
    align-items: baseline;
    border-bottom: 1px solid;
}

.fa-search {
    color: #686868 !important;
}
input[type="search"]:focus {
    outline: none;
}

#searchText::-webkit-search-cancel-button {
    cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}
#searchText::-webkit-input-placeholder {
    font-style: italic;
}

#searchText:-moz-placeholder {
    font-style: italic;
}

#searchText::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}
.input-group-text {
    min-width: 0px;
    line-height: 1.2 !important;
    font-size: 1em;
}
.search-group {
    height: 3.5rem;
    align-items: center;
}
.text-wide {
    min-width: 200px!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;
}

#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;
}

.g-12 {
    margin-left: 35px;
}
.w-1 {
    width: 1.25rem;
}
/* Navigation Start */
.navbar {
     --bs-navbar-padding-y: 0!important; 
     width: 100%;
}
.navbar .navbar-nav {
    --bs-nav-link-padding-y: 0!important;
}
.navbar-expand-lg .navbar-collapse {
    float: right;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    color: #002042;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #0045A4 !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu.show {
    border-radius: 0px;
}

.navbar .navbar-nav .nav-item .share-dropdown.show {
    padding: 0;
    margin-right: 20px;
}

.navbar .navbar-nav .nav-item .share-dropdown.show li:hover {
    color: #0045A4;
    cursor: pointer;
}
.navbar .navbar-nav .nav-item .share-dropdown.show li:not(:last-child) {
    border-bottom: 1px solid;
}
    /* Navigation End */
    /* Body section Start */
    .table > :not(caption) > * > * {
        border-bottom-width: 0px !important;
    }


.head-table tr th {
    font-weight: bold;
    background-color: #F2F2F2;
    text-align: start;
    padding: 15px 8px;
    text-transform: uppercase;
    border-bottom: 1px solid !important;
}

.head-table thead tr th:last-child, .head-table tbody tr td:last-child {
    text-align: right !important;
    padding-right: 10px;
}
.head-table tbody tr td:first-child {
    
    font-weight: 700!important;
    text-align: left;
}
.head-table thead tr th:nth-child(2), .head-table tbody tr td:nth-child(2) {
    text-align: right !important;
    padding-right: 10px;
}
.head-table thead tr th:nth-child(3), .head-table tbody tr td:nth-child(3) {
    padding-left: 30px!important;
    width:10%;
}


.head-table tbody tr th, .head-table tbody tr td, #notFound tbody tr td {
    vertical-align: middle;
    width: 16.66%;
    color: #686868;
}
.head-table tbody tr, #notFound tbody tr {
    border-bottom: 1px solid #686868;

}
#notFound tbody tr td {
    padding-bottom: 1rem;
    padding-left: 1rem;
}
#notFound {
    width: 100%;
}
.lnkQuote {
    color: #0045A4 !important;
}
.lnkQuote:hover {
    text-decoration: underline!important;
}
.nav-link:hover {
    text-decoration: underline !important;
}
.back-to-list {
    color: #ffffff!important;
    position: absolute;
    top: 22px;
    left: 20px;
}
.back-to-list:hover {
    color: #ffffff!important;
}
.back-to-list-link:hover {
    color: #ffffff !important;
    text-decoration: underline!important;
}
.bg-inherit {
    background: inherit!important;
}
.hide {
    visibility: hidden;
}
.quote-list {
    margin-top: 2rem;
    border: 1px solid;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background: #ffffff;
}
.title {
    font-size: 1.5rem;
}
#panelFrame {
    margin-right: -20px;
}
.frame-results {
    overflow: hidden;
    height: 100%;
    width: 100%
}
.share-email-group, .copy-link {
    background-color: #F9F9F9;
}
.quote-list-mobile {
    display: none;
}
.search-group-wrapper {
    margin-bottom: 1rem!important;
}
.system-outage {
    background-color: #ffffff;
    padding: 2rem;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.system-outage h1 {
    color: #e74c3c;
}

.system-outage p {
    color: #333;
    line-height: 1.6;
}
@media only screen and (max-width: 991px) and (min-width: 180px) {
    body {
        font-size: 0.95rem!important;
    }
    .head-table, .title {
        display: none;
    }
    .quote-list-mobile {
        display: block;
        padding: 1rem 0!important;
        background-color: #F9F9F9;
    }
    .quote-list {
        padding: 0 !important;
        border: none!important; 
    }
    .search-group-wrapper {
        margin-bottom: 0 !important;
    }
    .search-group {
        width: 100%;    
        padding: 0 1rem;
    }
    .input-group {
        border: 1px solid darkgrey;
        border-radius: 0.5rem;
    }
    .table {
        margin: 0!important;
    }
    .quote-list-table .table-inner {
        font-size: 1.125rem !important;
    }
    .table-inner > tbody > tr > td {
        padding: 0.25rem 0.25rem!important;
    }
    .table-inner > tbody > tr > td:first-child {
        font-weight: bold;
    }
    .quote-list-table > tbody > tr > td {
        padding: 0!important;
    }
    .quote-list-table > thead > tr > th {
        padding: 0.5rem 0.25rem !important;
    }
    .quote-list-table > thead > tr > th:first-child,
    .table-inner > tbody > tr > td:last-child {
        color: #686868!important;
    }
    .quote-list-mobile-item {
        border: 1px solid darkgrey;
        border-radius: 0.5rem;
        margin: 1rem 0;
        padding: 1rem;
        background-color: #ffffff;
    }
    footer {
        border: 1px solid darkgrey !important;
    }

    #navbarNavDropdown {
        text-align: right;
        margin-right: -10px;
        margin-top: 1rem;
    }

    .share-email-group, .copy-link {
        justify-content: flex-end;
    }

    .share-dropdown {
        border: none !important;
        line-height: 7px !important;
    }

    .navbar .navbar-nav .nav-item .share-dropdown.show li:not(:last-child) {
        border-bottom: none;
    }

    .fa-envelope, .fa-link {
        display: none !important;
    }
    .table-striped > tbody > tr:nth-of-type(odd) > * {
        /*--bs-table-bg-type: #f6f6f6 !important;*/
    }
    .divider {
        border-bottom: 1px dashed #686868;
        position: relative;
        top: 10px;
        margin-right: 5px;
    }

}
.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 270px !important;
}

.form-group > span {
    color: #000!important;
    font-weight: bold;
}
.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;
}
.wider {
    width: 8rem;
}
#reachOutModal .modal-header {
    background-color: #0045A4;
    color: #ffffff;
    font-weight: bold;
}
.display {
    visibility: visible;
}

.hide {
    visibility: hidden;
}
.error-feedback {
    color: #c71c22;
    font-size: 0.725em;
}
.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;
}
.faded {
    opacity: 0.25;
}
.rc-anchor-error-msg-container {
    font-size: 11px!important;
}