/* Demos specific */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');

body, html {
    height: 100%;
}

body {
    margin: 0;
    overscroll-behavior: none;
}
app,
app > div,
.demo-content > div:not(.modal-backdrop),
.main > .content,
.content > .demo-page,
.demo-page > .demo-page-nav
{
    background-color: inherit;
}
.sidebar {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: Window !important;
}
.sidebar,
.themeswitcher-container {
    z-index: 1029;
}
.navbar {
    z-index: 1030;
}
.footer,
.themeswitcher-container,
.demo-content,
.sidebar {
    transition: transform 0.1s ease-out;
}
.themeswitcher-container {
    min-width: 320px;
    max-width: 320px;
}

html,
body,
app {
    height: 100%;
    overflow: hidden;
}

.demo-content {
    height: calc(100% - 3.5rem);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    overscroll-behavior: none;
}
.main {
    position: relative;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.modal-open .main {
    -webkit-overflow-scrolling: auto;
}
.footer {
    width: 300px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1029;
}
@media (min-width: 1200px) {
    .main {
        min-width: calc(100vw - 300px);
    }
    .desktop-sidebar-hidden .main {
        min-width: 100vw;
    }
    .desktop-sidebar-hidden,
    .desktop-sidebar-hidden + .footer {
        transform: translateX(-300px);
    }
    .desktop-sidebar-hidden {
        margin-right: -300px;
    }
    .themeswitcher-container-shown {
        transform: translateX(-100%);
    }
}
.demo-content-modal.modal-backdrop {
    display: none;
    top: 3.5rem;
    z-index: 1028;
}

@media (max-width: 1199px) {
    .main {
        min-width: 100vw;
        display: flex;
        flex-flow: column nowrap;
    }
    .main > .content {
        flex: 1 1 auto;
    }
    .sidebar,
    .themeswitcher-container {
        position: fixed;
        top: 3.5rem;
        height: calc(100% - 3.5rem);
    }
    .sidebar {
        transform: translateX(-100%);
        left: 0;
    }
    .themeswitcher-container {
        transform: translateX(100%);
        right: 0;
    }

    .themeswitcher-container-shown,
    .mobile-sidebar-shown .sidebar {
        transform: translateX(0);
    }

    .demo-content-modal.modal-backdrop.modal-backdrop-shown {
        display: block;
        cursor: pointer;
    }
}

.navbar {
    border: none;
    background-color: inherit;
    border-radius: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}

    .navbar .navbar-toggler {
        height: 3.5rem;
        outline: none;
        border-radius: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        align-self: stretch;
    }

.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}
    
/* app-sidebar */
.app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

.app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

.app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

.app-sidebar > .nav-pills > .nav-item > a[aria-expanded] ~ ul {
    margin: 0;
}

.app-sidebar .nav-pills > .nav-item a:not(.active) {
    color: inherit !important;
}

.app-sidebar .nav-pills .nav-item .nav-link {
    text-transform: none;
}

.app-sidebar .nav-pills .nav-item .nav-link > span:not(.expand-btn):not(.image):not(.badge) {
    flex: 1;
}

.app-sidebar .nav-pills .nav-item .nav-link > span.expand-btn {
    margin-right: 4px;
}

.app-sidebar .nav-pills .nav-item .nav-link > span.badge {
    flex: 0;
    border-radius: 0.25rem!important;
    min-width: 2.7em;
}

.dxbs-tree.app-sidebar > ul.nav ul.nav {
    margin: 0!important;
}

.dxbs-tree.app-sidebar > ul.nav ul.nav .nav-item {
    padding-bottom: 0;
}

.dxbs-tree.app-sidebar > ul.nav ul.nav .nav-link {
    font-size: 0.825rem;
    font-weight: 400;
    padding: 0 1rem;
}
.dxbs-tree.app-sidebar .badge {
    margin: 0;
    border: 0 !important;
    padding: 3px 4px;
    color: #fff !important;
    background-color: #6c757d !important;
    font-size: 0.75rem;
    font-weight: 400;
}
.sidebar .nav-pills .nav-item {
    margin: 0;
}

.app-sidebar .nav-pills > .nav-item > a:not(.active) {
    background-image: none !important;
}

.app-sidebar .nav-pills > .nav-item > a {
    border: none !important;
}

/*DemoPage*/
.demo-page {
    display: flex;
    flex-flow: row nowrap;
    margin-left: -2rem;
    margin-right: -2rem;
}
.demo-page .demo-page-content {
    max-width: calc(1100px + 4rem);
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: 2rem;
    padding-left: 2rem;
}
.demo-page .demo-page-content .demo-anchor {
    scroll-margin-top: 2rem;
    scroll-snap-margin-top: 2rem;
}
    
/*DemoPageNavPanel*/
.demo-page-nav {
    flex: 1 0 auto;
    min-width: calc(200px + 3rem);
    padding-right: 2rem;
}
.demo-page-nav .nav-pills {
    position: sticky;
    top: 1.1rem;
    padding-bottom: 1.125rem;
    min-width: 200px;
    max-width: max-content;
}
.demo-page-nav .nav-pills .nav-link {
    border-radius: 0;
    border: none;
    font-size: .875rem;
    color: inherit;
    background: none;
    padding: .2195rem .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.demo-page-nav .nav-pills .nav-link.active {
    color: inherit;
    position: relative;
    transform: scale(1);
}
.demo-page-nav .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
}
.demo-page-nav .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    opacity: 0.05;
    z-index: -1;
}
.demo-page-nav .nav-pills .nav-link .badge:empty,
.demo-page-nav .nav-header .badge:empty {
    display: none;
}
.demo-page-nav .nav-pills .nav-link .badge,
.demo-page-nav .nav-header .badge {
    margin-left: 0.3em;
    border: 0;
    padding: 3px 4px;
    color: #fff;
    background-color: #a1a6ab;
    font-size: 0.75rem;
    font-weight: 400;
    border-radius: 0.25rem;
    min-width: 2.7em;
}
.demo-page-nav .nav-header .badge {
    margin-left: 8px;
}
.demo-page-nav .nav-header {
    display: none;
}
.demo-page-nav .nav-title {
    font-size: 1rem;
    font-weight: 600;
    padding: .5rem .75rem;
}
@media (max-width: 1199.98px) {
    .demo-page {
        flex-flow: column nowrap;
        margin: 0;
    }
    .demo-page .demo-page-content {
        padding-top: 1.1rem;
        order: 1;
        padding-right: 0;
        padding-left: 0;
        overflow: visible;
    }
    .demo-page .demo-page-content .demo-anchor {
        scroll-margin-top: calc(2.875rem + 2rem);
        scroll-snap-margin-top: calc(2.875rem + 2rem);
    }
    .demo-page-nav {
        position: sticky;
        z-index: 1027;
        top: 0;
        order: 0;
        height: 2.875rem;
        margin: -1.1rem -1.5rem 0 -1.5rem;
        padding-right: 0;
    }
    .demo-page-nav .nav-header {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: inherit;
        position:relative;
        transform: scale(1);
        padding: 11px 20px 11px 24px;
        font-size: 1rem;
    }
    .demo-page-nav .nav-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        opacity: 0.09;
        z-index: -1;
    }
    .demo-page-nav .nav-header .nav-header-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .demo-page-nav .nav-header .nav-header-btn {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        padding: .375rem;
        cursor: pointer;
        color: inherit;
        position: relative;
        transform: scale(1);
        margin-right: -.5rem;
    }
    .demo-page-nav .nav-header .nav-header-btn:before {
        content: "";
        display: block;
        width: .75rem;
        height: .75rem;
        mask-image: url("../images/CollapseButton.svg");
        -webkit-mask-image: url("../images/CollapseButton.svg");
        color: var(--gray);
        background-color: currentColor;
    }
    .demo-page-nav .nav-header:not(.collapse) .nav-header-btn:before {
        transform: rotate(180deg);
    }
    .demo-page-nav .nav-header .nav-header-btn:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: currentColor;
        opacity: 0.09;
        z-index: -1;
    }
    .demo-page-nav .nav-header.collapse + .nav-pills {
        display: none;
    }
    .demo-page-nav .nav-pills {
        position: absolute;
        top: auto;
        width: 100%;
        max-width: 100%;
        box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.12);
        background-color: inherit;
    }
    .demo-page-nav .nav-title {
        padding: .8rem 1.5rem;
    }
    .demo-page-nav .nav-pills .nav-link {
        padding: .2195rem 1.25rem .2195rem 1.5rem;
    }
    .demo-page-nav .nav-pills .nav-link .badge {
        margin-right: -.5rem;
    }
}

.content {
    padding-top: 1.1rem;
    height: calc(100% - 1.2rem);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.navbar .demo-btn-container {
    margin-left: auto;
    padding-right: 10px;
}

.navbar .nav-item {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1200px) {
    #settingsbar {
        height: calc(100vh - 3.5rem);
        position: fixed;
    }
    .main > div {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.download-btn.navbar-toggler {
    height: 3.5rem;
    padding: calc((3.5rem - 22px)/2)!important;
}
.demo-download-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: currentColor;
    mask-image: url("../images/download.svg");
    -webkit-mask-image: url("../images/download.svg");
}

.demo-theme-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    mask-image: url("../images/theme.svg");
    -webkit-mask-image: url("../images/theme.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.demo-products .row > div {
    margin-bottom: 2rem;
}

.demo-products .demo-product {
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    height: 100%;
    margin: 0;
}
.demo-products .demo-product:not(.demo-product-disabled):hover {
    transform: translate(0, -6px);
    transition: all .2s ease-out;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.1) !important;
}

.demo-product-disabled {
    color: gray;
    cursor: default !important;
}

.demo-products .demo-product .demo-product-info {
    display: inline-block;
    font-size: 13px;
}
.fn-icon {
    width: 40px;
    height: 40px;
}
   
#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;
}
    
/*old dx-demo.css*/
.code-snippet,
.demo-description:not(.demo-products) {
    max-width: 1100px;
}

.demo-card-sm,
.demo-card.demo-card-sm {
    max-width: 390px;

}
.main > .content > .card:not(.online-only-warning),
.demo-page-content > .card:not(.online-only-warning) {
    position: static;
}

.card.card-shadow {
    margin-top: 2rem;
    border: none;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
}

.card.demo-card.demo-card-shadow,
.card.demo-card-wide.demo-card-shadow {
    border: none;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
}

.card.demo-card.demo-card-shadow > .card-body,
.card.demo-card-wide.demo-card-shadow > .card-body {
    padding: 1.5rem;
}

.card.demo-card.demo-card-shadow >.card-header,
.card.demo-card-wide.demo-card-shadow > .card-header{
    padding: .5rem .5rem .5rem 1.5rem;
}

.card.demo-card-wide.demo-card-shadow .card-body-fl {
    padding-left: .6rem;
}

.card.code-snippet,
.demo-description + div,
.dx-blazor-widget + .dx-pivotgrid {
    margin-top: 2rem;
}

@media(max-width: 1080px) {
    .card.demo-card {
        width: 100%;
    }
    .card.demo-card.demo-card-shadow,
    .card.demo-card-wide.demo-card-shadow {
        width: 100%;
    }
}

.mw-480 {
    max-width: 480px !important;
}
.mw-960 {
    max-width: 960px !important;
}
.mw-1100 {
    max-width: 1100px !important;
}

.card-deck.demo > .card {
    min-width: 400px;
    max-width: 800px;
    height: 150px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.card.demo-card-wide > .card-footer:not(.code-header) {
    background-color: #fff;
}
.card.demo-card > .card-footer:not(.code-header) {
    background-color: #fff;
}

.card.demo-card > .card-footer > pre,
.card.demo-card-wide > .card-footer > pre {
    margin: 0;
    padding: 0;
    border: none;
}

.card.code-snippet {
    overflow: hidden;
}

.code-header.card-footer {
    background-color: #fff !important;
    background-image: none;
}

.code-header.card-footer:not(:first-child) {
    border-top-color: #ebebeb;
    border-top-width: 1px;
}

.code-header.card-footer:first-child {
    border-top: none;
}

.code-header .nav-code {
    position: relative;
    z-index: 1;
}

.code-header > .nav-code .nav-link {
    color: #444;
}

.code-header > .nav-code .nav-link.active {
    background-color: #fff;
    border-bottom: 2px solid;
}

.code-header > .nav-code .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    padding: 0.5rem 1rem;
}

.code-header > .nav-code .nav-link {
    font-size: 0.875rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.code-header.card-footer ~ .card-footer {
    border-top-width: 1px;
    margin-top: -1px;
    border-top-color: #d6d5d5;
    background-color: #fafafa !important;
}

.code-header-tabs {
    padding-bottom: 1px;
}
.code-header-tabs .nav-tabs {
    border-bottom-color: #d6d5d5;
}

.code-header .code-toolbar {
    flex: 1;
    display: flex;
    align-items: center;
}

.hljs {
    background-color: transparent !important;
    padding: 0 !important;
}

.hljs-name,
.hljs-attr,
.hljs-tag,
code.hljs.xml {
    color: #800080 !important;
}

div.logo {
    padding-top: 10px;
    float: left;
    width: 100%;
}
    
.caption {
    color: #212529;
}

.footer > div {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 10px;
    background-color: inherit;
}

.footer:before {
    content: "";
    display: block;
    border: 1px solid;
    border-bottom-style: none;
    opacity: 0.15;
}

.footer .variable,
.footer .version,
.footer .copyright {
    font-size: 11px;
}

div.content > .card:last-child,
.demo-page-content > .card:last-child {
    margin-bottom: 50px;
}

.card-footer.text-muted .dxbs-spin-edit {
    width: 100px;
}

.online-only-warning {
    margin-top: 32px;
    margin-bottom: 40px;
    padding: 16px 16px 0 66px;
    max-width: 1024px;
}

.online-only-warning > img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 21px;
    left: 16px;
}

.online-only-warning .info-caption {
    font-size: 16px;
    margin-bottom: 2px;
}

.online-only-warning .info-description {
    font-size: 14px;
    margin-bottom: 16px;
}


.demo-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 9px!important;
    margin-left: -3px!important;
    background-color: currentColor;
}
.demo-icon-expand,
.demo-icon-collapse {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: currentColor;
}
.demo-icon-collapse {
    mask-image: url("../images/CollapseButton.svg");
    -webkit-mask-image: url("../images/CollapseButton.svg");
}
.demo-icon-expand {
    mask-image: url("../images/ExpandButton.svg");
    -webkit-mask-image: url("../images/ExpandButton.svg");
}
.demo-icon-overview {
    mask-image: url("../images/Overview.svg");
    -webkit-mask-image: url("../images/Overview.svg");
}
.demo-icon-grid {
    mask-image: url("../images/GridView.svg");
    -webkit-mask-image: url("../images/GridView.svg");
}
.demo-icon-pivotgrid {
    mask-image: url("../images/PivotGrid.svg");
    -webkit-mask-image: url("../images/PivotGrid.svg");
}
.demo-icon-treeview {
    mask-image: url("../images/TreeView.svg");
    -webkit-mask-image: url("../images/TreeView.svg");
}
.demo-icon-formlayout {
    mask-image: url("../images/FormLayout.svg");
    -webkit-mask-image: url("../images/FormLayout.svg");
}
.demo-icon-editform-validation {
    mask-image: url("../images/EditFormValidation.svg");
    -webkit-mask-image: url("../images/EditFormValidation.svg");
}
.demo-icon-toolbar {
    mask-image: url("../images/Toolbar.svg");
    -webkit-mask-image: url("../images/Toolbar.svg");
}
.demo-icon-tabs {
    mask-image: url("../images/Tabs.svg");
    -webkit-mask-image: url("../images/Tabs.svg");
}
.demo-icon-editors {
    mask-image: url("../images/Editors.svg");
    -webkit-mask-image: url("../images/Editors.svg");
}
.demo-icon-pager {
    mask-image: url("../images/Pager.svg");
    -webkit-mask-image: url("../images/Pager.svg");
}
.demo-icon-info {
    width: 20px;
    height: 20px;
    mask-image: url("../images/Info.svg");
    -webkit-mask-image: url("../images/Info.svg");
}

.demo-description:not(:first-child) > h2 {
    margin-top: 32px;
}

.demo-description > h2 {
    margin-bottom: 24px;
}

.demo-description .demo-anchor {
    opacity: 0;
    transition: opacity 150ms;
    width: 1.5rem;
    margin-left: -1.5rem;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}

.demo-description .demo-anchor:before {
    content: "#";
}

@media (min-width: 1200px) {
    .demo-description .demo-anchor {
        width: 2rem;
        margin-left: -2rem;
    }
}

.demo-description > h1:hover .demo-anchor,
.demo-description > h2:hover .demo-anchor {
    opacity: 1;
}

.demo-charts-seriestypes.card-deck > .card {
    min-width: 380px;
}
.demo-charts-seriestypes.card-deck > .card > .card-body:first-child {
    align-items: baseline;
}
.demo-charts-seriestypes.card-deck .dx-listbox-scrollable {
    max-height: none !important;
}
    
.target-container:before {
    content: "Click to show a pop-up window";
    text-transform: uppercase;
    font-weight: 600;
}
.target-container {
    height: 200px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}
.target-container.context-menu-container:before {
    content: "Right-click to show the context menu";
}
.custom-popup .modal-header {
    padding: 0;
}
.custom-popup .custom-header {
    padding: 0.3rem 0;
    font-size: 1.4rem;
    justify-content: right;
    display: flex;
    align-items: center;
}
.custom-popup .demo-icon-info {
    margin: 0 0.5rem 0 0.6rem;
}
.custom-popup .custom-header .close-button {
    font-size: 0.9rem;
    margin-left: auto;
    margin-bottom: 0.2rem;
    margin-right: 0.9rem;
}
.custom-popup .modal-body {
    padding-top: 0.6rem;
}

a.helplink {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .demo-listbox {
        width: calc(50% - 10px) !important;
        max-width: 540px;
    }
}

.demo-checkBox {
    width: 191px;
    height: 191px;
    border-radius: 20px;
    box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.3);
    background-color: #fcfcfc;
}

.flexBox, .demo-checkBox, .gradientCircle, .borderContainer, .boxLabel, .borderCyrcle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxLabel {
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #212529;
}

.borderCyrcle, .borderContainer {
    position: absolute;
    width: 152px;
    height: 152px;
}

.borderCyrcle {
    border-radius: 100%;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.32);
    border: solid 6px rgba(0, 0, 0, 0.1);
}

.gradientCircle {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.32);
    background-image: linear-gradient(to bottom, #bc91ff, #593196);
    transform: rotate(-45deg);
}

.centerCircle {
    position: absolute;
    border-radius: 100%;
    width: 74px;
    height: 74px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.42), inset 0px 10px 16px 0 rgba(0, 0, 0, 0.1);
    border: solid 8px #ffffff;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.roundMarkerHigh, .roundMarkerMedium, .roundMarkerLow {
    position: relative;
    left: 83%;
    top: 47%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}

.roundMarkerMedium {
    opacity: 0.75;
    border: solid 3px #ffffff;
    background-color: #ffffff00;
}

.roundMarkerLow {
    opacity: 0.75;
    border: solid 1px #ffffff;
    background-color: #ffffff00;
}

.marker {
    position: absolute;
    left: 60%;
    top: 49.5%;
    width: 14px;
    height: 4px;
    border-radius: 2px;
    background-color: #212529;
}

.light {
    width: 100%;
    border-top: 50px solid transparent;
    border-right: 100px solid white;
    border-bottom: 50px solid transparent;
    opacity: 0.2;
}


@keyframes turn90 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes turn180 {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-180deg);
    }
}

@keyframes turn0 {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.markerContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
}

.undo {
    width: 16px;
    height: 16px;
    background-image: url("../images/undo.svg");
    margin: 0 8px 0 0;
}

.redo {
    width: 16px;
    height: 16px;
    background-image: url("../images/redo.svg");
    margin: 0 0 0 8px;
}

.like {
    height: 16px;
    width: 16px;
    background-image: url("../images/like.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 8px;
}

.tb-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.tb-icon-bold {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Bold.svg");
    mask-image: url("../images/Bold.svg");
}
.tb-icon-italic {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Italic.svg");
    mask-image: url("../images/Italic.svg");
}
.tb-icon-underline {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Underline.svg");
    mask-image: url("../images/Underline.svg");
}
.tb-icon-align-left {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignLeft.svg");
    mask-image: url("../images/AlignLeft.svg");
}
.tb-icon-align-center {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignCenter.svg");
    mask-image: url("../images/AlignCenter.svg");
}
.tb-icon-align-right {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignRight.svg");
    mask-image: url("../images/AlignRight.svg");
}
.tb-icon-undo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/undo.svg");
    mask-image: url("../images/undo.svg");
}
.tb-icon-redo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/redo.svg");
    mask-image: url("../images/redo.svg");
}
.tb-icon-info {
    width: 18px;
    height: 18px;
    mask-image: url("../images/Info-16x16.svg");
    -webkit-mask-image: url("../images/Info-16x16.svg");
}
.tb-icon-settings {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Settings.svg");
    -webkit-mask-image: url("../images/Settings.svg");
}

.tb-icon-refresh {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Refresh.svg");
    -webkit-mask-image: url("../images/Refresh.svg");
}
.tb-icon-search {
    width: 24px;
    height: 24px;
    mask-image: url("../images/search.svg");
    -webkit-mask-image: url("../images/search.svg");
}
.tb-icon-alert {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Alert.svg");
    -webkit-mask-image: url("../images/Alert.svg");
}
.tb-icon-doc {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Document.svg");
    -webkit-mask-image: url("../images/Document.svg");
}
.mobile-view, .mobile-view-horizontal,
.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .grid-toolbar-refresh,
.grid-toolbar-filter-row, .grid-toolbar-document {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.mobile-view, .mobile-view-horizontal {
    height: 32px;
    width: 32px;
}

.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .grid-toolbar-refresh,
.grid-toolbar-filter-row, .grid-toolbar-document {
    height: 16px;
    width: 16px;
}

.mobile-view {
    -webkit-mask-image: url("../images/mobile_view.svg");
    mask-image: url("../images/mobile_view.svg");
}

.mobile-view-horizontal {
    -webkit-mask-image: url("../images/mobile_view_horizontal.svg");
    mask-image: url("../images/mobile_view_horizontal.svg");
}

.grid-toolbar-new {
    -webkit-mask-image: url("../images/GridToolbarNew.svg");
    mask-image: url("../images/GridToolbarNew.svg");
}

.grid-toolbar-edit {
    -webkit-mask-image: url("../images/GridToolbarEdit.svg");
    mask-image: url("../images/GridToolbarEdit.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("../images/GridToolbarDelete.svg");
    mask-image: url("../images/GridToolbarDelete.svg");
}

.grid-toolbar-refresh {
    -webkit-mask-image: url("../images/GridToolbarRefresh.svg");
    mask-image: url("../images/GridToolbarRefresh.svg");
}

.grid-toolbar-filter-row {
    -webkit-mask-image: url("../images/GridToolbarFilterRow.svg");
    mask-image: url("../images/GridToolbarFilterRow.svg");
}

.grid-toolbar-document {
    -webkit-mask-image: url("../images/GridToolbarDocument.svg");
    mask-image: url("../images/GridToolbarDocument.svg");
}

.app-sidebar .nav-pills .nav-item.dx-badge-preview .nav-link > span.badge {
    min-width: inherit;
    font-weight: 700;
    color: #212529 !important;
    background-color: #ffc107 !important;
}

.datagrid-border-radius-top-0 > .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .datagrid-selected-items {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
    }
}
@media (max-width: 767.98px) {
    .datagrid-selected-items {
        height: 235px;
    }
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-drop-zone.custom-drag-over {
    background-color: #868A8D;
}
.custom-drop-zone img {
    width: 42px;
    height: 42px;
}

.medium-chart-container {
    margin: 16px;
}

.medium-chart-container .dxc-arg-elements text {
    font-weight: 600 !important;
}

.dx-chart {
    margin: 0 15px;
}

.rotated-chart .dx-chart {
    margin-bottom: 50px;
}

.medium-chart-container.rotated-chart .dx-chart {
    height: 250px;
    min-height: 250px;
}

.message-container > :last-child > .alert {
    margin-bottom: 0;
}

.alert-notifications {
    position: fixed;
    z-index: 1030;
    right: 10px;
    top: calc(3.5rem + 10px);
    font-size: 1rem;
}
@keyframes demo-alert-notify {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.alert-notifications .alert:last-of-type {
    animation: demo-alert-notify 0.3s linear;
    animation-fill-mode: forwards;
}

.demo-device-container .demo-device-orientation-selector > div {
    margin: 0 auto;
    width: 520px;
    text-align: right;
}

.demo-device-container.horizontal .demo-device-orientation-selector > div {
    width: 830px;
}

.demo-device-orientation-selector button {
    display: block;
    float: right;
    clear: both;
    font-size: 2.5em;
    margin-bottom: 0.4em;
    margin-right: -2.2em;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
}

.demo-device-container .demo-device {
    height: 830px;
    width: 520px;
    margin: 0 auto;
    border-width: 30px 20px !important;
    border-radius: 15px;
}

.demo-device-container.horizontal .demo-device {
    width: 830px;
    height: 520px;
    border-width: 20px 30px !important;
}

.demo-device-container .demo-display {
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    position: relative;
}
    .demo-device-container .demo-display > iframe {
        height: 100%;
        width: 100%;
        border-width: 0;
    }

@media (max-width: 1599.98px) {
    .demo-device-container .demo-device-orientation-selector {
        display: none;
    }

    .demo-device-container.horizontal .demo-device {
        height: 830px;
        width: 520px;
        border-width: 30px 20px!important;
    }
}

@media (max-width: 600px), (hover: none) {
    .demo-device-container .demo-device-orientation-selector {
        display: none;
    }

    .demo-device.border-secondary,
    .demo-device .demo-display.border-secondary {
        border: none !important;
    }

    .demo-device.bg-secondary {
        background: none !important;
    }

    .demo-device {
        border-width: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        width: auto !important;
        height: auto !important;
    }

        .demo-device .demo-display .card.m-3 {
            margin: 0 !important;
        }
}

.demo-card .card-header,
.demo-card-wide .card-header {
    font-size: 0.95rem;
    font-weight: 500;
}

.demo-size-toolbar .demo-toolbar-title {
    padding-top: 0.19rem;
    white-space: normal;
    font-size: 0.9rem;
    font-weight: 600;
}

.demo-size-toolbar .demo-toolbar-title b {
    font-weight: 700;
}

.demo-buttons-title {
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    min-width: 130px;
    text-align: center;
    padding-right: 0;
}

.demo-treeview-template .nav-pills .nav-pills {
    margin-left: 0 !important;
}

.demo-treeview-template h5 {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}
.demo-treeview-template .treeview-template-icon {
    padding: 5px;
    width: 30px;
    height: 30px;
}
.demo-tab-page-content {
    padding-top: 12pt;
}
@media (min-width: 576px) {
    .demo-buttons-title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.9rem;
        text-align: inherit;
    }

    .ml-576 {
        margin-left: 1rem;
    }
}

@media (max-width: 576px) {
    .many-options-container {
        flex-direction: column;
    }
    .many-options-container > div > span {
        flex-basis: 131px;
    }
    .many-options-container > div {
        justify-content: space-between;
    }
}

.demo-size-toolbar.dxbs-ta-nib > .btn-toolbar > .btn-group:not(:first-child):not(.dxbs-tb-begin-group):before {
    display: none !important;
}

.grid-header-border-bottom-1 thead > tr > th {
    border-bottom-width: 1px !important;
}

.option-container {
    display: flex;
    align-items: center;
    margin-top: 1.25rem!important;
    margin-bottom: 1.75rem;
    width: 300px;
}

.option-container.editors-options {
    margin-top: 2.25rem !important;
    margin-bottom: 2rem;
    width: 400px;
}

.many-options-container {
    display: flex;
    margin-top: 2.25rem !important;
    margin-bottom: 2rem;
}

.many-options-container > div  {
    display: flex;
    align-items: center;
}

.many-options-container .option-editor {
    display: inline-block;
    min-width: 120px;
}

.many-options-container > div > span {
    flex-shrink: 0;
    padding-right: 1em;
    font-weight: 600;
    white-space: nowrap;
}

.option-container > span {
    padding-right: 1em;
    font-weight: 600;
    white-space: nowrap;
}

.memo-max-width textarea.form-control {
    max-width: 100%;
}
body.modal-open .main {
    -webkit-overflow-scrolling: auto;
}

.listbox-right-padding-0 {
    padding-right: 0;
}

.gridlayout-item,
.stacklayout-item {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    height: 100%;
    padding: 10px;
    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(--red);
}

.gridlayout-content:before,
.stacklayout-content:before {
    background-color: var(--yellow);
}

.gridlayout-left-side-bar:before,
.stacklayout-left-side-bar:before {
    background-color: var(--green);
}

.gridlayout-right-side-bar:before,
.stacklayout-right-side-bar:before {
    background-color: var(--info);
}

.gridlayout-footer:before,
.stacklayout-footer:before {
    background-color: var(--blue);
    opacity: 0.5;
}

.mwx-1100 {
    max-width: 1100px;
    overflow-x: auto;
}

.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(--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(--white) 19%,transparent 0,transparent 50%,var(--white) 0,var(--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 {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.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-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.demo-resnavigator-sc-container {
    flex-grow: 1;
}
.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;
}

.menu-icon-large {
    width: 5rem;
    height: 5rem;
}

.menu-icon-home {
    mask-image: url("../images/home.svg");
    -webkit-mask-image: url("../images/Home.svg");
}

.menu-icon-support {
    mask-image: url("../images/Support.svg");
    -webkit-mask-image: url("../images/Support.svg");
}

.menu-icon-products {
    mask-image: url("../images/Products.svg");
    -webkit-mask-image: url("../images/Products.svg");
}

.menu-icon-contacts {
    mask-image: url("../images/Contacts.svg");
    -webkit-mask-image: url("../images/Contacts.svg");
}

.menu-icon-about {
    mask-image: url("../images/About.svg");
    -webkit-mask-image: url("../images/About.svg");
}

.menu-icon-user-profile {
    mask-image: url("../images/UserProfile.svg");
    -webkit-mask-image: url("../images/UserProfile.svg");
}

.user-profile .menu-icon-user-profile {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.menu-box {
    width: 280px !important;
    height: 220px;
}

.card.demo-menu-border {
    background: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
    pointer-events: none;
}

.dx-menu-item.notoggle > a > .dropdown-toggle {
    display: none;
}

.dx-menu-item.notoggle > .dropdown-menu {
    transform: matrix(1, 0, 0, 1, -112, -1) !important;
}

.dxbs-menu-item-tmpl > .search {
    padding: 0.25rem;
    position: relative;
}

.dxbs-menu-item-tmpl .user-profile .logo-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.user-profile .log-off-btn {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.menu-resizable-card {
    position: relative !important;
    display: block;
    min-width: 200px;
}
.menu-resizable-card>div:first-child {
    margin-right: 1rem;
}
.menu-img-resize {
    position: absolute;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 6px;
    height: 15px;
    mask-image: url("../images/Resize.svg");
    -webkit-mask-image: url("../images/Resize.svg");
}
.menu-resize-handler {
    position: absolute;
    overflow: hidden;
    width: 14px;
    height: 100%;
    cursor: w-resize;
    border-radius: 3px;
    right: 0;
    top: 0;
}
.menu-resize-handler:after {
    position:absolute;
    content:"";
    background-color: currentColor;
    opacity: 0.25;
    width: 100%;
    height: 100%;
}
.card.demo-card.demo-menu-mobile-card {
    margin: 0;
    border-radius: 0;
}

.menu-caption {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.vertical-center {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.tab-content {
    padding-top: 10px;
} 

@media (max-width: 655px) {
    .dx-menu-item > .search {
        width: 135px
    }
}

@media (max-width:380px) {
    .dx-demo-menu-input::placeholder {
        color: transparent !important;
    }

    .dx-demo-menu-input::-webkit-input-placeholder {
        color: transparent !important;
    }
}
@media (max-width:340px) {
    .dx-demo-menu-search-button {
        visibility: hidden;
    }
}

/*order*/
.order {
    border-color: #d6d5d5;
}

.order.card-header {
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    background-color: #ebebeb
}

.order.card-header.today {
    background-color: var(--primary);
    color: #ebebeb
}

.order.card-body {
    padding: 0px 0px 4px 0px;
}

.order-item {
    padding-left: 4px;
    padding-right: 4px;
    min-height: 60px;
}

.order.btn {
    height: 26px;
    padding: 1px 6px 1px 6px;
    width: 26px;
}

.order-controls {
    padding-top: 6px;
    min-height: 56px;
}

.order-spin {
    max-width: 270px;
    min-width: 200px;
}

.order-item-preview {
    padding-left: 4px;
    padding-right: 4px;
    min-height: 40px;
    display: flex;
    width: 100%;
}

.input-group > .order-item-preview {
    width: 90% !important;
}

.stock-controls {
    display: flex;
}

.stock-btn {
    margin-right: 4px;
}

@media (max-width: 991px) {
    .inline-header {
        display: none !important;
    }
    .incell-header {
        padding-right: 4px;
    }
    .ordered-cnt {
        height: 60px;
    }
    .stock-controls {
        height: 60px;
    }
}

@media (min-width: 1420px) {
    .stock-btn {
        width: 134px;
    }
}

@media (min-width: 990px) {
    .incell-header {
        display: none !important;
    }
    .ordered-cnt {
        height: 100%;
    }
    .stock-controls {
        height: 100%;
    }
}

.spaced-item {
    margin-top: 4px;
    margin-bottom: 4px;
}

.plist-row {
    margin-left: 0px;
    margin-right: 0px;
}

.plist-col {
    padding: 0px;
}

.plist-card {
    padding: 4px;
    margin-bottom: 4px;
    background-color: silver;
}

.plist-card-subcard {
    background-color: #ebebeb;
}

.price-segment {
    width: 400px;
    padding: 4px;
}

.btn-small {
    margin-top: 1px;
    height: 26px !important;
}

.error-element {
    border-color: red;
}

.alergens-tags .dx-blazor-tagbox-custom {
    padding-top: 0px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    min-height: 28px;
}

    .alergens-tags .dx-blazor-tagbox-custom .dx-blazor-tagbox-wrapper {
        padding: 0px !important;
    }

.alergen-tag {
    cursor: pointer;
}

.dxbs-listbox-active {
    background-color: var(--primary) !important;
    color: white !important;
}

.mrgb-sm {
    margin-bottom: 8px;
}

.list-menu {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 2.5rem;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 12%);
}

.list-menu-btn {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 2.5rem !important;
    white-space: nowrap;
}

.list-menu-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--light) !important;
}

.list-menu-selected-btn:focus {
    background-color: var(--primary) !important;
}

.list-menu-title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    white-space: nowrap;
    color: black;
}

.menu-title-icon {
    width: 1.7rem;
}

.list-menu-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid lightgrey;
    border-radius: .2rem;
}

.current-date-tab {
    border: 3px solid var(--primary) !important;
}

.person-title-details {
    margin-top: auto;
    margin-bottom: auto;
}

.person-title-details .badge
{
    display: block;
    white-space: normal;
    max-height: 36px;
}

#top-menu {
    position: relative;
    z-index: 999;
    background-color: white;
    outline: white solid 8px;
    top: -9px;
}

#top-menu-fixed {
    z-index: 999;
    background-color: white;
    outline: white solid 8px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0.1rem;
}

.over-print-menu {
    padding-bottom: 10px;
}

.file-icons-bg {
    background-color: white;
}

.pdf {
    color: #b30b00;
}

.csv {
    color: #207245;
}

.notification-in-menu {
    text-decoration: none;
}

.notification-in-menu-count {
    position: relative;
    left: -14px;
    top: -14px;
}

.toast-over {
    position: absolute;
    top: 40px;
    left: 150px;
}

.toastb {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toastb:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toastb.showing {
        opacity: 1;
    }

    .toastb.show {
        display: block;
        opacity: 1;
    }

    .toastb.hide {
        display: none;
    }

.toastb-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toastb-body {
    padding: 0.75rem;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.w-28 {
    width: 28px;
}

.w-32 {
    width: 32px;
}

@media (min-width: 1110px) {
    .mnw-1100 {
        min-width: 1100px;
    }
}

@media (min-width: 550px) {
    .mnw-550 {
        min-width: 550px;
    }
}

.btn-small {
    height: 28px !important;
    margin: 0px 0px 0px -1px !important;
    padding: 2px !important;
}

.btn-medium {
    height: 36px !important;
    margin: 0px 0px 0px -1px !important;
}

.btnsmw {
    width: 26px;
}

.btnsm2w {
    width: 51px;
}

.height-p100 {
    height: 100% !important;
}

.payment-logo {
    max-height: 50px;
    margin-inline: 10px;
}

.dxbs-grid .dxbs-grid-selected-row > td:not(.dxbs-grid-empty-cell):not(.dxbs-grid-indent-cell) {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
.dxbs-grid .dxbs-grid-selected-row > td:not(.dxbs-grid-empty-cell):not(.dxbs-grid-indent-cell) > a {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
.dxbs-grid .dxbs-grid-selected-row .grid-btn-link {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
.dxbs-grid .dxbs-grid-selected-row .btn-link {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.vh-80 {
    height: 80vh;
}

.tvi-list-content {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tvi-list-item {
    position: absolute;
}

.hidden-upload {
    display: none;
}

/*combo dropdowns has been behind modals*/
.modal {
    z-index: 1049;
}

.alergens-button {
    white-space: normal;
}

.bg-soldout {
    background-color: red !important;
    color: white !important;
}

    .bg-soldout::placeholder {
        color: #e1e1e1
    }

    .bg-soldout::-ms-input-placeholder {
        color: #e1e1e1
    }

.tvi-code-editor {
    height: 300px;
    border: 1px solid grey;
}

.monospace {
    font-family: monospace;
    font-size: 13px;
}

.grid-edit-indicator a {
    text-decoration: none;
}

    .grid-edit-indicator a:hover .grid-edit-link {
        text-decoration: underline;
    }