﻿.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;
}

.c-sidebar-nav-link.c-active {
    background-color: #0080ff !important;
    color: white !important;
}

.c-active .c-sidebar-nav-icon {
    color: white !important;
}

.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;
}