﻿html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    flex: 0 0 auto;
}

#scrollBody {
    flex: 1 1 auto;
}

footer {
    flex: 0 0 auto;
}

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
    color: currentColor;
    pointer-events: none;
    text-decoration: none;
}

#drop-region {
    border-radius: 20px;
    box-shadow: 0 0 35px rgba(0,0,0,0.05);
    padding: 60px 40px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

    #drop-region:hover {
        box-shadow: 0 0 45px rgba(0,0,0,0.1);
    }

#image-preview {
    margin-top: 20px;
}

    #image-preview .image-view {
        display: inline-block;
        position: relative;
        margin-right: 13px;
        margin-bottom: 13px;
    }

        #image-preview .image-view img {
            max-width: 100px;
            max-height: 100px;
        }

    #image-preview .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 2;
        background: rgba(255,255,255,0.5);
    }

.btn-toolbar {
    white-space: nowrap;
    max-height: 49px !important;
}

#scrollBody {
    overflow-y: auto;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

.optionDescription {
    margin-top: -5px;
    margin-bottom: 5px;
}

.dx-widget {
    font-size: 12px !important;
}

.modal {
    z-index: 11002 !important;
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
}

.modal-backdrop {
    z-index: 10001 !important;
    transition: opacity 0.3s linear;
    /*backdrop-filter: blur(2px);*/
    /*-webkit-backdrop-filter: blur(2px);*/
}

.dx-overlay-wrapper {
    z-index: 11003 !important;
}

.dx-menu-no-icons {
    max-height: 400px;
    overflow-y: auto;
}

.date-picker-ranges {
    white-space: normal !important;
}

.time-picker-input-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' role='img'><path fill='%238a93a2' d='M472,96H384V40H352V96H160V40H128V96H40a24.028,24.028,0,0,0-24,24V456a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V120A24.028,24.028,0,0,0,472,96Zm-8,352H48V128h80v40h32V128H352v40h32V128h80Z' class='ci-primary'/><rect width='32' height='32' x='112' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='200' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='280' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='368' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='112' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='200' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='280' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='368' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='112' y='368' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='200' y='368' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='280' y='368' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='368' y='368' fill='%238a93a2' class='ci-primary'/></svg>");
}

.btn-toolbar {
    flex-wrap: nowrap !important;
}

.dx-command-select {
    width: 40px !important;
    min-width: 40px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    /*text-align: right;*/
}

/*.c-subheader {
    overflow-x: hidden !important;
}*/

#appSidePanel {
    box-shadow: inset 2px 0 0 0 rgba(0,0,0,0.5);
    z-index: 11001;
}

.article p.no-margin {
    margin-bottom: 0;
    min-height: 1.53em;
}

.article img {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.53;
}

.article a {
    text-decoration: underline;
}

.list-group-item.active {
    background-color: #0080ff !important;
    margin-top: 0px !important;
    border-bottom: 1px solid #0080ff !important;
}

.c-sidebar-nav-link.c-active {
    background-color: #0080ff !important;
}

.dx-toolbar-after {
    margin-right: 10px !important;
}

#waveform wave {
    overflow-x: hidden !important;
}

.row-p2 .col-1, .row-p2 .col-2, .row-p2 .col-3, .row-p2 .col-4, .row-p2 .col-5, .row-p2 .col-6, .row-p2 .col-7, .row-p2 .col-8, .row-p2 .col-9, .row-p2 .col-10, .row-p2 .col-11, .row-p2 .col-12, .row-p2 .col, .row-p2 .col-auto, .row-p2 .col-sm-1, .row-p2 .col-sm-2, .row-p2 .col-sm-3, .row-p2 .col-sm-4, .row-p2 .col-sm-5, .row-p2 .col-sm-6, .row-p2 .col-sm-7, .row-p2 .col-sm-8, .row-p2 .col-sm-9, .row-p2 .col-sm-10, .row-p2 .col-sm-11, .row-p2 .col-sm-12, .row-p2 .col-sm, .row-p2 .col-sm-auto, .row-p2 .col-md-1, .row-p2 .col-md-2, .row-p2 .col-md-3, .row-p2 .col-md-4, .row-p2 .col-md-5, .row-p2 .col-md-6, .row-p2 .col-md-7, .row-p2 .col-md-8, .row-p2 .col-md-9, .row-p2 .col-md-10, .row-p2 .col-md-11, .row-p2 .col-md-12, .row-p2 .col-md, .row-p2 .col-md-auto, .row-p2 .col-lg-1, .row-p2 .col-lg-2, .row-p2 .col-lg-3, .row-p2 .col-lg-4, .row-p2 .col-lg-5, .row-p2 .col-lg-6, .row-p2 .col-lg-7, .row-p2 .col-lg-8, .row-p2 .col-lg-9, .row-p2 .col-lg-10, .row-p2 .col-lg-11, .row-p2 .col-lg-12, .row-p2 .col-lg, .row-p2 .col-lg-auto, .row-p2 .col-xl-1, .row-p2 .col-xl-2, .row-p2 .col-xl-3, .row-p2 .col-xl-4, .row-p2 .col-xl-5, .row-p2 .col-xl-6, .row-p2 .col-xl-7, .row-p2 .col-xl-8, .row-p2 .col-xl-9, .row-p2 .col-xl-10, .row-p2 .col-xl-11, .row-p2 .col-xl-12, .row-p2 .col-xl, .row-p2 .col-xl-auto, .row-p2 .col-xxl-1, .row-p2 .col-xxl-2, .row-p2 .col-xxl-3, .row-p2 .col-xxl-4, .row-p2 .col-xxl-5, .row-p2 .col-xxl-6, .row-p2 .col-xxl-7, .row-p2 .col-xxl-8, .row-p2 .col-xxl-9, .row-p2 .col-xxl-10, .row-p2 .col-xxl-11, .row-p2 .col-xxl-12, .row-p2 .col-xxl, .row-p2 .col-xxl-auto {
    padding-left: 2px;
    padding-right: 2px;
}

.row-p2 {
    padding-left: 13px;
    padding-right: 13px;
}

.dx-row-total {
    font-weight: bold;
}

/*.dx-textbox {
    font-size: 0.875rem !important;
    line-height: 1.5;
    padding-left: 10px;
}*/

/*.btn {
    text-transform: uppercase !important;
}*/

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: var(--info) !important;
    color: white !important;
}

.fs--1 {
    font-size: x-small;
}

.fs--2 {
    font-size: xx-small;
}

.fs-1 {
    font-size: smaller;
}

.fs-2 {
    font-size: small;
}

.fs-3 {
    font-size: medium;
}

.fs-4 {
    font-size: large;
}

.fs-5 {
    font-size: larger;
}

.fs-6 {
    font-size: x-large;
}

.fs-7 {
    font-size: xx-large;
}

.dx-selection .text-info {
    color: white !important;
}

.dx-selection .text-success {
    color: white !important;
}

.dx-selection .text-danger {
    color: white !important;
}

.dx-selection .text-warning {
    color: white !important;
}

.circular_image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: black;
    overflow: hidden;
    background-color: var(--secondary);
    /* commented for demo
  float: left;
  margin-left: 125px;
  margin-top: 20px;
  */
    /*for demo*/
    vertical-align: middle;
}

    .circular_image img {
        width: 100%;
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Extra-Small Size For Icons */

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-xs {
    width: 0.75rem;
    height: 0.75rem;
    font-size: 0.75rem;
}

/* Resetting UL Defaults */

.c-sidebar-nav-nested-items {
    padding: 0;
    list-style: none;
}

    /* Indentations For Nested Levels */

    .c-sidebar-nav-nested-items.c-level-two .c-sidebar-nav-link {
        padding-left: 3.5rem;
        padding-right: 2.25rem;
    }

    .c-sidebar-nav-nested-items.c-level-three .c-sidebar-nav-link {
        padding-left: 4.5rem;
    }

/* Wrapper For Menu Item and "More" Button */

.c-sidebar-nav-wrapper {
    position: relative;
}

/* "More" Button - With an Inlarged Click Area */

.c-sidebar-nav-more {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    transition: opacity 0.15s ease-in-out;
}

    .c-sidebar-nav-more::before {
        width: 1.25rem;
        height: 1.25rem;
        content: "";
        position: absolute;
        top: 0.375rem;
        left: 0.375rem;
        border-radius: 0.25rem;
        z-index: 0;
        transition: backround-color 0.15s ease-in-out;
    }

    /* Managing Hover States */


.c-sidebar-nav-wrapper:hover .c-sidebar-nav-more {
    opacity: 1.0;
}

.c-sidebar-nav-wrapper:hover .c-sidebar-nav-link {
    background: var(--primary);
}

.c-sidebar .c-sidebar-minimizer::before {
    background-image: url(/Content/img/info_icon.png) !important;
}

.slideoutNavSubItem {
    padding-left: 40px;
    font-size: small;
}

    .slideoutNavSubItem.subItem {
        border-bottom: 0px !important;
    }

    .slideoutNavSubItem.icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        font-family: Arial, FontAwesome;
    }

.slideoutNavHeaderType {
    color: rgba(255, 255, 255, 0.6) !important
}

.c-active {
    background-color: #4799eb !important;
}

#slidePanel {
    width: 600px;
    height: 100%;
    margin-left: 100%;
    position: absolute;
    top: 0;
    right: -500px;
    z-index: 10000 !important;
}

.slideLarge {
    width: 1200px !important;
}

.slidePanelContent {
    width: 400px;
    height: 100%;
}

.slidePanelContentLarge {
    width: 1000px !important;
}

.my-sidebar {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}


.dx-treelist .dx-row > td {
    font-size: 12px !important;
}

.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
    font-size: 10px !important;
}

.dx-pivotgrid .dx-pivotgrid-area.dx-pivotgrid-horizontal-headers, .dx-pivotgrid .dx-pivotgrid-area.dx-pivotgrid-vertical-headers {
    font-size: 10px !important;
}

#gridParent {
    overflow: hidden;
}

.dx-gridbase-a11y-status-container {
    display: none;
}

.c-header-nav-link .fa-spinner {
    display: inline-block;
    font-size: 1.5em; /* Adjust the size as needed */
    animation: spin 2s linear infinite; /* Add spinning animation */
}

.dx-datagrid .dx-row td {
    font-size: 12px !important;
}

.dx-datagrid .dx-row > td,
.dx-datagrid .dx-row > tr > td {
    padding: 7px;
}

.dx-datagrid .dx-row > td {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    line-height: 18px;
    font-weight: 600;
    font-size: 12px;
}

.dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background: rgba(23,23,31,0);
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    margin-top: 0;
}

/*.dx-texteditor.dx-editor-filled .dx-placeholder::before,
.dx-texteditor.dx-editor-filled .dx-texteditor-input,
.dx-texteditor.dx-editor-outlined .dx-placeholder::before,
.dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding: 5px 0px;
}*/

.dx-datagrid-filter-panel {
    padding: 14px 16px;
}

.dx-toolbar-before {
    margin-left: 20px;
}

.nodeIcon {
    min-height: 62px;
    display: flex;
    align-items: center;
    color: white !important;
}

    .nodeIcon svg {
        height: 32px;
        width: 32px;
    }

    .nodeIcon i {
        font-size: 20px;
        margin-top: 20px;
        color: white;
    }

.nodeText {
    margin-top: 19px;
}