::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e1e1e1;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(76,76,76,1) 23%,rgba(76,76,76,1) 23%,rgba(71,71,71,1) 72%,rgba(17,17,17,1) 99%);
}

/* material theme */
:root {
    --mdc-theme-primary: #5D2E8F;
    --mdc-theme-secondary: #fbaf41;
    /*--mdc-theme-on-primary: #495f90;
    --mdc-theme-on-secondary: #ffe172;*/
    --mdc-theme-text-primary: #ffffff;
    --mdc-theme-text-secondary: #333;
    --mdc-theme-text-on-primary: #001037;
    --mdc-theme-text-on-secondary: #c48003;
    /*--mdc-theme-surface: #263238; */
}

.loading-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

.loading-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader-transparent.gif') center no-repeat #ffffff77;
}

.loading-items {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}



.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    padding: 10px;
    text-transform: none;
}

#blazor-error-ui::before {
    margin: auto;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui {
    z-index: 9999;
    display: none;
    background: #fff;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}

.mdc-select {
    border: 1px solid black;
}

    .mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
        background-color: #fff;
        text-transform: none;
    }

.mdc-form-field > label {
    margin-top: 11px;
}

.blazored-wizard .tab-content {
    background-color: transparent;
    border: 0;
}

.blazored-wizard .nav-pills {
    border: 0;
}

.form-control {
    display: block;
    border: 1px solid #424351;
    background-color: white;
    color: #495057;
    text-transform: none;
}

    .form-control:focus, .form-control:active {
        display: block;
        border: 1px solid #424351;
        background-color: white;
        color: #495057;
        text-transform: none;
    }

.blazored-wizard .nav-link {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 600;
    background: #ccc;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

    .blazored-wizard .nav-link.active {
        background-color: #fbd005;
        color: #000;
        cursor: default;
    }

.blazored-wizard .btn-primary {
    color: #000;
    background-color: #fbd005;
    border: 0;
    border-radius: 0;
}

    .blazored-wizard .btn-primary:disabled {
        background-color: #a3a4a5;
    }

    .blazored-wizard .btn-primary:focus {
        box-shadow: none;
    }

.blazored-wizard label, .blazored-wizard p {
    color: #000;
    text-transform: none;
}

.blazored-wizard h3 {
    color: #000;
}

select.form-control option {
    padding: 10px;
}

.mdc-select .mdc-select__menu .mdc-list-item, .mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input, .mdc-table--striped, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    text-transform: none;
}

.mdc-select .mdc-select__anchor {
    height: 46px;
    align-items: center;
}

.mdc-top-app-bar {
    background-color: #fbd005 !important;
}

label.mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) > input.mdc-text-field__input {
    text-transform: none;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

path.line {
    fill: none;
    stroke-width: 1px;
}

path.lineCCF {    
    fill: none;
    stroke: #000;
    stroke-width: 1;
}

.dot {
    stroke: #000;
}

div.d3-tooltip {
    position: absolute;
    text-align: center;
    padding: 4px;
    font: 12px sans-serif;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    border: 1px solid #444;
    border-radius: 8px;
    pointer-events: none;
    z-index: 999999;
    display: none;
}

.chart {
    background-color: #fff;
}

.mdc-dialog__surface {
    overflow: visible;
}

.A4 .table td {
    font-size: 0.7em;
    max-width: 120mm;
    text-overflow: ellipsis;
    overflow: hidden;
}
