@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

html, body {
    font-family: sans-serif;
}

.dxbl-popup-cell {
    z-index: 500 !important;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0px;
}

.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: 999999999;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled) {
    display: flex !important;
    text-decoration: none !important;
}

.dxbl-grid-empty-data-area, .dxbl-treeview-empty-data {
    visibility: hidden !important;
}

.nav-link {
    padding: 0.5rem 1rem !important;
}

    .nav-link span {
        font-size: var(--bs-nav-link-font-size) !important;
    }

.smaller-text {
    font-size: smaller !important;
}

.smaller-icons
{
    font-size: 17px !important;
}

.flex{
    display: flex;
    align-items: center;
}

.pr-1{
    padding-right: 0.5em;
}

.p-1{
    padding: 0.5em;
}

.pl-1{
    padding-left: 0.5em;
}

.pb-1{
    padding-bottom: 0.5em;
}

.cursor-pointer{
    cursor: pointer;
}

button:disabled, .btn:disabled{
    cursor: not-allowed !important;
}

.btn:disabled{
    pointer-events: unset !important;
}