@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

html, body {
    height: 100%;
    overflow: hidden;
    
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}
          
.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.my-style {
    min-width: 400px;
}

.custom-appointment-content {
    /* background-color: #e0f2f7; */ /* Light blue background */
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;

    /* color: #333;*/
    /* font-size: 0.9em;*/
}


#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;
    }

.dx-demo-form-layout-width {
    max-width: 640px;
    width: 100%;
}

.dx-demo-editor-width {
    max-width: 320px;
    width: 100%;
}

.gridlayout-item {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: self-start ;
    justify-content: center;
}


    .gridlayout-item:before {
        content: " ";
        position: absolute;
        text-align: center;
        align-items: self-start;
        justify-content: center;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.card-vew-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.gridlayout-header:before {
    background-color: var(--bs-gray-300);
}

.gridlayout-content:before {
    background-color: var(--bs-gray-300);
}

.gridlayout-Running:before {
    background-color: var(--bs-green);
}

.gridlayout-Downtime:before {
    background-color: var(--bs-red);
}

.gridlayout-Setup:before {
    background-color: var(--bs-orange);
}

.gridlayout-Planned:before {
    background-color: var(--bs-info);
}

.gridlayout-No_data:before {
    background-color: var(--bs-pink);
}

.gridlayout-left-side-bar:before {
    background-color: var(--bs-gray-300);
}

.gridlayout-right-side-bar:before {
    background-color: var(--bs-gray-300);
}

.gridlayout-footer:before {
    background-color: var(--bs-gray-300);
    opacity: 0.5;
}

.chart-container {
    width: 100%;
    height: 38vh;
    display: flex;
    align-items: self-start;
    justify-content: center;
    position: relative;
    /* Set a minimum height for smaller screens */
    /*min-height: 50px;*/
    /* min-width: 80px;*/
}

@media (max-width: 575.98px) {
    .gridlayout-item {
        font-size: 0.9em;
    }
}

/*Nav Console*/
.fp-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 1 1 100%;
    font-weight: 400;
    --fp-color-primary: var(--bs-primary);
}

.fp-sub-header {
    font-size: 0.75rem;
    padding: 0.25rem 0;
}

.fp-badge {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    padding: 0.125rem 0;
    margin-right: 0.5rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1;
}

.fp-badge-primary {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.fp-badge-success {
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.fp-info {
    display: flex;
    flex-flow: column nowrap;
    line-height: 1;
}

.fp-sub-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--fp-color-primary);
}

    .fp-sub-title:not(:empty) {
        margin-top: 0.25rem;
    }

.fp-command-ctr {
    margin-left: auto;
}

.fp-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

.fp-icon-bonus {
    background-color: var(--fp-color-primary);
    -webkit-mask-image: url("images/icons/bonus.svg");
    mask-image: url("images/icons/bonus.svg");
}

.fp-icon-total {
    background-color: var(--fp-color-primary);
    -webkit-mask-image: url("images/icons/total.svg");
    mask-image: url("images/icons/total.svg");
}

.fp-icon-credit {
    background-image: url("images/icons/credit-card.svg");
}

.fp-icon-debit {
    background-image: url("images/icons/debit-card.svg");
}

.fp-details {
    text-align: center;
}

.fp-details-btn-ctr {
    margin-top: 1.5rem;
}

    .fp-details-btn-ctr > * {
        display: block;
        width: 100%;
    }

    .fp-details-btn-ctr > :not(:first-child) {
        margin-top: 0.5rem;
    }

h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.bill-info {
    --color-opacity: 0.5;
    color: rgba(var(--bs-body-color-rgb, 0, 0, 0), var(--color-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-size: 0.625rem;
}

    .bill-info .fp-icon-bill {
        --color-opacity: 0.54;
        background-color: currentColor;
        -webkit-mask-image: url("images/icons/link.svg");
        mask-image: url("images/icons/link.svg");
        margin-right: 0.5rem;
    }


