@import url('open.iconic/font/css/open-iconic-bootstrap.min.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;
}

#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;
}

/*---------- BlockUI CSS ----------*/
.splash-screen {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    font-family: "Segoe UI",Roboto,"Helvetica Neue","-apple-system",BlinkMacSystemFont,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    width: -webkit-fill-available;
    z-index: 2147483647;
}

    .splash-screen .spinner-border {
        border: .2em solid;
        border-color: #5f368d #bfbfbf #bfbfbf;
        width: 120px;
        height: 120px;
    }

.splash-screen-caption {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.splash-screen-text {
    color: #a1a1a1;
    margin-top: .5rem;
}
/*---------- BlockUI CSS ----------*/


/*---------- MyCustom CSS ----------*/

@media only screen and (max-width: 768px) {
    .w-auto {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .w-auto {
        width: auto !important;
    }
}

.required-caption:before {
    content: '*';
    color: red;
}

/*---------- MyCustom CSS ----------*/

.global-popup {
    white-space: pre-wrap;
}

.dxbl-scroll-viewer-scroll-thumb:hover {
    height: 12px !important;
}

tr.highlighted > td {
    background-color: rgba(245, 198, 203, 0.5) !important;
}

.w-mincontent {
    width: min-content !important;
}
