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;*/
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #379121;
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

/*.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}
*/
/*header {
    height: 70px;
}
*/
/*.navbar-brand {
    margin-left: 14px;
    margin-right: 0;
    width: 191px;
}
*/

/*h4 {
    font-size: 22px;
    font-weight: 300;
    color: #5887B7;
    padding-bottom: 12px;
    margin-bottom: 0;
}
*/

/*h5 {
    font-size: 18px;
    font-weight: 600;
    color: #3a71af;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-family: 'Jost-SemiBold', 'Jost SemiBold', 'Jost', sans-serif;
}*/


/*.view-all {
}
*/
/*    .view-all a {
        text-decoration: none;
        font-size: 14px;
    }
*/
/*        .view-all a img {
            margin-left: 4px;
        }
*/
/*.modal-content {
    border-radius: 16px;
}*/

/*.modal-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #5887B7;
    padding: 0 18px 0 24px;
    height: 68px;
}
*/
/*    .modal-header h1 {
        color: white;
        font-size: 22px;
    }
*/
/*    .modal-header button.btn-close {
        width: 22px;
        height: 22px;
        --bs-btn-close-bg: url('/images/overlay-modal-close.svg');
    }
*/
/*.modal-body .row {
    margin: 0;
}
*/
/*.modal-body .col {
    padding: 0 4px;
}
*/
/*.modal-footer {
    height: 80px;
    background-color: #e6e6e6;
}*/

/*.card {
    margin: 8px 0 24px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1568627450980392);
}*/

/*.card-header {
    font-size: 20px;
    font-weight: bold;
    color: #5887B7;
    padding: 15px;
}*/

/*.card-body {
    padding: 20px;
}
*/
/*    .card-body .row {
        min-height: 34px;
        align-items: center;
        margin: 2px 0;
    }*/

/*    .card-body .col {
        font-size: 14px;
        line-height: 18px;
        padding: 0 4px;
    }*/

/*    .card-body .col-form-label {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }*/

/*    .card-body .form-control-plaintext {
        color: #555555;
        font-size: 14px;
        line-height: 18px;
    }*/

/*    .card-body span {
        font-size: 14px;
    }*/

.actions-panel {
    padding: 20px;
}

    .actions-panel h5 {
        font-size: 15px;
        font-weight: bold;
        color: #5887B7;
        margin-bottom: 14px;
    }

    .actions-panel ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        border-top: 1px solid #cccccc;
    }

        .actions-panel ul li {
            border-bottom: 1px solid #cccccc;
            height: 34px;
        }

            .actions-panel ul li:hover {
                background-color: #ecf4fd;
            }

            .actions-panel ul li a {
                text-decoration: none;
                display: block;
            }

                .actions-panel ul li a img {
                    margin-right: 8px;
                }

            .actions-panel ul li span {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                color: black;
            }

/*.person-link .form-control-plaintext {
    width: auto;
    display: inline;
}*/

/*.btn-primary {
    background-color: #5887B7;
    border-radius: 20px;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #5887B7;
    color: white;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 12px 2px;
}*/

/*    .btn-primary:hover {
        background-color: #8e5899;
    }*/

/*.btn-secondary {
    background-color: white;
    border-radius: 20px;
    min-width: 80px;
    min-height: 40px;
    border: 1px solid #5887B7;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 12px 2px;
}*/

/*    .btn-secondary:hover {
        background-color: #8e5899;
    }*/

.btn-outline-primary:hover {
    background-color: #3a71af;
    color: #ffffff;
}
/*label.btn-secondary {
    border-color: #cccccc;
    padding-top: 9px;
}*/

/*.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: #379121;
    color: white;
    border: 1px solid #379121;
}*/

/*.form-control {
    border: 1px solid #179121;
    border-radius: 5px;
    max-width: 500px;
    min-height: 40px;
    font-size: 14px;
    color: black;
    line-height: 18px;
}*/

/*.invalid-feedback {
    font-size: 12px;
}*/

/*.card-body .row > * {
    padding: 0;
}*/

/*.row hr {
    margin: 1rem -20px !important;
}*/

/*.row [data-hidden] {
    display: none !important;
}*/

/*[data-hidden] {
    display: none !important;
}*/

/*.form-control-plaintext {
    padding: 0;
}*/

/*.col-8 .row {
    min-height: 24px;
}*/

/*.modal-header {
    border-bottom: none;
}*/

/*.disable-click {
    pointer-events: none;
}*/

.form-signin .form-control {
    font-size: 14px;
    width: 390px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin: 8px 0;
}

.form-signin ::placeholder {
    color: #aaaaaa;
    opacity: 1;
    Firefox
}

.form-signin ::-ms-input-placeholder {
    Edge 12 -18 color: #aaaaaa;
}

.form-signin input[type="email"] {
    margin-bottom: 16px;
}


.form-signin .validation-summary-errors ul {
    padding: 0;
}

.form-signin .validation-summary-errors li {
    color: red;
    list-style-type: none;
}

/*.validation-header ul {
    padding-left: 17px;
    margin-bottom: 0;
}*/

/*.validation-header li {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}*/

/*div.datepicker {
    border-radius: 16px !important;
    border: solid 1px #cccccc;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}*/

/*    div.datepicker .dow {
        font-size: 16px;
        font-weight: bold;
        color: #666666;
        padding-top: 26px;
        padding-bottom: 15px;
    }*/

/*.datepicker-dropdown {
    padding: 0 !important;
}*/

/*div.datepicker-switch {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}*/

/*.day {
    font-size: 15px;
    color: #666666;
}*/

/*div.datepicker table tr td.day, .datepicker table tr th.dow {
    width: 40px !important;*/
/*height: 24px!important;*/
/*}*/

/*div.datepicker-days .table-condensed {
    margin: 32px 18px 0 18px;
}*/

/*    div.datepicker-days .table-condensed thead {
        border-bottom: 1px solid #cccccc;
    }*/

/*    div.datepicker-days .table-condensed tbody {
        background-color: #f9f9f9;
    }*/

/*    div.datepicker-days .table-condensed tfoot {
        height: 18px;
    }*/

/*td.active.day {
    background-color: #671e75 !important;
}*/

/*td.disabled.day {
    color: #cccccc !important;
}*/

/*#NewUser {
    width: 136px;
    height: 34px;
}*/

/*    #NewUser span {
        padding-top: 5px;
        margin-left: 8px;
    }*/

/*.information {
    cursor: pointer;
    margin-left: 2px;
}*/

.main-panel {
    /*    height: calc(100vh - 120px);*/
}

.products-table-container {
    height: calc(100vh - 500px);
}

.products-table {
    max-height: 100%;
    overflow-y: auto;
}

.xproducts-table-container {
    height: 100%;
}

#Confirmation .modal-body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 200px;
}

#Confirmation .modal-content {
    width: 600px;
}

#Confirmation .btn {
    width: 140px;
    font-size: 18px;
    font-weight: 650;
}

#Confirmation #confirmationMessage {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}


#ConfirmationClose .modal-body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 200px;
}

#ConfirmationClose .modal-content {
    width: 600px;
}

#ConfirmationClose .btn {
    width: 140px;
    font-size: 18px;
    font-weight: 650;
}

#ConfirmationClose #confirmationMessageClose {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.input-with-image .form-control {
    border-radius: 0rem;
    /*    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
}

.input-with-image button {
    /*    border-radius: 0rem;*/
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#ProductRepair .modal-content {
    width: 600px;
}

#ProductRepair #Product_Catalogue_Number {
    color: #1e4e8a;
}

#ProductRepair #closeButton {
    background-color: #ffffff;
}

    #ProductRepair #closeButton:hover {
        background-color: #3a71af;
    }

#ProductRepair .multi-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*    height: 4.0em;*/
    min-height: 3.0em; /* Adjust based on line height */
    max-height: 8.0em; /* Adjust based on line height */
}

#ProductRepair .Product_Label {
    font-weight: 400;
    text-overflow: ellipsis;
}

.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1040; /* Below the alert (z-index: 1050) */
    display: none; /* Initially hidden */
}


.alert-container {
    display: none;
}

    .alert-container .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .alert-container .alert-message {
        margin-bottom: 20px;
    }


#toggleTabs button {
    height: 38px;
    width: 38px;
}

#toggleTabs #images-tab.active {
    background-image: url('/images/gridview-light.svg')
}

#toggleTabs #images-tab:not(.active) {
    background-image: url('/images/gridview-dark.svg')
}

#toggleTabs #list-tab.active {
    background-image: url('/images/listview-light.svg')
}

#toggleTabs #list-tab:not(.active) {
    background-image: url('/images/listview-dark.svg')
}

.toggle-view {
    margin-left: -400px;
}

.toggle-view .search-text {
    width: 77%;
}

#OrderContainer {
/*    max-height:100%;*/
}

.content-wrapper {
    display:flex;
}

main {
    background-color: #f5f5f5;
    width: calc(100vw - 237px) !important;
    flex: 1;
}

.tbl-content button {
    font-size: 14px;
}

#Repairs .tbl-content .column-first input {
    color: #1e4e8a;
    font-weight: 650;
}

#RepairDetailsData .tbl-content .column-first input {
    color: #2f987a;
    font-weight: 650;
}

#Products .tbl-content .column-first input {
    color: #1e4e8a;
    font-weight: 650;
}

#Quotes .tbl-content .column-first input {
    color: #1e4e8a;
    font-weight: 650;
}

#SalesOrders .tbl-content .column-first input {
    color: #1e4e8a;
    font-weight: 650;
}

#SalesOrderDetails .tbl-content .column-first input {
    color: #1e4e8a;
    font-weight: 650;
}

.search-radio-buttons label {
    font-weight:400;
    color: #333333;
}

#QuickCartProducts .quick-cart-products-running-gross label {
    color: #1e4e8a;
    font-size: 18px;
    font-weight: 400;
}

#QuickCartProducts .quick-cart-products-running-gross span {
    color: #1e4e8a;
    font-size: 18px;
    font-weight: 650;
}

#QuickCartProducts .quick-cart-products-number-of-items span {
    color: #7f7f7f;
    font-size: 14px;
}

#QuickCartProducts button {
    font-size: 14px;
}

#QuickCartProducts .quick-cart-products-number-of-items .quick-cart-products-has-items {
    color: #3aaf9a;
    font-size: 18px;
    font-weight: 400;
}

#FooterBasket span {
    font-size: 18px;
}

.order-document .col-form-label {
    color: #000000;
}

.order-document .form-check-label {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) .sidebar-item .sidebar-dropdown,
#sidebar:not(.expand) .sidebar-link span,
#sidebar:not(.expand) .sidebar-link.btn-toggle::after {
    display: none;
}

.form-signin a {
    color: #3a71af;
    text-decoration: none;
}
    .form-signin a:hover {
        color: #2e5a8c;
    }

.chart-container {
    position: relative;
    margin: auto;
    height: 100%;
    width: 30%;
    padding: 20px;
}

