﻿:root {
    --rz-fieldset-padding: 1rem;
    --rz-input-disabled-background-color: #eeeeee;
    --rz-input-disabled-color: #424242;
}

.progress-bar {
    position: fixed;
    width: 100%;
    background: grey;
}

.progress-bar-loader {
    height: 10px;
    z-index: 1002;
}

.progress-bar-block-ui {
    height: 100%;
    z-index: 1001;
    opacity: 0.5;
}

.rz-datepicker, .rz-tabview, .rz-textarea, .rz-textbox,
div:not(.rz-calendar-title):not(.rz-pager) > .rz-dropdown,
div:not(.rz-timepicker) > .rz-numeric {
    width: 100%;
}

    .rz-inputtext:focus, .rz-textarea:focus, .rz-textbox:focus, .rz-numeric:focus,
    .rz-dropdown:not(.rz-state-disabled):focus {
        color: var(--rz-on-primary-lighter) !important;
        background-color: var(--rz-primary-lighter) !important;
    }

legend.rz-fieldset-legend {
    margin-bottom: 0px;
}
