﻿:root {
    --rz-column-cell-bay-height: 1.875rem;
    --rz-column-cell-bay-arrow-height: 0.938rem;
    --rz-column-cell-bay-arrow-width: 0.625rem;
}

/**
 * Common styles
 */

html,
body {
    display: block;
    position: fixed;
    margin: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-body-font-size);
    font-weight: 400;
    line-height: var(--rz-body-line-height);
    background-color: var(--rz-body-background-color);
}

button {
    font-family: var(--rz-text-font-family);
    font-weight: 400;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: var(--rz-link-color);
}

    a:hover,
    a:focus {
        color: var(--rz-link-hover-color);
    }

textarea {
    resize: none;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

td {
    -moz-user-select: none !important;
}

/**
 * Additional font styles
 */

.rz-mono-font {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

/**
 * Progressbar styles
 */

.rz-progressbar.transparent-bar::after {
    background: transparent !important;
}

/**
 * Button group styles
 */

.rz-button-group {
    display: inline-flex;
    flex-direction: row;
    font-size: 0;
    vertical-align: baseline;
    margin: 0 .25em 0 0;
}

    .rz-button-group::after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .rz-button-group .rz-button {
        flex: 1 0 auto;
        border-radius: 0;
        margin: 0;
        margin-right: 0.1rem;
    }

        .rz-button-group .rz-button:first-child {
            border-left: none;
            margin-left: 0;
            border-top-left-radius: var(--rz-button-border-radius);
            border-bottom-left-radius: var(--rz-button-border-radius);
        }

        .rz-button-group .rz-button:last-child {
            border-top-right-radius: var(--rz-button-border-radius);
            border-bottom-right-radius: var(--rz-button-border-radius);
        }

    .rz-button-group .rz-button-or {
        position: relative;
        width: .1rem;
        height: auto;
        z-index: 3;
    }

        .rz-button-group .rz-button-or::before {
            position: absolute;
            text-align: center;
            border-radius: 500rem;
            content: "or";
            top: 50%;
            left: 50%;
            background-color: #fff;
            text-shadow: none;
            margin-top: -0.793em;
            margin-left: -.793em;
            width: 1.6em;
            height: 1.6em;
            /*line-height: 1.55em;*/
            color: var(--rz-base-500);
            font-style: normal;
            font-weight: 500;
            box-shadow: 0 0 0 1px transparent inset;
        }

.rz-button-or {
    font-family: var(--rz-text-font-family);
    font-size: 0.875rem;
    font-weight: 500;
}

/**
 * Renaissance logo styles
 */

svg .logo-path {
    stroke-dashoffset: 3411.696044921875px;
    stroke-dasharray: 3411.696044921875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 2.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s, fill 1.25s ease 0.8s;
    transition: stroke-dashoffset 2.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s, fill 1.25s ease 0.8s;
}

svg.active .logo-path {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

.rz-denied-image {
    background-image: url("../img/rse-denied-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.rz-error-image {
    background-image: url("../img/rse-error-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/**
 * Reset password dialog styles.
 */

.rz-dialog.rz-reset-password {
    background-color: var(--rz-white);
}

    .rz-dialog.rz-reset-password .rz-dialog-content {
        padding: 0;
    }

    .rz-dialog.rz-reset-password .rz-reset-password-title,
    .rz-dialog.rz-reset-password .rz-reset-password-content {
        padding: 1rem 1.5rem;
    }

    .rz-dialog.rz-reset-password .rz-reset-password-title {
        border-bottom: 3px solid var(--rz-success) !important;
    }

    .rz-dialog.rz-reset-password .rz-reset-password-content {
        background-color: var(--rz-white);
    }

    .rz-dialog.rz-reset-password .rz-reset-password-buttons {
        background-color: var(--rz-base-100) !important;
        padding: 1rem 1.5rem;
        border-top: 1px solid var(--rz-base-300);
    }

    .rz-dialog.rz-reset-password .rz-form-field-end {
        padding: 0;
    }

/**
 * Widget styles
 */

:root {
    --widget-dock-area-min-height: 250px;
}

.rz-dashboard > .grid-stack-placeholder > .placeholder-content {
    background-color: var(--rz-primary-lighter);
    border: var(--rz-input-border);
    border-color: var(--rz-primary-light);
    border-radius: var(--rz-input-border-radius);
    margin: 0;
    position: absolute;
    width: auto;
    z-index: 0 !important;
}


.rz-widget-content.grid-stack-item > .ui-resizable-ne,
.rz-widget-content.grid-stack-item > .ui-resizable-nw,
.rz-widget-content.grid-stack-item > .ui-resizable-se,
.rz-widget-content.grid-stack-item > .ui-resizable-sw {
    background-image: none !important;
}

.rz-widget-content.grid-stack-item-content {
    background-color: white;
    border: var(--rz-input-border);
    border-radius: var(--rz-input-border-radius);
    overflow: visible !important;
    padding: .5rem;
}

.rz-widget.error > .rz-widget-content.grid-stack-item-content {
    align-items: center;
    border-color: var(--rz-danger);
    color: var(--rz-danger);
    display: flex;
    justify-content: stretch;
    justify-items: stretch;
    text-align: center;
}

.rz-widget-listbox > .rz-listbox-list-wrapper > .rz-listbox-list > .rz-multiselect-item {
    align-items: start;
    padding-top: 0.5rem;
}

    .rz-widget-listbox > .rz-listbox-list-wrapper > .rz-listbox-list > .rz-multiselect-item > .rz-chkbox {
        margin-top: .25rem;
    }

    .rz-widget-listbox > .rz-listbox-list-wrapper > .rz-listbox-list > .rz-multiselect-item > .rz-multiselect-item-content {
        margin-left: .25rem;
    }

    .rz-widget-listbox > .rz-listbox-list-wrapper > .rz-listbox-list > .rz-multiselect-item.rz-state-highlight:not(:hover) {
        background-color: transparent;
    }

.rz-widget-loader {
    background: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

    .rz-widget-loader.rz-widget-loader-hidden {
        display: none !important;
    }

/**
 * Page header styles
 */

:root {
    --rz-page-header-background-color: var(--rz-base-200);
    --rz-page-header-border-radius: var(--rz-button-border-radius);
    --rz-page-header-breadcrum-background-color: #dcdbda;
    --rz-page-header-breadcrum-color: var(--rz-base-800);
    --rz-page-header-color: var(--rz-text-subtitle1-color);
    --rz-page-header-font-family: var(--rz-text-font-family);
    --rz-page-header-font-size: 0.875rem;
    --rz-page-header-font-weight: normal;
    --rz-page-header-line-height: normal;
}

.rz-page-header {
    background-color: var(--rz-page-header-background-color);
    border-radius: var(--rz-page-header-border-radius);
    color: var(--rz-page-header-color);
    /*font-family: var(--rz-page-header-font-family);*/
    font-size: var(--rz-page-header-font-size);
    height: 40px;
    line-height: var(--rz-page-header-line-height);
    margin-top: 0.25rem;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    padding-top: 0.55rem;
}

.rz-page-header-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 30px;
}

.rz-page-header-placeholder {
}

    .rz-page-header-placeholder.divider {
        border-bottom: 1px solid var(--rz-base-300);
    }

.rz-page-header-breadcrumb {
    background: var(--rz-page-header-background-color);
    border-radius: var(--rz-page-header-border-radius);
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    margin-top: 0.25rem;
    overflow: hidden;
}

    .rz-page-header-breadcrumb ul {
        display: inline-flex;
        flex-direction: row;
        gap: .25rem;
        flex-wrap: nowrap;
        list-style: none;
        margin: 0;
        overflow: hidden;
        overflow-x: auto;
        padding: 0;
        scroll-behavior: smooth;
        scroll-padding-left: 4.25rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        white-space: nowrap;
        width: 100%;
    }

    .rz-page-header-breadcrumb li {
        display: inline-block;
        cursor: default;
        color: var(--rz-page-header-breadcrum-color);
        font-size: .875rem;
        margin: 0 .35rem;
        -webkit-user-drag: none;
        user-drag: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        scroll-snap-align: start;
    }

        .rz-page-header-breadcrumb li:last-child {
            scroll-snap-align: end;
        }

    .rz-page-header-breadcrumb span,
    .rz-page-header-breadcrumb a {
        background-color: var(--rz-page-header-breadcrum-background-color);
        cursor: default;
        padding: .7em 1em;
        height: 40px;
        max-height: 40px;
        min-height: 40px;
        float: left;
        text-decoration: none;
        color: #444;
        position: relative;
        -webkit-user-drag: none;
        user-drag: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .rz-page-header-breadcrumb li:first-child {
        bottom: 0;
        float: left;
        left: 0;
        margin-left: 0;
        margin-right: .35rem;
        max-width: 3.25rem;
        min-width: 3.25rem;
        position: sticky;
        top: 0;
        width: 3.25rem;
        z-index: 1;
    }

        .rz-page-header-breadcrumb li:first-child span,
        .rz-page-header-breadcrumb li:first-child a {
            background-color: var(--rz-base-300);
        }

    .rz-page-header-breadcrumb li:last-child span,
    .rz-page-header-breadcrumb li:last-child a,
    .rz-page-header-breadcrumb li:last-child span:hover,
    .rz-page-header-breadcrumb li:last-child a:hover {
        background: transparent;
    }

    .rz-page-header-breadcrumb-home span:hover,
    .rz-page-header-breadcrumb-home a:hover,
    .rz-page-header-breadcrumb li span:not(.no-link):hover,
    .rz-page-header-breadcrumb li a:not(.no-link):hover {
        background: #b1b0af;
    }

        .rz-page-header-breadcrumb-home span:hover:after,
        .rz-page-header-breadcrumb-home a:hover:after,
        .rz-page-header-breadcrumb li span:not(.no-link):hover:after,
        .rz-page-header-breadcrumb li a:not(.no-link):hover:after {
            border-left-color: #b1b0af !important;
        }

        .rz-page-header-breadcrumb li span:not(.no-link):hover:before,
        .rz-page-header-breadcrumb li a:not(.no-link):hover:before {
            border-color: #b1b0af var(--rz-page-header-breadcrum-background-color) #b1b0af transparent !important;
        }

    .rz-page-header-breadcrumb li:not(:first-child):not(:last-child) > span::before,
    .rz-page-header-breadcrumb li:not(:first-child):not(:last-child) > a::before {
        content: "";
        position: absolute;
        border-width: 1.25rem 0rem 1.25rem 0.65rem;
        border-style: solid;
        border-color: var(--rz-page-header-breadcrum-background-color) var(--rz-page-header-breadcrum-background-color) var(--rz-page-header-breadcrum-background-color) transparent;
        left: -10px;
        top: 0px;
    }

    .rz-page-header-breadcrumb li:not(:last-child) > span::after,
    .rz-page-header-breadcrumb li:not(:last-child) > a::after {
        content: "";
        position: absolute;
        border-width: 1.25rem 0 1.25rem 0.65rem;
        border-style: solid;
        border-color: transparent transparent transparent var(--rz-page-header-breadcrum-background-color);
        right: -10px;
        top: 0px;
    }

    .rz-page-header-breadcrumb li:first-child > span::after,
    .rz-page-header-breadcrumb li:first-child > a::after {
        border-color: transparent transparent transparent var(--rz-base-300);
    }

@media(min-width: 0px) and (max-width: 768px) {

    .rz-page-header-breadcrumb ul {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .rz-page-header-breadcrumb ul::-webkit-scrollbar {
            display: none;
        }

    .rz-page-header-breadcrumb li:first-child > span::after,
    .rz-page-header-breadcrumb li:first-child > a::after {
        /*filter: drop-shadow(0px 0px 5px var(--rz-base-400));*/
        /*clip-path: polygon(0 0, 200% 0, 200% 200%, 0 200%);*/
    }
}

/**
 * Page loader styles
 */

.rz-page-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
}

.rz-page-loader-container {
    height: 100%;
    margin: 0;
    margin-top: 25%;
    color: #666;
    font-family: open sans;
    padding: 0;
}

.rz-page-loader-texts {
    text-align: center;
    max-width: 225px;
    min-width: 225px;
    min-height: 100px;
}

@keyframes text-fade-in-out {
    0% {
        opacity: 0;
    }

    5%, 95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes text-fade-in {
    0% {
        opacity: 0;
    }

    5%, 100% {
        opacity: 1;
    }
}

.rz-page-loader-text {
    animation-duration: 15s;
    animation-name: text-fade-in-out;
    animation-delay: 15s;
    animation-iteration-count: 1;
    opacity: 0;
    position: absolute;
}

    .rz-page-loader-text.refresh {
        animation-delay: 30s;
        animation-fill-mode: backwards;
        animation-name: text-fade-in;
        opacity: 1;
    }

.rz-page-loader-dots {
    display: flex;
    gap: .25rem;
    justify-content: center;
    height: 50px;
    width: 80px;
}

    .rz-page-loader-dots .dot {
        display: inline-block;
        background: var(--rz-primary-dark);
        height: 8px;
        width: 8px;
        opacity: 0.3;
        border-radius: 50%;
        animation: bounce 1.8s infinite;
    }

.dot:nth-child(2) {
    animation-delay: .15s;
}

.dot:nth-child(3) {
    animation-delay: .3s;
}

.dot:nth-child(4) {
    animation-delay: .45s;
}

.dot:nth-child(5) {
    animation-delay: .6s;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    35% {
        transform: translateY(0px);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-20px);
        opacity: 0.8;
    }

    70% {
        transform: translateY(3px);
        opacity: 0.8;
    }

    85% {
        transform: translateY(-3px);
    }
}

/**
 * Dialog loader styles
 */

.rz-dialog-loader {
    position: absolute;
    background-color: #ffffff70;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

    .rz-dialog-loader.rz-dialog-loader-hidden {
        display: none !important;
    }

/**
 * Sticky styles
 */

.rz-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.rz-sticky-t-0 {
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
}

.rz-sticky-t-05 {
    position: -webkit-sticky;
    position: sticky;
    top: .125rem !important;
}

.rz-sticky-t-1 {
    position: -webkit-sticky;
    position: sticky;
    top: .25rem !important;
}

.rz-sticky-t-2 {
    position: -webkit-sticky;
    position: sticky;
    top: .5rem !important;
}

.rz-sticky-t-3 {
    position: -webkit-sticky;
    position: sticky;
    top: .75rem !important;
}

.rz-sticky-t-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem !important;
}

.rz-sticky-t-5 {
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem !important;
}

.rz-sticky-t-6 {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem !important;
}

.rz-sticky-t-7 {
    position: -webkit-sticky;
    position: sticky;
    top: 1.75rem !important;
}

.rz-sticky-t-8 {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem !important;
}

.rz-sticky-t-9 {
    position: -webkit-sticky;
    position: sticky;
    top: 2.25rem !important;
}

.rz-sticky-t-10 {
    position: -webkit-sticky;
    position: sticky;
    top: 2.5rem !important;
}

.rz-sticky-t-11 {
    position: -webkit-sticky;
    position: sticky;
    top: 2.75rem !important;
}

.rz-sticky-t-12 {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem !important;
}

/**
 * Captcha styles
 */

.rz-captcha-image {
    opacity: 1;
}

    .rz-captcha-image.rz-captcha-disabled {
        opacity: 0.5;
    }

/**
 * Indicate element / flash animation.
 */

.indicate {
    -webkit-animation: flash 2s 1;
    -webkit-animation-delay: .5s;
    animation: flash 2s 1;
    animation-delay: .5s;
}

@-webkit-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: var(--rz-primary-light);
    }

    100% {
        background-color: transparent;
    }
}

@keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: var(--rz-primary-light);
    }

    100% {
        background-color: transparent;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(128, 188, 234, 1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

/**
 * Ribbon styles
 */

.rz-ribbon-account-button .rzi.rz-navigation-item-icon-children {
    display: none !important;
}

.rz-ribbon-sidebar {
    box-shadow: var(--rz-shadow-5);
    border: none !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    padding-right: var(--rz-layout-body-padding);
    padding-left: var(--rz-layout-body-padding);
    transition: opacity 0.3s, margin 0.3s;
}

    .rz-ribbon-sidebar.rz-sidebar-expanded {
        margin-left: 0;
        opacity: 1;
    }

    .rz-ribbon-sidebar.rz-sidebar-collapsed {
        margin-left: -300px;
        opacity: 0;
    }

.rz-ribbon-tab {
    cursor: default;
}

.rz-ribbon-layout {
    background-color: var(--rz-base-100);
}

.rz-ribbon-header {
    position: fixed;
    background-color: transparent;
    padding: 0;
    padding-right: var(--rz-layout-body-padding);
    padding-left: var(--rz-layout-body-padding);
    left: 0;
    right: 0;
    top: 0;
    height: 48px;
    min-height: 48px;
}

.rz-ribbon-header-container {
    background-color: transparent;
}

.rz-ribbon:not(.rz-ribbon-hidden) {
    height: 165px;
}

.rz-ribbon.rz-ribbon-hidden {
    height: 40px;
    transition: height 0.3s;
}

.rz-ribbon-apps {
    background-color: transparent !important;
    color: var(--rz-text-body1-color) !important;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0.75rem;
    z-index: 1;
}

.rz-ribbon-account {
    position: absolute !important;
    right: 0 !important;
    padding-right: var(--rz-layout-body-padding);
    padding-left: var(--rz-layout-body-padding);
    margin-top: 0.5rem;
    margin-left: 0;
    margin-top: 0.5rem;
    z-index: 3;
}

.rz-ribbon-date {
    font-size: var(--rz-body-font-size);
    margin-top: 0.25rem;
    margin-right: 1rem;
    visibility: hidden;
}

.rz-ribbon-account-button {
    background-color: transparent !important;
    color: var(--rz-text-body1-color) !important;
    border-radius: var(--rz-button-border-radius);
    margin-top: 0;
    height: 32px;
    width: 32px;
    padding: 0.25rem 0.25rem !important;
}

    .rz-ribbon-account-button:hover,
    .rz-ribbon-account-button:focus,
    .rz-ribbon-account-button:active {
        text-decoration: none;
        background-image: var(--rz-button-hover-gradient);
        background-size: var(--rz-button-hover-background-size);
    }

    .rz-ribbon-account-button:hover {
        box-shadow: var(--rz-button-hover-shadow);
    }

    .rz-ribbon-account-button:focus,
    .rz-ribbon-account-button:active {
        box-shadow: var(--rz-button-active-shadow);
    }

.rz-ribbon-notify-button,
.rz-ribbon-autohide-button {
    background-color: transparent !important;
    color: var(--rz-text-body1-color) !important;
    padding: 0.75rem;
    height: 32px;
    width: 32px;
}

    .rz-ribbon-notify-button .rz-button-box .rzi,
    .rz-ribbon-autohide-button .rz-button-box .rzi {
        font-size: var(--rz-icon-size);
    }


    .rz-ribbon-autohide-button.rz-state-active {
        text-decoration: none;
        background-image: var(--rz-button-hover-gradient);
        background-size: var(--rz-button-hover-background-size);
    }

    .rz-ribbon-autohide-button:active:not(.rz-state-active),
    .rz-ribbon-autohide-button:focus:not(.rz-state-active) {
        background-image: none;
        box-shadow: none;
    }

.rz-ribbon:not(.rz-ribbon-hidden) .rz-tabview-panels {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: visibility 0s, opacity 0.2s, margin 0.2s;
}

.rz-ribbon.rz-ribbon-hidden .rz-tabview-panels {
    visibility: hidden;
    opacity: 0;
    margin-top: -30px;
    transition: visibility 0.5s, opacity 0.2s, margin 0.2s;
}

.rz-ribbon > .rz-tabview-panels {
    background-color: transparent;
    overflow: visible;
    margin-left: -2rem;
    padding: 0;
    /*max-width: 100%;*/
}

.rz-ribbon-tab > a,
.rz-tabview-selected.rz-ribbon-tab > a {
    color: var(--rz-text-body1-color) !important;
}

.rz-ribbon .rz-tabview-nav {
    z-index: 1;
    background-color: var(--rz-base-100);
}

.rz-ribbon .rz-tabview-panel {
    padding: 0;
    padding-top: 0.5rem;
}

.rz-ribbon-tab-content,
.rz-ribbon-tab-toolbar {
    position: relative;
    display: inline-grid;
    gap: 0;
    max-height: 0px;
    min-height: 0px;
}

.rz-ribbon-tab-content {
    background-color: var(--rz-white);
    border: var(--rz-input-border);
    border-radius: var(--rz-input-border-radius);
    box-shadow: var(--rz-shadow-0);
    padding: 0.2rem;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-rows: max-content;
    margin: 0;
    max-height: 110px;
    min-height: 110px;
    width: 100%;
    transition: box-shadow 0.3s, border 0.3s;
}

.rz-ribbon-tab-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
}

.rz-ribbon.rz-ribbon-autohide .rz-ribbon-tab-content {
    box-shadow: var(--rz-shadow-2);
    border: none;
}

.rz-ribbon-tab-toolbar {
    padding: 0.2rem;
    padding-bottom: 25px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 25px);
    column-gap: 0.2rem;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.rz-ribbon-tab-content .rz-ribbon-tab-toolbar + .rz-ribbon-tab-toolbar {
    border-left: 1px solid var(--rz-base-200);
    margin-left: 4px;
    padding-left: 6px;
}

.rz-ribbon-tab-toolbar-text {
    display: block;
    position: absolute;
    color: var(--rz-base-500);
    left: 0;
    bottom: 0;
    line-height: 24px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    height: 20px;
    width: 100%;
}

.rz-ribbon-tab-toolbar-divider {
    display: block;
    position: relative;
    background-color: var(--rz-base-200);
    height: 100%;
    grid-row: span 3;
    margin: 0 4px;
    width: 1px;
}

.rz-ribbon.rz-ribbon-hidden .rz-tabview-nav li.rz-tabview-selected::after {
    opacity: 0.25;
    transition: opacity 0.3s;
}

.rz-ribbon .rz-tabview-nav li.rz-tabview-selected::after {
    opacity: 1;
    transition: opacity 0.3s;
}

.rz-ribbon-sidebar {
    overflow: hidden;
}

.rz-ribbon-sidebar-container {
    height: 100%;
}

.rz-ribbon-button,
.rz-ribbon-button:active,
.rz-ribbon-button-small,
.rz-ribbon-button-small:active {
    color: var(--rz-text-body1-color) !important;
}

.rz-ribbon-button {
    scroll-snap-align: start;
}

    .rz-ribbon-button,
    .rz-ribbon-button:active {
        background-color: transparent;
        color: var(--rz-white);
        text-align: center;
        grid-row: span 3;
        padding: 0.25rem;
        min-height: 75px;
        max-height: 75px;
        min-width: 75px;
        max-width: 100px;
    }

        .rz-ribbon-button:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

        .rz-ribbon-button > .rz-button-box {
            flex-direction: column;
        }

            .rz-ribbon-button > .rz-button-box > .rzi + .rz-button-text {
                margin-top: 0px;
                text-align: center;
                text-wrap: auto;
            }

            .rz-ribbon-button > .rz-button-box > .rz-button-text
            .rz-ribbon-button > .rz-button-box > .rzi {
                text-align: center;
                color: var(--rz-white) !important;
            }

        .rz-ribbon-button:hover > .rz-button-box > .rz-button-text
        .rz-ribbon-button:hover > .rz-button-box > .rzi {
            text-align: center;
            color: var(--rz-base-800) !important;
        }

        .rz-ribbon-button .rzi {
            margin-top: -20px;
        }

        .rz-ribbon-button .rz-button-text {
            max-height: 32px;
            min-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100px;
        }

.rz-ribbon-button-small,
.rz-ribbon-button-small:active {
    background-color: transparent;
    color: var(--rz-white);
    padding: 0rem 1rem;
    min-height: 25px;
    max-height: 25px;
    min-width: 2rem;
    width: 100%;
    text-align: left;
}

    .rz-ribbon-button-small:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .rz-ribbon-button-small .rzi {
        margin-right: 0.5rem;
    }

.rz-ribbon-button-small-icon,
.rz-ribbon-button-small-icon:active {
    background-color: transparent;
    color: var(--rz-white);
    padding: 0.1rem;
    min-height: 25px;
    max-height: 25px;
    min-width: 25px;
    max-width: 25px;
}

    .rz-ribbon-button-small-icon:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .rz-ribbon-button-small-icon .rzi {
        margin-right: 0;
    }

.rz-ribbon-button,
.rz-ribbon-button-small,
.rz-ribbon-button-small-icon {
    cursor: default !important;
}

.rz-body.rz-ribbon-body {
    margin-top: 170px;
    transition: margin 0.3s;
}

    .rz-body.rz-ribbon-body.rz-ribbon-autohide {
        margin-top: 48px !important;
    }

.rz-applications .rz-navigation-item-wrapper {
    border-radius: var(--rz-panel-menu-item-2nd-level-border-radius);
}

@media(min-width: 0px) and (max-width: 768px) {

    .rz-ribbon-title {
        display: none;
    }
}

/**
 * Scheduler styles
 */

.rz-column-cell-time {
    background-color: transparent !important;
    padding: 1px;
    position: relative;
    overflow: visible !important;
}

    .rz-column-cell-time.selected {
        background-color: var(--rz-success-light) !important;
        border-right-color: #73ae73 !important;
    }

        .rz-column-cell-time.selected.later::after {
            position: absolute;
            text-align: center;
            content: "\e315";
            top: 50%;
            left: 50%;
            text-shadow: none;
            margin-top: -0.793em;
            margin-left: -.793em;
            width: 1.6em;
            height: 1.6em;
            line-height: 1.55em;
            color: #fbfbfb;
            font-family: 'Material Icons';
            font-style: normal;
            font-weight: 600;
            animation: infinite linear 2s leftToRight;
        }

        .rz-column-cell-time.selected.earlier::after {
            position: absolute;
            text-align: center;
            content: "\e314";
            top: 50%;
            left: 50%;
            text-shadow: none;
            margin-top: -0.793em;
            margin-left: -.793em;
            width: 1.6em;
            height: 1.6em;
            line-height: 1.55em;
            color: #fbfbfb;
            font-family: 'Material Icons';
            font-style: normal;
            font-weight: 600;
            animation: infinite linear 2s rightToLeft;
        }

        .rz-column-cell-time.selected .rz-bay-schedule[data-state]:not(.closure) {
            background-color: var(--rz-danger-dark) !important;
            border-color: var(--rz-danger-dark) !important;
            color: white !important;
        }

        .rz-column-cell-time.selected .rz-bay-schedule[data-state="0"]:not(.closure) {
            background-color: var(--rz-success-dark) !important;
            border-color: var(--rz-success-dark) !important;
            color: white !important;
        }

.rz-bay-schedules-bay:hover > .rz-column-cell-bay-product,
.rz-bay-schedules-bay:hover > .rz-column-cell-bay {
    background-color: var(--rz-base-200) !important;
    border-right: var(--rz-border-base-200) !important;
    /*font-weight: 500;*/
}

.rz-column-cell-time-current {
    background-color: var(--rz-primary-lighter);
    border: 1px solid var(--rz-primary-light);
    bottom: 0;
    margin: -1px;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.rz-column-cell-bay {
    background-color: var(--rz-base-100) !important;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding-right: 0 !important;
    min-height: var(--rz-column-cell-bay-height);
    max-height: var(--rz-column-cell-bay-height);
    height: var(--rz-column-cell-bay-height);
    overflow: hidden;
    white-space: nowrap;
}

    .rz-column-cell-bay .rz-cell-data {
        width: 100%;
    }

.rz-column-cell-bay-trigger {
    align-items: center;
    bottom: 0;
    display: flex;
    float: right;
    position: relative;
    right: 0;
    top: 0;
}

    .rz-column-cell-bay-trigger .rzi-chevron-down::before {
        content: "expand_more";
    }

    .rz-column-cell-bay-trigger .rzi-chevron-up::before {
        content: "expand_less";
    }

.rz-column-cell-bay-trigger-icon {
    width: var(--rz-dropdown-trigger-icon-width);
    height: var(--rz-dropdown-trigger-icon-height);
    font-size: var(--rz-dropdown-trigger-icon-height);
    margin: var(--rz-dropdown-trigger-icon-margin);
}

.rz-datatable-tfoot.rz-scheduler-tfoot {
    z-index: 4 !important;
}

.rz-footer-cell-time {
    background-color: var(--rz-white) !important;
    border: none !important;
    border-top: var(--rz-grid-cell-border) !important;
    overflow: visible !important;
    text-overflow: unset !important;
    padding: 0.25em 0.5em !important;
    text-align: center !important;
}

    .rz-footer-cell-time.active {
        background-color: var(--rz-primary) !important;
        border-top: 1px solid var(--rz-primary) !important;
        color: var(--rz-white) !important;
    }

        .rz-footer-cell-time.active > .rz-time {
            color: var(--rz-white);
        }

    .rz-footer-cell-time:not(.active) > .rz-time {
        color: transparent !important;
    }

    .rz-footer-cell-time.pre-active {
        border-right: 1px solid var(--rz-primary) !important;
    }

.rz-bay-schedule-container {
    left: 0px;
    top: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

    .rz-bay-schedule-container:before {
        clear: both;
        content: "";
        display: table;
    }

.rz-bay-schedule {
    align-content: center;
    background-color: transparent;
    border: none;
    color: white;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    text-overflow: ellipsis;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    scroll-margin: 90px;
    visibility: hidden;
    z-index: 1;
}

    .rz-bay-schedule:not(.closure).entered {
        width: auto !important;
        z-index: 3 !important;
    }

    .rz-bay-schedule.pulse {
        animation: pulse 2s infinite;
        z-index: 4;
    }

    .rz-bay-schedule[data-aligned="true"] {
        visibility: visible;
    }

.rz-bay-schedule-wrapper {
    align-content: center;
    position: relative;
    background-color: var(--rz-base-300);
    border: 1px solid var(--rz-base-500);
    color: white;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
}

.rz-bay-schedule.selected > .rz-bay-schedule-wrapper {
    background-color: var(--rz-primary-light) !important;
    border: 1px solid var(--rz-primary) !important;
    color: var(--rz-primary-darker) !important;
    z-index: 3;
}

.rz-bay-schedule.overnight-start {
    padding-right: var(--rz-column-cell-bay-arrow-width);
}

.rz-bay-schedule.overnight-end {
    padding-left: var(--rz-column-cell-bay-arrow-width);
}

.rz-bay-schedule.overnight-start > .rz-bay-schedule-wrapper::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: var(--rz-column-cell-bay-arrow-height) 0 var(--rz-column-cell-bay-arrow-height) 9px;
    border-color: transparent transparent transparent var(--rz-scheduler-item-border-color);
    top: -1px;
    right: -0.663rem;
}

.rz-bay-schedule.selected.overnight-start > .rz-bay-schedule-wrapper::before {
    border-color: transparent transparent transparent var(--rz-primary);
}

.rz-bay-schedule.overnight-end > .rz-bay-schedule-wrapper::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: var(--rz-column-cell-bay-arrow-height) 9px var(--rz-column-cell-bay-arrow-height) 0;
    border-color: transparent var(--rz-scheduler-item-border-color) transparent transparent;
    top: -1px;
    left: -0.663rem;
}

.rz-bay-schedule.selected.overnight-end > .rz-bay-schedule-wrapper::before {
    border-color: transparent var(--rz-primary) transparent transparent;
}

    .rz-bay-schedule.selected > .rz-bay-schedule-wrapper > .rz-bay-schedule-text > .rz-bay-schedule-corner {
        background-color: var(--rz-primary-light) !important;
        border-top-color: var(--rz-primary) !important;
        border-right-color: var(--rz-primary) !important;
    }

.rz-bay-schedule.show {
    opacity: 1;
    visibility: visible;
}

.rz-bay-schedule.hide {
    opacity: 0;
    visibility: hidden;
}

.rz-bay-schedule-text {
    cursor: default;
    font-size: .75rem;
    margin: 0.3em 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.rz-bay-schedule-corner {
    width: 0;
    height: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

    .rz-bay-schedule-corner::after {
        color: rgb(251, 251, 251);
        content: "M";
        font-family: inherit;
        font-style: normal;
        font-weight: 600;
        height: 1.6em;
        left: 0;
        line-height: 1.55em;
        margin-left: -0.2em;
        margin-top: -1.4em;
        position: absolute;
        text-align: center;
        text-shadow: none;
        top: 0;
        width: 1.6em;
        font-size: 8px;
    }

.rz-scheduler-legend-item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    width: 100%;
}

.rz-scheduler-legend-item-text {
    text-wrap: nowrap;
}

.rz-data-grid-bordered {
    border: var(--rz-input-border);
    border-radius: var(--rz-input-border-radius);
    box-shadow: var(--rz-input-shadow);
    background-color: var(--rz-input-background-color);
    overflow: hidden;
}

.rz-bay-schedules-progress-cell {
    background: transparent !important;
    border-bottom: none !important;
    height: 0px !important;
    overflow: visible !important;
    z-index: 2 !important;
}

.rz-bay-schedules-progress {
    height: 2px;
    padding: 0 !important;
    position: absolute;
    top: -1px;
    z-index: 4;
}

.rz-bay-schedules-bay:hover {
    background-color: var(--rz-base-100) !important;
}

.rz-bay-schedules-bay {
    background-color: #fff;
    min-height: var(--rz-column-cell-bay-height);
    max-height: var(--rz-column-cell-bay-height);
    height: var(--rz-column-cell-bay-height);
    overflow: hidden;
    white-space: nowrap;
}

@keyframes leftToRight {
    from {
        -webkit-transform: translateX(-1.0em);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(1.0em);
        opacity: 0;
    }
}

@keyframes rightToLeft {
    from {
        -webkit-transform: translateX(1.0em);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(-1.0em);
        opacity: 0;
    }
}

/**
 * Timeslots styles
 */

.rz-timeslots {
    display: inline-block;
}

.rz-timeslots-wrapper,
.rz-timeslots-column,
.rz-timeslots-row {
    display: flex;
}

.rz-timeslots-wrapper,
.rz-timeslots-row {
    flex-flow: row wrap;
}

.rz-timeslots-wrapper,
.rz-timeslots-row {
    gap: 0.25rem;
}

.rz-timeslots-wrapper {
    width: 100%;
}

.rz-timeslots-column,
.rz-timeslots-row {
    flex-grow: 1;
}

.rz-timeslots-column {
    width: 13rem;
}


.rz-timeslots-row {
    width: 27rem;
}

.rz-timeslots-column {
    justify-content: space-around;
    gap: 0.25rem;
}

.rz-timeslot {
    background-color: var(--rz-white);
    border-radius: var(--rz-button-border-radius);
    color: var(--rz-base-800);
    cursor: default;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 0.5rem;
    text-align: center;
    width: 100%;
    user-select: none !important;
}

    .rz-timeslot:not(.rz-timeslot-booked):not(.rz-timeslot-closed):hover {
        background-image: var(--rz-button-hover-gradient);
        background-size: var(--rz-button-hover-background-size);
        box-shadow: var(--rz-button-hover-shadow);
    }

.rz-timeslot-text {
    width: 100%;
}

.rz-timeslot-booked {
    background-color: var(--rz-secondary-light);
    color: var(--rz-on-secondary-light);
    opacity: var(--rz-button-disabled-opacity);
}

.rz-timeslot-closed {
    background-color: var(--rz-danger-light);
    color: var(--rz-on-danger-light);
}

.rz-timeslot-selected {
    background-color: var(--rz-primary);
    color: var(--rz-white);
}

.rz-timeslots-date {
    background-color: white;
    border-radius: var(--rz-input-border-radius);
    display: inline-block;
    font-weight: 600;
    margin: 0.5rem 0 0.25rem 0;
    padding: var(--rz-input-padding);
    width: 100%;
}

/**
 * Document and image viewer
 */

:root {
    --rz-viewer-content-height: calc(100% - (32px + .75rem));
}

.rz-viewer-content {
    background: var(--rz-base-600);
    box-shadow: none;
    border: 1px solid var(--rz-base-800);
    display: grid;
    max-height: var(--rz-viewer-content-height);
    min-height: var(--rz-viewer-content-height);
    height: var(--rz-viewer-content-height);
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    padding: 1.5em;
}

.rz-viewer-loader-wrapper {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    text-align: center;
    z-index: 1;
    align-items: center;
    align-content: center;
}

    .rz-viewer-loader-wrapper.hidden {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 2s, opacity 2s linear;
    }

.rz-viewer-loader {
    background-color: #000000b5;
    padding: 0.5rem 1.5rem;
    padding-left: 0.5rem;
    border-radius: 5rem;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

    .rz-viewer-loader > .rz-progressbar-circular > .rz-progressbar-circular-viewbox > .rz-progressbar-circular-background {
        stroke: transparent !important;
    }

    .rz-viewer-loader > .rz-progressbar-circular > .rz-progressbar-circular-viewbox > .rz-progressbar-circular-value {
        stroke: white !important;
    }

.rz-viewer-loader-load.hidden,
.rz-viewer-loader-icon.hidden {
    display: none;
}


.rz-viewer-page-wrapper {
    margin: 0 auto;
}

.rz-viewer-page {
    box-shadow: var(--rz-shadow-2);
    margin-bottom: 0.5rem;
    transition: transform 200ms ease-in-out;
}

.rz-viewer-page {
}

    .rz-viewer-page.image {
        width: 75%;
    }

/**
 * Desktop and mobile styles
 */

@media(max-width: 768px) {
    .rz-responsive.rz-responsive-desktop-only {
        display: none;
        position: absolute;
        z-index: -1;
    }
}

@media(min-width: 768.0001px) {
    .rz-responsive.rz-responsive-mobiles-only {
        display: none;
    }
}

/**
 * Blazor component style overrides
 */

.rz-dialog.connecting,
.rz-dialog.failed,
.rz-dialog.rejected {
    display: none;
}

    .rz-dialog.connecting .rz-dialog-titlebar,
    .rz-dialog.failed .rz-dialog-titlebar,
    .rz-dialog.rejected .rz-dialog-titlebar {
        background-color: var(--rz-dialog-title-background-color);
        padding-bottom: 15px;
    }

    .rz-dialog.connecting .rz-dialog-titlebar {
        border-bottom: 3px solid var(--rz-primary);
    }

    .rz-dialog.failed .rz-dialog-titlebar,
    .rz-dialog.rejected .rz-dialog-titlebar {
        border-bottom: 3px solid var(--rz-danger)
    }

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected,
    #components-reconnect-modal.components-reconnect-show {
        display: flex !important;
    }

        #components-reconnect-modal.components-reconnect-failed > .rz-dialog.failed,
        #components-reconnect-modal.components-reconnect-rejected > .rz-dialog.rejected,
        #components-reconnect-modal.components-reconnect-show > .rz-dialog.connecting {
            display: flex !important;
        }

/**
 * Size styles.
 */

.rz-flex-stretch-self,
.rz-flex-grow {
    flex-grow: 1;
    flex-basis: auto;
}

.rz-flex-stretch-self,
.rz-flex-shrink {
    flex-shrink: 1;
    flex-basis: auto;
}

.rz-flex-stretch-self,
.rz-w-100 {
    width: 100%;
}

.rz-w-75 {
    width: 75%;
}

.rz-w-50 {
    width: 50%;
}

.rz-w-25 {
    width: 25%;
}

.rz-flex-stretch-self,
.rz-h-100 {
    height: 100%;
}

.rz-h-75 {
    height: 75%;
}

.rz-h-50 {
    height: 50%;
}

.rz-h-25 {
    height: 25%;
}

/**
 * Component isolation styles
 */

@import "Renaissance.Blazor.bundle.scp.css";

