@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;
}

/*#region ---------- Content-ToolBar CSS ----------*/
.content-toolbar {
    width: fit-content !important;
    max-width: 100% !important;
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
}

.content-toolbar-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
}

.content-toolbar-filter {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    align-self: flex-start !important;
    margin: 0 0 .25rem 0;
}

.content-toolbar-start {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-self: flex-start !important;
    margin: 0 auto .25rem 0;
}

.content-toolbar-center {
    display: flex;
    align-self: center !important;
    flex: 1 1 auto;
    margin: 0 auto .25rem auto;
}

.content-toolbar-end {
    display: flex;
    align-self: flex-end !important;
    flex: 0 1 auto;
    margin: 0 0 .25rem auto;
}

.toolbar-panel-start {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-self: flex-start !important;
    margin: 0 auto .25rem 0;
}

.toolbar-panel-center {
    display: flex;
    align-self: center !important;
    flex: 1 1 auto;
    margin: 0 auto .25rem auto;
}

.toolbar-panel-end {
    display: flex;
    align-self: flex-end !important;
    flex: 0 1 auto;
    margin: 0 0 .25rem auto;
}

.toolbar-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: .75rem;
    padding-right: .625rem;
}

.toolbar-group-text {
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    padding: .375rem .75rem;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--bs-gray-300) !important;
    border: 1px solid !important;
    border-color: var(--bs-primary) !important;
    border-radius: .25rem !important;
    border-right-width: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: black;
}

.toolbar-group > .toolbar-group-control {
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .1725em;
    border: 1px solid !important;
    border-color: var(--bs-primary) !important;
    border-radius: .25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.toolbar-group-control > input {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    padding: 4px 6px;
    border-width: 0px !important;
    outline: 0px !important;
}

.toolbar-group > .toolbar-group-checkbox {
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .1725em;
    border: 1px solid !important;
    border-color: var(--bs-primary) !important;
    border-radius: .25rem !important;
}

.toolbar-action {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-right: .625rem;
}

    .toolbar-action > .toolbar-action-checkbox {
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        display: inline-flex;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        padding: 0 .1725em;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        border-radius: .25rem !important;
    }
/*#endregion*/
