@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: 10px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.control-wrapper {
    max-width: 250px;
    margin: 0 auto;
    padding: 50px 0px 0px;
}

.drop-down-list-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.datatable-action-button-activated {
    display: block;
}

.datatable-action-button-deactivated {
    display: none;
}

.action-icon-disabled {
    display: none;
}

.action-icon-disabled {
    display: none;
}

.view-action {
    font-weight: bold;
}

/* (A) FULL SCREEN WRAPPER */
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
}

    /* (B) CENTER LOADING SPINNER */
    #spinner img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

/* (C) SHOW & HIDE */
#spinner {
    visibility: hidden;
    opacity: 0;
}

    #spinner.show {
        visibility: visible;
        opacity: 1;
    }

/* Access denied styles */
/*@import url("https://fonts.googleapis.com/css?family=Lato");
* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

.access-denied {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
/* background: linear-gradient(to bottom right, #EEE, #AAA); */
/*}

.lock {
    border-radius: 5px;
    width: 55px;
    height: 45px;
    background-color: #333;
    animation: dip 1s;
    animation-delay: 1.5s;
}

    .lock::before, .lock::after {
        content: "";
        position: absolute;
        border-left: 5px solid #333;
        height: 20px;
        width: 15px;
        left: calc(50% - 12.5px);
    }

    .lock::before {
        top: -30px;
        border: 5px solid #333;
        border-bottom-color: transparent;
        border-radius: 15px 15px 0 0;
        height: 30px;
        animation: lock 2s, spin 2s;
    }

    .lock::after {
        top: -10px;
        border-right: 5px solid transparent;
        animation: spin 2s;
    }

@keyframes lock {
    0% {
        top: -45px;
    }

    65% {
        top: -45px;
    }

    100% {
        top: -30px;
    }
}

@keyframes spin {
    0% {
        transform: scaleX(-1);
        left: calc(50% - 30px);
    }

    65% {
        transform: scaleX(1);
        left: calc(50% - 12.5px);
    }
}

@keyframes dip {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}*/
/* Access denied styles */

/* Data display styles */
.data-display {
    padding-bottom: 1em;
    padding-left: 0.5em;
}

    .data-display .label {
        font-weight: bold;
        padding-bottom: 0.2em;
    }
/* Data display styles */

/* Data input styles */
.data-input {
    padding-bottom: 1em;
    margin-left: 0.75rem;
}

    .data-input label {
        padding-bottom: 0.5em;
    }
/* Data input styles */

.login-error {
    color: red;
    text-align: center;
}

.center-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 200px
}

/* HTTP error styles*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0;
    background: #f8f6f7;
}

html[data-theme=dark] body {
    background: #343a40;
}

html[data-theme=dark] .navbar-custom .topbar {
    background: #343a40;
}
html[data-theme=dark] .sticky-header {
    background: #343a40;
}
html[data-theme=dark] .action-button-area {
    background: #343a40;
}

html[data-theme=dark] .card {
    border: solid 1px #262b30;
}

html[data-theme=dark] .leftside-menu {
    background: #262b30;
    color: #c3c6c8;
    border-right: solid 1px #1e212a;
}

    #http-error {
    position: relative;
    height: 100vh
}

#http-error .http-error {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.http-error {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

.http-error .http-error-page {
    position: relative;
    height: 240px
}

.http-error .http-error-page h1 {
    font-family: montserrat,sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px
}

.http-error .http-error-page h1 > span {
    text-shadow: -8px 0 0 #fff
}

.http-error .http-error-page h3 {
    font-family: cabin,sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0;
    letter-spacing: 3px;
    padding-left: 6px
}

.http-error h2 {
    font-family: cabin,sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
}

@media only screen and (max-width:767px) {
    .http-error .http-error-page {
        height: 200px
    }

    .http-error .http-error-page h1 {
        font-size: 200px
    }
}

@media only screen and (max-width:480px) {
    .http-error .http-error-page {
        height: 162px
    }

    .http-error .http-error-page h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px
    }

    .http-error h2 {
        font-size: 16px
    }
}
/* HTTP error styles*/

.http-status-image {
    content: url("/images/http-status.svg");
    display: inline-block;
    height: 120px;
}

.menu-option-disabled{
    pointer-events: none;
}

.display-carriage-returns {
    white-space: pre-line
}

/* 
    logo.png should be W206 x H51
    logo-small.png should be W64 x 50

    Comment out the following lines in app-saas.css & app-saas.min.css to avoid the logo size being wrong.

        --ct-logo-lg-height: 22px;
        --ct-logo-sm-height: 22px;

    Alternatively use these styles:

        .logo img {
            height: 50px;
        }

        *.logo-sm img {
            width: 35px;
        }

        .sign-in-logo img {
            height: 80px;
        }
*/

.text-area {
    resize: none;
}

.error-reference {
    font-weight: bold;
}

.processing-text.with-overlay {
    color: white;
}






/* Style the header */
/*.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}*/

/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}

.drag-drop-zone {
    border: 2px dashed #aeaeae;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

.drag-drop-zone:hover {
    background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-success {
    font-size:30px;
    font-weight: bold;
    color: green;
}

.document-upload-error {
    font-size: 12px;
    color: red;
}

.input-list-search {
    margin-top: 0.1rem;
}

.input-list-scrollspy {
    position: relative;
    height: 400px;
    margin-top: 0.0rem;
    overflow: auto;
}

.input-list-input {
    cursor: pointer;
}

.input-list-item {
    cursor: pointer;
}

.input-list-items {
    display: inline-block;
    position: absolute;
    width: 88%;
}

.input-list-items-overlay {
    z-index: 10;
    position: absolute;
    width: 100%;
}

.leftside-menu {
    background: #212b30;
    color: #f8f6f7;
    border-right: solid 1px #1e212a;
}
.side-nav-item {
    padding-left: 2px
}
    .side-nav .side-nav-link {
        color: #f8f6f7;
    }
.side-nav .side-nav-link:hover {
    color: #fff;
}
.side-nav-item:hover {
    background: #38adcf;
}
.side-nav .side-nav-item:hover .side-nav-link {
    background: #38adcf;
}
.logo {
    padding: 20px;
}
.navbar-custom {
    background: none;
}
.navbar-custom {
    background: none;
    box-shadow: none;
    border: none;
}
.logo-sm {
    overflow: hidden;
}
.side-nav .side-nav-title{
    display: none;
}
.navbar-custom .topbar {
    background: #f8f6f7;
    margin-bottom: 30px;
}
.wrapper:has(.action-button-area) .navbar-custom {
    margin-bottom: 70px;
}
.nav-user.px-2 {
    background: none;
}
.page-title-box {
    color: #38adcf;
}
.page-title-box .page-title-right {
    float: right;
    margin-top: 20px;
    margin-right: 40px;
}
.card {
    border-radius: 6px;
    border: solid 1px #e7e7e7;
    margin-bottom: 1.2rem;
    --ct-card-box-shadow: none;
    padding: 10px;
}
.side-nav-item i.mdi {
    font-size: x-large;
}
.data-grid-header {
    --ct-table-bg: #fff;
}
.card-body {
    padding: 0px 10px;
}
.order-page-top-bar {
    margin-left: 0px;
}
    .order-page-top-bar .data-display {
        float: left;
        min-width: 15%;
        margin-right: 5px;
    }
.mb-3 {
    color: #38adcf;
    margin-bottom: 0px !important;
}
.datagrid-width {
    margin: 0px;
    width: -webkit-fill-available;
}
.content-top-controls {
    padding: 0px 0px 20px 0px;
    z-index: 1;
}
.data-grid-paging {
    font-size: large;
    padding: 8px;
    float: left;
    color: #6c757d;
}
.btn-outline-secondary {
    border: none;
}
.sticky-header {
    position: fixed;
    top: 50px;
    left: auto;
    margin-left: -30px;
    padding-left: 20px;
    float: left;
    z-index: 2;
    background: #f8f6f7;
    width: -webkit-fill-available;
    padding-top: 0px;
    height: 60px;
    width: -moz-available;
}
.btn-primary {
    color: #fff !important;
    border: none;
}
.invoice-totals {
    float: right;
    width: fit-content;
    padding: 0 10px 0 30px;
}
.invoice-totals .data-display {
    display: block;
    float: right;
}
.invoice-totals .data-display .label {
    margin-right: 30px;
}
.download-button {
    background: #0acf97 !important;
    border: none;
    margin-left: 1px;
}
.download-button:hover {
    background: #0bac7e !important;
}
.row {
    --ct-gutter-x: 20px;
}
.close-button {
    background: #de804d !important;
    border: none;
}
.close-button:hover {
    background: #ca703f !important;
}
.bottom-controls {
    max-width: 45%;
    margin-left: 10px;
}
.split-col{
    width: 45%;
    float:left;
}
.page-numbers-grid {
    width: 200px;
    margin: auto;
}
.float-end {
    margin-right: 10px;
}
.search-bar .form-control {
    height: 30px;
}
.search-bar .input-group-text {
    height: 30px;
}
.returns-button {
    background: #de9c4d;
    border: none;
}
.returns-button:hover {
    background: #b27226;
    border: none;
}
.returns-button:active {
    background: #b27226;
    border: none;
}
.sortable {
    cursor: pointer;
}
.badge {
    font-size: inherit;
}
.text-load-more {
    color: #aeaeae;
}
.text-refresh {
    color: #38adcf;
}
.communication-block{
    padding-bottom: 20px
}
#cookieConsent {
    text-align: center;
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: #d4f2ff;
}
.Terms-Conditions-buttons .row.mt-0.mb-2 {
    margin-left: 0.2rem;
    margin-top: 0.75rem !important;
}
.file-download-icons {
    font-size: x-large;
    display: block;
}
.update-account-area .input-list-input {
    margin-left: 0.75rem;
    margin-bottom: 1rem;
}

.update-account-area .form-label {
    margin-left: 0.75rem;
}

.update-account-area .input-group-text {
    height: fit-content;
}

.update-account-area .input-list-items-overlay {
    z-index: 10;
    left: 0.75rem;
    top: -1.1rem;
    position: absolute;
    width: 106%;
}
.text-center {
    margin-bottom: 0.5rem;
    width: 100%;
    display: flow-root;
}

.report-section .report-item {
    float: left;
    margin: 0.5rem;
    min-width: 31%;
    min-height: 5rem;
}

.report-section .action-icon {
    font-size: x-large;
    margin-left: 5px;
}

@media only screen and (max-width: 750px) {
    .report-section .report-item {
        width: -webkit-fill-available;
        width: -moz-available;
    }
}
.impersonate-button {
    margin-left: 1rem;
    margin-top: 0.75rem;
}
.clear-button {
    margin-top: 0.75rem;
}
.admin-area .input-group.flex-nowrap {
    margin-left: 0.5rem;
    margin-bottom: 10px;
    width: auto;
}
.admin-area .input-list-items-overlay {
    display: inline-block;
    position: relative;
    width: 112%;
    padding: 0px 5px;
    top: -0.6rem;
}
.accept-quote-button {
    background: #0acf97;
    border: none;
}
.accept-quote-button:hover {
    background: #0bac7e;
    border: none;
}
.accept-quote-button:disabled {
    background: #a6c2b2;
    border: none;
}
.reject-quote-button {
    background: #fa5c7c;
    border: none;
}
.reject-quote-button:hover {
    background: #b4455c;
    border: none;
}
button i.mdi {
    font-size: initial;
}
.modify-button {
    background: #38adcf;
    border: none;
}
.modify-button:hover {
    background: #287c95;
    border: none;
}
.modify-button:active {
    background: #b27226;
    border: solid 1px #b27226;
}
.save-button {
    background: #0acf97;
    border: none;
}
.save-button:hover {
    background: #0bac7e;
    border: none;
}
.cancel-button {
    background: #fa5c7c;
    border: none;
}
.cancel-button:hover {
    background: #b4455c;
    border: none;
}
.page-number{
    cursor: unset;
}
.processing-title{
    border: none !important;
    border: solid 0px #fff;
}
.processing-title:focus-visible {
    border: none !important;
    outline: none;
}
.modal-content {
    border-radius: 10px;
}
.custom-loader {
    width: 35px;
    margin: 15px;
    height: 30px;
    --c: linear-gradient(#38adcf 0 0);
    background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
    background-size: 9px 100%;
    background-repeat: no-repeat;
    animation: b2 1s infinite linear;
}

@keyframes b2 {
    20% {
        background-size: 9px 60%,9px 100%,9px 100%
    }

    40% {
        background-size: 9px 80%,9px 60%,9px 100%
    }

    60% {
        background-size: 9px 100%,9px 80%,9px 60%
    }

    80% {
        background-size: 9px 100%,9px 100%,9px 80%
    }
}
.page-nav-disabled {
    display: block;
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.kpi-value {
    color: #797778;
    font-weight: 600;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}
.four-square-dash{
    padding-bottom:10px;
}
.square-item {
    height: 45.3%;
    padding: 3px;
}
.kpi-title {
    color: #38adcf;
    padding-top: 5px;
    font-weight:700;
}
@media only screen and (max-width: 400px) {
    .kpi-icon {
        display:none;
    }
}
@media only screen and (max-width: 360px) {

    .vertical .label {
        display: none;
    }
}
@media only screen and (max-width: 778px) {
/*    .sortable {
        display: none;
    }*/
    .small-icon {
        position: inherit;
        font-size: x-large !important;
    }
    .vertical td {
        width: 50%;
    }
}
.top-right-icon-float{
    position: absolute;
    top: 10px;
    right: 10px;
}
:root {
    --ct-box-shadow: none;
}
.data-grid-header {
    color: #6c757d;
}
.data-input label {
    font-weight: 700;
    color: #6c757d;
}
.action-button-area {
    position: fixed;
    z-index: 2;
    top: 108px;
    float: left;
    margin-left: -30px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 42px;
    padding-left: 20px;
    background: #f8f6f7;
}
.d-none {
    display: inline-block !important;
}
.reply-button-area{
    margin-top: 10px;
}
.error-area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 100%;
    background: #dcdcdc;
    text-align: center;
    padding: 30% 0%;
}
.badge-red {
    background: #d13939;
    color: #fff;
}
.badge-green {
    background: #37b92d;
    color: #fff;
}
.badge-blue {
    background: #39afd1;
    color: #fff;
}
.badge-grey {
    background: #6c757d;
    color: #fff;
}
.badge-orange {
    background: #ffc35a;
    color: #fff;
}
.badge-dark-blue {
    background: #1f10e0;
    color: #fff;
}
.badge-purple {
    background: #ba13d4;
    color: #fff;
}
.badge-pink {
    background: #f242a3;
    color: #fff;
}
.non-sortable:before {
    content: "\00a0 \00a0 \00a0 \00a0 ";
}
@media only screen and (max-width: 600px) {
    .align-middle.d-none.d-lg-inline-block {
        display: none !important;
    }

    .gap-3 {
        gap: 0.5rem !important;
    }

    .account-user-avatar {
        display: none !important;
    }
}
@media only screen and (max-width: 410px) {
    .navbar-custom .topbar {
        --ct-gutter-x: 54px !important;
    }
}

#components-reconnect-modal {
    display: none;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: block;
}

pre {
    font-family: var(--ct-body-font-family);
    font-size: var(--ct-body-font-size);
    font-weight: var(--ct-body-font-weight);
}