﻿/* Toolbar */
.tb-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.tb-icon-bold {
    -webkit-mask-image: url("../images/icons/bold.svg");
    mask-image: url("../images/icons/bold.svg");
}

.tb-icon-italic {
    -webkit-mask-image: url("../images/icons/italic.svg");
    mask-image: url("../images/icons/italic.svg");
}

.tb-icon-underline {
    -webkit-mask-image: url("../images/icons/underline.svg");
    mask-image: url("../images/icons/underline.svg");
}

.tb-icon-align-left {
    -webkit-mask-image: url("../images/icons/align-left.svg");
    mask-image: url("../images/icons/align-left.svg");
}

.tb-icon-align-center {
    -webkit-mask-image: url("../images/icons/align-center.svg");
    mask-image: url("../images/icons/align-center.svg");
}

.tb-icon-align-right {
    -webkit-mask-image: url("../images/icons/align-right.svg");
    mask-image: url("../images/icons/align-right.svg");
}

.tb-icon-undo {
    -webkit-mask-image: url("../images/icons/undo.svg");
    mask-image: url("../images/icons/undo.svg");
}

.tb-icon-redo {
    -webkit-mask-image: url("../images/icons/redo.svg");
    mask-image: url("../images/icons/redo.svg");
}

.tb-icon-paste {
    -webkit-mask-image: url("../images/icons/paste.svg");
    mask-image: url("../images/icons/paste.svg");
}

.tb-icon-info {
    mask-image: url("../images/icons/info.svg");
    -webkit-mask-image: url("../images/icons/info.svg");
}

.tb-icon-save {
    mask-image: url("../images/icons/save.svg");
    -webkit-mask-image: url("../images/icons/save.svg");
}

.tb-icon-settings {
    mask-image: url("../images/icons/settings.svg");
    -webkit-mask-image: url("../images/icons/settings.svg");
}

.tb-icon-refresh {
    mask-image: url("../images/icons/refresh.svg");
    -webkit-mask-image: url("../images/icons/refresh.svg");
}

.tb-icon-paragraph {
    mask-image: url("../images/icons/paragraph.svg");
    -webkit-mask-image: url("../images/icons/paragraph.svg");
}

.tb-icon-watermark {
    mask-image: url("../images/icons/watermark.svg");
    -webkit-mask-image: url("../images/icons/watermark.svg");
}

.tb-icon-alert {
    mask-image: url("../images/icons/alert.svg");
    -webkit-mask-image: url("../images/icons/alert.svg");
}

.tb-icon-font {
    -webkit-mask-image: url("../images/icons/font.svg");
    mask-image: url("../images/icons/font.svg");
}

body.modal-open .main {
    -webkit-overflow-scrolling: auto;
}

/* GridLayout/StackLayout */
.gridlayout-item,
.stacklayout-item {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gridlayout-item:before,
    .stacklayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.gridlayout-header:before,
.stacklayout-header:before {
    background-color: var(--bs-red);
}

.gridlayout-content:before,
.stacklayout-content:before {
    background-color: var(--bs-yellow);
}

.gridlayout-left-side-bar:before,
.stacklayout-left-side-bar:before {
    background-color: var(--bs-green);
}

.gridlayout-right-side-bar:before,
.stacklayout-right-side-bar:before {
    background-color: var(--bs-info);
}

.gridlayout-footer:before,
.stacklayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}

@media (max-width: 575.98px) {
    .gridlayout-item,
    .stacklayout-item {
        font-size: 0.9em;
    }
}

/* Scheduler */
.demo-sc-apt {
    height: 100%;
}

.demo-sc-apt-content {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: inherit;
    display: inherit;
}

.demo-sc-apt.demo-sc-accepted .demo-sc-apt-content {
    border: none;
}

.demo-sc-h-apt:not(.demo-sc-accepted),
.demo-sc-apt:not(.demo-sc-accepted) .demo-sc-apt-content {
    color: black !important;
    font-size: .925em;
    font-weight: 600;
}

.demo-apt-subject {
    padding: 0.2em 0.5em 0.2em 0.9em;
}

.demo-sc-apt:not(.demo-sc-accepted) .demo-apt-bg {
    background-color: white;
}

.demo-apt-bg {
    opacity: 0.7;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dxbs-sc-apt.dxbs-apt-selected .demo-apt-bg {
    opacity: 1;
}

.dxbs-apt-hovered .demo-apt-bg {
    opacity: 0.7;
}

.demo-sc-status-container {
    position: relative;
    border-width: 0;
    margin-right: -0.4em;
    height: 100%;
    background-color: var(--bs-white);
    box-sizing: border-box;
    width: 0.5em;
    height: 100%;
    float: left;
}

    .demo-sc-status-container:after {
        content: " ";
        position: absolute;
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        box-sizing: border-box;
        background-color: transparent;
        border: 1px solid white;
        opacity: 0.4;
        border-radius: inherit;
    }

.demo-sc-apt:not(.demo-sc-accepted) .demo-sc-status-container::after {
    background-image: linear-gradient(-45deg,var(--bs-white) 19%,transparent 0,transparent 50%,var(--bs-white) 0,var(--bs-white) 69%,transparent 0,transparent);
    background-size: 8px 8px;
    opacity: 0.9;
}

.demo-sc-status-container .demo-apt-status {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    top: 0%;
    height: 100%;
}

.demo-sc-docked {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.demo-resnavigator {
    display: flex;
}

.demo-resnavigator-icon {
    width: 1rem;
    height: 1rem;
    -webkit-mask: url("../images/icons/scheduler-navigator.svg");
    mask: url("../images/icons/scheduler-navigator.svg");
    background-color: currentColor;
}

.demo-resnavigator-container {
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

    .demo-resnavigator-container .card-body {
        padding-left: 3px;
        padding-right: 3px;
    }

    .demo-resnavigator-container .demo-resnavigator-tree {
        width: 233px;
        padding-top: 2px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .demo-resnavigator-container .demo-resnavigator-item {
        padding: 0.375rem 10px 0.375rem 5px;
    }

        .demo-resnavigator-container .demo-resnavigator-item,
        .demo-resnavigator-container .demo-resnavigator-item * {
            cursor: pointer;
        }

.demo-resnavigator-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.demo-resnavigator-sc-container {
    flex-grow: 1;
}

.sc-tooltip-bottom-container {
    display: flex;
    justify-content: flex-end;
}

.dx-icon-time {
    display: inline-block;
    vertical-align: bottom;
    background-color: currentColor;
    -webkit-mask: url("../images/icons/time.svg");
    mask: url("../images/icons/time.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 1rem;
    width: 1rem;
    mask-size: 1rem;
    -webkit-mask-size: 1rem;
    margin: 0 4px -1px 0;
}

.dx-icon-accepted {
    background-color: currentColor;
    -webkit-mask: url("../images/icons/accept.svg");
    mask: url("../images/icons/accept.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 1rem;
    width: 1rem;
    mask-size: 1rem;
    -webkit-mask-size: 1rem;
    margin: 0 8px 0 0;
}

.dx-icon-tentative {
    background-color: currentColor;
    -webkit-mask: url("../images/icons/quest.svg");
    mask: url("../images/icons/quest.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 1rem;
    width: 1rem;
    mask-size: 1rem;
    -webkit-mask-size: 1rem;
    margin: 0 8px 0 0;
}

.dx-icon-toolbar {
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 16px;
    width: 16px;
    mask-size: 16px;
    -webkit-mask-size: 16px;
    margin: 5px 5px 5px 5px;
    opacity: 0.7;
}

.icon-edit {
    -webkit-mask: url("../images/icons/scheduler-edit.svg");
    mask: url("../images/icons/scheduler-edit.svg");
}

.icon-add {
    -webkit-mask: url("../images/icons/scheduler-add.svg");
    mask: url("../images/icons/scheduler-add.svg");
}

.icon-delete {
    -webkit-mask: url("../images/icons/scheduler-delete.svg");
    mask: url("../images/icons/scheduler-delete.svg");
}

.tabs-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

:not(.dxbl-active) > .tabs-icon {
    opacity: 0.7;
}

.tabs-icon-home {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.tabs-icon-support {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.tabs-icon-products {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

/* Menu, ContextMenu, Overview */
.menu-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-icon-large {
    width: 5rem;
    height: 5rem;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.menu-icon-home {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.menu-icon-products {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

.menu-icon-contacts {
    mask-image: url("../images/icons/contacts.svg");
    -webkit-mask-image: url("../images/icons/contacts.svg");
}

.menu-icon-about {
    mask-image: url("../images/icons/about.svg");
    -webkit-mask-image: url("../images/icons/about.svg");
}

.menu-icon-sort-by {
    mask-image: url("../images/icons/sort.svg");
    -webkit-mask-image: url("../images/icons/sort.svg");
}

.menu-icon-copy {
    mask-image: url("../images/icons/copy.svg");
    -webkit-mask-image: url("../images/icons/copy.svg");
}

.menu-icon-cut {
    mask-image: url("../images/icons/cut.svg");
    -webkit-mask-image: url("../images/icons/cut.svg");
}

.menu-icon-clear {
    mask-image: url("../images/icons/clear.svg");
    -webkit-mask-image: url("../images/icons/clear.svg");
}

.menu-icon-user-profile {
    mask-image: url("../images/icons/user-profile.svg");
    -webkit-mask-image: url("../images/icons/user-profile.svg");
}

.menu-box {
    width: 280px !important;
    height: 220px;
}

.icon-logo {
    display: flex;
    height: 20px;
    width: 120px;
    opacity: 0.7;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../images/icons/logo-monochrome.svg");
    -webkit-mask-image: url("../images/icons/logo-monochrome.svg");
}

/*Upload*/
.upload-container,
.upload-container > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

/*Chart*/
.chart-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.chart-icon-calendar {
    -webkit-mask-image: url("../images/icons/calendar.svg");
    mask-image: url("../images/icons/calendar.svg");
    opacity: 1;
}

.component-container .chart-container .dx-blazor-widget {
    width: 400px;
}

.component-container .chart-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 0;
}

.chart-icon-export {
    -webkit-mask-image: url("../images/icons/export.svg");
    mask-image: url("../images/icons/export.svg");
}

.chart-icon-export-to-png {
    -webkit-mask-image: url("../images/icons/export-png.svg");
    mask-image: url("../images/icons/export-png.svg");
}

.chart-icon-export-to-jpeg {
    -webkit-mask-image: url("../images/icons/export-jpg.svg");
    mask-image: url("../images/icons/export-jpg.svg");
}

.chart-icon-export-to-pdf {
    -webkit-mask-image: url("../images/icons/export-pdf.svg");
    mask-image: url("../images/icons/export-pdf.svg");
}

.chart-export-menu > dxbl-menu-item > a {
    padding: 8px;
}

    .chart-export-menu > dxbl-menu-item > a:hover:before {
        border-radius: 3px;
    }


@media (max-width: 899.98px) {
    .component-container .chart-container .dx-blazor-widget {
        width: 100%;
    }
}
/* Editors */
.editor-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.editor-icon-caret-right {
    -webkit-mask-image: url("../images/icons/caret-right.svg");
    mask-image: url("../images/icons/caret-right.svg");
}

.editor-icon-caret-left {
    -webkit-mask-image: url("../images/icons/caret-left.svg");
    mask-image: url("../images/icons/caret-left.svg");
}

.editor-icon-chevron-right-small {
    -webkit-mask-image: url("../images/icons/chevron-right-small.svg");
    mask-image: url("../images/icons/chevron-right-small.svg");
}

.editor-icon-chevron-left-small {
    -webkit-mask-image: url("../images/icons/chevron-left-small.svg");
    mask-image: url("../images/icons/chevron-left-small.svg");
}

.editor-icon-dollar {
    -webkit-mask-image: url("../images/icons/dollar.svg");
    mask-image: url("../images/icons/dollar.svg");
}

.editor-icon-euro {
    -webkit-mask-image: url("../images/icons/euro.svg");
    mask-image: url("../images/icons/euro.svg");
}

.editor-icon-documentation {
    -webkit-mask-image: url("../images/icons/grid-toolbar-document.svg");
    mask-image: url("../images/icons/grid-toolbar-document.svg");
}

.editor-icon-add {
    -webkit-mask-image: url("../images/icons/add.svg");
    mask-image: url("../images/icons/add.svg");
}

.editor-icon-mail {
    -webkit-mask-image: url("../images/icons/mail.svg");
    mask-image: url("../images/icons/mail.svg");
}

.editor-icon-city {
    -webkit-mask-image: url("../images/icons/city.svg");
    mask-image: url("../images/icons/city.svg");
}

.editor-icon-birthdate {
    -webkit-mask-image: url("../images/icons/birthdate.svg");
    mask-image: url("../images/icons/birthdate.svg");
}
/*Grid*/
.grid-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    vertical-align: middle;
}

.grid-icon-check {
    mask-image: url("../images/icons/check.svg");
    -webkit-mask-image: url("../images/icons/check.svg");
}

.grid-btn-link {
    border: 0;
    display: inline;
    font: inherit;
    line-height: 100%;
    padding: 0;
    text-decoration: underline;
    vertical-align: baseline;
}

.theme-solar .dxbs-grid-table,
.theme-solar .dxbs-grid-table a,
.theme-solar .dxbs-grid-table .btn-link {
    color: #eeeeee;
}

/* Tabs */
.demo-employee-card h5 {
    font-size: 1rem;
    margin-top: 8px;
}

.demo-employee-card b {
    font-weight: 600;
}

/* Popup, Flyout*/
.popup-icon-user {
    -webkit-mask-image: url("../images/icons/popup-user.svg");
    mask-image: url("../images/icons/popup-user.svg");
}

.popup-icon-birthday {
    -webkit-mask-image: url("../images/icons/popup-birthday.svg");
    mask-image: url("../images/icons/popup-birthday.svg");
}

.popup-icon-worked {
    -webkit-mask-image: url("../images/icons/popup-worked.svg");
    mask-image: url("../images/icons/popup-worked.svg");
}

.popup-icon-position {
    -webkit-mask-image: url("../images/icons/popup-position.svg");
    mask-image: url("../images/icons/popup-position.svg");
}

.popup-icon-user,
.popup-icon-birthday,
.popup-icon-worked,
.popup-icon-position {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
    width: 16px;
    height: 16px;
}

.popup-demo-events .popup-demo-events-footer {
    display: flex;
    align-items: start;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%
}

.popup-demo-events .popup-demo-events-button {
    width: 80px;
}

.popup-demo-events-checkbox {
    width: 100%;
}
