/* Demos specific */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');

body {
    margin: 0;
    overscroll-behavior: none;
    background-color: #F6F6F6;
}

app,
app>div,
.demo-content>div {
    background-color: white;
}

app {
    height: 100vh;
    overflow: hidden;
}

.demo-content {
    height: calc(100vh - 3.5rem);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    overscroll-behavior: none;
}

.main {
    margin-left: 40px;
    position: relative;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
    .main {
        min-width: calc(100vw - 300px);
    }

    .sidebar {
        max-height: 100vh -7rem;
    }

    .footer {
        width: 40px;
        height: 55px;
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.16);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    /*.main > .footer {
        display: none;
    }*/
    .desktop-sidebar-hidden .main {
        min-width: 100vw;
    }

    .desktop-sidebar-hidden,
    .desktop-sidebar-hidden+.footer {
        transform: translateX(-300px);
    }

    .desktop-sidebar-hidden {
        margin-right: -300px;
    }
}

@media (max-width: 1199px) {
    app>.footer {
        display: none;
    }

    .main {
        min-width: 100vw;
        display: flex;
        flex-flow: column nowrap;
    }

    .main>.content {
        flex: 1 1 auto;
    }

    .sidebar {
        transform: translateX(-100%);
        left: 0;
    }
}

.navbar {
    border: none;
    border-radius: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #008080;
    height: 40px;
    color: white;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@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-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;
}

#blazor-error-ui {
    background-color: rgb(184 162 162 / 82%);
    box-shadow: 0 -1px 2px rgb(210 210 210 / 54%);
    display: none;
    left: 0;
    padding: 2rem;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}


#blazor-error-ui .blazor-error-ui-content {
    background-color: lightpink;
    bottom: 1rem;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    display: inherit;
    left: 0;
    position: absolute;
    margin: 20px;
    padding: 20px;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

div.logo {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.caption {
    color: #212529;
}

.footer>div {
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    background-color: inherit;
}

.footer:before {
    content: "";
    display: block;
    border: 1px solid;
    border-bottom-style: none;
    opacity: 0.15;
}

.footer .version,
.footer .copyright {
    font-size: 11px;
}

div.content>.card:last-child {
    margin-bottom: 50px;
}

.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%;
}

.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");
}

.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;
    }
}

.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;
}

.demo-size-toolbar.dxbl-ta-nib>.btn-toolbar>.btn-group:not(:first-child):not(.dxbl-tb-begin-group):before {
    display: none !important;
}

.sidebar-menu {
    position: fixed;
    float: left;
    width: 40px;
    top: 0rem;
    left: 0;
    bottom: 0;
    padding-top: 50px;
    background-color: rgba(234, 234, 234, 1);
    color: #aaabae;
    /*font-family: "Segoe UI";*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);*/
    border-right: 1px solid;
    z-index: 3;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;

}

#menu li {
    position: relative;
    margin: 0;
    /*font-size: 12px;*/
    border-bottom: 1px solid rgba(69, 74, 84, 0.7);
    padding: 0;
}

#menu li ul {
    height: 0px;
}

#menu li a {
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 4px;
    color: #2b303a;
    white-space: nowrap;
    z-index: 2;
}

#menu li a:hover {
    color: #ffffff;
    background-color: #333944;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

#menu li.active>a {
    background-color: #2b303a;
    color: #ffffff;
}

#menu ul li {
    background-color: white;
}

#menu p {
    background-color: var(--primary);
    color: #F9F9F9;
    height: 100%;
    /*font-size: 14pt;*/
    margin-bottom: 0px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li ul {
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: -1px;
    background-color: rgba(231, 233, 231, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: opacity 0.1s linear;
    border-top: 1px solid rgba(69, 74, 84, 0.7);
    z-index: 200;
}

.addscroll {
    height: auto;
    min-height: 80vh;
    overflow-y: auto;
}

div.input-group-append.dxbl-input-group-append {
    z-index: 0;
}

.dxbl-feedback {
    z-index: 1 !important;
}

#menu li:hover>ul {
    visibility: visible;
    opacity: 1;
}

#menu li li ul {
    left: 100%;
    visibility: hidden;
    top: -1px;
    opacity: 0;
    transition: opacity 0.1s linear;
}

#menu li li:hover ul {
    visibility: visible;
    opacity: 1;
}

#menu .fa {
    margin-right: 5px;
}

.sidebar-icon {
    position: relative;
    float: right;
    border: 1px solid #454a54;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 6px 8px;
    border-radius: 3px;
    color: #888;
    background-clip: padding-box;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
}

.page-container {
    position: relative;
    top: 39px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
    min-height: calc(100vh - 55px);
    padding-left: 40px;
}

.content {
    display: block;
    width: 100%;
    margin-left: 0px;
    /*top: 37px;*/
    position: relative;
}

.detailViewHeader {
    position: fixed;
    width: 100%;
    padding-left: 24px;
    padding-bottom: 4px;
    padding-top: 2px;
    left: 40px;
    background-color: #F6F6F6;
    /*border-top: 1px solid #eceaea;*/
    z-index: 3;
    -webkit-box-shadow: 0px 3px 3px -1px rgba(143, 139, 143, 1);
    -moz-box-shadow: 0px 3px 3px -1px rgba(143, 139, 143, 1);
    box-shadow: 0px 3px 3px -1px rgba(143, 139, 143, 1);
}

.detailViewContent {
    /*position: fixed;*/
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    animation: recordSwitchAnimation 1s;
    padding-top: 2.5rem;
}

.detailViewContent-add {
    min-height: 60vh;
}

.detailViewContentModal {
    animation: recordSwitchAnimation 1s;
}

.detailViewHeader+.detailViewContent {
    padding-top: 85px;
}

.tbm-dialog-70 {
    width: 70vw;
    background: white;
    padding: 10px;
    margin: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1002;
}

.tbm-dialog-100 {
    width: 90vw;
    background: white;
    margin: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    /*overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1002;*/
    z-index: 951;
}

.liquid-modal-dialog-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 120%;
    z-index: 100;
    background-color: #7d7d7d;
    /* top: -20px; */
}

.liquid-modal-dialog-container{
    z-index: 1001;
}

.liquid-modal-dialog-header {
    padding: 0px;
}

.liquid-modal-dialog-content {
    padding-right: 2rem;
}

.tbm-dialog-100 .liquid-modal-dialog-content {
    padding-left: 10px;
    max-height: 85vh;
}

.tbm-dialog-70 .liquid-modal-dialog-content {
    overflow: unset;
    padding-top: 90px;
    padding-bottom: 30px;
    padding-left: 10px;
}

.tbm-dialog-100 .liquid-modal-dialog-header {
    z-index: 1002;
    background-color: white;
    position: relative;
    width: 100%;
}

.tbm-dialog-70 .liquid-modal-dialog-header {
    z-index: 1002;
    background-color: white;
    position: fixed;
    width: 88.5vw;
}

@media (max-height: 700px) {
    .ModalToolbarTop {
        position: sticky;
        z-index: 1002;
        width: 100%;
        top: 0;
        padding-left: 3rem;
        padding-bottom: 7px;
        background-color: white;
        border-bottom: lightgreen 2px solid;
    }
}

@media (min-height: 700px) {
    .ModalToolbarTop {
        position: sticky;
        top: 0;
        z-index: 1002;
        padding-left: 3rem;
        padding-bottom: 7px;
        background-color: white;
        border-bottom: lightgreen 2px solid;
    }
}


.liquid-modal-dialog-title {
    padding: 10px;
}

.tbm-dialog-100 .ModalToolbarBottom {
    position: sticky;
    z-index: 1002;
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: grey 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ModalToolbarBottom {
    position: sticky;
    width: 100%;
    bottom: 0;
    background-color: white !important;
    border-top: grey 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.loadingWindow {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.loadingWindow-content {
    max-width: 400px;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    box-shadow: 3px 8px 8px 3px rgba(0, 0, 0, 0.16);
}

.dxbl-fl-ctrl>#toolbar {
    visibility: hidden
}

.custom-drop-zone {
    padding: 3px !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: auto;
    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;
}

.toolbaarItemWithSeparator {
    border-bottom: 1px solid whitesmoke;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.maxWidth {
    width: 100%;
    display: block;
}

.avatar {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.dashboard-shadow {
    margin-top: 20px;
    -webkit-box-shadow: 4px 4px 5px -5px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 4px 4px 5px -5px rgba(0, 0, 0, 0.57);
    box-shadow: 4px 4px 5px -5px rgba(0, 0, 0, 0.57);
}

.notification-count {
    position: absolute;
    bottom: 5px;
    right: 4px;
    padding: 1px 5px;
    border-radius: 40%;
    background: rgb(234, 234, 234);
    color: red;
    font-size: 11px;
}

.notification-wrapper {
    background-image: url(../images/white/notification.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    /* background-position-y: center; */
    /* padding-left: 30px; */
    /* min-width: 30px; */
    /* background-color: #555; */
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    /* border-radius: 12px; */
    width: 100%;
    /* height: 24px; */
    /* vertical-align: middle; */
    margin-top: 1px;
    cursor: pointer;
    border-radius: 0.3rem;
}

.notification-wrapper:hover {
    background-color: var(--hover);
}

.updater-wrapper {
    background-image: url(../images/white/system-update.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    /* background-position-y: center; */
    /* padding-left: 30px; */
    /* min-width: 30px; */
    /* background-color: #555; */
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    /* border-radius: 12px; */
    width: 100%;
    /* height: 24px; */
    /* vertical-align: middle; */
    margin-top: 5px;
    cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.notification-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 38px;
    right: 10px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 5px;
    padding-top: 20px;
    color: darkslategrey;
}

.notification-card {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.75);
}

.show {
    display: block;
}

.imageEditorContainer {
    border: 1px solid rgba(34, 34, 34, .125);
    padding: 5px;
}

.imageEditorToolbar {
    display: block;
    /* position: absolute; */
    /* z-index: 1; */
    /* bottom: 12px; */
    /* right: 18px; */
    align-items: end;
    width: 100%;
    text-align: right;
}

.imageEditorButton {
    width: 32px;
    height: 32px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding-bottom: 10px;
    font-size: 20px;
    color: var(--secondary);
    opacity: 0.5;
    background-color: var(--primary);
    background-image: url(../images/other/Action_Clear.svg);
}

.formCaptionSized {
    font-size: 100%;
    opacity: 0.9;
    font-weight: 400 !important;
}

.formCaptionAlignRight {
    text-align: right;
}

.dxbl-gridview>div>.dxbl-grid-vsd {
    height: auto;
}

.readOnlyField {
    border: 1px solid #ced4da;
    background: #e9ecef;
    color: var(--dark);
}

.input-group-append .btn,
.input-group-prepend .btn {
    z-index: 1;
}

.linkBlue {
    color: dodgerblue;
    font-size: 130%;
    font-weight: 600;
    text-decoration: underline;
}

.dx-btn,
.btn.dx-btn {
    display: inline;
}

.filterGroup {
    border: 2px solid #e0dede;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.filterGroupCaption {
    position: relative;
    top: -20px;
    left: 10px;
    background-color: white;
}

.noPadding {
    padding: 0px;
}

.inlineBlock {
    display: inline-block;
}

.dxbl-dm dropdown-menu {
    left: 0 !important;
}

.dxbl-dropdown-edit.dx-blazor-multicolumn-editor div.dxbl-dm.dropdown-menu {
    left: 0 !important;
}

.dxbl-grid {
    padding-bottom: 10px;
    background: white;
}

.dxbl-grid-table{
    background: white!important;
}

.dxbl-grid .dxbl-grid-selected-row {
    background-color: var(--dx-grid-selection-color, inherit) !important;
}

.fileManagerTooltipLinkContainer {
    width: 15px;
    height: 15px;
    border: 2px solid #4f4f4f;
    border-radius: 50%;
    margin-right: 13px;
    display: inline-flex;
    position: relative !important
}

.fileManagerTooltipLinkContainerLast {
    width: 15px;
    height: 15px;
    border: 2px solid #4f4f4f;
    border-radius: 50%;
    margin-right: 13px;
    display: inline-flex;
    position: relative !important
}

.fileManagerTooltipLinkContainer:after {
    content: " ";
    position: absolute;
    left: 20%;
    margin-left: 10px;
    width: 14px;
    background: #4f4f4f;
    height: 3px;
    align-self: center;
    z-index: 0;
}

.fileManagerTooltipLinkContents {
    display: none;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    overflow: visible;
    position: absolute;
    border: 1px solid grey;
    background-color: whitesmoke;
    z-index: 100;
    margin-left: 9px;
}

.fileManagerTooltipLinkContainer:hover .fileManagerTooltipLinkContents {
    display: block;
}

.fileManagerTooltipLinkContainerLast:hover .fileManagerTooltipLinkContents {
    display: block;
}

.noContent {
    position: absolute;
    padding: 60px;
    margin-left: 2%;
    margin-top: 2%;
    margin-right: 2%;
    border: 5px solid #9dc1aa;
    border-radius: 10px;
    /* width: 80%; */
    /* min-height: 50%; */
    text-align: center;
    font-size: xx-large;
    color: #848484;
    background-color: #ffffff;
}

.noContentRestricted {
    position: relative;
    width: 90%;
    padding: 60px;
    margin-left: 2%;
    margin-top: 2%;
    margin-right: 2%;
    border: 5px solid #9dc1aa;
    border-radius: 10px;
    /* width: 80%; */
    /* min-height: 50%; */
    text-align: center;
    font-size: xx-large;
    color: #848484;
    background-color: #ffffff;
}

.progressBar {
    background-color: rgb(196 196 196) !important;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: help;
    text-align: center;
}

.tooltip-contents {
    visibility: hidden;
    position: absolute;
    width: 320px;
    bottom: 76%;
    left: -16px;
    margin-left: 60px;
    background-color: #363636;
    color: #fff;
    /* text-align: center; */
    padding: 15px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: all .1s ease-in-out;
}

.tooltip-wrapper:hover .tooltip-contents {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.card-content {
    padding: 4px;
}

.dx-state-invisible {
    display: none;
}

.navigator {
    width: 100%;
    /*left: 40px;*/
    position: sticky;
    z-index: 3;
    background-color: #F6F6F6;
    display: inline-flex;
    overflow-x: hidden;
    /*flex-wrap: wrap;*/
    top: 39px;
    /*border-bottom: 1px solid #e6e6e6;*/
    max-height: 86px;
}

.navigator-pinicon {
    margin-left: 3px;
    color: #dededd;
    cursor: pointer;
    /*display: none !important;*/
}

.navigator-pinnedTabsArea .navigator-pinicon {
    display: inline !important;
}

.navigator-unpinnedTabsArea .navigator-pinicon {
    color: #e0e0e0;
}

.navigator-closeicon {
    position: relative;
}

.navigator-unpinnedTabsArea:hover>.navigator-pinicon {
    color: #4f4f4f;
}

.navigator-tab:hover .navigator-pinicon {
    display: inline !important;
}

.navigator-pinnedTabsArea {
    margin: 5px 5px 0px 5px;
    padding: 4px 4px 1px 4px;
    /* border: 1px #cccccc solid; */
    /* border-radius: 5px; */
    /*border-right: 3px #cccccc solid;*/
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    /*max-height: 34px;*/
}

.navigator-unpinnedTabsArea {
    margin: 5px 5px 0px 5px;
    padding: 4px 4px 1px 4px;
    /* border: 1px #cccccc solid; */
    /* border-radius: 5px; */
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 1;
    /*max-height: 34px;*/
}

.navigator-tab {
    /*padding: 3px;*/
    padding-right: 5px;
    padding-left: 5px;
    background-color: #616161;
    color: #dededd;
    margin-right: 5px;
    transition: 0.5s;
    margin: 1px;
    display: inline;
    /*border-radius: 2px 2px 12px 12px;*/
    border-radius: 2px;
    /*max-height: 28px;*/
}

.navigator-unpinnedTabsArea .navigator-tab {
    background-color: #e0e0e0;
    color: black;
}

.navigator-pinnedTabsArea .navigator-tab {
    background-color: #909090;
    color: #f7f7f7;
}

.navigator-tab:hover {
    transition: 0.5s;
    background-color: #757474;
}

.navigator-unpinnedTabsArea .navigator-tab:hover {
    transition: 0.5s;
    background-color: #bfbfbf;
}

.navigator-tab-caption {
    cursor: pointer;
}

.navigator-tab-selected {
    border-bottom: 4px solid #00A89F;
}

.updateDownloader {}

.downloadCancelButton {
    position: absolute;
    bottom: 13px;
    right: -7px;
    opacity: 0;
    cursor: pointer;
    color: grey;
}

.updateDownloader:hover .downloadCancelButton {
    opacity: 1;
    transition: 0.5s;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    filter: grayscale(100%);
}

.dx-blazor-tag-template-wrapper {
    background-color: var(--primary);
    padding: 0px 0px 0px 5px;
    border-radius: 0.3rem;
    color: white;
}

.dxbl-tagbox .dx-blazor-tag:before {
    background-color: var(--primary);
    padding: 0px 0px 0px 5px;
    border-radius: 0.3rem;
    color: white;
    opacity: 1;
}

.dxbl-tagbox .dx-blazor-tag {
    color: white;
}

.dxbl-tag-remove-btn.btn.dxbl-cmd-btn {
    height: 1rem;
}

.dx-blazor-tag-template-wrapper>.btn {
    padding: 0;
}

.dxbl-tagbox .form-control-sm .dx-blazor-tagbox-wrapper {
    padding-top: 0rem;
}

.dxbl-tagbox .form-control-sm .dx-blazor-tag,
.dxbl-tagbox .form-control-sm .dx-blazor-tagbox-input-wrapper {
    margin-top: 0.6rem;
    margin-bottom: 0.1rem;
}

.dxbl-fl .dxbl-fl-g>.row,
.dxbl-fl .dxbl-fl-gd>.card>.row,
.dxbl-fl .dxbl-fl-gr+.row:not(.dxbl-fl-gr) {
    padding-top: 0.2rem;
}

.dxbl-fl .dxbl-fl-gd {
    margin-bottom: 0.1rem;
}

.dxbl-fl .dxbl-fl-gd,
.dxbl-fl .dxbl-fl-gt {
    margin-top: 0.5rem;
}

.dx-tooltip-content {
    pointer-events: auto;
}

.validationError {
    border: 1px tomato solid !important;
    border-radius: 0.4rem;
}

.validationError:before {
    font-size: 20px;
    content: "!";
    color: red;
    font-weight: 900;
    /* display: inline; */
    text-rendering: auto;
    position: absolute;
    left: 24px;
    top: 35%;
    z-index: 1;
}

.addMarginRight {
    margin-right: 2px;
}

.timelineMain {
    width: 100%;
    height: 21px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    animation: expand .5s ease-in-out;
    border-top: 1px solid lightgrey;
}

@keyframes expand {
    from {
        opacity: 0;
    }
}

.timelineMainLarger {
    height: 45px;
}

.timelineHeader {
    position: sticky;
    left: 0;
    float: left;
    background-color: white;
    z-index: 1;
    min-width: 220px;
    min-height: 45px;
    /*width: 200px;*/
}

.timelineHeader p {
    margin: 0px;
    padding: 0px;
    line-height: 0.9em;
}

.timelineHeaderImage {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-border-radius: 50%;
    /* Saf3+, Chrome */
    border-radius: 50%;
    /* Opera 10.5, IE 9 */
    margin-right: 5px;
}

.timelineItemsExtended {
    left: 220px;
}

.timelineItems {
    position: absolute;
    padding: 2px;
    min-width: 100%;
}

.timelineItem {
    height: 16px;
    position: absolute;
    border: 1px solid #ededed;
    border-radius: 3px;
    text-align: center;
    padding: 3px;
    font-size: 12px;
    /*-webkit-box-shadow: 3px 2px 3px -1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 3px 2px 3px -1px rgba(34, 60, 80, 0.2);
    box-shadow: 3px 2px 3px -1px rgba(34, 60, 80, 0.2);*/
    transition: 0.3s;
}

.timelineItem:hover {
    filter: brightness(75%);
}

.timelineItemFree {
    background-color: #55d783;
}

.timelineItemBusy {
    background-color: #d76c6c;
}

.timelineItemUnavailable {
    background-color: grey;
}

.timelineItemExtended {
    height: 35px;
}

.timelineDays {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 240px;
}

.timelineDayOdd {
    width: 100px;
    background-color: #e9e9e9;
    top: 0;
    height: 100%;
    position: absolute;
}

.timelineDayEven {
    width: 100px;
    background-color: whitesmoke;
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
}

.timelineHeaderDays {
    position: sticky;
    top: 0;
    /*left: 0;*/
    width: auto;
    height: 30px;
    background-color: white;
    z-index: 3;
}

.timelineHeaderDay {
    width: 100px;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-weight: 100;
    background-color: white;
}

.timelineTotals {
    margin-top: 20px;
    margin-bottom: 10px;
}

.timelineTotal {
    display: inline-block;
    margin-right: 30px;
    border: 2px solid whitesmoke;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: 0.3s;
}

.timelineTotal:hover {
    background-color: whitesmoke;
}

.timelineTotalHeader {
    padding: 10px;
    text-transform: uppercase;
    color: grey;
    border-bottom: 3px solid lightgray;
}

.timelineTotalContents {
    padding: 10px;
}

.borderRed {
    border: 2px solid red;
    border-radius: 0.7rem;
}

.borderGreen {
    border: 2px solid green;
    border-radius: 0.7rem;
}

.dxbl-filter-row>.dxbl-cmd-cell>.btn.btn-sm.dx-btn.btn-link[enabled=true] {
    color: #e8e8e8;
    background-color: #008080;
    border-left: 4px #f75b5b solid;
    border-radius: 5px;
}

.iconFaRedColor {
    color: lightcoral;
}

.divRecordSwitch {
    position: fixed;
    width: 90vw;
    height: 90vh;
    background-color: dimgrey;
    z-index: 101;
    animation: recordSwitchAnimation 1s;
}

@keyframes recordSwitchAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.comboboxItem {
    display: flex;
    padding: 10px;
    border: 1px solid lightgrey;
    margin-bottom: 3px;
    align-items: center;
    width: 800px;
    flex-wrap: wrap;
}

.comboboxLabel {
    background-color: #eaeaea;
    border-radius: 5px;
    padding: 4px;
    display: inline-block;
    margin: 2px;
}

.focused .comboboxLabel {
    color: black;
    background-color: #eaeaea;
}

.comboboxLabelGreen {
    background-color: #c4ecc4;
}

.comboboxLabelBlue {
    background-color: #abc3f1;
}

.comboboxLabelYellow {
    background-color: #e3efb3;
}

.comboboxItemTooltip {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: grey;
    color: whitesmoke;
    border: 1px solid grey;
    border-radius: 2rem;
}

.comboboxLabel:hover .comboboxItemTooltip {
    display: block;
}

.footerFontSize {
    font-size: 80%;
}

.dataGridRowMarked {
    background-image: url("../images/other/mark.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.text-truncate {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.hideDropDownButton .dxbl-editor-dropdown-button {
    display: none;
}

.gridLimitedHeight {
    max-height: 500px;
}

.gridLimitedHeight1 {
    max-height: 55vh;
}

.errorBoundary {
    padding: 10px;
    background-color: #ffd1d1;
    border: 2px dashed black;
    font-family: consolas, monospace;
    min-height: 50vh;
    margin-top: 20px;
    max-width: 99%;
    word-wrap: break-word;
    white-space: normal;
}

.selectedMenuItem {
    font-weight: 900;
}

.selectedMenuItem::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
}

.AltRows table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.dxbl-grid .dxbl-grid-detail-cell{
    padding: 0;
}

.blazored-toast-container{
    z-index: 10000;
}

.taskDraggable{
    border-radius: 10px;
    background-color: rgb(224, 243, 237);
    padding: 5px;
    width: 100%;
    cursor: grab;
    margin-top: 3px;
}

.taskNotDraggable
{
    border-radius: 10px;
    background-color: #dededd;
    padding: 5px;
    width: 100%;
    margin-top: 3px;
}

.taskDropZone{
    min-width: 100px;
    min-height: 30px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 3px;
}

.taskGroupCanDrop{
    border: 4px green dashed;
}

.recContainer {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid grey;
    align-content: flex-start;
    text-align: left;
    padding: 5px;
    width: 100%;
}

.recSection1 {
    flex-grow: 1;
}
.recSection2 {
    flex-grow: 10;
    align-self: flex-start;
    justify-self: flex-start;
}
.recSection3 {
    flex-grow: 1;
    text-align: right;
}

.dxbl-row{
    background: white;
}

.dxbl-text-edit {
    background: white;
    width: 100%;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.dxbl-group-body-content{
    background: white;
}

.dxbl-fl-tab-content{
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.pl-scheduler{
    max-width:100%; 
    height: calc(100vh - 170px);
    overflow: auto
}