.dx-checkbox-checked .dx-checkbox-icon:before {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    font-family: DXIcons;
    transform: translate(-50%, -50%);
    font-size: 9px;
}

.dx-datagrid-checkbox-size .dx-checkbox-icon {
    height: 16px;
    width: 18px;
    display: flex;
    align-self: center;
    justify-content: center;
}



.dx-accordion .dx-accordion-item-title > img {
    flex: 0 0 auto;
    align-self: center;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 24px;
    max-height: 24px;
}

.dx-accordion .dx-accordion-item-title > span {
    flex: 1 1 auto;
    align-self: center;
    font-size: 12px;
}


.dx-show-clear-button .dx-clear-button-area + .dx-dropdowneditor-button {
    margin-left: 1px;
}

.dx-rtl .dx-show-clear-button .dx-clear-button-area + .dx-dropdowneditor-button {
    margin-left: unset;
    margin-right: 1px;
}




tr.dx-row.dx-column-lines.dx-virtual-row, tr.dx-row.dx-column-lines.dx-freespace-row {
    display: none !important;
}



.dx-treelist .dx-context-menu {
    border: unset;
    width: auto;
    z-index: 170000 !important;
    height: auto;
}

.dx-clearfix:before, .dx-clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.dx-clearfix:after {
    clear: both;
}

.dx-translate-disabled {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.dx-hidden-input {
    height: 0;
    left: -10px;
    position: fixed;
    top: -10px;
    width: 0;
}

.dx-user-select {
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

.dx-state-invisible {
    display: none !important;
}

.dx-gesture-cover {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0,0,0);
    z-index: 2147483647;
}

.dx-animating {
    pointer-events: none;
}

.dx-fade-animation.dx-enter, .dx-no-direction.dx-enter, .dx-fade-animation.dx-leave.dx-leave-active, .dx-no-direction.dx-leave.dx-leave-active {
    opacity: 0;
}

    .dx-fade-animation.dx-leave, .dx-no-direction.dx-leave, .dx-fade-animation.dx-enter.dx-enter-active, .dx-no-direction.dx-enter.dx-enter-active {
        opacity: 1;
    }

.dx-overflow-animation.dx-enter.dx-forward {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 2;
}

.dx-overflow-animation.dx-enter.dx-enter-active.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.dx-overflow-animation.dx-enter.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-overflow-animation.dx-leave.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-overflow-animation.dx-leave.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.dx-overflow-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 2;
}

.dx-slide-animation.dx-enter.dx-forward {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.dx-slide-animation.dx-enter.dx-enter-active.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-enter.dx-backward {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.dx-slide-animation.dx-enter.dx-enter-active.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-leave.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-leave.dx-leave-active.dx-forward {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.dx-slide-animation.dx-leave.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.dx-opendoor-animation.dx-enter.dx-forward {
    -moz-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -moz-transform-origin: center left 0px;
    -ms-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -ms-transform-origin: center left 0px;
    -o-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -o-transform-origin: center left 0px;
    -webkit-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -webkit-transform-origin: center left 0px;
    opacity: 0;
    transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    transform-origin: center left 0px;
}

.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    opacity: 1;
    transform: none;
}

.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    opacity: 1;
    transform: none;
}

.dx-opendoor-animation.dx-leave.dx-forward {
    -moz-transform: none;
    -moz-transform-origin: center left 0px;
    -ms-transform: none;
    -ms-transform-origin: center left 0px;
    -o-transform: none;
    -o-transform-origin: center left 0px;
    -webkit-transform: none;
    -webkit-transform-origin: center left 0px;
    opacity: 1;
    transform: none;
    transform-origin: center left 0px;
}

.dx-opendoor-animation.dx-leave.dx-backward {
    -moz-transform: none;
    -moz-transform-origin: center left 0px;
    -ms-transform: none;
    -ms-transform-origin: center left 0px;
    -o-transform: none;
    -o-transform-origin: center left 0px;
    -webkit-transform: none;
    -webkit-transform-origin: center left 0px;
    opacity: 1;
    transform: none;
    transform-origin: center left 0px;
}

.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward {
    -moz-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -moz-transform-origin: center left 0px;
    -ms-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -ms-transform-origin: center left 0px;
    -o-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -o-transform-origin: center left 0px;
    -webkit-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -webkit-transform-origin: center left 0px;
    opacity: 0;
    transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    transform-origin: center left 0px;
}

.dx-opendoor-animation.dx-enter.dx-backward {
    -moz-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -moz-transform-origin: center left 0px;
    -ms-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -ms-transform-origin: center left 0px;
    -o-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -o-transform-origin: center left 0px;
    -webkit-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    -webkit-transform-origin: center left 0px;
    opacity: 0;
    transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    transform-origin: center left 0px;
}

.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
    opacity: 0;
    transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
}

.dx-win-pop-animation.dx-enter.dx-forward {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
    transform: scale(0.5);
}

.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    transform: scale(1.5);
}

.dx-win-pop-animation.dx-enter.dx-backward {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    transform: scale(1.5);
}

.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
    transform: scale(0.5);
}

.dx-android-pop-animation.dx-enter.dx-forward, .dx-android-pop-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    -o-transform: translate3d(0, 150px, 0);
    -webkit-transform: translate3d(0, 150px, 0);
    opacity: 0;
    transform: translate3d(0, 150px, 0);
}

.dx-android-pop-animation.dx-enter.dx-enter-active.dx-forward, .dx-android-pop-animation.dx-leave.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.dx-android-pop-animation.dx-enter.dx-forward, .dx-android-pop-animation.dx-leave.dx-backward {
    z-index: 1;
}

.dx-ios7-slide-animation.dx-enter.dx-forward {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 2;
}

.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.dx-ios7-slide-animation.dx-enter.dx-backward {
    -moz-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    -o-transform: translate3d(-20%, 0, 0);
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    z-index: 1;
}

.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-ios7-slide-animation.dx-leave.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-forward {
    -moz-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    -o-transform: translate3d(-20%, 0, 0);
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    z-index: 1;
}

.dx-ios7-slide-animation.dx-leave.dx-backward {
    z-index: 2;
}

.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 2;
}

.dx-ios7-toolbar-animation.dx-enter.dx-forward {
    -moz-transform: translate3d(40%, 0, 0);
    -ms-transform: translate3d(40%, 0, 0);
    -o-transform: translate3d(40%, 0, 0);
    -webkit-transform: translate3d(40%, 0, 0);
    opacity: 0;
    transform: translate3d(40%, 0, 0);
    z-index: 2;
}

.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.dx-ios7-toolbar-animation.dx-enter.dx-backward {
    -moz-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -webkit-transform: translate3d(-40%, 0, 0);
    opacity: 0;
    transform: translate3d(-40%, 0, 0);
    z-index: 1;
}

.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-ios7-toolbar-animation.dx-leave.dx-forward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-forward {
    -moz-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -webkit-transform: translate3d(-40%, 0, 0);
    opacity: 0;
    transform: translate3d(-40%, 0, 0);
    z-index: 1;
}

.dx-ios7-toolbar-animation.dx-leave.dx-backward {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-backward {
    -moz-transform: translate3d(40%, 0, 0);
    -ms-transform: translate3d(40%, 0, 0);
    -o-transform: translate3d(40%, 0, 0);
    -webkit-transform: translate3d(40%, 0, 0);
    opacity: 0;
    transform: translate3d(40%, 0, 0);
    z-index: 2;
}

.dx-drop-animation.dx-enter, .dx-drop-animation.dx-leave.dx-leave-active {
    -moz-transform: translate3d(0, -120%, 0);
    -ms-transform: translate3d(0, -120%, 0);
    -o-transform: translate3d(0, -120%, 0);
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
}

    .dx-drop-animation.dx-leave, .dx-drop-animation.dx-enter.dx-enter-active {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.dx-3d-drop-animation.dx-enter, .dx-3d-drop-animation.dx-leave.dx-leave-active {
    -moz-transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    -o-transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    -webkit-transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    opacity: 0;
    transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
}

    .dx-3d-drop-animation.dx-leave, .dx-3d-drop-animation.dx-enter.dx-enter-active {
        -moz-transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
        -o-transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
        opacity: 1;
        transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

.dx-fade-drop-animation.dx-enter, .dx-fade-drop-animation.dx-leave.dx-leave-active {
    -moz-transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    -o-transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    -webkit-transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    opacity: 0;
    transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
}

    .dx-fade-drop-animation.dx-leave, .dx-fade-drop-animation.dx-enter.dx-enter-active {
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

.dx-fade-rise-animation.dx-enter, .dx-fade-rise-animation.dx-leave.dx-leave-active {
    -moz-transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
    -o-transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
    -webkit-transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
}

    .dx-fade-rise-animation.dx-leave, .dx-fade-rise-animation.dx-enter.dx-enter-active {
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

.dx-fade-slide-animation.dx-enter, .dx-fade-slide-animation.dx-leave.dx-leave-active {
    -moz-transform: translate3d(40%, 0, 0);
    -ms-transform: translate3d(40%, 0, 0);
    -o-transform: translate3d(40%, 0, 0);
    -webkit-transform: translate3d(40%, 0, 0);
    opacity: 0;
    transform: translate3d(40%, 0, 0);
}

    .dx-fade-slide-animation.dx-leave, .dx-fade-slide-animation.dx-enter.dx-enter-active {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

.dx-fade-zoom-animation.dx-enter, .dx-fade-zoom-animation.dx-leave.dx-leave-active {
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}

    .dx-fade-zoom-animation.dx-leave, .dx-fade-zoom-animation.dx-enter.dx-enter-active {
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }

.dx-icon-plus, .dx-icon-overflow, .dx-icon-add, .dx-icon-airplane, .dx-icon-arrowleft, .dx-icon-arrowdown, .dx-icon-arrowright, .dx-icon-arrowup, .dx-icon-bookmark, .dx-icon-box, .dx-icon-car, .dx-icon-card, .dx-icon-cart, .dx-icon-chart, .dx-icon-clock, .dx-icon-close, .dx-icon-comment, .dx-icon-doc, .dx-icon-download, .dx-icon-edit, .dx-icon-email, .dx-icon-event, .dx-icon-favorites, .dx-icon-find, .dx-icon-folder, .dx-icon-food, .dx-icon-gift, .dx-icon-globe, .dx-icon-group, .dx-icon-help, .dx-icon-home, .dx-icon-image, .dx-icon-info, .dx-icon-key, .dx-icon-like, .dx-icon-map, .dx-icon-menu, .dx-icon-money, .dx-icon-music, .dx-icon-percent, .dx-icon-photo, .dx-icon-preferences, .dx-icon-product, .dx-icon-refresh, .dx-icon-remove, .dx-icon-runner, .dx-icon-tags, .dx-icon-tel, .dx-icon-tips, .dx-icon-todo, .dx-icon-toolbox, .dx-icon-user, .dx-icon-save, .dx-icon-clear, .dx-icon-search {
    background-position: 0 0;
    background-repeat: no-repeat;
}

.dx-icon {
    background-position: 50% 50%;
}

.dx-color-scheme {
    font-family: "#";
}

.dx-widget {
    -ms-content-zooming: none;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    box-sizing: border-box;
    display: block;
    padding: 0;
    outline: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    line-height: 1.33334;
}

    .dx-widget input,
    .dx-widget textarea {
        /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
        line-height: 1.33334;
    }

.dx-checkbox-indeterminate .dx-checkbox-icon:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #b5b5b5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.dx-menu-base .dx-menu-item-content {
    padding-left: 5px;
    padding-right: 5px;
}

.dx-menu-base .dx-submenu .dx-menu-item-content {
    padding-left: 1px;
    padding-right: 1px;
}
.dx-pivotgrid-container{
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    position: relative;
    /* flex-basis: 500px; */
}
.dx-widget, .dx-widget:before, .dx-widget:after, .dx-widget *, .dx-widget *:before, .dx-widget *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dx-texteditor.dx-invalid .dx-texteditor-container:after {
    background: transparent url(Error.ico) no-repeat;
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.dx-texteditor.dx-invalid .dx-texteditor-container:after {
    right: 3px;
}

.dx-rtl .dx-texteditor.dx-invalid .dx-texteditor-container:after {
    right: unset;
    left: 3px;
}

.window-buttons-container {
    width: auto;
    display: flex;
    height: auto;
}

.dx-item {
    outline: 0;
}

.dx-rtl {
    direction: rtl !important;
    unicode-bidi: embed;
}



.dx-badge {
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    font-size: 11px;
    line-height: normal;
    padding: 0 5px 2px;
}

.dx-popup-content > .dx-list {
    border-width: 0px;
    display: flex;
    flex-direction: column;
}

.dx-draggable {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
    left: 0;
    user-select: none;
}

    .dx-draggable.dx-state-disabled, .dx-state-disabled .dx-draggable {
        cursor: default;
    }

.dx-resizable {
    display: block;
    position: relative;
}

.dx-resizable-handle {
    background-color: #02020200;
    position: absolute;
    z-index: 50;
}

.dx-state-disabled .dx-resizable-handle {
    cursor: default;
}

.dx-resizable-handle-left, .dx-resizable-handle-right {
    height: 100%;
    top: 0px;
    width: 8px;
}

.dx-resizable-handle-left {
    cursor: e-resize;
    left: 0px;
}

.dx-resizable-handle-right {
    cursor: e-resize;
    right: 0px;
}

.dx-resizable-handle-top, .dx-resizable-handle-bottom {
    height: 8px;
    left: 0px;
    width: 100%;
}

.dx-popup-fullscreen > .dx-resizable-handle {
    display: none;
}



.dx-resizable-handle-top {
    cursor: s-resize;
    top: 0px;
}

.dx-resizable-handle-bottom {
    bottom: 0px;
    cursor: s-resize;
}

.dx-resizable-handle-corner-bottom-left, .dx-resizable-handle-corner-bottom-right, .dx-resizable-handle-corner-top-left, .dx-resizable-handle-corner-top-right {
    height: 20px;
    /*background-color: red;*/
    width: 20px;
}

.dx-resizable-handle-corner-top-left {
    -moz-border-bottom-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
    border-bottom-right-radius: 100%;
    cursor: se-resize;
    left: -4px;
    top: -4px;
}

.dx-resizable-handle-corner-top-right {
    -moz-border-bottom-left-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    cursor: ne-resize;
    right: -4px;
    top: -4px;
}

:not(.dx-rtl) > .dx-resizable-handle-corner-bottom-right {
    -moz-border-top-left-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    background-position: 20px 20px;
    border-top-left-radius: 100%;
    bottom: -4px;
    cursor: se-resize;
    height: 20px;
    right: -4px;
    width: 20px;
}

:not(.dx-rtl) > .dx-resizable-handle-corner-bottom-left {
    -moz-border-top-right-radius: 100%;
    -webkit-border-top-right-radius: 100%;
    border-top-right-radius: 100%;
    bottom: -4px;
    cursor: ne-resize;
    left: -4px;
}

.dx-rtl .dx-resizable-handle-corner-bottom-left {
    -moz-border-top-left-radius: 100%;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-border-top-left-radius: 100%;
    -webkit-transform: rotate(90deg);
    background-position: 20px 20px;
    border-top-left-radius: 100%;
    bottom: -10px;
    cursor: ne-resize;
    height: 20px;
    left: -10px;
    transform: rotate(90deg);
    width: 20px;
}

.dx-rtl .dx-resizable-handle-corner-bottom-right {
    -moz-border-top-left-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    border-top-left-radius: 100%;
    bottom: -10px;
    cursor: se-resize;
    height: 20px;
    right: -10px;
    width: 20px;
}

.dx-box-item-content {
    font-size: 14px;
}

.dx-box-fallback-item > .dx-box-item-content {
    height: 100%;
    width: 100%;
}

.dx-box-item-content {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.dx-box-flex .dx-box-item > .dx-scrollable, .dx-box-flex .dx-box-item-content > .dx-scrollable, .dx-box-flex .dx-box-item > .dx-treeview, .dx-box-flex .dx-box-item-content > .dx-treeview, .dx-box-flex .dx-box-item > .dx-treeview > .dx-scrollable, .dx-box-flex .dx-box-item-content > .dx-treeview > .dx-scrollable {
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
}

    .dx-box-flex .dx-box-item > .dx-scrollable .dx-scrollable-wrapper, .dx-box-flex .dx-box-item-content > .dx-scrollable .dx-scrollable-wrapper, .dx-box-flex .dx-box-item > .dx-treeview .dx-scrollable-wrapper, .dx-box-flex .dx-box-item-content > .dx-treeview .dx-scrollable-wrapper, .dx-box-flex .dx-box-item > .dx-treeview > .dx-scrollable .dx-scrollable-wrapper, .dx-box-flex .dx-box-item-content > .dx-treeview > .dx-scrollable .dx-scrollable-wrapper {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: auto;
    }

    .dx-box-flex .dx-box-item > .dx-scrollable .dx-scrollable-container, .dx-box-flex .dx-box-item-content > .dx-scrollable .dx-scrollable-container, .dx-box-flex .dx-box-item > .dx-treeview .dx-scrollable-container, .dx-box-flex .dx-box-item-content > .dx-treeview .dx-scrollable-container, .dx-box-flex .dx-box-item > .dx-treeview > .dx-scrollable .dx-scrollable-container, .dx-box-flex .dx-box-item-content > .dx-treeview > .dx-scrollable .dx-scrollable-container {
        height: auto;
    }

.dx-button-disabled {
    cursor: default;
}

.dx-button {
    -khtml-user-select: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -ms-user-drag: none;
    -ms-user-select: none;
    -o-user-drag: none;
    -o-user-select: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    cursor: default;
    display: flex;
    max-width: 100%;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: center;
    min-height: 20px;
    position: relative;
}

.dx-popup-toolbar .dx-button {
    min-height: 24px;
    height: 24px;
    min-width: 33px;
    width: 33px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background-image: none;
}

.dx-state-disabled.dx-button .dx-icon,
.dx-state-disabled .dx-button .dx-icon {
    opacity: 0.6;
}

.dx-state-disabled.dx-button .dx-button-text,
.dx-state-disabled .dx-button .dx-button-text {
    opacity: 0.5;
}


.dx-button-back .dx-button-content {
    padding: 5px;
}

.dx-button-back .dx-icon {
    color: #333;
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}

.dx-rtl .dx-button-back .dx-icon,
.dx-rtl.dx-button-back .dx-icon {
    margin-left: 0;
    margin-right: 0;
}

.dx-button-back .dx-button-text {
    display: none;
}

.dx-button .dx-icon {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    display: inline-block;
    vertical-align: middle;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
    padding: 0px;
    color: #333;
    font-family: DXIcons;
}

.dx-button-has-text .dx-icon {
    color: #333;
    width: auto;
    height: auto;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 4px;
    margin-left: 0px;
}

.dx-button a {
    text-decoration: none;
}

.dx-rtl .dx-button-has-text .dx-icon,
.dx-rtl.dx-button-has-text .dx-icon {
    margin-left: 0px;
    margin-right: 4px;
}

.dx-rtl .dx-button .dx-icon,
.dx-rtl.dx-button .dx-icon {
    margin-left: 0px;
    margin-right: 0px;
}



.dx-button-content {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    align-self: center;
    display: flex;
    flex: 1 1;
    flex-direction: row;
    line-height: 0;
    position: relative; /*Too Important*/
    width: 100%;
    height: 100%;
    justify-content: center;
}

.dx-button .dx-button-content {
    padding: 5px;
}

.dx-button-has-text .dx-button-content {
    padding: 4px 10px 4px;
}

.dx-button-has-icon .dx-icon {
    color: #333;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}

.dx-button-has-icon.dx-button-has-text .dx-button-content > img + span {
    margin-left: 4px;
}

.dx-rtl .dx-button-has-icon.dx-button-has-text .dx-button-content > img + span {
    margin-left: unset;
    margin-right: 4px;
}

.dx-rtl .dx-button-has-icon .dx-icon,
.dx-rtl.dx-button-has-icon .dx-icon {
    display: flex;
    align-self: center;
    flex: 0 0 auto;
    font-size: 9px;
}

.dx-popup-toolbar .dx-button-content {
    padding: 0px;
    flex: 1;
    width: 100%;
    height: 100%;
}

.dx-box-item-content {
    font-size: 12px;
    align-items: center;
}

.dx-button-text {
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-self: center;
}

.dx-button a {
    text-decoration: none;
}

.dx-button-content:after {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
}

.dx-button-link {
    text-decoration: none;
}

.dx-button-submit-input {
    border: 0;
    font-size: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
}

.dx-state-disabled.dx-button, .dx-state-disabled .dx-button {
    cursor: default;
}

.dx-scrollable-scrollbar-simulated {
    position: relative;
}

.dx-scrollable {
    display: flex;
    height: 100%;
    min-height: 0;
}

.dx-scrollable-native {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scroll-snap-type: proximity;
}

    .dx-scrollable-native .dx-scrollable-scrollbar {
        display: none;
    }

    .dx-scrollable-native.dx-scrollable-scrollbar-simulated .dx-scrollable-scrollbar {
        display: block;
    }

    .dx-scrollable-native .dx-scrollable-container {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        position: relative;
    }

    .dx-scrollable-native.dx-scrollable-vertical, .dx-scrollable-native.dx-scrollable-vertical .dx-scrollable-container {
        -ms-touch-action: pan-y;
        overflow-x: hidden;
        overflow-y: auto;
        touch-action: pan-y;
    }

    .dx-scrollable-native.dx-scrollable-horizontal, .dx-scrollable-native.dx-scrollable-horizontal .dx-scrollable-container {
        -ms-touch-action: pan-x;
        float: none;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x;
    }

    .dx-scrollable-native.dx-scrollable-both, .dx-scrollable-native.dx-scrollable-both .dx-scrollable-container {
        -ms-touch-action: pan-y pan-x;
        float: none;
        overflow-x: auto;
        overflow-y: auto;
        touch-action: pan-y pan-x;
    }

    .dx-scrollable-native.dx-scrollable-disabled, .dx-scrollable-native.dx-scrollable-disabled .dx-scrollable-container {
        -ms-touch-action: auto;
        touch-action: auto;
    }

    .dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
        opacity: 0;
    }

    .dx-scrollable-native.dx-scrollable-native-ios .dx-scrollable-content {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        min-height: 101%;
    }

    .dx-scrollable-native.dx-scrollable-native-ios.dx-scrollable-horizontal .dx-scrollable-content {
        min-height: 0;
        padding: 0;
    }

    .dx-scrollable-native.dx-scrollable-native-generic {
        -ms-overflow-style: auto;
        overflow: hidden;
    }

        .dx-scrollable-native.dx-scrollable-native-generic .dx-scrollable-content {
            height: auto;
        }

    .dx-scrollable-native.dx-scrollable-native-android .dx-scrollable-content {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        z-index: 0;
    }

.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar, .dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar {
    display: none;
}

.dx-rtl .dx-scrollable .dx-scrollable-content, .dx-rtl.dx-scrollable .dx-scrollable-content, .dx-rtl .dx-scrollable .dx-scrollable-container, .dx-rtl.dx-scrollable .dx-scrollable-container {
    direction: ltr;
}

.dx-scrollable-container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    overflow: hidden;
    width: 100%;
}

    .dx-scrollable-container:focus {
        outline: none;
    }

.dx-scrollable-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

.dx-scrollable-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
    -webkit-transform: none;
}

.dx-scrollable-simulated .dx-scrollable-content {
    overflow-anchor: none;
}

.dx-scrollable-content:before, .dx-scrollable-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.dx-scrollable-content:after {
    clear: both;
}

.dx-scrollable-horizontal .dx-scrollable-content, .dx-scrollable-both .dx-scrollable-content {
    display: block;
    float: left;
    min-width: 100%;
}

.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical, .dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical {
    right: auto;
    left: 0;
}

.dx-scrollable-scrollbar {
    pointer-events: auto;
    position: absolute;
}

.dx-scrollbar-vertical {
    height: 100%;
    right: 0;
    top: 0;
}

    .dx-scrollbar-vertical .dx-scrollable-scroll {
        width: 5px;
    }

.dx-scrollbar-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
}

    .dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 5px;
    }

.dx-scrollable-scroll {
    -moz-transition: background-color 0s linear;
    -o-transition: background-color 0s linear;
    transition: background-color 0s linear;
    -webkit-transform: translate(0px, 0px);
    -webkit-transition: background-color 0s linear;
    background-color: transparent;
    position: relative;
    opacity: 1;
    overflow: hidden;
    padding: 2px;
}

    .dx-scrollable-scroll.dx-state-invisible {
        -moz-transition: background-color .5s linear 1s;
        -o-transition: background-color .5s linear 1s;
        -webkit-transition: background-color .5s linear 1s;
        background-color: transparent;
        background-color: rgba(0, 0, 0, 0);
        display: block !important;
        transition: background-color .5s linear 1s;
    }

.dx-scrollable-scroll-content {
    width: 100%;
    height: 100%;
}

.dx-scrollbar-vertical.dx-scrollbar-hoverable {
    width: 8px;
}

    .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
    .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
        width: 15px;
    }

        .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
        .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
            width: 15px;
        }

.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 8px;
}

.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 8px;
}

    .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,
    .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
        height: 15px;
    }

        .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
        .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
            height: 15px;
        }

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 8px;
}

.dx-rtl.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical .dx-scrollable-content,
.dx-rtl.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 0;
    padding-left: 8px;
}

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    /*padding-bottom: 8px;*/
}

.dx-checkbox-text {
    /* margin-left: -16px; */
    /* padding-left: 21px; */
}

.dx-rtl .dx-checkbox-text,
.dx-rtl.dx-checkbox-text {
    /* margin-right: -20px; */
    /*padding-right: 0px;*/
}

.dx-state-disabled.dx-checkbox,
.dx-state-disabled .dx-checkbox {
    opacity: 1;
}

.dx-tabs-scrollable {
    margin: -1px;
    height: calc(100% + 2px);
}

.dx-state-disabled.dx-checkbox .dx-checkbox-icon,
.dx-state-disabled .dx-checkbox .dx-checkbox-icon {
    opacity: 0.4;
}

.dx-tabs-nav-button .dx-button-content {
    padding: 0;
}

.dx-tabs-nav-button.dx-state-active {
    border: none;
}

.dx-tabs-nav-button.dx-state-disabled {
    opacity: 1;
}

    .dx-tabs-nav-button.dx-state-disabled .dx-button-content {
        opacity: 0.6;
    }

.dx-rtl .dx-scrollable .dx-scrollable-scroll,
.dx-rtl.dx-scrollable .dx-scrollable-scroll {
    float: left;
}

.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image {
    width: 24px;
    height: 24px;
}

.dx-checkbox-checked .dx-checkbox-icon:before {
    content: "\f005";
    /*color: #062b63;*/
}

.dx-checkbox {
    line-height: 0;
}

.dx-scrollable-customizable-scrollbars ::-webkit-scrollbar:horizontal {
    height: 19px;
}

.dx-scrollable-customizable-scrollbars ::-webkit-scrollbar:vertical {
    width: 19px;
}


.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
    opacity: 1;
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
    float: right;
    width: 8px;
}

.dx-rtl .dx-scrollable, .dx-rtl.dx-scrollable {
    direction: ltr;
}

    .dx-rtl .dx-scrollable .dx-scrollable-content, .dx-rtl.dx-scrollable .dx-scrollable-content, .dx-rtl .dx-scrollable .dx-scrollable-container, .dx-rtl.dx-scrollable .dx-scrollable-container {
        direction: ltr;
    }

        .dx-rtl .dx-scrollable .dx-scrollable-content > *, .dx-rtl.dx-scrollable .dx-scrollable-content > * {
            direction: rtl;
        }

.dx-list .dx-scrollview-content:focus {
    outline: 0px;
}

.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical, .dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical {
    left: 0;
    right: auto;
}

.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal, .dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal {
    direction: ltr;
}

.dx-device-ios-6 .dx-scrollable-content {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dx-device-android .dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
    display: none;
}

.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket {
    display: none;
    position: absolute;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-top-pocket {
    height: 40px;
    left: 50%;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: none;
    border-radius: 50%;
    height: 100%;
    left: -50%;
    margin-left: -20px;
    padding: 0;
    position: static;
    width: 100%;
}

    .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading {
        -moz-transition: -moz-transform 100ms linear;
        -o-transition: -o-transform 100ms linear;
        -webkit-transition: -webkit-transform 100ms linear;
        transition: transform 100ms linear;
    }

    .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        height: 100%;
        margin: 0;
        padding: 4px;
        position: relative;
        top: 0;
        width: 100%;
    }

        .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator .dx-loadindicator {
            float: left;
        }

.dx-scrollable-native.dx-scrollable-native-android .dx-icon-pulldown {
    -moz-box-sizing: border-box;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-box-sizing: border-box;
    -webkit-transition: opacity .2s;
    box-sizing: border-box;
    font-size: 24px;
    height: 100%;
    padding: 8px;
    transition: opacity .2s;
    width: 100%;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading.dx-scrollview-pull-down {
    -moz-transition: top .2s ease-out 0s;
    -o-transition: top .2s ease-out 0s;
    -webkit-transition: top .2s ease-out 0s;
    transition: top .2s ease-out 0s;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-image {
    -moz-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    -webkit-transition: opacity .2s ease 0s;
    background-size: contain;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease 0s;
    width: 100%;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
    display: none;
}

.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket {
    -moz-transform: translate(0px, 0px);
    -moz-transition: -moz-transform 400ms ease;
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -o-transition: -o-transform 400ms ease;
    -webkit-transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 400ms ease;
    left: 0;
    overflow-y: auto;
    position: absolute;
    transform: translate(0px, 0px);
    transition: transform 400ms ease;
    width: 100%;
}

.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content {
    -moz-transform: none;
    -moz-transition: -moz-transform 400ms ease;
    -ms-transform: none;
    -o-transform: none;
    -o-transition: -o-transform 400ms ease;
    -webkit-transform: none;
    -webkit-transition: -webkit-transform 400ms ease;
    transform: none;
    transition: transform 400ms ease;
}

.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled {
    overflow-y: auto;
}

    .dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-container {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-content {
        overflow-y: hidden;
    }

    .dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollview-content {
        overflow-y: hidden;
    }

.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollable-container {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollview-bottom-pocket {
    text-align: center;
    width: 100%;
}

.dx-device-android-4 .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
    display: block;
}

.dx-scrollview-content {
    position: static;
}

    .dx-scrollview-content:before, .dx-scrollview-content:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .dx-scrollview-content:after {
        clear: both;
    }

.dx-scrollview-pull-down {
    -moz-box-sizing: content-box;
    -moz-transform: translate(0px, 0px);
    -moz-user-drag: none;
    -ms-transform: translate(0px, 0px);
    -ms-user-drag: none;
    -o-transform: translate(0px, 0px);
    -o-user-drag: none;
    -webkit-box-sizing: content-box;
    -webkit-transform: translate(0px, 0px);
    -webkit-user-drag: none;
    box-sizing: content-box;
    height: 50px;
    overflow: hidden;
    padding: 15px 0;
    top: -80px;
    transform: translate(0px, 0px);
    user-drag: none;
    width: 100%;
}

.dx-scrollview-pull-down-container {
    display: inline-block;
    text-align: right;
    width: 49%;
}

.dx-scrollview-pull-down-indicator {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    display: inline-block;
    left: 0;
    margin: -15px 20px 0 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    user-drag: none;
    width: 20px;
}

.dx-scrollview-pull-down-image {
    -moz-transform: translate(0,0) rotate(0deg);
    -moz-transition: -moz-transform 0.2s linear;
    -moz-user-drag: none;
    -ms-transform: translate(0,0) rotate(0deg);
    -ms-transform: rotate(0deg);
    -ms-user-drag: none;
    -o-transform: translate(0,0) rotate(0deg);
    -o-transition: -o-transform 0.2s linear;
    -o-user-drag: none;
    -webkit-transform: translate(0,0) rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    -webkit-user-drag: none;
    background-size: contain;
    display: inline-block;
    height: 50px;
    margin: 0 20px;
    transform: translate(0,0) rotate(0deg);
    transition: transform 0.2s linear;
    user-drag: none;
    vertical-align: middle;
    width: 20px;
}

.dx-scrollview-pull-down-text {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    display: inline;
    overflow: visible;
    position: relative;
    user-drag: none;
    vertical-align: middle;
}

    .dx-scrollview-pull-down-text div {
        left: 0;
        overflow: visible;
        position: absolute;
        top: 0;
        white-space: nowrap;
    }

.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image {
    -moz-transform: translate(0,0) rotate(-180deg);
    -ms-transform: translate(0,0) rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
    transform: translate(0,0) rotate(-180deg);
}

.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-image {
    opacity: 0;
}

.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-indicator {
    opacity: 1;
}

.dx-scrollview-scrollbottom {
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    transform: translate(0,0);
    width: 100%;
}

    .dx-scrollview-scrollbottom:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.dx-scrollview-scrollbottom-indicator {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    display: inline-block;
    margin: 0 10px 0 0;
    user-drag: none;
}

.dx-scrollview-scrollbottom-text {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    display: inline-block;
    margin-top: -20px;
    user-drag: none;
    vertical-align: middle;
}

.dx-scrollview-scrollbottom-end {
    opacity: 0;
}

.dx-rtl .dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket, .dx-scrollable-native.dx-rtl.dx-scrollable-native-ios .dx-scrollview-top-pocket {
    left: auto;
    right: 0;
}

.dx-rtl .dx-scrollview-pull-down-container {
    text-align: left;
}

.dx-rtl .dx-scrollview-pull-down-indicator {
    left: auto;
    right: 0;
}

.dx-rtl .dx-scrollview-pull-down-text div {
    left: auto;
    right: 0;
}

.dx-rtl .dx-scrollview-scrollbottom-indicator {
    margin: 0 0 0 10px;
}

.dx-checkbox {
    -khtml-user-select: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -ms-user-drag: none;
    -ms-user-select: none;
    -o-user-drag: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    user-drag: none;
    user-select: none;
}

.dx-rtl .dx-checkbox-has-text .dx-checkbox-icon {
    margin-right: unset;
    margin-left: 4px;
}

.dx-checkbox-has-text .dx-checkbox-icon {
    margin-right: 4px;
}

.dx-checkbox.dx-state-readonly {
    cursor: default;
}

.dx-checkbox-icon {
    align-items: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    width: 16px;
    height: 16px;
    font-family: DXIcons;
    flex: 1 0 auto;
    height: 14px;
    width: 14px;
}

.dx-checkbox-container {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: flex;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.dx-checkbox-has-text .dx-checkbox-icon, .dx-checkbox-has-text .dx-checkbox-text {
    vertical-align: middle;
}

.dx-checkbox-text {
    display: inline-block;
    height: 100%;
    line-height: normal;
    vertical-align: middle;
    white-space: pre-wrap;
    width: 100%;
    word-wrap: break-word;
}

.dx-rtl .dx-checkbox-text, .dx-rtl.dx-checkbox-text {
    margin: 0;
    padding: 0;
}

.dx-state-disabled.dx-checkbox, .dx-state-disabled .dx-checkbox {
    cursor: default;
}

.dx-switch {
    -khtml-user-select: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -ms-user-drag: none;
    -ms-user-select: none;
    -o-user-drag: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    user-drag: none;
    user-select: none;
    border: 1px solid black;
}

.dx-switch-wrapper {
    display: inline-block;
    height: 100%;
    text-align: left;
    width: 100%;
}

    .dx-switch-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.dx-switch-container {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.dx-state-disabled.dx-switch, .dx-state-disabled .dx-switch {
    cursor: default;
}

.dx-rtl.dx-switch-wrapper, .dx-rtl .dx-switch-wrapper {
    text-align: right;
}

.dx-tabs-ie-hack a {
    background-color: #fff;
    color: white;
    height: 100%;
    left: 0;
    opacity: 0.001;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}

.dx-tabs {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: inline-block;
    position: relative;
    table-layout: fixed;
    text-align: center;
    user-select: none;
    width: 100%;
}

.dx-tabs-wrapper {
    display: table-row;
}

.dx-tabs-scrollable .dx-tabs-wrapper {
    display: block;
    height: 100%;
    white-space: nowrap;
}

.dx-tabs-scrollable .dx-tab {
    display: inline-block;
    height: 100%;
}

    .dx-tabs-scrollable .dx-tab:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.dx-tabs-scrollable .dx-scrollable-content {
    height: 100%;
}

.dx-tabs-nav-buttons .dx-tabs-scrollable {
    margin-left: 25px;
    margin-right: 25px;
}

.dx-tabs-nav-button {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 25px;
    border: none;
}

.dx-tabs-nav-button-left {
    left: 0;
}

.dx-tabs-nav-button-right {
    right: 0;
}

.dx-tabs-expanded {
    display: table;
}

.dx-tab {
    cursor: default;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 6px;
    display: inline-block;
    min-width: 17px;
    min-height: 22px;
}

    .dx-tab + .dx-tab {
        margin-right: 1px;
    }

    .dx-tab a {
        background-color: #fff;
        color: white;
        height: 100%;
        left: 0;
        opacity: 0.001;
        position: absolute;
        text-decoration: none;
        top: 0;
        width: 100%;
    }

    .dx-tab .dx-icon {
        -moz-user-drag: none;
        -ms-user-drag: none;
        -o-user-drag: none;
        -webkit-user-drag: none;
        user-drag: none;
        display: inline-block;
        background-position: 0px 0px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        background-size: 14px 14px;
        vertical-align: middle;
        margin: 0 auto;
        width: 14px;
        height: 14px;
        padding: 0px;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
        margin-right: 7px;
        margin-left: 0;
    }

.dx-rtl .dx-tab .dx-icon,
.dx-rtl.dx-tab .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}

.dx-tab-selected:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0px;
    bottom: -2px;
    right: 0px;
    left: 0px;
    border-bottom: 2px solid #c6dcf7;
    z-index: 1;
}

.dx-tab-content {
    display: inline-block;
    max-width: 100%;
}

.dx-tab-text {
    vertical-align: middle;
    line-height: 21px;
}

.dx-state-disabled.dx-tabs {
    opacity: 1;
}

.dx-state-disabled .dx-tab-content {
    opacity: .3;
}

.dx-navbar {
    padding: 0;
    border: none;
}

.dx-nav-item .dx-tab-text,
.dx-rtl .dx-nav-item .dx-tab-text {
    line-height: normal;
}

.dx-tab-text {
    -moz-user-drag: none;
    -ms-text-overflow: ellipsis;
    -ms-user-drag: none;
    -o-text-overflow: ellipsis;
    -o-user-drag: none;
    -webkit-user-drag: none;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    user-drag: none;
    white-space: nowrap;
}

.dx-nav-item.dx-tab-selected:after,
.dx-rtl .dx-nav-item.dx-tab-selected:after,
.dx-nav-item.dx-state-focused:after,
.dx-rtl .dx-nav-item.dx-state-focused:after,
.dx-nav-item.dx-state-active:after,
.dx-rtl .dx-nav-item.dx-state-active:after {
    content: none;
}

.dx-nav-item.dx-state-active,
.dx-rtl .dx-nav-item.dx-state-active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-nav-item.dx-state-disabled .dx-icon,
.dx-rtl .dx-nav-item.dx-state-disabled .dx-icon {
    opacity: .5;
}

.dx-navbar-item-badge {
    margin-right: -26px;
    top: 6%;
}

.dx-rtl .dx-navbar-item-badge {
    margin-left: -26px;
}

.dx-dropdowneditor .dx-texteditor {
    min-height: unset;
}

.dx-tabs-item-badge {
    display: inline-block;
    vertical-align: top;
}

.dx-state-disabled .dx-tab {
    cursor: default;
}

.dx-map-container, .dx-map-shield {
    color: #000;
    height: 100%;
    position: relative;
    width: 100%;
}

.dx-map-shield {
    background: rgba(0, 0, 0, 0.01);
    left: 0;
    opacity: .01;
    top: -100%;
}

.dx-tabs.dx-navbar {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    margin: 0;
    user-select: none;
    width: 100%;
}

    .dx-tabs.dx-navbar .dx-icon {
        display: block;
        height: 31px;
        margin: 0 auto;
        width: 31px;
    }

.dx-rtl.dx-tabs.dx-navbar .dx-icon, .dx-rtl .dx-tabs.dx-navbar .dx-icon {
    margin: 0 auto;
}

.dx-tabs.dx-navbar .dx-tab-text {
    display: block;
    vertical-align: 50%;
}

.dx-nav-item {
    position: relative;
    vertical-align: bottom;
}

    .dx-nav-item.dx-state-disabled {
        cursor: default;
    }

.dx-nav-item-content {
    display: block;
}

.dx-nav-item a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.dx-list-search {
    margin: 5px;
}

.dx-list.dx-list-with-search .dx-scrollable-wrapper {
    height: calc(100% - 34px);
}

.dx-navbar-item-badge {
    margin-right: -24px;
    position: absolute;
    right: 50%;
    top: 11%;
}

.dx-rtl .dx-nav-item .dx-navbar-item-badge {
    left: 50%;
    margin-left: -24px;
    margin-right: auto;
    right: auto;
}

.dx-texteditor {
    display: flex;
    /*direction: ltr;*/
    padding: 1px 1px 1px 1px;
    min-height: 20px;
    flex-direction: row;
    border-width: 1px;
    border-style: solid;
}

    .dx-texteditor input::-ms-clear {
        display: none;
    }

.dx-dropdowneditor .dx-texteditor.dx-state-hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-rtl.dx-texteditor.dx-invalid .dx-texteditor-container:after {
    left: 2px;
    /*right: auto;*/
}

.dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input {
    padding-right: 18px;
}

.dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 48px;
}

.dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    right: 3px;
}

.dx-rtl .dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    left: 26px;
    right: auto;
}

.dx-show-clear-button .dx-texteditor-input {
    /* padding-right: 24px; */
}

.dx-rtl .dx-show-clear-button .dx-texteditor-input,
.dx-rtl.dx-show-clear-button .dx-texteditor-input {
    /*padding: 4px 5px 4px;*/
    /* padding-left: 24px; */
}

/*.dx-placeholder:before {
        padding: 4px 5px 4px;
    }*/

/*.dx-rtl .dx-placeholder,
.dx-rtl .dx-placeholder:before {
    right: 0;
    left: auto;
}*/
.dx-placeholder {
    align-self: center;
    cursor: text;
    display: flex;
    margin: 0px 3px;
    pointer-events: none;
    position: absolute;
    /*top: 0px;
    left: 0px;
    max-width: 100%;
    width: auto;
    height: 100%;*/
    text-align: left;
}

    .dx-placeholder:before {
        content: attr(DATA-DX_PLACEHOLDER);
        display: inline-block;
        overflow: hidden;
        pointer-events: none;
        vertical-align: middle;
        white-space: nowrap;
    }

/*.dx-placeholder:after {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }*/
.dx-texteditor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    align-self: stretch;
    flex-direction: row;
    justify-content: stretch;
}

.dx-texteditor-buttons-container {
    align-self: stretch;
    display: flex;
}

    .dx-texteditor-buttons-container .dx-button {
        border: 1px solid #244580;
        background: rgb(73,104,160);
        background: -moz-linear-gradient(top, rgba(104,140,191,1) 0%, rgba(82,123,186,1) 45%, rgba(46,82,142,1) 46%, rgba(47,83,143,1) 54%, rgba(47,83,143,1) 54%, rgba(115,152,206,1) 100%);
        background: -webkit-linear-gradient(top,rgba(104,140,191,1) 0%,rgba(82,123,186,1) 45%,rgba(46,82,142,1) 46%,rgba(47,83,143,1) 54%,rgba(47,83,143,1) 54%,rgba(115,152,206,1) 100%);
        background: linear-gradient(to bottom, rgba(104,140,190,1) 0%,rgba(82,123,186,1) 45%,rgba(46,82,142,1) 46%,rgba(47,83,143,1) 54%,rgba(47,83,143,1) 54%,rgba(115,152,206,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4968a0', endColorstr='#7398ce',GradientType=0 );
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: white;
        min-height: unset;
        cursor: pointer;
    }

    .dx-texteditor-buttons-container .dx-button-content {
        padding: 0px 2px;
    }




.dx-texteditor-input {
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    -webkit-appearance: none;
    -webkit-user-select: text;
    align-self: stretch;
    background-color: transparent;
    border: 0px;
    display: flex;
    flex: 1 1 auto;
    font-size: 1em;
    height: 100%;
    margin: 0px 3px 0px 3px;
    min-height: 16px;
    outline: 0;
    padding: 0px;
    user-select: text;
    vertical-align: middle;
    width: 100%;
}

.dx-show-clear-button {
    position: relative;
}

.dx-clear-button-area {
    cursor: pointer;
    float: right;
    height: 100%;
    position: relative;
    width: 34px;
}

    .dx-clear-button-area .dx-icon-clear {
        -moz-background-size: contain;
        -webkit-background-size: contain;
        align-items: center;
        background-size: contain;
        display: flex;
        justify-content: center;
        position: absolute;
        transform: translate(50%, 50%);
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
    }


.dx-show-clear-button .dx-clear-button-area {
    width: 20px;
    right: 0;
    height: 100%;
    border-radius: 2px;
}

.dx-texteditor-empty .dx-clear-button-area {
    display: none;
}

.dx-state-disabled .dx-placeholder {
    cursor: auto;
}

.dx-state-disabled .dx-clear-button-area {
    display: none;
}

.dx-state-disabled .dx-texteditor-input {
    opacity: 1;
}

.dx-rtl .dx-texteditor .dx-placeholder, .dx-rtl.dx-texteditor .dx-placeholder {
    /* flex: 0 0 auto; */
    /* margin: -1px 3px; */
    /*    top: 0%;*/
    /* transform: translateY(-50%); */
    pointer-events: none;
}

.dx-rtl .dx-texteditor .dx-clear-button-area, .dx-rtl.dx-texteditor .dx-clear-button-area {
    border-radius: 0px;
}

.dx-rtl .dx-texteditor .dx-texteditor-buttons-container, .dx-rtl.dx-texteditor .dx-texteditor-buttons-container {
    align-self: stretch;
    display: flex;
    flex: 0 1 auto;
    height: auto;
}

.dx-device-android .dx-texteditor-input {
    -webkit-user-modify: read-write-plaintext-only;
}

.dx-searchbox .dx-icon-search {
    display: flex;
    position: absolute;
    top: 50%;
    line-height: 14px;
    font: 14px/1 DXIcons;
    text-align: center;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 5px;
}

    .dx-searchbox .dx-icon-search:before {
        content: "\f027";
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        position: static;
        text-indent: 0;
    }

.dx-searchbox .dx-texteditor-input,
.dx-searchbox .dx-placeholder:before {
    padding-right: 0px;
    padding-left: 24px;
}

.dx-rtl .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-searchbox .dx-placeholder:before {
    padding-right: 0px;
}

.dx-dropdowneditor-button > .dx-button-content {
    padding: unset;
    display: flex;
    justify-content: center;
    height: 100%;
}

.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon,
.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    opacity: 1;
}

.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    opacity: 1;
}



.dx-searchbar {
    padding-bottom: 5px;
}

    .dx-searchbar .dx-texteditor {
        margin: 0;
    }

.dx-dropdowneditor {
    position: relative;
}

.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused {
    border: none;
    box-shadow: none;
}


.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    /* padding-right: 46px; */
}

.dx-rtl .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    /* padding-right: 5px; */
    /* padding-left: 46px; */
}

.dx-rtl.dx-searchbox.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-rtl .dx-searchbox.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 24px;
}

.dx-dropdowneditor-button-visible .dx-texteditor-input {
    /* padding-right: 24px; */
}

.dx-rtl .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible .dx-texteditor-input {
    /* padding-right: unset; */
    /* padding-left: unset; */
    /* flex: 1 1 auto; */
    /* align-self: start; */
    order: 0;
}

.dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input {
    /* padding-right: 44px; */
}

.dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}

.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: 3px;
}

.dx-rtl .dx-invalid.dx-dropdowneditor .dx-texteditor-container:after,
.dx-rtl.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: auto;
    left: 26px;
}

.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    /* right: 3px; */
}

.dx-rtl .dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after,
.dx-rtl.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    right: auto;
    left: 48px;
}

.dx-dropdowneditor-button-visible.dx-invalid.dx-show-clear-button .dx-texteditor-input {
    /* padding-right: 66px; */
}

.dx-dropdowneditor-button-visible.dx-invalid.dx-show-clear-button.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 66px;
}

.dx-dropdowneditor.dx-dropdowneditor-field-clickable {
    cursor: default;
    padding: 1px 1px 1px 1px;
}

.dx-dropdowneditor .dx-dropdowneditor-button.dx-state-focused {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dx-dropdowneditor-input-wrapper {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    overflow: hidden;
}

    .dx-dropdowneditor-input-wrapper .dx-texteditor {
        border: none;
        margin: 0;
        padding: 0px;
    }

    .dx-dropdowneditor-input-wrapper .dx-texteditor-input {
        text-overflow: ellipsis;
    }

        .dx-dropdowneditor-input-wrapper .dx-texteditor-input::-ms-clear {
            height: 0;
            width: 0;
        }

.dx-dropdowneditor-active .dx-dropdowneditor-icon {
    opacity: .35;
}

.dx-dropdowneditor-button + .dx-dropdowneditor-button {
    margin-left: 1px;
}

.dx-rtl .dx-dropdowneditor-button + .dx-dropdowneditor-button {
    margin-left: 1px;
    margin-right: 1px;
}

.dx-dropdowneditor-button {
    align-self: stretch;
    cursor: pointer;
    flex: 0 0 auto;
    float: right;
    position: relative;
    min-width: 19px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0px 2px;
    align-self: stretch;
    min-height: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
}

    .dx-dropdowneditor-button .dx-button-content {
        text-align: center;
    }

.dx-rtl.dx-dropdowneditor-button {
    float: left;
    margin-right: 1px;
}

.dx-dropdowneditor-button.dx-dropdowneditor-readonly {
    cursor: default;
}

.dx-dropdowneditor-icon {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.dx-state-disabled .dx-dropdowneditor, .dx-state-disabled.dx-dropdowneditor {
    cursor: default;
}

.dx-state-disabled .dx-dropdowneditor-button {
    cursor: inherit;
}

.dx-state-disabled .dx-dropdowneditor-icon {
    opacity: .2;
}

.dx-list {
    margin: 0;
    min-height: 3em;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .dx-list .dx-empty-message {
        text-align: right;
    }

.dx-empty-collection .dx-list-select-all {
    display: none;
}

.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-list-group-header {
    font-weight: bold;
    padding: 20px 5px 5px 5px;
    border-top: 0px solid #c3cedc;
    border-bottom: 2px solid #c3cedc;
    background: rgba(238, 238, 238, 0.05);
    color: #333;
}

    .dx-list-group-header:before {
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        display: block;
        float: right;
        height: 0;
        margin-top: 6px;
        width: 0;
    }

.dx-list-group:first-of-type .dx-list-group-header {
    border-top: none;
}

.dx-list-next-button .dx-button .dx-icon {
    color: #333;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
}

.dx-rtl .dx-list-next-button .dx-button .dx-icon,
.dx-rtl.dx-list-next-button .dx-button .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}

.dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
    width: 24px;
}

.dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-list-item-before-bag.dx-list-select-radiobutton-container {
    width: 18px;
}

.dx-list-item-chevron-container {
    width: 11px;
}

.dx-list-item-separator-hidden .dx-list-item,
.dx-list-item-separator-hidden .dx-list .dx-empty-message {
    border-top: none;
    border-bottom: none;
}

.dx-list-next-button .dx-button .dx-button-content {
    padding: 4px 10px 4px;
}

.dx-list-collapsible-groups .dx-list-group-header {
    cursor: pointer;
}

    .dx-list-collapsible-groups .dx-list-group-header:before {
        content: ' ';
    }

.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content {
    padding: 0;
}

.dx-list-item-before-bag .dx-icon-toggle-delete {
    margin: 2.5px 2.5px 2.5px 5px;
    width: 14px;
    height: 14px;
}

.dx-list-item-before-bag .dx-list-select-checkbox,
.dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-top: 1px;
    margin-bottom: -3px;
    margin-left: 5px;
}

.dx-list-select-all {
    padding: 4px 0;
}

.dx-list-select-all-checkbox {
    float: left;
    margin-top: -1px;
    margin-bottom: -3px;
    margin-left: 5px;
}

.dx-list-select-all-label {
    line-height: 1;
    padding: 0 6px;
    margin-top: 0;
}

.dx-list-item-after-bag.dx-list-static-delete-button-container {
    width: 23px;
}

.dx-list-item-after-bag.dx-list-reorder-handle-container {
    width: 23.2px;
}

.dx-list-group-collapsed .dx-list-group-header:before {
    border-width: 0 5px 5px 5px;
}

.dx-list-item {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    position: relative;
    /* table-layout: fixed; */
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    /* border-radius: 2px; */
    font-size: 11px;
    border: 1px solid transparent;
    justify-items: center;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.dx-list-item-content {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.dx-list-item-content, .dx-list .dx-empty-message {
    padding: 3px;
}

    .dx-list-item-content:before {
        color: transparent;
        content: "_";
        display: inline-block;
        float: left;
        width: 0;
    }

.dx-list .dx-empty-message {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    min-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-list-item-badge-container {
    display: table-cell;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 20px;
}

.dx-list-item-badge {
    float: right;
    position: relative;
}

.dx-list-item-chevron-container {
    display: table-cell;
    vertical-align: middle;
    width: 15px;
}

.dx-list-item-chevron {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    border-style: solid;
    border-width: 2px 0 0 2px;
    height: 8px;
    margin-left: -6px;
    opacity: .3;
    width: 8px;
    border: none;
    opacity: 1;
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-left: -5px;
}

.dx-rtl .dx-list-item-chevron {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.dx-list-item-chevron:before {
    content: "\f010";
}

.dx-rtl .dx-list-item-chevron:before {
    content: "\f012";
}

.dx-rtl .dx-list-item-chevron {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: auto;
    margin-right: -6px;
    transform: rotate(-45deg);
}

.dx-list-item-response-wait {
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    opacity: 0.5;
    transition: opacity .2s linear;
}

.dx-list-slide-menu-content {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.dx-list-item-before-bag, .dx-list-item-after-bag {
    display: flex;
    height: 100%;
    vertical-align: middle;
    width: 0;
    justify-content: center;
    align-items: center;
    justify-items: flex-start;
}

    .dx-list-item-before-bag .dx-list-toggle-delete-switch {
        display: block;
        float: left;
        padding: 3px 0;
    }

    .dx-list-item-before-bag .dx-icon-toggle-delete {
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

    .dx-list-item-before-bag .dx-list-select-checkbox {
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        -webkit-transition: all .1s linear;
        float: left;
        transition: all .1s linear;
    }

.dx-list-select-all {
    white-space: nowrap;
}

.dx-list-select-all-label {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-list-item-after-bag .dx-list-reorder-handle {
    -moz-background-size: 75% 75%;
    -ms-touch-action: pinch-zoom;
    -webkit-background-size: 75% 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    cursor: move;
    touch-action: pinch-zoom;
    font: 14px/1 DXIcons;
    width: 22px;
    height: 22px;
    background-position: 4px 4px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-list-item-after-bag .dx-list-reorder-handle:before {
        content: "\f038";
    }

.dx-list-slide-menu-button {
    bottom: 1px;
}

.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle {
    cursor: default;
}

.dx-list-switchable-delete-button,
.dx-list-static-delete-button {
    margin-right: 5px;
    padding: 0;
}

    .dx-list-switchable-delete-button .dx-button-content,
    .dx-list-static-delete-button .dx-button-content {
        padding: 1px;
    }

.dx-list-switchable-menu-shield-positioning {
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
    transform: translateZ(0);
}

.dx-state-disabled.dx-list-item,
.dx-state-disabled .dx-list-item {
    background-color: transparent;
    opacity: .6;
}

.dx-rtl .dx-list .dx-empty-message,
.dx-rtl.dx-list .dx-empty-message {
    text-align: right;
}

.dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete {
    margin: 2.5px 5px 2.5px 2.5px;
}

.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-right: 5px;
    margin-left: 1px;
}

.dx-rtl .dx-list .dx-list-select-all-checkbox,
.dx-rtl.dx-list .dx-list-select-all-checkbox {
    float: right;
    margin-right: 5px;
    margin-left: 1px;
}

.dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-rtl.dx-list .dx-list-switchable-delete-button {
    margin-left: 5px;
    margin-right: 0;
}

.dx-device-mobile .dx-list {
    border: none;
}

    .dx-device-mobile .dx-list .dx-empty-message {
        text-align: left;
    }

    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.dx-list-group:first-of-type .dx-device-mobile .dx-list-group-header {
    border-top: none;
}

.dx-device-mobile .dx-list-item:first-of-type {
    border-top: none;
}

.dx-device-mobile .dx-list-item:last-of-type {
    border-bottom: none;
}

.dx-list-item-separator-hidden .dx-device-mobile .dx-list-item,
.dx-list-item-separator-hidden .dx-device-mobile .dx-list .dx-empty-message {
    border-top: none;
    border-bottom: none;
}

.dx-device-mobile .dx-list-item-content,
.dx-device-mobile .dx-list .dx-empty-message {
    padding: 5px 15px;
}

.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content {
    padding: 4px 10px 4px;
}

.dx-device-android-4 .dx-list-switchable-menu-shield-positioning {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.dx-list-switchable-delete-top-shield, .dx-list-switchable-delete-bottom-shield {
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
}

.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
    color: #333;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
}

.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon,
.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}

.dx-device-mobile .dx-list-item-chevron-container {
    width: 21px;
}

.dx-device-mobile .dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
    width: 34px;
}

.dx-device-mobile .dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-device-mobile .dx-list-item-before-bag.dx-list-select-radiobutton-container {
    width: 36px;
}

.dx-list-switchable-delete-top-shield {
    top: 0;
}

.dx-list-switchable-delete-bottom-shield {
    bottom: 0;
}

.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content {
    padding: 0;
}

.dx-device-mobile .dx-list-item-before-bag .dx-icon-toggle-delete {
    margin: 2.5px 7.5px 2.5px 15px;
    width: 14px;
    height: 14px;
}

.dx-device-mobile .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-top: 1px;
    margin-bottom: -3px;
    margin-left: 15px;
}

.dx-device-mobile .dx-list-switchable-delete-button,
.dx-device-mobile .dx-list-static-delete-button {
    margin-right: 15px;
    padding: 0;
}

    .dx-device-mobile .dx-list-switchable-delete-button .dx-button-content,
    .dx-device-mobile .dx-list-static-delete-button .dx-button-content {
        padding: 1px;
    }

.dx-device-mobile .dx-list-select-all {
    padding: 4px 0;
}

.dx-device-mobile .dx-list-select-all-checkbox {
    float: left;
    margin-top: -1px;
    margin-bottom: -3px;
    margin-left: 15px;
}

.dx-device-mobile .dx-list-select-all-label {
    line-height: 1;
    padding: 0 6px;
    margin-top: 0;
}

.dx-device-mobile .dx-list-item-after-bag.dx-list-static-delete-button-container {
    width: 33px;
}

.dx-device-mobile .dx-list-item-after-bag.dx-list-reorder-handle-container {
    width: 33.2px;
}

.dx-device-mobile .dx-rtl .dx-list .dx-empty-message,
.dx-device-mobile .dx-rtl.dx-list .dx-empty-message {
    text-align: right;
}

.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete {
    margin: 2.5px 15px 2.5px 7.5px;
}

.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-right: 15px;
    margin-left: 1px;
}

.dx-device-mobile .dx-rtl .dx-list .dx-list-select-all-checkbox,
.dx-device-mobile .dx-rtl.dx-list .dx-list-select-all-checkbox {
    float: right;
    margin-right: 15px;
    margin-left: 1px;
}

.dx-device-mobile .dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-device-mobile .dx-rtl.dx-list .dx-list-switchable-delete-button {
    margin-left: 15px;
    margin-right: 0;
}

.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
    border: 1px solid #284172;
    padding: 0px;
}

    .dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
        border: 1px solid #284172;
        padding: 0px;
    }

.dx-dropdownlist-popup-wrapper .dx-popup-content {
    height: 100%;
    padding: 1px;
    margin: 0px;
    border: 0px;
    background-color: white;
}

.dx-dropdownlist-popup-wrapper {
    height: 100%;
}

.dx-list-switchable-delete-item-content-shield {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.dx-list-switchable-delete-button-container {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.dx-list-switchable-delete-button-wrapper {
    display: table;
    height: 100%;
}

.dx-list-switchable-delete-button-inner-wrapper {
    display: table-cell;
    height: 100%;
    padding-left: 1px;
    vertical-align: middle;
}

.dx-list-switchable-menu-item-shield-positioning {
    position: relative;
}

    .dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content {
        position: relative;
    }

    .dx-list-switchable-menu-item-shield-positioning .dx-list-item-content {
        position: relative;
    }

.dx-list-switchable-delete-ready .dx-icon-toggle-delete {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dx-list-slide-menu-buttons-container {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.dx-device-ios .dx-list-slide-menu-buttons-container {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.dx-list-slide-menu-buttons {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
}

.dx-list-slide-menu-button {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

.dx-list-static-delete-button {
    padding: 0 5px;
}

    .dx-list-static-delete-button .dx-button-content {
        overflow: visible;
    }

.dx-list-item-reordering {
    opacity: 0;
}

.dx-list-next-button {
    padding: 5px;
    text-align: center;
}

    .dx-list-next-button .dx-button {
        padding: 0 3em;
    }

.dx-state-disabled.dx-list-item, .dx-state-disabled .dx-list-item {
    cursor: default;
}

.dx-state-disabled .dx-list-toggle-delete-switch, .dx-state-disabled .dx-list-switchable-delete-button {
    cursor: default;
}

.dx-list-context-menuitem {
    cursor: pointer;
}

.dx-rtl .dx-list .dx-list-item-badge-container, .dx-rtl.dx-list .dx-list-item-badge-container {
    padding-left: 10px;
    padding-right: 0;
}

.dx-rtl .dx-list .dx-list-item-badge, .dx-rtl.dx-list .dx-list-item-badge {
    float: left;
}

.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch, .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch {
    float: right;
}

.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox, .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox {
    float: right;
}

.dx-rtl .dx-list .dx-list-switchable-delete-button-inner-wrapper, .dx-rtl.dx-list .dx-list-switchable-delete-button-inner-wrapper {
    padding-left: 0;
    padding-right: 1px;
}

.dx-rtl .dx-list .dx-list-slide-item-delete-button-container, .dx-rtl.dx-list .dx-list-slide-item-delete-button-container {
    left: 0;
    right: 100%;
}

.dx-rtl .dx-list .dx-list-slide-item-delete-button, .dx-rtl.dx-list .dx-list-slide-item-delete-button {
    left: 0;
    right: auto;
}

.dx-rtl .dx-list .dx-list-group-header:before, .dx-rtl.dx-list .dx-list-group-header:before {
    float: left;
}

.dx-dropdownlist-popup-wrapper .dx-list {
    height: 100%;
    min-height: 33px;
}

    .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
        padding: 2px 4px;
    }

.dx-dropdownlist-popup-wrapper .dx-list-select-all {
    padding: 7px 0 3px;
}

.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content {
    margin: 0;
}

.dx-dropdownlist-popup-wrapper .dx-list-item,
.dx-dropdownlist-popup-wrapper .dx-empty-message {
    border-top: 0;
}

    .dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type,
    .dx-dropdownlist-popup-wrapper .dx-empty-message:last-of-type {
        border-bottom: none;
    }

.dx-textarea {
    height: auto;
}

    .dx-textarea .dx-icon-clear {
        top: 0;
        margin-top: 0;
    }

    .dx-textarea.dx-invalid .dx-texteditor-container:after {
        top: 4px;
        margin-top: 0;
    }

    .dx-textarea .dx-texteditor-input {
        display: block;
        font-family: inherit;
        overflow: auto;
        resize: none;
        white-space: pre-wrap;
    }

    .dx-textarea .dx-placeholder {
        height: auto;
        align-self: flex-start;
    }

.dx-texteditor.dx-state-focused .dx-placeholder {
    display: none;
}

.dx-numberbox {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    position: relative;
    user-select: none;
}

    .dx-numberbox input[type=number] {
        -moz-appearance: textfield;
    }

        .dx-numberbox input[type=number]::-webkit-outer-spin-button, .dx-numberbox input[type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.dx-numberbox-spin .dx-texteditor-input {
    /* padding-right: 28px; */
}

.dx-numberbox-spin-container {
    float: right;
    height: 100%;
    width: 22px;
    overflow: hidden;
    width: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #244580;
}

.dx-numberbox-spin-down, .dx-numberbox-spin-up {
    cursor: pointer;
    height: 50%;
    position: relative;
    width: 100%;
}

.dx-numberbox-spin-touch-friendly .dx-texteditor-input {
    padding-right: 70px;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    width: 64px;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down, .dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up {
    display: inline-block;
    height: 100%;
    width: 50%;
}

.dx-numberbox-spin-up-icon {
    font-family: DXIcons;
}

.dx-numberbox-spin-down-icon {
    font: 14px/1 DXIcons;
}

.dx-numberbox-spin-up-icon, .dx-numberbox-spin-down-icon {
    height: 100%;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 8px;
}

    .dx-numberbox-spin-up-icon:before {
        content: "\f002";
    }

    .dx-numberbox-spin-down-icon:before {
        content: "\f001";
    }

    .dx-numberbox-spin-up-icon:before,
    .dx-numberbox-spin-down-icon:before {
        position: relative;
        display: flex;
        /* width: 14px; */
        /* top: 50%; */
        /* margin-top: -7px; */
        /* left: 50%; */
        /* margin-left: -7px; */
    }

.dx-numberbox-spin.dx-invalid .dx-texteditor-input {
    padding-right: 44px;
}

.dx-numberbox-spin.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}

.dx-numberbox-spin.dx-invalid .dx-texteditor-container:after {
    right: 22px;
}

.dx-rtl .dx-numberbox-spin.dx-invalid .dx-texteditor-container:after {
    left: 22px;
    right: auto;
}

.dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input {
    padding-right: 68px;
}

.dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 68px;
}

.dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    right: 46px;
}

.dx-rtl .dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    left: 46px;
    right: auto;
}

.dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-input {
    padding-right: 84px;
}

.dx-numberbox-spin-touch-friendly.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 84px;
}

.dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-container:after {
    right: 62px;
}

.dx-rtl .dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-container:after {
    left: 62px;
    right: auto;
}

.dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input {
    padding-right: 108px;
}

.dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 108px;
}

.dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    right: 86px;
}

.dx-rtl .dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    left: 86px;
    right: auto;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    width: 60px;
}

.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input {
    padding-right: 40px;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    border-left: none;
}

.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input {
    padding-right: 80px;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon {
    background-position: center;
}

.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container,
.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    border-right: none;
}

.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input,
.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input {
    padding-left: 80px;
}

.dx-rtl .dx-numberbox.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input,
.dx-numberbox.dx-rtl.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input {
    padding-left: 40px;
}

.dx-rtl .dx-numberbox.dx-numberbox-spin .dx-texteditor-input,
.dx-numberbox.dx-rtl.dx-numberbox-spin .dx-texteditor-input {
    padding-right: 5px;
}

.dx-datebox-wrapper .dx-popup-title {
    min-height: 10px;
    border-bottom: none;
    background: none;
}

.dx-state-disabled .dx-numberbox-spin-container {
    opacity: .2;
}

.dx-datebox-wrapper .dx-item {
    border: none;
    /* width: auto !important; */
    flex: 1 1 auto !important;
    /* display: flex !important; */
    align-self: center;
}

.dx-datebox-wrapper .dx-popup-bottom .dx-button {
    min-width: 60px;
    width: auto;
    min-height: 24px;
}

.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content {
    margin: 0 14px;
}

.dx-datebox-wrapper-list .dx-overlay-content {
    border-top: none;
}

.dx-device-phone .dx-datebox-wrapper-rollers .dx-popup-content {
    padding: 10px;
}

.dx-datebox-calendar .dx-dropdowneditor-icon {
    font: 14px/1 DXIcons;
    /* width: 22px; */
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: content-box;
}

    .dx-datebox-calendar .dx-dropdowneditor-icon:before {
        content: "\f026";
    }

    .dx-datebox-calendar .dx-dropdowneditor-icon:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    opacity: 1;
}

.dx-datebox-wrapper-calendar .dx-popup-content {
    padding: 0;
}

.dx-datebox-wrapper-calendar .dx-calendar {
    margin: 15px;
}

.dx-datebox-wrapper-calendar .dx-datebox-container-cell {
    margin-right: 15px;
    margin-bottom: 15px;
}

.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
    margin-right: 5px;
}

.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin: 0px 0px 0px 4px;
}

@media (max-width: 320px) {
    .dx-datebox-wrapper-calendar .dx-calendar {
        margin: 15px;
    }
}

.dx-rtl .dx-datebox-wrapper .dx-popup-bottom .dx-toolbar-button + .dx-toolbar-button .dx-button {
    margin-right: 5px;
    margin-left: 0;
}

.dx-rtl .dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
    margin-left: 7.5px;
    margin-right: 15px;
}

.dx-rtl .dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin-right: 7.5px;
    margin-left: 15px;
}

.dx-datebox-list .dx-dropdowneditor-icon {
    font: 14px/1 DXIcons;
    width: 22px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .dx-datebox-list .dx-dropdowneditor-icon:before {
        content: "\f01d";
    }

    .dx-datebox-list .dx-dropdowneditor-icon:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

.dx-datebox-wrapper-list .dx-popup-content {
    padding: 0px;
}

.dx-datebox input[type="date"] {
    line-height: normal;
}

.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input {
    min-height: 23px;
}

.dx-dateview-rollers {
    width: auto;
    text-align: center;
    display: block;
}

.dx-dateviewroller-current .dx-dateview-item {
    -webkit-transition: font-size .2s ease-out;
    -moz-transition: font-size .2s ease-out;
    -o-transition: font-size .2s ease-out;
    transition: font-size .2s ease-out;
}

.dx-dateviewroller {
    min-width: 4em;
    text-align: center;
    display: inline-block;
}

    .dx-dateviewroller .dx-button {
        display: none;
    }

    .dx-dateviewroller .dx-scrollable-content:before,
    .dx-dateviewroller .dx-scrollable-content:after {
        content: "";
        height: 59px;
        display: block;
    }

    .dx-dateviewroller .dx-scrollable-container {
        height: 152px;
    }

    .dx-dateviewroller.dx-dateviewroller-year {
        min-width: 4.85em;
    }

    .dx-dateviewroller.dx-state-active .dx-button {
        display: none;
    }

.dx-dateviewroller-month {
    min-width: 12em;
}

.dx-dateviewroller-hours:after {
    content: ":";
    font-size: 2.2em;
    position: absolute;
    right: -9%;
    font-weight: bold;
    top: 37%;
    color: #333;
}

.dx-dateviewroller-hours .dx-dateview-item-selected-frame {
    padding-left: 20%;
}

.dx-dateviewroller-minutes .dx-dateview-item-selected-frame {
    width: 80%;
}

.dx-datebox-adaptivity-mode.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin: 0 7.5px 7.5px;
}

.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell {
    margin-top: -1px;
    margin-right: 15px;
}

.dx-rtl .dx-numberbox-spin-container {
    float: left;
    left: 0;
    right: auto;
}

.dx-rtl .dx-numberbox-spin .dx-texteditor-input, .dx-rtl.dx-numberbox-spin .dx-texteditor-input {
    padding-left: 28px;
}

.dx-rtl.dx-numberbox-spin-touch-friendly .dx-texteditor-input {
    padding-left: 70px;
}

.dx-texteditor input[type=date]::-webkit-inner-spin-button {
    height: 20px;
}

.dx-datebox-native .dx-texteditor-buttons-container {
    pointer-events: none;
}

.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit {
    color: transparent;
}

.dx-datebox.dx-texteditor-empty.dx-state-focused .dx-placeholder {
    display: none;
}

.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit {
    color: inherit;
}

.dx-datebox-wrapper .dx-popup-content {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*.dx-rtl .dx-texteditor-input {
    text-align: right;
}*/
.dx-datebox-button-cell .dx-button {
    min-width: 90px;
}

    .dx-datebox-button-cell .dx-button.dx-datebox-apply-button {
        margin-left: 0;
        margin-right: 10px;
    }

    .dx-datebox-button-cell .dx-button.dx-datebox-cancel-button {
        margin-left: 0;
        margin-right: 0;
    }

.dx-datebox-buttons-container {
    text-align: right;
    width: 100%;
}

.dx-colorview-container-cell {
    float: left;
}

.dx-dateview-item {
    margin: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.3em;
}

.dx-dateview-item-selected {
    font-size: 2.2em;
}

.dx-rtl.dx-dateviewroller-hours:after {
    left: -9%;
    right: auto;
}

.dx-dateview-item-selected-frame {
    position: absolute;
    top: 59px;
    width: 100%;
}

    .dx-dateview-item-selected-frame:before,
    .dx-dateview-item-selected-frame:after {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 59px;
    }

.dx-dateview-rollers {
    -khtml-user-select: none;
    -moz-flex-flow: row nowrap;
    -moz-user-select: none;
    -ms-flex-direction: row;
    -ms-flex-flow: row nowrap;
    -ms-flex-wrap: nowrap;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-flex-flow: row nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    user-select: none;
}

.dx-dateviewroller {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    cursor: pointer;
    flex: 1 1 auto;
    position: relative;
    vertical-align: top;
}

.dx-dateview-item-selected-frame:before {
    top: -59px;
    border-bottom: 1px solid #c3cedc;
    background-repeat: no-repeat;
}

.dx-dateview-item-selected-frame:after {
    top: 34px;
    background-repeat: no-repeat;
    border-top: 1px solid #c3cedc;
}

.dx-device-tablet .dx-dateview-rollers,
.dx-device-phone .dx-dateview-rollers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.dx-device-tablet .dx-dateviewroller-month,
.dx-device-phone .dx-dateviewroller-month {
    min-width: 4em;
}

.dx-device-tablet .dx-dateview-item,
.dx-device-phone .dx-dateview-item {
    font-size: 1.1em;
}

.dx-device-tablet .dx-dateview-item-selected,
.dx-device-phone .dx-dateview-item-selected {
    font-size: 1.4em;
}

.dx-dateview-item-selected-frame:before, .dx-dateview-item-selected-frame:after {
    pointer-events: none;
}

.dx-dateview-item-selected-border {
    display: none;
}

.dx-dateviewroller-month .dx-dateview-value-formatter, .dx-dateviewroller-day .dx-dateview-name-formatter {
    display: none;
}

.dx-toolbar-text-auto-hide .dx-button .dx-icon {
    color: #333;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}

.dx-rtl .dx-toolbar-text-auto-hide .dx-button .dx-icon,
.dx-rtl.dx-toolbar-text-auto-hide .dx-button .dx-icon {
    margin-left: 0;
    margin-right: 0;
}

.dx-toolbar .dx-tab {
    padding: 4px;
}

.dx-datagrid-header-panel .dx-toolbar {
    /* margin-bottom: 5px; */
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dx-toolbar {
    width: 100%;
}

    .dx-toolbar .dx-toolbar-before {
        /* padding-right: 15px; */
        clear: both;
        position: relative;
        flex: 0 1 auto;
        align-self: stretch;
        right: unset;
        left: auto;
        float: none;
        width: auto;
        min-width: auto;
    }

.dx-rtl .dx-toolbar .dx-toolbar-before {
    padding-right: 0px;
    padding-left: 5px;
}

.dx-toolbar .dx-toolbar-after {
    /* padding-left: 15px; */
    clear: both;
    position: relative;
    flex: 0 1 auto;
    /* align-self: stretch; */
    /* right: unset; */
    /* left: unset; */
    /* float: none; */
    width: auto;
    display: flex;
    align-self: center;
    justify-content: center;
}

.dx-rtl .dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 0px;
}

.dx-toolbar .dx-toolbar-before:empty,
.dx-toolbar .dx-toolbar-after:empty {
    padding: 0;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 26px;
    overflow: hidden;
    flex: 1 1 auto;
    position: relative;
}

.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}

.dx-rtl .dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}

.dx-toolbar .dx-toolbar-item {
    padding: 0 5px 0 0;
}

    .dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
        padding-left: 20px;
    }

    .dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-rtl .dx-toolbar .dx-toolbar-item {
    padding: 0 0 0 5px;
}

    .dx-rtl .dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-toolbar .dx-toolbar-label {
    font-size: 18px;
}

.dx-device-mobile .dx-toolbar {
    padding: 0;
    overflow: visible;
}

    .dx-device-mobile .dx-toolbar .dx-toolbar-before {
        padding-right: 15px;
    }

.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-before {
    padding-right: 0;
    padding-left: 15px;
}

.dx-device-mobile .dx-toolbar .dx-toolbar-after {
    padding-left: 15px;
}

.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 15px;
}

.dx-device-mobile .dx-toolbar .dx-toolbar-before:empty,
.dx-device-mobile .dx-toolbar .dx-toolbar-after:empty {
    padding: 0;
}

.dx-device-mobile .dx-toolbar .dx-toolbar-items-container {
    height: 36px;
    overflow: visible;
}

.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}

.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}

.dx-device-mobile .dx-toolbar .dx-toolbar-item {
    padding: 0 5px 0 0;
}

    .dx-device-mobile .dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
        padding-left: 20px;
    }

    .dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-item {
    padding: 0 0 0 5px;
}

    .dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-device-mobile .dx-toolbar .dx-toolbar-label {
    font-size: 20px;
}

.dx-toolbar.dx-state-disabled {
    opacity: 1;
}

.dx-toolbar-after .dx-toolbar-item {
    padding: 0 0 0 5px;
}

    .dx-toolbar-after .dx-toolbar-item:last-child {
        padding: 0 0 0 5px;
    }

    .dx-toolbar-after .dx-toolbar-item:first-child {
        padding: 0;
    }

.dx-rtl .dx-toolbar-after .dx-toolbar-item:first-child {
    padding-left: 5px;
}

.dx-device-mobile .dx-toolbar-after .dx-toolbar-item {
    padding: 0 0 0 5px;
}

    .dx-device-mobile .dx-toolbar-after .dx-toolbar-item:last-child {
        padding: 0 0 0 5px;
    }

    .dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child {
        padding: 0;
    }

.dx-rtl .dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child {
    padding-left: 5px;
}

.dx-toolbar .dx-button-content:after {
    display: none;
}

.dx-toolbar .dx-button .dx-icon {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dx-toolbar-items-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.dx-toolbar-item {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
    align-self: center;
}

    .dx-toolbar-item .dx-tabs {
        table-layout: auto;
    }

    .dx-toolbar-item img {
        display: block;
    }

.dx-toolbar-menu-container {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
}

    .dx-toolbar-menu-container .dx-tabs {
        table-layout: auto;
    }

    .dx-toolbar-menu-container img {
        display: block;
    }

.dx-toolbar-group {
    float: left;
    margin: 0 10px;
}

.dx-toolbar-before, .dx-toolbar-after {
    position: absolute;
}

.dx-toolbar-center:empty {
    /* display: flex; */
    /* flex: 1; */
    /* width: 100%; */
    /* margin: 0px !important; */
    /* position: relative; */
    display: none;
    margin: unset !important;
}

.dx-toolbar-before {
    left: 0;
}

.dx-toolbar-after {
    right: 0;
}

.dx-toolbar-label {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    user-drag: none;
    white-space: nowrap;
}

    .dx-toolbar-label .dx-toolbar-item-content > div {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dx-toolbar-label > div {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        margin: 0 -5px;
        overflow: hidden;
        padding: 0 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dx-toolbar-center {
    height: 100%;
    margin: 0 auto;
    text-align: center;
    flex: 1 1 auto;
    width: 100%;
}

.dx-toolbar-center, .dx-toolbar-before, .dx-toolbar-after {
    display: table;
    height: 100%;
    top: 0;
}

.dx-rtl .dx-toolbar-before {
    left: auto;
    right: 0;
}

.dx-rtl .dx-toolbar-after {
    /*left: 0;*/
    right: auto;
}

.dx-toolbar-menu-section:empty {
    display: none;
}

.dx-dropdownmenu-popup-wrapper .dx-toolbar-menu-custom > .dx-list-item-content {
    padding: 0;
}

.dx-toolbar-menu-section.dx-toolbar-menu-last-section {
    border-bottom: none;
}

.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button {
    background: none;
    border: none;
    margin: 0;
    text-align: left;
    width: 100%;
}

    .dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content {
        text-align: left;
    }

.dx-toolbar-text-auto-hide .dx-button .dx-button-text {
    display: none;
}

.dx-toolbar .dx-texteditor {
    width: 150px;
}

.dx-toolbar-item-invisible {
    display: none;
}

.dx-tileview div.dx-scrollable-container {
    overflow-y: hidden;
}

.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-popup-wrapper {
    z-index: 9900000 !important;
}

.dx-overlay-wrapper.dx-header-filter-menu.dx-popup-wrapper {
    z-index: 9900000 !important;
}

.dx-tile {
    position: absolute;
    text-align: left;
}

    .dx-tile.dx-state-active {
        -moz-transform: scale(0.96);
        -moz-transition: -moz-transform 100ms linear;
        -ms-transform: scale(0.96);
        -o-transform: scale(0.96);
        -o-transition: -o-transform 100ms linear;
        -webkit-transform: scale(0.96);
        -webkit-transition: -webkit-transform 100ms linear;
        transform: scale(0.96);
        transition: transform 100ms linear;
    }

.dx-tile-content {
    height: 100%;
    padding: 0;
    width: 100%;
}

.dx-tileview-wrapper {
    height: 1px;
    position: relative;
}

.dx-device-ios-6 .dx-tile {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dx-overlay-wrapper {
    left: 0;
    top: 0;
    z-index: 2000 !important;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    /*line-height: 1.33334;*/
}

    .dx-overlay-wrapper input,
    .dx-overlay-wrapper textarea {
        /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
        line-height: 1.33334;
    }

    .dx-overlay-wrapper, .dx-overlay-wrapper *, .dx-overlay-wrapper:before, .dx-overlay-wrapper:after, .dx-overlay-wrapper *:before, .dx-overlay-wrapper *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.dx-overlay-modal {
    height: 100%;
    width: 100%;
}

.dx-overlay-shader {
    background-color: rgba(128, 128, 128, 0.5);
}

.dx-overlay-content {
    outline: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
}

    .dx-overlay-content > .dx-template-wrapper {
        height: 100%;
        width: 100%;
    }

.dx-context-menu .dx-menu-item-popout:before {
    /* position: absolute; */
    /* display: flex; */
    /* width: 14px; */
    /* top: 50%; */
    /* margin-top: -7px; */
    /* left: 50%; */
    /* margin-left: -7px; */
    /* transform: translateY(50%); */
    /* align-self: center; */
}



.dx-device-android .dx-overlay-content {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dx-device-android .dx-scrollable-native .dx-overlay-content {
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.dx-toast-content {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    font-size: 12px;
    /*font-weight: 600;*/
    line-height: 25px;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 3px 0px transparent;
    -moz-box-shadow: 0px 2px 3px 0px transparent;
    box-shadow: 0px 2px 3px 0px transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.dx-toast-icon {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: table-cell;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.dx-toast-message {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 16px;
}

.dx-popup-wrapper > .dx-overlay-content {
    border: 1px solid #8295b1;
    background: #b1c4dd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 4px; */
}

.dx-popup-wrapper > .dx-popup-fullscreen {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.dx-toast-info {
    background-color: #80b9e4;
    border: 1px solid black;
}

.dx-toast-warning {
    background-color: #ffb277;
}

.dx-toast-error {
    background-color: #ff7777;
}

.dx-toast-success {
    background-color: #6ec881;
}

.dx-rtl .dx-toast-message {
    padding-left: 0;
    padding-right: 10px;
}

.dx-popup-title {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    white-space: normal;
    position: relative;
    padding: 2px 10px;
    min-height: 28px;
}

.dx-popup-normal .dx-popup-title {
    padding: 0px 11px 0px 5px;
}

.Hnp-ActiveWindow > .dx-popup-content,
.dx-state-focused > .dx-popup-content {
    border-color: #4d6e9c;
}

.dx-popup-draggable .dx-popup-title {
    cursor: default;
}

.dx-overlay-content > .dx-template-wrapper.dx-popup-title {
    height: auto;
    width: auto;
}

.dx-overlay-content .dx-popup-content > .dx-template-wrapper {
    height: 100%;
    width: 100%;
}

.dx-popup-content {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    margin: 4px 4px 4px 4px;
    border: 1px solid #a6b6cd;
    overflow: hidden;
    height: 100%;
    box-sizing: content-box;
    flex: 1 1 100%;
    align-self: stretch;
}

    .dx-popup-content > .dx-button {
        margin: 0 5px;
    }

    .dx-popup-content.dx-dialog-content {
        padding: 0;
    }

.dx-popup-bottom.dx-toolbar {
    padding: 10px;
    overflow: visible;
}

    .dx-popup-bottom.dx-toolbar .dx-toolbar-before {
        padding-right: 15px;
    }

.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before {
    padding-right: 0;
    padding-left: 15px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-after {
    padding-left: 15px;
}

.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 0px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty,
.dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty {
    padding: 0;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
    height: 26px;
    overflow: visible;
    align-content: space-between;
    justify-content: space-between;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}

.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item {
    padding: 0 5px 0px 5px;
}

    .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
        padding-left: 20px;
    }

    .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item {
    padding: 0 0 0 5px;
}

    .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-popup-bottom.dx-toolbar .dx-toolbar-label {
    font-size: 18px;
}

.dx-popup-bottom .dx-button {
    min-width: 100px;
    height: 22px;
}

.dx-popup-content.dx-dialog-content {
    min-width: 220px;
    padding: 10px;
}

.dx-popover-wrapper .dx-popup-title {
    margin: 0;
}

    .dx-popover-wrapper .dx-popup-title.dx-toolbar {
        padding-left: 15px;
    }

.dx-popover-wrapper .dx-rtl.dx-popup-title.dx-toolbar {
    padding-right: 15px;
    padding-left: 0;
}

.dx-dialog-message {
    padding: 0;
}

.dx-dialog-root .dx-overlay-shader {
    background-color: #444;
}

.dx-dialog-message {
    padding: 10px 10px 5px 10px;
}

.dx-popover-wrapper .dx-popover-arrow:after {
    height: 14.14227125px;
    width: 14.14227125px;
}

.dx-popover-wrapper.dx-position-top .dx-popover-arrow, .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow {
    height: 10px;
    width: 20px;
}

.dx-popover-wrapper.dx-position-right .dx-popover-arrow, .dx-popover-wrapper.dx-position-left .dx-popover-arrow {
    height: 20px;
    width: 10px;
}

.dx-popover-arrow {
    overflow: hidden;
    position: absolute;
    z-index: 2000;
}

    .dx-popover-arrow:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        content: " ";
        display: block;
        overflow: hidden;
        position: absolute;
        transform: rotate(-45deg);
    }

.dx-popover-wrapper.dx-position-top .dx-popover-arrow:after {
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    left: 0;
    top: 0;
    transform-origin: top left;
}

.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
}

.dx-popover-wrapper.dx-position-left .dx-popover-arrow:after {
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
}

.dx-popover-wrapper.dx-position-right .dx-popover-arrow:after {
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    -webkit-transform-origin: top right;
    right: 0;
    top: 0;
    transform-origin: top right;
}

.dx-popover-wrapper .dx-overlay-content {
    overflow: visible;
}

.dx-popover-wrapper .dx-popup-content {
    overflow: hidden;
}

.dx-device-ios {
}

    .dx-device-ios .dx-popover-arrow:after {
        -webkit-transform: rotate(-45deg) translateZ(0);
    }

.dx-progressbar .dx-position-left .dx-progressbar-range-container, .dx-progressbar .dx-position-right .dx-progressbar-range-container, .dx-progressbar .dx-position-left .dx-progressbar-status, .dx-progressbar .dx-position-right .dx-progressbar-status {
    display: table-cell;
    vertical-align: middle;
}

.dx-progressbar .dx-position-top-left .dx-progressbar-range-container, .dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container, .dx-progressbar .dx-position-top-left .dx-progressbar-status, .dx-progressbar .dx-position-bottom-left .dx-progressbar-status {
    float: left;
}

.dx-progressbar .dx-position-top-right .dx-progressbar-range-container, .dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container, .dx-progressbar .dx-position-top-right .dx-progressbar-status, .dx-progressbar .dx-position-bottom-right .dx-progressbar-status {
    float: right;
}

.dx-progressbar .dx-position-top-center .dx-progressbar-status, .dx-progressbar .dx-position-bottom-center .dx-progressbar-status {
    text-align: center;
}

.dx-progressbar .dx-position-left .dx-progressbar-status {
    padding-right: 8px;
}

.dx-progressbar .dx-position-right .dx-progressbar-status {
    padding-left: 8px;
}

.dx-progressbar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dx-progressbar-range-container {
    width: 100%;
}

.dx-progressbar-container {
    position: relative;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c3cedc;
}

.dx-progressbar-wrapper {
    direction: ltr;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.dx-progressbar-range {
    -khtml-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    height: 100%;
    position: relative;
    margin-top: -1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.dx-progressbar-status {
    font-size: 12px;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    width: auto;
}

.dx-progressbar-animating-segment {
    display: none;
}

.dx-progressbar-animating-container {
    width: 100%;
    height: 6px;
    background-size: 90% 5px;
    border: 1px solid #c3cedc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    background-repeat: repeat;
}

.dx-state-disabled .dx-progressbar-animating-container {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    background-position-x: 45%;
}

.dx-rtl.dx-progressbar .dx-progressbar-wrapper, .dx-rtl .dx-progressbar .dx-progressbar-wrapper {
    direction: rtl;
}

.dx-gallery .dx-gallery-nav-button-prev,
.dx-gallery .dx-gallery-nav-button-next {
    position: absolute;
    top: 0;
    width: 34%;
    height: 100%;
    background: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
}

    .dx-gallery .dx-gallery-nav-button-prev:before,
    .dx-gallery .dx-gallery-nav-button-next:before {
        position: absolute;
        display: block;
        width: 32px;
        top: 50%;
        margin-top: -16px;
        left: 50%;
        margin-left: -16px;
    }

    .dx-gallery .dx-gallery-nav-button-prev:after,
    .dx-gallery .dx-gallery-nav-button-next:after {
        content: '';
        position: absolute;
        width: 32px;
        height: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

    .dx-gallery .dx-gallery-nav-button-prev:before,
    .dx-gallery .dx-gallery-nav-button-next:before {
        position: absolute;
        z-index: 10;
        clear: both;
        font-size: 32px;
        color: #fff;
    }

.dx-gallery .dx-gallery-nav-button-prev {
    font: 14px/1 DXIcons;
}

    .dx-gallery .dx-gallery-nav-button-prev:before {
        content: "\f012";
    }

    .dx-gallery .dx-gallery-nav-button-prev:after {
        left: 0;
    }

    .dx-gallery .dx-gallery-nav-button-prev:before {
        left: 0;
        right: auto;
        margin-left: 0;
    }

.dx-gallery .dx-gallery-nav-button-next {
    font: 14px/1 DXIcons;
}

    .dx-gallery .dx-gallery-nav-button-next:before {
        content: "\f010";
    }

    .dx-gallery .dx-gallery-nav-button-next:after {
        right: 0;
    }

    .dx-gallery .dx-gallery-nav-button-next:before {
        right: 0;
        left: auto;
    }

.dx-tooltip-wrapper .dx-overlay-content {
    line-height: 0;
    min-height: 26px;
    min-width: 34px;
    text-align: center;
}

    .dx-tooltip-wrapper .dx-overlay-content:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
        display: inline-block;
        font-size: .85em;
        line-height: normal;
        padding: 12px 17px;
        white-space: nowrap;
    }




.dx-slider-label {
    font-size: .85em;
    position: absolute;
}

    .dx-slider-label:last-child {
        left: auto;
        right: 0;
    }

.dx-rtl .dx-slider-label:last-child {
    left: 0;
    right: auto;
}

.dx-slider-label-position-bottom {
    padding-bottom: 14px;
}

    .dx-slider-label-position-bottom .dx-slider-label {
        bottom: -8px;
    }

    .dx-slider-label-position-bottom .dx-slider-label {
        bottom: -17px;
    }

.dx-slider-label-position-top {
    padding-top: 14px;
}

    .dx-slider-label-position-top .dx-slider-label {
        top: -8px;
    }

    .dx-slider-label-position-top .dx-slider-label {
        top: -14px;
    }

.dx-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    line-height: 0;
    user-select: none;
}

    .dx-slider:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .dx-slider .dx-overlay-content {
        height: 28px;
    }

        .dx-slider .dx-overlay-content:before {
            display: none;
        }

    .dx-slider .dx-popover-wrapper .dx-popover-arrow:after {
        height: 9.89958987px;
        width: 9.89958987px;
    }

    .dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow, .dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow {
        height: 7px;
        width: 14px;
    }

    .dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow, .dx-slider .dx-popover-wrapper.dx-position-left .dx-popover-arrow {
        height: 14px;
        width: 7px;
    }

.dx-slider-wrapper {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.dx-slider-bar {
    position: relative;
    margin: 9px 5px;
    height: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: rgba(115,152,205,1);
    border: 1px solid rgba(39,77,138,1);
}

.dx-slider-range {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    border: 1px solid transparent;
    height: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .dx-slider-range.dx-slider-range-visible {
        border: 1px solid #a3c3ec;
        background: #a3c3ec;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }


.dx-slider .dx-tooltip-wrapper .dx-overlay-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-slider-wrapper {
    height: 20px;
}

.dx-slider-range {
    border: 1px solid transparent;
    height: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dx-slider-handle {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -10px;
    margin-right: -4.5px;
    width: 9px;
    height: 17px;
    border: 1px solid #062b63;
    background-color: #a3c3ec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: rgb(189,215,255);
    background: -moz-linear-gradient(top, rgba(189,215,255,1) 0%, rgba(170,196,236,1) 50%, rgba(133,175,238,1) 50%, rgba(229,240,250,1) 100%);
    background: -webkit-linear-gradient(top, rgba(189,215,255,1) 0%,rgba(170,196,236,1) 50%,rgba(133,175,238,1) 50%,rgba(229,240,250,1) 100%);
    background: linear-gradient(to bottom, rgba(189,215,255,1) 0%,rgba(170,196,236,1) 50%,rgba(133,175,238,1) 50%,rgba(229,240,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd7ff', endColorstr='#e5f0fa',GradientType=0 );
}

    .dx-slider-handle .dx-tooltip-wrapper .dx-popup-content {
        line-height: 0;
    }

.dx-state-disabled .dx-slider,
.dx-state-disabled.dx-slider {
    opacity: 1;
}

    .dx-state-disabled .dx-slider .dx-slider-bar,
    .dx-state-disabled.dx-slider .dx-slider-bar {
        opacity: .5;
    }

.dx-state-active.dx-slider-handle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-state-focused.dx-slider-handle:not(.dx-state-active) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-state-hover.dx-slider-handle:not(.dx-state-active) {
}


.dx-rangeslider-start-handle {
    margin-left: -7px;
}

.dx-rtl .dx-rangeslider-start-handle {
    margin-right: -7px;
}

.dx-state-disabled .dx-slider-wrapper {
    cursor: default;
}

.dx-rtl .dx-slider-handle {
    left: 0;
    right: auto;
    margin-left: -5px;
}

.dx-slider-tooltip-on-hover .dx-tooltip {
    visibility: hidden;
}

.dx-slider-tooltip-on-hover.dx-state-active .dx-tooltip, .dx-slider-tooltip-on-hover.dx-state-hover .dx-tooltip {
    visibility: visible;
}

.dx-rangeslider-start-handle {
    left: 0;
    right: auto;
    top: 0;
}

.dx-rtl .dx-rangeslider-start-handle {
    left: auto;
    right: 0;
}

.dx-gallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pinch-zoom;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    height: 100%;
    touch-action: pinch-zoom;
    user-select: none;
    width: 100%;
}

.dx-gallery-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .dx-gallery-wrapper > .dx-empty-message {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

.dx-gallery-container {
    height: 100%;
    position: relative;
}

.dx-gallery-item {
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}

.dx-gallery-item-image {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.dx-gallery-item-content {
    height: 100%;
    width: 100%;
}

.dx-gallery .dx-gallery-item-loop {
    display: none;
}

.dx-gallery-loop .dx-gallery-item-loop {
    display: block;
}

.dx-gallery-nav-button-prev, .dx-gallery-nav-button-next {
    -khtml-user-select: none;
    -moz-background-size: 100% 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-background-size: 100% 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    user-select: none;
}

.dx-gallery-nav-button-prev {
    left: 0;
}

.dx-gallery-nav-button-next {
    right: 0;
}

.dx-gallery-indicator {
    bottom: 10px;
    font-size: 0;
    height: 10px;
    position: absolute;
    width: 100%;
    pointer-events: none;
    text-align: center;
}

.dx-gallery-indicator-item {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a3c3ec;
    pointer-events: auto;
    margin: 2px 6px;
    width: 6px;
    height: 6px;
    background: #fff;
}

.dx-gallery-indicator-item-active,
.dx-gallery-indicator-item-selected {
    width: 7px;
    height: 7px;
    background: #a3c3ec;
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 1.5px 6px;
}

.dx-state-disabled .dx-gallery-nav-button-prev, .dx-state-disabled .dx-gallery-nav-button-next, .dx-state-disabled .dx-gallery-indicator-item {
    cursor: default;
}

.dx-rtl .dx-gallery-nav-button-prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.dx-rtl .dx-gallery-nav-button-next {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    left: 0;
    right: auto;
    transform: scaleX(-1);
}

.dx-device-android .dx-scrollable-native .dx-gallery-item, .dx-device-android .dx-scrollable-native .dx-gallery-indicator, .dx-device-android .dx-scrollable-native .dx-gallery-nav-button-prev, .dx-device-android .dx-scrollable-native .dx-gallery-nav-button-next {
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-item, .dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-indicator, .dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-prev, .dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-next {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dx-device-android .dx-gallery-item {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dx-device-ios-6 {
}

    .dx-device-ios-6 .dx-gallery, .dx-device-ios-6 .dx-gallery-item, .dx-device-ios-6 .dx-gallery-indicator, .dx-device-ios-6 .dx-gallery-nav-button-prev, .dx-device-ios-6 .dx-gallery-nav-button-next {
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.dx-lookup {
    height: 26px;
    margin: 0;
}

    .dx-lookup .dx-popup-content .dx-scrollable {
        height: calc(100% - 45px);
    }

    .dx-lookup .dx-lookup-field-wrapper {
        height: 100%;
        position: relative;
        width: 100%;
    }

    .dx-lookup:not(.dx-rtl) .dx-lookup-field-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .dx-lookup .dx-rtl .dx-lookup-field-wrapper:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.dx-lookup-field {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
    display: inline-block;
    outline: none;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    padding: 4px 24px 4px 5px;
    font-size: 1em;
}

    .dx-lookup-field:before {
        color: transparent;
        content: ".";
        display: inline-block;
        float: left;
        width: 0;
    }

.dx-rtl .dx-lookup-field {
    padding: 4px 5px 4px 24px;
}

.dx-lookup-arrow {
    bottom: 0;
    height: 100%;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    font: 14px/1 DXIcons;
    width: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-lookup-arrow:before {
        content: "\f04e";
    }

.dx-rtl .dx-lookup-arrow:before {
    content: "\f04f";
}

.dx-lookup-arrow:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}

.dx-state-readonly .dx-lookup-field:before {
    opacity: .5;
}

.dx-lookup-popup-wrapper .dx-popup-title + .dx-popup-content {
    top: 36px;
}

.dx-lookup-popup-wrapper .dx-list-item {
    border-top: none;
}

    .dx-lookup-popup-wrapper .dx-list-item:last-of-type {
        border-bottom: none;
    }

.dx-invalid.dx-lookup .dx-lookup-field:after {
    right: 26px;
    pointer-events: none;
    font-weight: bold;
    background-color: #d9534f;
    color: #fff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
}

.dx-rtl .dx-invalid.dx-lookup .dx-lookup-field:after,
.dx-rtl.dx-invalid.dx-lookup .dx-lookup-field:after {
    right: auto;
    left: 26px;
}

.dx-lookup-popup-wrapper .dx-list-item-content {
    padding-left: 10px;
    padding-right: 10px;
}

.dx-lookup-popup-wrapper .dx-popup-content {
    top: 0;
    padding: 0;
}

.dx-rtl .dx-lookup-arrow {
    left: 0;
    right: auto;
}

.dx-state-disabled .dx-lookup-field, .dx-state-disabled .dx-lookup-field {
    cursor: default;
}

.dx-lookup-popup-wrapper .dx-list-item {
    cursor: pointer;
}

.dx-lookup-popup-search .dx-list {
    height: 90%;
}

.dx-lookup-search-wrapper {
    width: 100%;
}

.dx-lookup-validation-message {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-bottom: 1px solid #c3cedc;
    color: #d9534f;
}

.dx-rtl .dx-lookup-validation-message {
    margin-right: -10px;
    margin-left: 0;
}

.dx-lookup-popup-search .dx-list {
    height: calc(100% - 45px);
}

.dx-lookup-search-wrapper {
    padding: 10px;
    padding-bottom: 4px;
}

.dx-popup-content.dx-lookup-invalid {
    padding-top: 0;
}

    .dx-popup-content.dx-lookup-invalid .dx-lookup-validation-message {
        display: inline-block;
    }

    .dx-popup-content.dx-lookup-invalid .dx-list {
        top: 30px;
    }

.dx-lookup-popup-search .dx-popup-content.dx-lookup-invalid .dx-list {
    top: 75px;
}

.dx-actionsheet-container .dx-actionsheet-item {
    margin: 0 0 5px 0;
}

.dx-actionsheet-container .dx-button {
    margin: 0;
}

.dx-button.dx-actionsheet-cancel {
    margin: 0;
}

.dx-popup-content .dx-lookup-validation-message {
    display: none;
}

.dx-popup-content.dx-lookup-invalid .dx-lookup-validation-message {
    display: block;
}

.dx-actionsheet-popup-wrapper .dx-overlay-content {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    padding-bottom: 0;
    padding-top: 0;
    user-drag: none;
}

.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button, .dx-actionsheet-popover-wrapper .dx-popup-content .dx-button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.dx-actionsheet-item, .dx-actionsheet-cancel {
    width: 100%;
}

.dx-state-disabled .dx-actionsheet-container .dx-button, .dx-state-disabled .dx-actionsheet-container .dx-button {
    cursor: default;
}

.dx-actionsheet-popup-wrapper .dx-popup-title, .dx-actionsheet-popover-wrapper .dx-popup-title {
    word-wrap: break-word;
}

.dx-loadindicator {
    background-color: transparent;
    border: none;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    width: 32px;
}

.dx-loadindicator-wrapper {
    font-size: 32px;
    height: 100%;
    margin: auto;
    width: 100%;
}

.dx-loadindicator-image {
    -moz-background-size: contain;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-background-size: contain;
    -webkit-transform-origin: 50% 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: 50% 50%;
}

.dx-loadindicator-icon {
    direction: ltr;
    position: relative;
    top: 15%;
    /*left: 15%;*/
    width: 70%;
    height: 70%;
    margin: auto;
}

.dx-loadindicator-icon-custom {
    -moz-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
    -moz-background-size: 100% 100%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
    -o-transform-origin: 50% 50%;
    -webkit-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
    -webkit-background-size: 100% 100%;
    -webkit-transform-origin: 50% 50%;
    animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
    transform-origin: 50% 50%;
    width: 100%;
}

@-webkit-keyframes dx-loadindicator-icon-custom-rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes dx-loadindicator-icon-custom-rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes dx-loadindicator-icon-custom-rotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes dx-loadindicator-icon-custom-rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes dx-loadindicator-icon-custom-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dx-loadindicator-container > .dx-loadindicator {
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}

    .dx-loadindicator-container > .dx-loadindicator.dx-loadindicator {
        margin-left: -16px;
        margin-top: -16px;
    }

.dx-loadindicator-content {
    height: 100%;
    position: relative;
    width: 100%;
}

.dx-loadpanel-content {
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-drag: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-touch-callout: none;
    background: #fefefe;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

    .dx-loadpanel-content:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.dx-loadpanel-content-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}



.dx-loadpanel-content.dx-loadpanel-pane-hidden {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: none;
    box-shadow: none;
}

.dx-autocomplete .dx-texteditor-input {
    font-size: 1em;
}

.dx-autocomplete.dx-invalid .dx-texteditor-container:after {
    right: 4px;
}

.dx-rtl .dx-autocomplete.dx-invalid .dx-texteditor-container:after,
.dx-rtl.dx-autocomplete.dx-invalid .dx-texteditor-container:after {
    left: 4px;
}

.dx-dropdownmenu-popup-wrapper .dx-overlay-content .dx-popup-content {
    padding: 1px;
}

.dx-dropdownmenu-popup-wrapper .dx-list-item {
    border-top: 0;
}

.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
    padding-left: 0;
    margin-left: 3px;
}

.dx-rtl .dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input,
.dx-rtl.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.dx-dropdowneditor-button-visible .dx-tag-container {
    padding-right: 24px;
}

.dx-show-clear-button .dx-tag-container {
    padding-right: 22px;
}

.dx-show-clear-button.dx-dropdowneditor-button-visible .dx-tag-container {
    padding-right: 46px;
}

.dx-tagbox-single-line.dx-dropdowneditor-button-visible .dx-texteditor-container {
    width: calc(100% - 24px);
}

.dx-tagbox-single-line .dx-tag-container {
    padding-right: 0;
}

.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list {
    min-height: 40px;
    min-width: 100px;
}

    .dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item {
        display: block;
    }

        .dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item:last-of-type {
            border-bottom: none;
        }

    .dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item-content {
        display: block;
    }

.dx-overlay-wrapper.dx-dropdownmenu-popup .dx-popover-arrow {
    height: 0;
    width: 0;
}

.dx-dropdownmenu-popup-wrapper .dx-list-item {
    display: block;
}

.dx-selectbox {
    cursor: pointer;
}

    .dx-selectbox .dx-texteditor-input {
        max-width: 100%;
    }

        .dx-selectbox .dx-texteditor-input:read-only {
            cursor: default;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none;
        }

.dx-selectbox-container {
    position: relative;
}

.dx-state-disabled .dx-selectbox .dx-texteditor-input, .dx-state-disabled.dx-selectbox .dx-texteditor-input {
    cursor: default;
}

.dx-tagbox .dx-texteditor-input {
    width: auto;
}

.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input {
    border: none;
    color: transparent;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 0 0 gray;
    width: 0.1px;
}

    .dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input:focus {
        outline: none;
    }

.dx-tagbox.dx-state-disabled .dx-texteditor-input {
    background: none;
}

.dx-tagbox.dx-state-disabled .dx-tag-content {
    cursor: default;
}

.dx-tag {
    display: inline-block;
    max-width: calc(99%);
}

.dx-tag-container {
    outline: none;
    padding: 0;
    padding-right: 4px;
}

.dx-texteditor-container.dx-tag-container {
    white-space: normal;
}

.dx-tagbox-single-line .dx-tag-container {
    overflow-x: hidden;
    position: static;
    white-space: nowrap;
}

.dx-tag-content {
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    position: relative;
    text-align: center;
    margin: 2px 0 0 2px;
    padding: 2px 17px 2px 4px;
    min-width: 40px;
}

    .dx-tag-content:before {
        color: transparent;
        content: ".";
        display: inline-block;
        width: 0;
    }

.dx-tag-remove-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 100%;
}

    .dx-tag-remove-button:before, .dx-tag-remove-button:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        content: "";
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        right: 7px;
        margin-top: -5px;
        width: 3px;
        height: 11px;
    }

    .dx-tag-remove-button:after {
        right: 3px;
        margin-top: -1px;
        width: 11px;
        height: 3px;
    }

.dx-tagbox.dx-invalid .dx-texteditor-container:after {
    right: 4px;
}

.dx-rtl .dx-tagbox.dx-invalid .dx-texteditor-container:after,
.dx-rtl.dx-tagbox.dx-invalid .dx-texteditor-container:after {
    left: 4px;
}

.dx-rtl .dx-tagbox .dx-tag-content, .dx-tagbox.dx-rtl .dx-tag-content {
    margin-left: 0;
    margin-right: 4px;
}

.dx-rtl .dx-tagbox .dx-tag-remove-button, .dx-tagbox.dx-rtl .dx-tag-remove-button {
    left: 0;
    right: auto;
}

.dx-rtl .dx-tagbox .dx-tag-container, .dx-tagbox.dx-rtl .dx-tag-container {
    padding-left: 4px;
    padding-right: 0;
}

.dx-tagbox-popup-wrapper .dx-list-select-all {
    border-bottom: 1px solid #c3cedc;
    padding-bottom: 7px;
    margin-bottom: 1px;
}

.dx-rtl .dx-tag-content {
    padding-right: 4px;
    padding-left: 17px;
}

.dx-rtl .dx-tag-remove-button:before {
    right: auto;
    left: 7px;
}

.dx-rtl .dx-tag-remove-button:after {
    right: auto;
    left: 3px;
}

.dx-rtl.dx-dropdowneditor-button-visible .dx-tag-container {
    padding-right: 0;
    padding-left: 24px;
}

.dx-rtl.dx-show-clear-button .dx-tag-container {
    padding-right: 0;
    padding-left: 22px;
}

.dx-rtl.dx-show-clear-button.dx-dropdowneditor-button-visible .dx-tag-container {
    padding-right: 0;
    padding-left: 46px;
}

.dx-radiobutton {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.dx-state-disabled.dx-radiobutton {
    cursor: default;
}

.dx-radiobutton {
    cursor: pointer;
    display: table;
}

.dx-radio-value-container {
    display: table-cell;
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: middle;
}

.dx-rtl .dx-radio-value-container, .dx-rtl.dx-radio-value-container {
    padding-right: 5px;
}

.dx-radiogroup-horizontal:before, .dx-radiogroup-horizontal:after {
    content: "";
    display: table;
    line-height: 0;
}

.dx-radiogroup-horizontal:after {
    clear: both;
}

.dx-radiogroup-horizontal .dx-radiobutton {
    float: left;
}

.dx-rtl .dx-radiogroup-horizontal .dx-radiobutton, .dx-rtl.dx-radiogroup-horizontal .dx-radiobutton {
    float: right;
}

.dx-radiogroup-horizontal .dx-radiobutton:last-of-type {
    margin-right: 0;
}

.dx-state-disabled .dx-radiobutton {
    cursor: default;
}

.dx-pivottabs {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    overflow: hidden;
    position: relative;
    user-select: none;
    width: 100%;
}

.dx-pivottabs-tab, .dx-pivottabs-ghosttab {
    cursor: pointer;
    left: 0;
    position: absolute;
}

.dx-pivot {
    -ms-touch-action: pinch-zoom;
    height: 100%;
    touch-action: pinch-zoom;
}

.dx-pivot-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.dx-pivot-itemcontainer {
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.dx-pivot-itemwrapper {
    height: 100%;
    position: absolute;
    width: 100%;
}

.dx-pivot-item, .dx-pivot-item-content {
    height: 100%;
    width: 100%;
}

.dx-pivot-item-hidden {
    display: none;
}

.dx-pivot-autoheight .dx-pivot-itemcontainer {
    position: static;
}

.dx-pivot-autoheight .dx-pivot-itemwrapper {
    position: static;
}

.dx-panorama {
    -moz-background-size: auto 100%;
    -ms-touch-action: pinch-zoom;
    -webkit-background-size: auto 100%;
    background-position-y: 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100%;
    touch-action: pinch-zoom;
}

.dx-panorama-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.dx-panorama-title, .dx-panorama-ghosttitle {
    font-size: 65px;
    height: 70px;
    left: 0;
    line-height: 0.7692;
    position: absolute;
    white-space: nowrap;
}

.dx-panorama-itemscontainer {
    bottom: 0;
    position: absolute;
    top: 70px;
    width: 100%;
}

.dx-panorama-item, .dx-panorama-ghostitem {
    height: 100%;
    left: 0;
    position: absolute;
    width: 88%;
}

.dx-panorama-item-title {
    font-size: 30px;
    line-height: 1.5;
}

.dx-panorama-item-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 45px;
}

    .dx-panorama-item-content:first-child {
        top: 0;
    }

.dx-accordion-item-title {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    user-select: none;
    padding: 1px 8px 1px 0px;
    transition-duration: 300ms;
}

    .dx-accordion-item-title .dx-icon {
        background-size: contain;
        display: inline-block;
        margin-right: 5px;
        width: 14px;
        height: 14px;
        background-position: 0px 0px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        background-size: 14px 14px;
        padding: 0px;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
        margin-right: 7px;
        margin-left: 0;
        display: inline-block;
    }

    .dx-accordion-item-title:before {
        background-position: center;
        content: '';
        float: right;
        font-weight: normal;
        border-radius: 360px;
        flex: 0;
        align-self: center;
        margin: 4px;
        transition-duration: 300ms;
        width: 15px;
        height: 15px;
        display: block;
    }

.dx-rtl .dx-accordion-item-title .dx-icon,
.dx-rtl.dx-accordion-item-title .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}

.dx-state-disabled.dx-accordion-item {
    opacity: 0.5;
}

.dx-accordion-item-closed .dx-accordion-item-body {
    visibility: hidden;
}

.dx-accordion-item-body {
    padding: 4px 3px;
    font-size: 12px;
}

.dx-rtl .dx-accordion-item-title:before {
    /* margin-left: 0; */
    /* margin-right: 7px; */
}

.dx-accordion-item {
    overflow: hidden;
}

.dx-accordion-item-opened .dx-accordion-item-body {
    visibility: visible;
}

.dx-state-disabled .dx-accordion-item-title {
    cursor: default;
}

.dx-rtl .dx-accordion-item-title:before {
    /* float: left; */
}

.dx-slideoutview {
    -ms-touch-action: pinch-zoom;
    height: 100%;
    touch-action: pinch-zoom;
    width: 100%;
}

.dx-slideoutview-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.dx-slideoutview-menu-content {
    bottom: 0px;
    position: absolute;
    top: 0px;
}

    .dx-slideoutview-menu-content.dx-slideoutview-right {
        right: 0px;
    }

    .dx-slideoutview-menu-content.dx-slideoutview-left {
        left: 0px;
    }

.dx-slideoutview-content {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1px;
    border-style: solid;
    border-width: 0 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1px;
    border-style: solid;
    border-width: 0 1px;
}

.dx-slideoutview-shield {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.dx-device-android .dx-slideoutview-content {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dx-slideout {
    height: 100%;
    width: 100%;
}

.dx-slideout-menu {
    max-width: 350px;
    min-width: 280px;
}

    .dx-slideout-menu .dx-list-item .dx-icon {
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        float: left;
        width: 18px;
        height: 18px;
        background-position: 0px 0px;
        -webkit-background-size: 18px 18px;
        -moz-background-size: 18px 18px;
        background-size: 18px 18px;
        padding: 0px;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        margin-right: 9px;
        margin-left: 0;
        margin-top: -2px;
        margin-bottom: -2px;
    }

.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon,
.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon {
    margin-left: 9px;
    margin-right: 0;
}

.dx-slideout-item, .dx-slideout-item-content {
    height: 100%;
    width: 100%;
}

.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.dx-pager {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    line-height: normal;
    overflow: hidden;
    user-select: none;
    width: 100%;
}

    .dx-pager.dx-light-mode .dx-page-sizes {
        min-width: 42px;
    }

    .dx-pager.dx-light-mode .dx-page-index {
        min-width: 19px;
    }

    .dx-pager .dx-pages .dx-page {
        padding: 4px 6px 5px;
    }

    .dx-pager .dx-pages .dx-separator {
        padding-left: 4px;
        padding-right: 4px;
    }

    .dx-pager .dx-pages .dx-navigate-button {
        width: 9px;
        height: 16px;
        padding: 5px 7px;
    }

    .dx-pager .dx-pages .dx-prev-button {
        font: 14px/1 DXIcons;
    }

        .dx-pager .dx-pages .dx-prev-button:before {
            content: "\f012";
        }

    .dx-pager .dx-pages .dx-next-button {
        font: 14px/1 DXIcons;
    }

        .dx-pager .dx-pages .dx-next-button:before {
            content: "\f010";
        }

    .dx-pager .dx-pages {
        float: left;
        display: flex;
        align-items: center;
    }

        .dx-pager .dx-pages .dx-page {
            cursor: pointer;
            display: inline-block;
            margin-left: 5px;
            margin-right: 1px;
            padding: 7px 8px 8px;
        }

            .dx-pager .dx-pages .dx-page:first-child {
                margin-left: 1px;
            }

        .dx-pager .dx-pages .dx-separator {
            display: inline-block;
            padding-left: 8px;
            padding-right: 8px;
        }

        .dx-pager .dx-pages .dx-info {
            align-self: center;
            display: inline-block;
            margin-right: 9px;
            opacity: .6;
        }

        .dx-pager .dx-pages .dx-navigate-button {
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            padding: 7px 13px;
            vertical-align: top;
            width: 10px;
        }

            .dx-pager .dx-pages .dx-navigate-button.dx-button-disable {
                cursor: inherit;
                opacity: .3;
            }

        .dx-pager .dx-pages .dx-prev-button,
        .dx-pager .dx-pages .dx-next-button {
            font-size: 21px;
            text-align: center;
            line-height: 21px;
        }

        .dx-pager .dx-pages .dx-prev-button, .dx-pager .dx-pages .dx-next-button {
            position: relative;
        }

            .dx-pager .dx-pages .dx-prev-button:before,
            .dx-pager .dx-pages .dx-next-button:before {
                position: absolute;
                display: block;
                width: 21px;
                top: 50%;
                margin-top: -10.5px;
                left: 50%;
                margin-left: -10.5px;
            }

    .dx-pager .dx-page,
    .dx-pager .dx-page-size {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent;
    }

    .dx-pager .dx-page-sizes {
        float: left;
    }

        .dx-pager .dx-page-sizes .dx-page-size {
            color: black;
            cursor: pointer;
            display: inline-block;
            margin-left: 4px;
            margin-right: 4px;
            min-width: 30px;
            padding: 5px;
            text-align: center;
            outline-style: none;
        }

            .dx-pager .dx-page-sizes .dx-page-size:first-child {
                margin-right: 0px;
            }

        .dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
            cursor: inherit;
            text-shadow: none;
            outline-style: none;
        }

    .dx-pager .dx-light-pages {
        display: inline-block;
    }

        .dx-pager .dx-light-pages .dx-page-index {
            width: 40px;
        }

        .dx-pager .dx-light-pages .dx-pages-count {
            cursor: pointer;
        }

        .dx-pager .dx-light-pages .dx-info-text, .dx-pager .dx-light-pages .dx-pages-count {
            padding-left: 6px;
        }

        .dx-pager .dx-light-pages .dx-page-index, .dx-pager .dx-light-pages .dx-info-text, .dx-pager .dx-light-pages .dx-pages-count {
            display: table-cell;
        }

    .dx-rtl .dx-pager .dx-pages, .dx-pager.dx-rtl .dx-pages {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        float: none;
        margin-right: auto;
    }

        .dx-rtl .dx-pager .dx-pages .dx-page, .dx-pager.dx-rtl .dx-pages .dx-page {
            direction: ltr;
        }

    .dx-rtl .dx-pager .dx-page-sizes, .dx-pager.dx-rtl .dx-page-sizes {
        float: right;
    }

.dx-colorview-container {
    overflow: hidden;
    width: 316px;
}

    .dx-colorview-container label {
        display: block;
        font-weight: normal;
        line-height: 25px;
        margin: 0;
        overflow: hidden;
        white-space: normal;
    }

        .dx-colorview-container label.dx-colorview-label-hex {
            margin: 5px 0 0 0;
        }

        .dx-colorview-container label.dx-colorview-alpha-channel-label {
            margin-left: 29px;
            width: 92px;
        }

        .dx-colorview-container label .dx-texteditor {
            float: right;
            margin: 1px 1px 8px 0;
            width: 51px;
        }

    .dx-colorview-container .dx-button {
        margin-bottom: 0;
        margin-top: 0;
    }

        .dx-colorview-container .dx-button.dx-colorview-apply-button {
            margin-left: 0;
            margin-right: 10px;
        }

        .dx-colorview-container .dx-button.dx-colorview-cancel-button {
            margin-left: 0;
            margin-right: 0;
        }

.dx-colorview-container-row {
    overflow: hidden;
    padding-top: 1px;
}

    .dx-colorview-container-row:first-child {
        margin-top: 0;
    }

    .dx-colorview-container-row.dx-colorview-alpha-channel-row {
        margin-top: 5px;
    }

.dx-colorview-container-cell {
    float: left;
}

.dx-colorview-palette-handle {
    border-radius: 100%;
    cursor: crosshair;
    height: 28px;
    left: 0;
    top: 0;
    width: 28px;
    z-index: 5;
}

.dx-colorview-hue-scale-handle, .dx-colorview-alpha-channel-handle {
    cursor: pointer;
    position: absolute;
}

.dx-colorview-hue-scale-handle {
    height: 17px;
    left: -7px;
    top: 0;
    width: 36px;
}

.dx-colorview-alpha-channel-handle {
    height: 36px;
    left: 0;
    top: -6px;
    width: 17px;
}



.dx-colorview-hue-scale {
    background-image: -webkit-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background-image: -moz-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background-image: -ms-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background-image: -o-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background-repeat: no-repeat;
    position: relative;
    width: 18px;
    height: 200px;
}

.dx-colorview-color-preview-container-inner, .dx-colorview-alpha-channel-wrapper, .dx-colorbox-input-container::after {
    background-image: -webkit-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc), -webkit-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc);
    background-image: -moz-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc), -moz-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc);
    background-image: -ms-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc), -ms-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc);
    background-image: -o-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc), -o-linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc);
    background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc), linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc);
    background-position: 0 0, 8px 8px;
    background-size: 16px 16px;
}

.dx-colorview-alpha-channel-wrapper {
    background-position: 0px 6px, 8px 14px;
}

.dx-colorbox-input-container {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}

.dx-colorview-palette-gradient-white {
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-repeat: no-repeat;
}

.dx-colorview-palette-gradient-black {
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-repeat: no-repeat;
}

.dx-colorview-palette {
    cursor: crosshair;
    width: 190px;
    height: 200px;
    overflow: hidden;
    position: relative;
    direction: ltr;
}

.dx-colorview-palette-gradient {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dx-colorview-alpha-channel-scale {
    height: 20px;
    position: relative;
    width: 190px;
}

.dx-colorview-hue-scale-cell {
    margin-left: 15px;
    position: relative;
}

.dx-colorview-hue-scale-wrapper {
    height: 202px;
}

.dx-colorview-controls-container {
    margin-left: 15px;
    position: relative;
    width: 70px;
}

.dx-state-focused.dx-colorview {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-colorview-color-preview-container {
    margin-bottom: 15px;
}

.dx-colorview-palette-cell,
.dx-colorview-alpha-channel-border,
.dx-colorview-hue-scale-wrapper,
.dx-colorview-color-preview-container {
    padding: 1px;
    margin: 1px;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #c3cedc;
}

.dx-colorview-color-preview {
    width: 100%;
    height: 25px;
}

.dx-colorview-alpha-channel-cell {
    margin: 6px 0;
    position: relative;
    width: 194px;
}

    .dx-colorview-alpha-channel-cell .dx-button {
        width: 90px;
    }

.dx-rtl .dx-colorview-container-row .dx-colorview-container-cell {
    float: right;
}

.dx-rtl .dx-colorview-hue-scale-cell {
    margin-left: 0;
    margin-right: 15px;
}

.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label {
    margin-left: 0;
    margin-right: 29px;
}

.dx-rtl .dx-colorview-container label .dx-texteditor {
    float: left;
}

.dx-rtl .dx-colorview-controls-container {
    margin-left: 0;
    margin-right: 15px;
}

.dx-rtl .dx-colorview-alpha-channel-scale {
    direction: ltr;
}

.dx-colorbox {
    padding: 1px 4px 1px 1px;
    display: flex;
    flex: 1 1 auto;
    align-self: stretch;
}

    .dx-colorbox.dx-state-focused .dx-colorbox-input {
        padding-left: 40px;
    }

    .dx-colorbox .dx-placeholder {
        left: 32px;
    }

.dx-colorbox-input-container:after {
    content: "";
    display: block;
    height: 15px;
    left: 14px;
    margin-top: -7.5px;
    position: absolute;
    top: 50%;
    width: 15px;
    z-index: 1;
}

.dx-colorbox-input-container.dx-colorbox-color-is-not-defined:after {
    background: none;
}

.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview {
    border: none;
}

.dx-colorbox-color-result-preview {
    border: 1px solid black;
    height: 15px;
    left: 13px;
    margin-top: -7.5px;
    position: absolute;
    top: 50%;
    width: 17px;
    z-index: 2;
}

.dx-colorbox-input-container .dx-colorbox-input {
    -webkit-appearance: none;
    padding-left: 40px;
}

.dx-colorbox-overlay {
    padding: 0;
}

    .dx-colorbox-overlay.dx-overlay-content {
        background-color: #b1cef3;
        border: 1px solid #284172;
        padding-top: 4px;
        padding-bottom: 0px;
    }

    .dx-colorbox-overlay .dx-popup-content {
        overflow: hidden;
        padding: 10px;
    }

.dx-rtl.dx-colorbox.dx-state-focused .dx-colorbox-input,
.dx-rtl .dx-colorbox.dx-state-focused .dx-colorbox-input {
    padding-right: 40px;
}

.dx-rtl .dx-colorbox-overlay .dx-toolbar-item:first-child {
    padding-left: 10px;
    padding-right: 0;
}

.dx-colorbox-overlay .dx-popup-bottom .dx-toolbar-item:first-child {
    padding-right: 10px;
}

.dx-colorbox-overlay .dx-colorview-buttons-container .dx-button {
    margin: 0;
}

.dx-rtl .dx-colorbox .dx-placeholder, .dx-rtl.dx-colorbox .dx-placeholder {
    right: 32px;
}

.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input, .dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input {
    direction: ltr;
    padding-right: 40px;
    text-align: end;
}

.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview, .dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview {
    left: auto;
    right: 13px;
}

.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container:after, .dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container:after {
    left: auto;
    right: 14px;
}

.dx-datagrid-checkbox-size {
    vertical-align: middle;
}

.dx-datagrid-important-margin {
    margin-right: 5px !important;
}

.dx-datagrid-table {
    background-color: transparent;
}

.dx-datagrid {
    cursor: default;
    width: 100%;
    height: 100%;
    line-height: inherit;
    position: absolute;
    white-space: normal;
    box-sizing: border-box;
    align-self: stretch;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0px;
}

    .dx-datagrid .dx-datagrid-content-fixed {
        bottom: 0;
        left: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table {
            position: relative;
        }

            .dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table td {
                pointer-events: auto;
            }

            .dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-row td.dx-pointer-events-none {
                background-color: transparent;
                border-bottom-color: transparent;
                border-top-color: transparent;
                pointer-events: none;
                visibility: hidden;
            }

            .dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table.dx-datagrid-table-fixed .dx-row td.dx-pointer-events-none {
                width: auto;
            }

    .dx-datagrid.dx-datagrid-borders {
        overflow: hidden;
        display: flex;
        flex: 1 1 auto;
        border: 1px solid #062b63;
        border-radius: 0px;
        position: relative;
    }

        .dx-datagrid.dx-datagrid-borders > .dx-datagrid-total-footer {
            border-top: 0;
            border-radius: 0px;
        }

        .dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager, .dx-treelist .dx-treelist-pager {
            align-items: center;
            border-top-width: 1px;
            display: flex;
            /* margin: 0px 10px 0px 10px; */
            /* padding: 3px 10px 0px 10px; */
            min-height: 36px;
            padding: 0px 10px;
        }

        .dx-datagrid.dx-datagrid-borders > .dx-datagrid-header-panel {
            display: flex;
            padding: 4px;
            flex: 1 1 auto;
            min-height: 40px;
        }

        .dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
            border-bottom-width: 1px;
        }

    .dx-datagrid .dx-menu-horizontal {
        height: 100%;
    }

        .dx-datagrid .dx-menu-horizontal .dx-menu-item-text, .dx-datagrid .dx-menu-horizontal .dx-menu-item-popout {
            display: none;
        }

    .dx-datagrid .dx-menu-subitem ul li {
        padding-top: 0;
    }

        .dx-datagrid .dx-menu-subitem ul li:first-child {
            padding-top: 1px;
        }

    .dx-datagrid .dx-menu-subitem .dx-menu-item {
        padding: 7px 30px 7px 5px;
    }

        .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
            background-position-x: left;
        }

@-webkit-keyframes dx-loadpanel-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dx-loadpanel-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dx-datagrid .dx-link {
    cursor: pointer;
    text-decoration: underline;
}

.dx-datagrid .dx-column-indicators {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

    .dx-datagrid .dx-column-indicators.dx-visibility-hidden {
        visibility: hidden;
    }

    .dx-datagrid .dx-column-indicators .dx-sort.dx-sort, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort, .dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter {
        display: inline-block;
    }

        .dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter:after, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter:after {
            bottom: 0;
            content: '';
            left: 0;
            margin: -7px;
            position: absolute;
            right: 0;
            top: 0;
        }

.dx-datagrid .dx-row > td {
    padding: 5px 3px;
    /* height: 24px; */
}

.dx-datagrid .dx-error-row {
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -o-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial;
}

.dx-datagrid .dx-row-lines > td {
    border-bottom: 1px solid #c3cedc;
}

.dx-datagrid .dx-column-lines.dx-header-row > td {
    border-left: 1px solid #062b63;
    border-right: 1px solid #062b63;
}

.dx-datagrid .dx-column-lines > td {
    border-left: 0px solid #c3cedc;
    border-right: 1px solid #c3cedc;
}

    .dx-datagrid .dx-column-lines > td:first-child {
        border-left: none;
    }

    .dx-datagrid .dx-column-lines > td:last-child {
        border-left: none;
    }

.dx-datagrid .dx-error-row td {
    padding: 5px;
}

    .dx-datagrid .dx-error-row td .dx-error-message {
        white-space: normal;
        word-wrap: break-word;
        padding-right: 35px;
    }

    .dx-datagrid .dx-error-row td .dx-closebutton {
        float: right;
        margin-top: 2px;
        margin-right: 2px;
        font: 14px/1 DXIcons;
        width: 14px;
        height: 14px;
        background-position: 0px 0px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        background-size: 14px 14px;
        padding: 0px;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
    }

        .dx-datagrid .dx-error-row td .dx-closebutton:before {
            content: "\f00a";
        }
/*    .dx-datagrid .dx-row > td {
        padding: 1px 3px 1px 3px;
        height: 22px;
    }*/
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline::after {
    border-color: rgba(92, 184, 92, 0.5);
    left: 0px;
}

.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused:after {
    border: 2px solid #a3c3ec;
}

.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
    background-color: #fff;
    padding: 5px;
}

.dx-datagrid-headers .dx-texteditor-input,
.dx-datagrid-rowsview .dx-texteditor-input {
    /*padding: 5px;*/
    min-height: 20px;
}

.dx-datagrid-headers .dx-lookup,
.dx-datagrid-rowsview .dx-lookup {
    height: auto;
}

.dx-datagrid-headers .dx-lookup-field,
.dx-datagrid-rowsview .dx-lookup-field {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 46px;
}

.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid .dx-texteditor-input {
    padding-right: 66px;
}

.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 66px;
}

.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input {
    padding-right: 44px;
}

.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}

.dx-datagrid-headers .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 24px;
}

.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before {
    padding-left: 24px;
}

.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before {
    padding-right: 24px;
}

.dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 10px;
}

.dx-editor-cell .dx-texteditor.dx-numberbox-spin .dx-texteditor-input {
    padding-right: 20px;
}

.dx-editor-cell .dx-texteditor.dx-numberbox-spin-touch-friendly .dx-texteditor-input {
    padding-right: 60px;
}

.dx-filterbuilder-text {
    margin: 0px 2px;
    background: white;
    padding: 5px;
    border: 1px solid;
    cursor: pointer;
}

.dx-filterbuilder-action-icon {
    margin: 10px;
    cursor: pointer;
}

.dx-filterbuilder-group-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dx-datagrid-checkbox-size {
    line-height: normal;
}

.dx-datagrid-column-chooser {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    line-height: 1.33334;
}

    .dx-datagrid-column-chooser input,
    .dx-datagrid-column-chooser textarea {
        /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
        line-height: 1.33334;
    }

.dx-datagrid-export-menu .dx-menu-item .dx-icon-exportxlsx {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.dx-datagrid-adaptive-more {
    cursor: pointer;
    font: 14px/1 DXIcons;
    width: 21px;
    height: 21px;
    background-position: 0px 0px;
    -webkit-background-size: 21px 21px;
    -moz-background-size: 21px 21px;
    background-size: 21px 21px;
    padding: 0px;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}

    .dx-datagrid-adaptive-more:before {
        content: "\f06c";
    }

.dx-rtl .dx-datagrid-form-buttons-container {
    float: left;
}

    .dx-rtl .dx-datagrid-form-buttons-container .dx-button {
        margin-left: 0;
        margin-right: 10px;
    }

.dx-pivotgrid .dx-area-row-cell,
.dx-pivotgrid .dx-area-description-cell {
    border-right: 1px solid #6489bc;
}

.dx-pivotgrid .dx-bottom-border,
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-area-column-cell {
    border-bottom: 1px solid #6489bc;
}

.dx-pivotgrid .dx-pivotgrid-area td {
    color: black;
    padding: 5px 6px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head .dx-empty-area-text {
    border: 1px solid transparent;
    color: #000000;
}

.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
    text-align: center;
    white-space: nowrap;
    color: #333;
    border-left: 1px solid #a3c3ec;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-expand-border {
    border-top: 1px solid #c3cedc;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
    min-width: 50px;
    border-right: 1px solid #6489bc;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-row-total,
.dx-pivotgrid .dx-pivotgrid-area-data .dx-row-total {
    border-top: 1px solid #a3c3ec;
    border-bottom: 1px solid #a3c3ec;
}

.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
    border-top: 1px solid transparent;
    background-color: rgba(221, 221, 221, 0.2);
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers td {
    text-align: center;
    border: 1px solid #a3c3ec;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td {
    border-top: 0px;
    background-color: #c6dcf7;
    vertical-align: middle;
    text-align: center;
}

.dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
    border-left: 1px solid rgba(90,127,181,1);
}

.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-column-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell {
    border-right: 1px solid #6489bc;
}

.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
    border-top: 1px solid #6489bc;
    background-color: #a3c3ec;
}

.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
    border-bottom: 1px solid #6489bc;
}

.dx-pivotgridfieldchooser .dx-area-icon-all {
    background: url(/[16]TableLayout.ico) no-repeat center;
}

.dx-pivotgridfieldchooser .dx-area-icon-filter {
    background: url(/[16]filter.ico) no-repeat center center;
}

.dx-pivotgridfieldchooser .dx-area-icon-row {
    background: url(/[16]ContentArrangeInRows.ico) no-repeat center center;
}

.dx-pivotgridfieldchooser .dx-area-icon-column {
    background: url(/[16]ContentArrangeInColums.ico) no-repeat center center;
}

.dx-pivotgridfieldchooser .dx-area-icon-data {
    background: url(/[16]Summary.ico) no-repeat center center;
}

.dx-pivotgridfieldchooser .dx-icon-measure {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMhClIOE/NkiSAl+ooG8CQwKIzwChEQpQlGBXgKYEwxeoSrB6k7ACfFYkYPgDXQGKdAItQpKi2AQAaDQFJxj4SdQAAAAASUVORK5CYII=) no-repeat center center;
}

.dx-pivotgridfieldchooser .dx-icon-dimension {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAH0lEQVQoz2P4z4AfMlBHQcJ/MESjqasAKxx5bqAosgCZ3QSYpC33dQAAAABJRU5ErkJggg==) no-repeat center center;
}

.dx-pivotgridfieldchooser .dx-icon-hierarchy {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMUlEQVQoz2P4z4AfMlBXQcJ/EKShggQoxKEAojsBwxQqKUjACpEVoOhGNYVKCiiKLAATcARoA49V5wAAAABJRU5ErkJggg==) no-repeat center center;
}

.dx-rtl.dx-pivotgrid .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-area-description-cell {
    border-right: 0px;
    border-left: 1px solid #6489bc;
    background-color: #a3c3ec;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
    border-left: 0px;
    border-right: 1px solid #a3c3ec;
}

    .dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
        border-left: 0px solid #6489bc;
        border-right: 0px;
    }

.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
    border-right: 0px;
    border-left: 1px solid #6489bc;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
    border-left: 1px;
    border-right: 1px;
    background-color: #c6dcf7;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
    border-right: 0px;
    border-left: 1px solid #c3cedc;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
    border-left: 1px solid #a3c3ec;
    border-right: 0px;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
    border-right: 1px solid #6489bc;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell {
    border-left: 1px solid #6489bc;
}



.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
    border-right: 1px solid #c3cedc;
}



.dx-pivotgrid-fields-container.dx-drag .dx-area-field.dx-area-box {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(51, 122, 183, 0.5);
}

.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td {
    border-top: 1px solid #a3c3ec;
}

.dx-pivotgrid-fields-container .dx-area-fields {
    position: relative;
    background-color: #a3c3ec;
}

.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical {
    margin-top: -4px;
    margin-left: -1px;
    height: 2px;
}

    .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical.dx-position-indicator-last {
        margin-top: -3px;
    }

.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal {
    margin-left: -3px;
    width: 2px;
}

    .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last {
        margin-left: 3px;
    }


.dx-device-mobile .dx-datagrid-column-chooser-list .dx-empty-message,
.dx-datagrid-column-chooser-list .dx-empty-message {
    color: #999999;
    padding: 0 10px;
}

.dx-pivotgrid-fields-container .dx-sort-down {
    font: 14px/1 DXIcons;
}

    .dx-pivotgrid-fields-container .dx-sort-down:before {
        content: "\f052";
        color: #D0EBFF;
    }

.dx-pivotgrid-fields-container .dx-sort-up {
    font: 14px/1 DXIcons;
}

    .dx-pivotgrid-fields-container .dx-sort-up:before {
        content: "\f051";
        color: #D0EBFF;
    }

.dx-pivotgrid-fields-container .dx-header-filter {
    color: #fff0;
    font: 14px/1 DXIcons;
}

    .dx-pivotgrid-fields-container .dx-header-filter:before {
        content: "\f050";
        background: url(/[16]filter.ico) no-repeat center center;
    }

.dx-area-field-container {
    padding: 5px;
    box-sizing: border-box;
}

.dx-pivotgrid-fields-container .dx-area-field {
    cursor: pointer;
}

.dx-pivotgrid-fields-container.dx-drag {
    opacity: 0.8;
    z-index: 10000000 !important;
}

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content {
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

    .dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-node {
        padding-left: 20px;
    }

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-popup-content {
    padding: 0px 5px 10px 5px;
}


.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
    margin-bottom: 4px;
    padding: 5px 6px;
    color: #D0EBFF;
    font-weight: normal;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-style: solid;
    border-color: #062b63;
    border-width: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(148,184,233);
    background: -moz-linear-gradient(top, rgba(148,184,233,1) 0%, rgba(99,137,192,1) 2%, rgba(39,77,138,1) 50%, rgba(115,152,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(148,184,233,1) 0%,rgba(99,137,192,1) 2%,rgba(39,77,138,1) 50%,rgba(115,152,205,1) 100%);
    background: linear-gradient(to bottom, rgba(99,137,192,1) 2%,rgba(39,77,138,1) 50%,rgba(115,152,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b8e9', endColorstr='#7398cd',GradientType=0 );
    min-height: 24px;
    box-shadow: inset -2px 3px 3px -4px rgb(255, 255, 255);
}

.dx-pivotgrid-fields-container .dx-drag-source {
    opacity: 0.5;
}

.dx-pivotgrid-fields-container .dx-column-indicators {
    vertical-align: bottom;
    margin-left: 4px;
}

.dx-pivotgrid-fields-container .dx-area-field-content {
    vertical-align: bottom;
}

.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area {
    overflow: hidden;
}

.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar {
    margin-right: 10px;
    float: right;
    display: inline-block;
}

    .dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,
    .dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button {
        margin-right: 4px;
    }

.dx-pivotgrid .dx-data-header,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-area-description-cell.dx-pivotgrid-background {
    background-color: #a3c3ec;
}

    .dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area {
        /* margin-left: -5px; */
        padding-left: 5px;
    }

    .dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr > td:first-child {
        padding-left: 0;
    }

.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area-data tr:first-child > td {
    border-top-width: 0px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head .dx-empty-area-text {
    white-space: nowrap;
    padding: 6px 0;
    border: 1px solid transparent;
    color: #000000;
}

.dx-pivotgrid .dx-group-connector {
    position: absolute;
    width: 2px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #c3cedc;
}

    .dx-pivotgrid .dx-group-connector.dx-group-connector-prev {
        left: 0;
    }

    .dx-pivotgrid .dx-group-connector.dx-group-connector-next {
        right: 0;
    }

.dx-pivotgrid .dx-virtual-mode table {
    position: absolute;
    top: 0;
    left: 0;
}

.dx-pivotgrid .dx-pivotgrid-area-data {
    position: relative;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
    border-right: 0px;
}

.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td span {
    visibility: hidden;
}

.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
    width: 24px;
    padding: 0;
    min-width: 24px;
}

.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
    border-left: 0px;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded,
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed {
    text-align: left;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
    border-left: 0px;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers tr:first-child td {
    border-top: 0px;
}

.dx-pivotgrid .dx-area-tree-view .dx-total {
    border-bottom: none;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-pivotgrid-fields-area-head td:last-child {
    border-right: 0px;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers:last-child {
    border-bottom: 0px;
}

.dx-pivotgrid .dx-icon-sorted {
    display: inline-block;
    margin-left: 5px;
}

.dx-pivotgrid .dx-popup-content {
    padding: 6px;
}

    .dx-pivotgrid .dx-popup-content .dx-pivotgrid-fields-area-head td {
        padding: 0px 2px;
    }

.dx-pivotgridfieldchooser .dx-area-fields {
    overflow: hidden;
}

.dx-pivotgridfieldchooser .dx-treeview .dx-treeview-item .dx-icon {
    margin-bottom: 1px;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.dx-pivotgridfieldchooser .dx-area-fields[group] {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    height: 147px;
    border: 1px solid;
}

.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal {
    margin-left: -3px;
}

    .dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last {
        margin-left: 1px;
    }

.dx-rtl .dx-pivotgrid-fields-container .dx-column-indicators {
    margin-left: 0;
    margin-right: 4px;
}

.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,
.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar {
    margin-right: 0;
    margin-left: 10px;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,
    .dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button {
        margin-right: 0;
        margin-left: 4px;
        min-width: 24px;
        min-height: 24px;
    }

.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area {
    margin-left: 0;
    padding-left: 0;
    margin-right: -5px;
    padding-right: 5px;
}

.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr > td:first-child {
    padding-left: 2px;
    padding-right: 0;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed {
    text-align: right;
}

.dx-rtl.dx-pivotgrid .dx-expand-icon-container {
    margin-left: 0;
    margin-right: -5px;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header {
    border-right: none;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header {
    border-left: none;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand-icon-container {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dx-rtl.dx-pivotgrid .dx-icon-sorted {
    margin-left: 0;
    margin-right: 5px;
}

.dx-rtl.dx-pivotgrid .dx-pivotgridfieldchooser-container .dx-col {
    float: right;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td {
    padding: 6px 2px;
}

    .dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
        padding-right: 6px;
    }

    .dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
        padding-left: 6px;
    }

.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-prev {
    left: initial;
    right: 0;
}

.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-next {
    right: initial;
    left: 0;
}

.dx-pivotgridfieldchooser .dx-area .dx-area-fields {
    border: 1px solid #000;
    background: white;
    margin-top: 3px;
    height: 150px;
    padding: 0px;
}

.dx-pivotgridfieldchooser .dx-area-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.dx-pivotgridfieldchooser .dx-area {
    padding: 5px;
}

.dx-pivotgrid .dx-menu-item .dx-icon {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.dx-pivotgrid .dx-total,
.dx-pivotgrid .dx-data-header,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-area-description-cell {
    background-color: #a3c3ec;
}

.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-total,
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-grandtotal {
    border-top-width: 0px;
}

.dx-pivotgrid .dx-virtual-content {
    display: none;
}

.dx-pivotgrid .dx-grandtotal {
    padding: 5px 10px;
}

.dx-pivotgrid .dx-virtual-mode .dx-virtual-content {
    position: relative;
    overflow: hidden;
    display: block;
}

.dx-pivotgrid .dx-expand-icon-container {
    margin-left: -5px;
    margin-right: 0;
}

.dx-pivotgrid .dx-area-field.dx-area-box {
    margin-bottom: 0;
}

.dx-pivotgrid .dx-area-description-cell {
    white-space: nowrap;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head td {
    position: relative;
    border: none;
    padding: 6px 2px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
    padding-left: 6px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
    padding-right: 6px;
}

.dx-pivotgrid .dx-pivotgrid-area {
    box-sizing: content-box;
}

.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button {
    margin: 1px;
}

    .dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button:not(.dx-state-hover):not(.dx-state-active) {
        border-color: transparent;
        background-color: transparent;
        box-shadow: none;
    }

.dx-datagrid-column-chooser .dx-overlay-content {
    background-color: #6489bc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

    .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
        padding: 1px 8px 0px 8px;
        /*padding-bottom: 9px;
        background-color: transparent;*/
    }

    .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
        border-bottom: none;
        font-size: 16px;
    }

        .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
            font-size: 16px;
        }

    .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
        padding: 10px;
    }

        .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
            -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
            margin-bottom: 10px;
            opacity: 0.5;
        }

            .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-datagrid-drag-action {
                cursor: pointer;
                opacity: 1;
                display: flex;
                justify-content: center;
                align-items: center;
            }

.dx-datagrid-drag-header {
    font-weight: normal;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-style: solid;
    border-color: #062b63;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    padding: 2px 10px 0px 4px;
    min-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    opacity: 0.9;
}

.dx-popup-content.dx-datagrid-column-chooser-list > .dx-treeview-search {
    margin-bottom: 6px;
}

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
    padding: 0px;
}

.dx-datagrid-nowrap {
    white-space: nowrap;
}

    .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content {
        white-space: nowrap;
    }

.dx-datagrid-drag-header {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    position: absolute;
    vertical-align: middle;
    z-index: 10000;
}

.dx-datagrid-columns-separator {
    position: absolute;
    width: 3px;
    z-index: 3;
}

.dx-datagrid-columns-separator-transparent {
    border-left: 0;
    border-right: 0;
}

.dx-datagrid-tracker {
    cursor: col-resize;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.dx-datagrid-table-content {
    position: absolute;
    top: 0;
}

.dx-datagrid-focus-overlay {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.dx-datagrid-action, .dx-datagrid-drag-action {
    cursor: default;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) .dx-link {
    color: inherit;
}

.dx-datagrid-content {
    /*border-style: solid;
    border-width: 0px 1px;*/
    position: relative;
}

.dx-datagrid-text-content {
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dx-datagrid-table-fixed {
    table-layout: fixed;
    width: 100%;
}

.dx-hidden {
    display: none;
}

input.dx-hidden {
    display: inline-block !important;
    width: 0 !important;
}

.dx-row > td {
    border: none;
}

.dx-datagrid-content .dx-datagrid-table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0;
    max-width: 10px;
}

    .dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
        max-width: none;
    }

        .dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
            display: none;
        }

    .dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators {
        float: none !important;
    }

        .dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators > span {
            width: 14px;
        }

    .dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-left {
        margin-right: 3px;
    }

    .dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-right {
        margin-left: 3px;
    }

    .dx-datagrid-content .dx-datagrid-table [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .dx-datagrid-content .dx-datagrid-table .dx-row > td {
        vertical-align: middle;
    }

        .dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child {
            border-left: 0px;
        }

        .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
            border-right: none;
            vertical-align: middle;
        }

            .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
                border-left: none;
            }

    .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container {
        overflow: hidden;
        flex: 1 1 0%;
        justify-self: center;
        display: flex;
        padding: unset;
        margin: unset;
        align-self: center;
        box-sizing: border-box;
        width: auto;
    }

    .dx-datagrid-content .dx-datagrid-table .dx-row .dx-cell-modified:not(.dx-field-item-content), .dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid:not(.dx-field-item-content) {
        padding: 0;
    }

    .dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay {
        position: static;
    }

    .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
        padding: 0;
        vertical-align: middle;
    }

        .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor, .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor-container {
            border: 0;
            box-shadow: none;
            margin: 0;
            border-radius: 0px;
            background: transparent;
            flex: 1;
        }

        .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-dropdowneditor {
            margin-left: -1px;
            padding-left: 1px;
        }

.dx-datagrid-table .dx-row .dx-command-select {
    width: 55px;
    min-width: 55px;
}

.dx-datagrid-table .dx-row .dx-command-edit {
    width: 70px;
    min-width: 70px;
}

.dx-datagrid-table .dx-row .dx-command-expand {
    width: 15px;
    min-width: 15px;
}



.dx-fieldchooser-popup {
    z-index: 9800000 !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    min-width: 70px;
    padding: 0;
    width: 70px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
    min-width: 85px;
    width: 85px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
    min-width: 30px;
    padding: 0;
    width: 30px;
}

.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content {
    -o-text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
    padding: 7px 7px 7px 32px;
    text-overflow: ellipsis;
}

.dx-datagrid-content .dx-datagrid-table td {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dx-highlight-outline {
    padding: 7px;
    position: relative;
}

    .dx-highlight-outline::after {
        border: 2px solid transparent;
        bottom: 0;
        content: '';
        left: 1px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .dx-highlight-outline.dx-hidden {
        display: block !important;
    }

        .dx-highlight-outline.dx-hidden::after {
            display: none;
        }

.dx-editor-cell .dx-texteditor-input {
    margin: 0;
}

.dx-editor-cell .dx-highlight-outline {
    padding: 0;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
    content: '\200B';
    display: inline-block;
    padding-bottom: 7px;
    padding-top: 7px;
    vertical-align: middle;
}

.dx-column-lines .dx-highlight-outline::after {
    left: 0;
}

.dx-datagrid-headers {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
    position: relative;
    font-weight: normal;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-width: 1px;
}

.dx-datagrid-borders .dx-datagrid-headers .dx-datagrid-table {
    border-bottom-width: 1px;
}

.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 5px 5px 5px 24px;
}

.dx-datagrid-filter-range-overlay .dx-overlay-content {
    border: 1px solid #c3cedc;
    overflow: inherit;
}

.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}

.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}

.dx-highlight-outline {
    padding: 5px;
}

.dx-datagrid-filter-row .dx-menu-item.dx-state-focused:after {
    border: 2px solid #a3c3ec;
}

.dx-icon-column-chooser {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-icon-column-chooser:before {
        content: "\f04d";
    }

.dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-datagrid-addrow-button .dx-icon-edit-button-addrow:before {
        content: "\f00b";
    }

.dx-datagrid-cancel-button .dx-icon-edit-button-cancel {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-datagrid-cancel-button .dx-icon-edit-button-cancel:before {
        content: "\f04c";
    }

.dx-datagrid-save-button .dx-icon-edit-button-save {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-datagrid-save-button .dx-icon-edit-button-save:before {
        content: "\f041";
    }

.dx-apply-button .dx-icon-apply-filter {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-apply-button .dx-icon-apply-filter:before {
        content: "\f050";
    }

.dx-datagrid-export-button .dx-icon-export-to {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-datagrid-export-button .dx-icon-export-to:before {
        content: "\f05f";
    }

.dx-datagrid-export-button .dx-icon-export-excel-button {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-datagrid-export-button .dx-icon-export-excel-button:before {
        content: "\f060";
    }

.dx-datagrid-adaptive-more {
    /* width: 17px; */
    /* height: 17px; */
    background-position: 0px 0px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    background-size: 17px 17px;
    padding: 0px;
    font-size: 17px;
    text-align: center;
    line-height: 17px;
}

.dx-datagrid-rowsview {
    align-self: stretch;
    flex: 1 1 auto;
    height: 100vh;
    display: flex;
    align-items: stretch;
    /* border-radius: 0px 0px 4px 4px; */
    border-width: 0px 1px 1px 1px;
    /* border-style: solid; */
    background-color: white;
}


    .dx-datagrid-rowsview .dx-row {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        height: 26px;
    }

        .dx-datagrid-rowsview .dx-row.dx-edit-row:first-child > td {
            border-top-width: 0px;
            border-bottom: 1px solid #c3cedc;
        }

        .dx-datagrid-rowsview .dx-row.dx-edit-row > td {
            border-top: 1px solid #c3cedc;
            border-bottom: 1px solid #c3cedc;
        }

    .dx-datagrid-rowsview .dx-master-detail-row > .dx-datagrid-group-space,
    .dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell {
        border-top: 1px solid #c3cedc;
        border-bottom: 1px solid #c3cedc;
    }

    .dx-datagrid-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content {
        padding: 9px 17px 9px;
    }

    .dx-datagrid-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
    }

    .dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid.dx-adaptive-item-text {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .dx-datagrid-rowsview .dx-item-modified.dx-adaptive-item-text {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
    }

    .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
        padding-right: 0;
    }

tr.dx-row.dx-datagrid-filter-row {
    background: white;
}

.dx-datagrid-headers .dx-header-row .dx-editor-cell .dx-select-checkbox {
    display: inline-block;
}

.dx-datagrid-headers .dx-header-row > td {
    overflow: hidden;
    white-space: nowrap;
}

    .dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content {
        vertical-align: top;
        white-space: normal;
    }

.dx-header-row .dx-text-content-alignment-left, .dx-header-row .dx-text-content-alignment-right {
    display: inline-block;
    max-width: 100%;
}

.dx-header-row .dx-sort-indicator, .dx-header-row .dx-header-filter-indicator {
    max-width: calc(100% - 17px);
}

    .dx-header-row .dx-sort-indicator.dx-text-content-alignment-left, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left {
        margin-right: 3px;
    }

    .dx-header-row .dx-sort-indicator.dx-text-content-alignment-right, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right {
        margin-left: 3px;
    }

    .dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
        max-width: calc(100% - 34px);
    }

    .dx-header-row .dx-sort-indicator.dx-header-filter-indicator {
        max-width: calc(100% - 31px);
    }

        .dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
            max-width: calc(100% - 62px);
        }

.dx-datagrid-filter-range-overlay .dx-texteditor {
    border-width: 0px;
}

    .dx-datagrid-filter-range-overlay .dx-texteditor.dx-state-focused:after {
        bottom: -1px;
        content: " ";
        left: -1px;
        pointer-events: none;
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 1;
    }

.dx-datagrid-filter-range-overlay .dx-datagrid-filter-range-end {
    border-top: 1px solid transparent;
}

.dx-datagrid-filter-range-overlay .dx-editor-container.dx-highlight-outline {
    padding: 0px;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-menu {
    display: none;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    background: #d0d8e7;
}

    .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
        display: flex;
        align-self: center;
        justify-self: center;
        flex: 0 1 auto;
        position: relative;
        clear: both;
        width: auto;
        border: unset;
    }

    .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input, .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before {
        padding-left: 32px;
    }

.dx-datagrid-filter-row .dx-highlight-outline::after {
    pointer-events: none;
}

.dx-datagrid-filter-row .dx-focused .dx-highlight-outline::after {
    border-color: transparent;
}

.dx-datagrid-filter-row .dx-menu {
    cursor: pointer;
    height: 100%;
    /* left: 0; */
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    /* top: 0; */
    z-index: 1;
}

.dx-datagrid-filter-row .dx-menu-item.dx-state-focused:after {
    content: '';
    height: 102%;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 100%;
}

.dx-datagrid-filter-row > td:first-child .dx-menu, .dx-datagrid-filter-row > .dx-first-cell .dx-menu {
    margin-left: 0px;
}

.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
    padding: 5px;
    padding-right: 30px;
}

.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
    padding: 8px 5px 7px 5px;
}

    .dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
        padding: 9px 6px 8px 6px;
    }

.dx-datagrid-filter-row .dx-menu-caption {
    padding-left: 6px;
}

.dx-datagrid-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
    display: none;
}

.dx-datagrid-filter-row .dx-menu-item-highlight {
    font-weight: normal;
}

.dx-datagrid-filter-row .dx-menu {
    overflow: visible;
}

.dx-datagrid-scroll-container {
    overflow: hidden;
    width: 100%;
}

.dx-datagrid-header-panel {
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #39538a;
}

    .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
        margin-left: 10px;
    }

.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    border-right-color: transparent;
    border-left-color: transparent;
}

.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid .dx-highlight-outline::after {
    border: 1px solid rgba(217, 83, 79, 0.4);
}

.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused > .dx-highlight-outline::after {
    border: 1px solid #d9534f;
}

.dx-datagrid-group-panel .dx-group-panel-message {
    color: #4b6ca7;
    font-weight: normal;
    padding: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.dx-datagrid-group-panel .dx-group-panel-item {
    margin-right: 5px;
    color: #959595;
    font-weight: normal;
    border: 1px solid #c3cedc;
    padding: 5px;
}

.dx-datagrid-group-panel .dx-block-separator {
    margin-right: 5px;
    color: #959595;
    font-weight: normal;
    padding: 6px;
    background-color: #eeeeee;
}

.dx-row.dx-datagrid-group-footer.dx-column-lines {
    border-bottom: 1px solid #c3cedc;
}

.dx-row.dx-datagrid-group-footer > td {
    border-top: 1px solid #c3cedc;
    border-left-width: 0;
    border-right-width: 0;
}

.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item,
.dx-rtl .dx-datagrid-group-panel .dx-block-separator {
    margin-left: 5px;
    color: white;
    border: 1px solid #062b63;
    border-radius: 0px;
}



.dx-state-disabled .dx-menu-item {
    cursor: default;
}

.dx-datagrid-search-panel {
    margin: 0;
    margin-left: 15px;
}

.dx-datagrid-rowsview {
    overflow: hidden;
    position: relative;
}

    .dx-datagrid-rowsview.dx-scrollable .dx-scrollable-content {
        z-index: 2;
    }

    .dx-datagrid-rowsview .dx-datagrid-content {
        overflow-anchor: none;
    }

    .dx-datagrid-rowsview .dx-scrollable-scrollbar {
        z-index: 3;
    }

    .dx-datagrid-rowsview:focus {
        outline: 0;
    }

    .dx-datagrid-rowsview .dx-row > td {
        -o-text-overflow: ellipsis;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dx-datagrid-rowsview .dx-row.dx-row-lines:first-child {
        border-top: none;
    }

        .dx-datagrid-rowsview .dx-row.dx-row-lines:first-child > td {
            border-top: none;
        }

    .dx-datagrid-rowsview .dx-data-row > td:focus {
        outline: 0;
    }

    .dx-datagrid-rowsview .dx-selection > td .dx-link, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td .dx-link {
        color: inherit;
    }

    .dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row {
        border-bottom: 0px;
        border-top: 0px;
    }

        .dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row > td {
            padding-bottom: 0px;
            padding-top: 0px;
        }

    .dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
        display: none;
    }

    .dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td:hover > .dx-select-checkbox {
        display: inline-block;
    }

    .dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr.dx-selection > td > .dx-select-checkbox {
        display: inline-block;
    }

    .dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
        padding: 0px;
        padding-left: 0;
    }

        .dx-datagrid-rowsview .dx-row > .dx-master-detail-cell:first-child {
            padding-left: 0px;
        }

        .dx-datagrid-rowsview .dx-row > .dx-master-detail-cell:focus {
            outline: 0;
        }

    .dx-datagrid-rowsview .dx-data-row.dx-edit-row .dx-cell-modified .dx-highlight-outline:after {
        border-color: transparent;
    }

    .dx-datagrid-rowsview .dx-command-adaptive.dx-command-adaptive-hidden {
        padding-left: 0;
        padding-right: 0;
    }

.dx-datagrid-nodata {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    font-size: 17px;
}

.dx-datagrid-bottom-load-panel {
    padding: 10px;
    text-align: center;
}

.dx-datagrid-hidden-column {
    white-space: nowrap;
}

    .dx-datagrid-hidden-column > * {
        display: none !important;
    }

.dx-datagrid-total-footer {
    position: relative;
}

    .dx-datagrid-total-footer > .dx-datagrid-content {
        padding-bottom: 0px;
        padding-top: 0px;
    }

.dx-datagrid-summary-item {
    /* font-weight: bold; */
    min-height: 20px;
    display: flex;
    flex-direction: row;
    border-width: 1px;
    border-style: solid;
    padding: 1px 3px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dx-datagrid-revert-tooltip .dx-overlay-content {
    background-color: #fff;
    min-width: inherit;
}

.dx-datagrid-revert-tooltip .dx-revert-button {
    margin: 0px 1px;
    margin-left: 1px;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

    .dx-datagrid-revert-tooltip .dx-revert-button > .dx-button-content {
        padding: 4px;
    }

.dx-toolbar-menu-section .dx-datagrid-checkbox-size {
    width: 100%;
}

    .dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-container {
        padding: 14px;
    }

    .dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-text {
        padding-left: 34px;
    }

.dx-rtl .dx-toolbar-menu-section .dx-checkbox-text {
    padding-right: 34px;
    padding-left: 27px;
}

.dx-rtl .dx-datagrid .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
    margin: 0px 3px;
}

.dx-rtl .dx-datagrid .dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 5px 24px 5px 5px;
}

.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-left: 0;
}

.dx-datagrid-export-menu .dx-menu-item .dx-checkbox {
    margin-left: 0;
}

    .dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
        height: 16px;
        width: 16px;
    }

    .dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
        -ms-word-break: normal;
        white-space: nowrap;
        word-break: normal;
    }

.dx-command-adaptive {
    min-width: 21px;
    width: 21px;
}

.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
}

    .dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
        padding: 0;
    }

.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
    height: 0;
    width: 0;
}

.dx-datagrid-revert-tooltip .dx-revert-button {
    margin: 0;
}

.dx-datagrid-notouch-action {
    -ms-content-zooming: none;
    -ms-overflow-style: none;
    -ms-touch-action: none;
    touch-action: none;
}

.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item, .dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item, .dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message, .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
    border: none;
}

.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message, .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
    /* bottom: 50%; */
    color: black;
    /* left: 0px; */
    position: absolute;
    /* right: 0px; */
    /* text-align: center; */
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    user-select: none;
}

.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item, .dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item {
    padding: 7px 5px 7px 30px;
}

    .dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image, .dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image {
        background-position-x: right;
    }

.dx-rtl .dx-datagrid .dx-texteditor-buttons-container, .dx-datagrid.dx-rtl .dx-texteditor-buttons-container {
    text-align: start;
}

.dx-rtl .dx-datagrid .dx-column-lines:not(.dx-header-row):not(.dx-selection) > td:first-child, .dx-rtl .dx-datagrid .dx-column-lines:not(.dx-header-row) > td:last-child {
    border-left: 1px solid #c3cedc;
}

.dx-rtl .dx-datagrid .dx-column-lines > td:first-child {
    border-right: none;
    /* border-left: 1px solid #c3cedc; */
}

.dx-rtl .dx-datagrid .dx-column-lines > td:last-child {
    border-left: none;
}

.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
    font: 16px/1 DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    text-align: center;
    line-height: 16px;
}

    .dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before {
        content: "\f053";
    }

.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-none,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-none {
    width: 14px;
    height: 14px;
    background-position: 0 0;
    background-size: 14px 14px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.dx-datagrid .dx-icon-filter-operation-equals {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-equals:before {
        content: "\f044";
    }

.dx-datagrid .dx-icon-filter-operation-default {
    font: 14px/1 DXIcons;
    width: 12px;
    height: 12px;
    background-position: 0px 0px;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

    .dx-datagrid .dx-icon-filter-operation-default:before {
        content: "\f027";
    }

.dx-datagrid .dx-icon-filter-operation-not-equals {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-not-equals:before {
        content: "\f045";
    }

.dx-datagrid .dx-icon-filter-operation-less {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-less:before {
        content: "\f046";
    }

.dx-datagrid .dx-icon-filter-operation-less-equal {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-less-equal:before {
        content: "\f048";
    }

.dx-datagrid .dx-icon-filter-operation-greater {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-greater:before {
        content: "\f047";
    }

.dx-datagrid .dx-icon-filter-operation-greater-equal {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-greater-equal:before {
        content: "\f049";
    }

.dx-datagrid .dx-icon-filter-operation-contains {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-contains:before {
        content: "\f063";
    }

.dx-datagrid .dx-icon-filter-operation-not-contains {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-not-contains:before {
        content: "\f066";
    }

.dx-datagrid .dx-icon-filter-operation-starts-with {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-starts-with:before {
        content: "\f064";
    }

.dx-datagrid .dx-icon-filter-operation-ends-with {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-ends-with:before {
        content: "\f065";
    }

.dx-datagrid .dx-checkbox-indeterminate .dx-checkbox-icon:before {
    width: 12px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
    font: 14px/1 DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

    .dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before {
        content: "\f054";
    }

.dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content {
    /* padding: 5px 3px 3px; */
    padding: unset;
}

    .dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon {
        margin: 0px 3px;
    }

.dx-rtl .dx-datagrid-content .dx-datagrid-table {
    direction: rtl;
}

    .dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
        border-left: none;
        /* box-shadow: unset; */
    }

        .dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
            border-right: none;
            /* box-shadow: unset; */
        }

    .dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-filter-range-content {
        padding: 7px 32px 7px 7px;
    }

.dx-rtl .dx-datagrid-headers, .dx-rtl .dx-datagrid-total-footer {
    direction: ltr;
}

    .dx-rtl .dx-datagrid-headers .dx-datagrid-table, .dx-rtl .dx-datagrid-total-footer .dx-datagrid-table {
        direction: rtl;
    }

.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input, .dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder:before {
    padding: unset;
    margin: unset;
    background: transparent;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu {
    left: auto;
    margin-left: 0;
    margin-right: 0px;
    right: 0;
}

.dx-rtl .dx-datagrid-filter-row > td:first-child .dx-menu {
    margin-left: 0px;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
    padding: 5px;
    padding-left: 30px;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu-caption {
    padding-right: 6px;
}

.dx-rtl .dx-datagrid-header-panel {
    min-height: 44px;
    text-align: right;
}

    .dx-rtl .dx-datagrid-header-panel .dx-datagrid-column-chooser-button {
        margin-left: 0;
    }

    .dx-rtl .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
        margin-left: 0;
        margin-right: 10px;
    }

.dx-rtl .dx-datagrid-search-panel {
    margin: 0;
    margin-right: 15px;
}

.dx-hidden.dx-group-cell {
    display: table-cell !important;
    font-size: 0 !important;
}

.dx-datagrid-group-panel {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    display: inline-block;
    white-space: nowrap;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:first-child {
    border-top: none;
}

.dx-datagrid-group-panel .dx-group-panel-item {
    display: inline-block;
    margin-right: 10px;
    min-width: 30px;
    white-space: nowrap;
}

    .dx-datagrid-group-panel .dx-group-panel-item .dx-sort {
        margin-left: 6px;
    }

.dx-datagrid-group-panel .dx-block-separator {
    color: transparent;
    display: inline-block;
    margin-right: 10px;
    min-width: 30px;
    min-width: 0;
    position: relative;
    white-space: nowrap;
}

    .dx-datagrid-group-panel .dx-block-separator .dx-sort {
        margin-left: 6px;
    }

.dx-datagrid-rowsview .dx-row.dx-group-row td {
    border-bottom: 1px solid;
    border-top: 1px solid;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:first-child td {
    border-top: none;
}

.dx-datagrid-rowsview .dx-group-row:focus {
    outline: 0;
}

.dx-datagrid-rowsview .dx-group-row.dx-row > td {
    border-left-color: transparent;
    border-right-color: transparent;
}

.dx-datagrid-rowsview .dx-row.dx-group-row {
    /* font-weight: bold; */
    cursor: pointer;
}

.dx-datagrid-group-opened {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #000;
}

    .dx-datagrid-group-opened:before {
        content: "\f001";
    }

.dx-datagrid-group-opened, .dx-datagrid-group-closed {
    cursor: pointer;
    position: relative;
    width: 100%;
}

.dx-datagrid-group-closed {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #000;
}

    .dx-datagrid-group-closed:before {
        content: "\f04e";
    }

    .dx-datagrid-group-opened:before, .dx-datagrid-group-closed:before {
        display: block;
        left: 0;
        position: absolute;
        right: 0;
    }

.dx-rtl .dx-datagrid-group-closed {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-group-row.dx-row.dx-column-lines > td {
    border-left: none;
    border-right: none;
}

.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item, .dx-rtl .dx-datagrid-group-panel .dx-block-separator {
    margin-left: 10px;
    margin-right: 0;
}

.dx-rtl .dx-datagrid-group-panel .dx-sort {
    margin-left: 0;
    margin-right: 6px;
}

.dx-pivotgrid .dx-area-description-cell .dx-button-content {
    padding: 5px;
}

.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button-content,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button-content {
    padding: 5px;
}

.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button {
    margin-top: 10px;
}

.dx-pivotgrid .dx-expand-icon-container {
    font: 14px/1 DXIcons;
}

    .dx-pivotgrid .dx-expand-icon-container:before {
        content: "\f04e";
    }

    .dx-pivotgrid .dx-expand-icon-container:before {
        visibility: hidden;
    }

.dx-pivotgrid-fields-container .dx-sort, .dx-pivotgrid-fields-container .dx-header-filter {
    display: inline-block;
}

.dx-pivotgrid-fields-container .dx-area-field-content {
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
}

.dx-pivotgrid-fields-container.dx-drag .dx-area-field-content {
    display: inline-block;
}

.dx-pivotgrid-fields-container.dx-drag .dx-column-indicators {
    display: inline-block;
    float: none;
}

.dx-pivotgrid {
    cursor: default;
    width: 100%;
    display: flex;
    overflow: auto;
    flex: 0 0 auto;
    position: relative;
}

    .dx-pivotgrid.dx-overflow-hidden {
        overflow: auto;
    }

    .dx-pivotgrid .dx-area-data-cell, .dx-pivotgrid .dx-area-column-cell {
        width: 100%;
    }

    .dx-pivotgrid .dx-area-data-cell {
        position: relative;
    }

    .dx-pivotgrid table, .dx-pivotgrid tbody, .dx-pivotgrid tfoot, .dx-pivotgrid thead, .dx-pivotgrid tr, .dx-pivotgrid th, .dx-pivotgrid td {
        border: 0;
        margin: 0;
        outline: 0;
        padding: 0;
    }

    .dx-pivotgrid table {
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
    }

    .dx-pivotgrid td {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        vertical-align: top;
    }

    .dx-pivotgrid .dx-area-description-cell {
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        position: relative;
    }

        .dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-fields-area {
            bottom: 0;
            position: absolute;
        }

    .dx-pivotgrid .dx-area-field-content {
        display: inline-block;
    }

    .dx-pivotgrid .dx-column-indicators {
        display: inline-block;
    }

    .dx-pivotgrid .dx-expand-icon-container {
        display: inline-block;
        position: relative;
    }

    .dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area {
        position: static;
    }

    .dx-pivotgrid .dx-incompressible-fields .dx-column-indicators {
        float: none !important;
        vertical-align: top;
    }

    .dx-pivotgrid .dx-incompressible-fields .dx-area-field {
        display: inline-block;
        white-space: nowrap;
    }

    .dx-pivotgrid .dx-area-field {
        white-space: nowrap;
    }

    .dx-pivotgrid .dx-area-field-content {
        white-space: nowrap;
    }

    .dx-pivotgrid .dx-popup-content .dx-column-indicators {
        display: inline-block;
        float: none !important;
    }

    .dx-pivotgrid .dx-popup-content .dx-area-field-content {
        display: inline-block;
    }

    .dx-pivotgrid .dx-pivotgrid-area {
        white-space: nowrap;
    }

    .dx-pivotgrid .dx-pivotgrid-collapsed, .dx-pivotgrid .dx-pivotgrid-expanded {
        cursor: pointer;
    }

        .dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand {
            font: 14px/1 DXIcons;
            font-size: 14px;
            text-align: center;
            line-height: 14px;
            color: #959595;
        }

            .dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand:before {
                content: "\f04e";
            }

        .dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
            font: 14px/1 DXIcons;
            font-size: 14px;
            text-align: center;
            line-height: 14px;
            color: #959595;
        }

            .dx-pivotgrid .dx-pivotgrid-expanded .dx-expand:before {
                content: "\f001";
            }

            .dx-pivotgrid .dx-pivotgrid-expanded .dx-expand:before {
                position: absolute;
                display: block;
                width: 14px;
                top: 50%;
                margin-top: -7px;
                left: 50%;
                margin-left: -7px;
            }

.dx-pivotgrid-nodata {
    position: absolute;
    border: 1px solid;
    border-radius: 4px;
    background-color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 144px;
    text-align: center;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: block;
}

.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
    width: 16px;
    min-width: 16px;
}

.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand, .dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
    display: inline-block;
}

    .dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-area {
    background: white;
    color: black;
    overflow: hidden;
    white-space: normal;
}

.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed, .dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded, .dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted {
    white-space: nowrap;
}

    .dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span, .dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded > span, .dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted > span {
        white-space: normal;
    }

.dx-pivotgridfieldchooser {
    position: relative;
}

    .dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container {
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
        justify-items: stretch;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        user-select: none;
    }

    .dx-pivotgridfieldchooser .dx-col {
        float: left;
        width: 50%;
    }

    .dx-pivotgridfieldchooser .dx-area-caption {
        vertical-align: middle;
        user-select: none;
    }

.dx-pivotgrid-action {
    cursor: pointer;
}

.dx-treelist {
    line-height: inherit;
    box-sizing: border-box;
    border: 1px solid rgba(39,77,138,1);
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(39,77,138,1);
}

.dx-treelist-checkbox-size {
    vertical-align: middle;
}

.dx-treelist-important-margin {
    margin-right: 5px !important;
}

.dx-treelist-table {
    background-color: transparent;
}

.dx-treelist {
    cursor: default;
    line-height: normal;
    position: relative;
    white-space: normal;
}

    .dx-treelist .dx-treelist-content-fixed {
        bottom: 0;
        left: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .dx-treelist .dx-treelist-content-fixed .dx-treelist-table {
            position: relative;
        }

            .dx-treelist .dx-treelist-content-fixed .dx-treelist-table td {
                pointer-events: auto;
            }

            .dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-row td.dx-pointer-events-none {
                background-color: transparent;
                border-bottom-color: transparent;
                border-top-color: transparent;
                pointer-events: none;
                visibility: hidden;
            }

            .dx-treelist .dx-treelist-content-fixed .dx-treelist-table.dx-treelist-table-fixed .dx-row td.dx-pointer-events-none {
                width: auto;
            }

    .dx-treelist.dx-treelist-borders > .dx-treelist-total-footer {
        border-top: 0;
    }

    .dx-treelist.dx-treelist-borders > .dx-treelist-pager {
        margin-top: 1px;
    }

    .dx-treelist.dx-treelist-borders > .dx-treelist-header-panel {
        border-bottom: 0;
    }

    .dx-treelist.dx-treelist-borders > .dx-treelist-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
        border-bottom-width: 0;
    }

    .dx-treelist .dx-menu {
        background-color: transparent;
        height: 100%;
    }

        .dx-treelist .dx-menu .dx-menu-item .dx-menu-item-content {
            padding: 5px 3px 3px;
        }

            .dx-treelist .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon {
                margin: 0px 3px;
            }

    .dx-treelist .dx-menu-horizontal {
        height: 100%;
    }

        .dx-treelist .dx-menu-horizontal .dx-menu-item-text, .dx-treelist .dx-menu-horizontal .dx-menu-item-popout {
            display: none;
        }

    .dx-treelist .dx-menu-subitem ul li {
        padding-top: 0;
    }

        .dx-treelist .dx-menu-subitem ul li:first-child {
            padding-top: 1px;
        }

    .dx-treelist .dx-menu-subitem .dx-menu-item {
        padding: 7px 30px 7px 5px;
    }

        .dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image {
            background-position-x: left;
        }

    .dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
        font: 14px/1 DXIcons;
        width: 16px;
        height: 16px;
        background-position: 0px 0px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px;
        padding: 0px;
        font-size: 16px;
        text-align: center;
        line-height: 16px;
    }

        .dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before {
            content: "\f053";
        }

    .dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
        font: 14px/1 DXIcons;
        width: 16px;
        height: 16px;
        background-position: 0px 0px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px;
        padding: 0px;
        font-size: 16px;
        text-align: center;
        line-height: 16px;
    }

        .dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before {
            content: "\f054";
        }

    .dx-treelist .dx-icon-filter-operation-equals {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-equals:before {
            content: "\f044";
        }

    .dx-treelist .dx-icon-filter-operation-default {
        font: 14px/1 DXIcons;
        width: 12px;
        height: 12px;
        background-position: 0px 0px;
        -webkit-background-size: 12px 12px;
        -moz-background-size: 12px 12px;
        background-size: 12px 12px;
        padding: 0px;
        font-size: 12px;
        text-align: center;
        line-height: 12px;
    }

        .dx-treelist .dx-icon-filter-operation-default:before {
            content: "\f027";
        }

    .dx-treelist .dx-icon-filter-operation-not-equals {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-not-equals:before {
            content: "\f045";
        }

    .dx-treelist .dx-icon-filter-operation-less {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-less:before {
            content: "\f046";
        }

    .dx-treelist .dx-icon-filter-operation-less-equal {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-less-equal:before {
            content: "\f048";
        }

    .dx-treelist .dx-icon-filter-operation-greater {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-greater:before {
            content: "\f047";
        }

    .dx-treelist .dx-icon-filter-operation-greater-equal {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-greater-equal:before {
            content: "\f049";
        }

    .dx-treelist .dx-icon-filter-operation-contains {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-contains:before {
            content: "\f063";
        }

    .dx-treelist .dx-icon-filter-operation-not-contains {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-not-contains:before {
            content: "\f066";
        }

    .dx-treelist .dx-icon-filter-operation-starts-with {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-starts-with:before {
            content: "\f064";
        }

    .dx-treelist .dx-icon-filter-operation-ends-with {
        font: 14px/1 DXIcons;
    }

        .dx-treelist .dx-icon-filter-operation-ends-with:before {
            content: "\f065";
        }

    .dx-treelist .dx-menu-items-container .dx-menu-item-has-icon .dx-icon-filter-operation-between {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAQAAADbc8WkAAAAHElEQVQYV2NI+J/A8B8DJoAQbgmsEKwDC8QtAQC2WDWbJkSICQAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 14px 5px;
    }

    .dx-treelist .dx-error-row td {
        background-color: rgba(217, 83, 79, 0.6);
        color: #fff;
        padding: 5px;
    }

        .dx-treelist .dx-error-row td .dx-error-message {
            white-space: normal;
            word-wrap: break-word;
            padding-right: 35px;
        }


.dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 10px;
}

.dx-device-mobile .dx-treelist-column-chooser-list .dx-empty-message,
.dx-treelist-column-chooser-list .dx-empty-message {
    color: #999999;
    padding: 0 10px;
}

.dx-treelist .dx-error-row td .dx-closebutton {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-treelist .dx-error-row td .dx-closebutton:before {
        content: "\f00a";
    }

.dx-treelist-headers .dx-texteditor-input,
.dx-treelist-rowsview .dx-texteditor-input {
    padding: 5px;
    min-height: 26px;
}

.dx-treelist-headers .dx-lookup,
.dx-treelist-rowsview .dx-lookup {
    height: auto;
}

.dx-treelist-headers .dx-lookup-field,
.dx-treelist-rowsview .dx-lookup-field {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 46px;
}

.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid .dx-texteditor-input,
.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid .dx-texteditor-input {
    padding-right: 66px;
}

.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 66px;
}

.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input,
.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input {
    padding-right: 44px;
}

.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}

.dx-treelist-headers .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-treelist-rowsview .dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 24px;
}

.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,
.dx-treelist-headers .dx-searchbox .dx-placeholder:before,
.dx-treelist-rowsview .dx-searchbox .dx-placeholder:before {
    padding-left: 24px;
}

.dx-rtl .dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-treelist-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-placeholder:before {
    padding-right: 24px;
}

.dx-editor-cell .dx-texteditor.dx-numberbox-spin .dx-texteditor-input {
    padding-right: 20px;
}

.dx-editor-cell .dx-texteditor.dx-numberbox-spin-touch-friendly .dx-texteditor-input {
    padding-right: 60px;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dx-treelist-checkbox-size {
    line-height: normal;
}

    .dx-treelist-checkbox-size .dx-checkbox-icon {
        height: 16px;
        width: 16px;
    }

.dx-treelist-column-chooser {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    line-height: 1.33334;
}

    .dx-treelist-column-chooser input,
    .dx-treelist-column-chooser textarea {
        /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
        line-height: 1.33334;
    }

.dx-treelist-export-menu .dx-menu-item .dx-icon-exportxlsx {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.dx-treelist-adaptive-more {
    cursor: pointer;
    font: 14px/1 DXIcons;
    width: 21px;
    height: 21px;
    background-position: 0px 0px;
    -webkit-background-size: 21px 21px;
    -moz-background-size: 21px 21px;
    background-size: 21px 21px;
    padding: 0px;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}

    .dx-treelist-adaptive-more:before {
        content: "\f06c";
    }

.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell {
    border-right: none;
}

.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell {
    border-left: none;
}

.dx-rtl .dx-treelist-form-buttons-container {
    float: left;
}

    .dx-rtl .dx-treelist-form-buttons-container .dx-button {
        margin-left: 0;
        margin-right: 10px;
    }

.dx-validationsummary-item-content {
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: normal;
}

.dx-scheduler-pseudo-cell:before {
    content: "";
    width: 100px;
    display: table-cell;
}

.dx-scheduler-small .dx-scheduler-pseudo-cell:before {
    width: 50px;
}

.dx-scheduler-fixed-appointments {
    z-index: 100;
    position: absolute;
    left: 100px;
}

.dx-scheduler-small .dx-scheduler-fixed-appointments {
    left: 50px;
}

.dx-scheduler-header {
    position: relative;
    z-index: 1;
    width: 100%;
}

.dx-scheduler-navigator {
    float: left;
    padding-left: 10px;
    white-space: nowrap;
    min-width: 180px;
    max-width: 40%;
}

.dx-device-mobile .dx-scheduler-navigator {
    padding-left: 5px;
}

.dx-scheduler-navigator-caption {
    width: 180px;
    min-width: 108px;
    max-width: 80%;
}

.dx-device-mobile .dx-scheduler-navigator-caption {
    width: 140px;
}

.dx-calendar.dx-scheduler-navigator-calendar {
    width: 100%;
    height: 100%;
}

.dx-scheduler-view-switcher.dx-tabs {
    max-width: 52%;
    min-width: 72px;
    width: auto;
    float: right;
    height: 100%;
    border: none;
}

.dx-scheduler-small .dx-scheduler-view-switcher.dx-tabs {
    display: none;
}

.dx-scheduler-view-switcher.dx-tabs .dx-tabs-scrollable .dx-tabs-wrapper {
    border-bottom: none;
}

.dx-scheduler-view-switcher.dx-tabs .dx-tab {
    width: 100px;
}

    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:before {
        position: absolute;
        bottom: -2px;
        width: 100%;
        height: 2px;
        content: '';
        right: 0;
    }

    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-state-focused:after {
        border-bottom: none;
    }

.dx-scheduler-view-switcher.dx-dropdownmenu.dx-button {
    position: absolute;
    right: 10px;
}

.dx-scheduler-view-switcher-label {
    position: absolute;
}

.dx-scheduler-view-switcher-reduced {
    table-layout: auto;
}

    .dx-scheduler-view-switcher-reduced.dx-tabs .dx-tab {
        width: auto;
        height: 56px;
    }

    .dx-scheduler-view-switcher-reduced .dx-tabs-wrapper {
        height: 56px;
    }

.dx-scheduler-appointment-content-allday {
    display: none;
}

.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content {
    padding: 0px 10px 10px 10px;
}

    .dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-node {
        padding-left: 20px;
    }

.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-popup-content {
    padding: 0px 5px 10px 5px;
}

@-webkit-keyframes dx-loadpanel-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dx-loadpanel-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dx-treelist .dx-link {
    cursor: pointer;
    text-decoration: underline;
}



.dx-treelist .dx-column-indicators {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

    .dx-treelist .dx-column-indicators.dx-visibility-hidden {
        visibility: hidden;
    }

    .dx-treelist .dx-column-indicators .dx-sort.dx-sort, .dx-treelist .dx-column-indicators .dx-header-filter.dx-sort, .dx-treelist .dx-column-indicators .dx-sort.dx-header-filter, .dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter {
        display: inline-block;
    }

        .dx-treelist .dx-column-indicators .dx-sort.dx-header-filter:after, .dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter:after {
            bottom: 0;
            content: '';
            left: 0;
            margin: -7px;
            position: absolute;
            right: 0;
            top: 0;
        }

.dx-treelist .dx-row > td {
    padding: 5px 3px;
}

.dx-treelist .dx-error-row {
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -o-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial;
}

.dx-treelist .dx-column-lines > td:first-child {
    border-left: none;
}

.dx-treelist .dx-column-lines > td:last-child {
    border-right: 1px solid #062b63;
}

.dx-popup-title .dx-toolbar {
    padding: 2px 10px;
    overflow: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-before {
    padding-right: 0;
    padding-left: 15px;
}

.dx-popup-title.dx-toolbar .dx-toolbar-after {
    /* padding-left: 0px; */
}

.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 15px;
}

.dx-popup-title.dx-toolbar .dx-toolbar-before:empty,
.dx-popup-title.dx-toolbar .dx-toolbar-after:empty {
    padding: 0;
}

.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}

.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}

.dx-popup-title.dx-toolbar .dx-toolbar-item {
    padding: 0 5px 0 0;
}

    .dx-popup-title.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
        padding-left: 20px;
    }

    .dx-popup-title.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item {
    padding: 0 0 0 5px;
}

    .dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-popup-title.dx-toolbar .dx-toolbar-label {
    font-size: 12px;
}


.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
    border-bottom: none;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 9px;
    background-color: transparent;
}

    .dx-treelist-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
        font-size: 16px;
    }

.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content {
    padding: 0px 20px 20px 20px;
}

    .dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
        -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        opacity: 0.5;
        margin-bottom: 5px;
        font-weight: normal;
        padding: 5px;
    }

        .dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-treelist-drag-action {
            cursor: pointer;
            opacity: 1;
        }

.dx-treelist-table .dx-row .dx-command-select {
    width: 55px;
    min-width: 55px;
}

.dx-treelist-table .dx-row .dx-command-edit {
    width: 70px;
    min-width: 70px;
}

.dx-treelist-table .dx-row .dx-command-expand {
    width: 15px;
    min-width: 15px;
}

.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
    padding: 0px;
}

.dx-treelist-nowrap {
    white-space: nowrap;
}

    .dx-treelist-nowrap.dx-treelist-headers .dx-header-row > td > .dx-treelist-text-content {
        white-space: nowrap;
    }

.dx-treelist-drag-header {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    position: absolute;
    vertical-align: middle;
    z-index: 10000;
    font-weight: normal;
    padding: 5px;
}

.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
    background-color: #fff;
    padding: 5px;
}

.dx-treelist-columns-separator {
    position: absolute;
    width: 3px;
    z-index: 3;
}

.dx-treelist-columns-separator-transparent {
    border-left: 0;
    border-right: 0;
}

.dx-treelist-tracker {
    cursor: col-resize;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.dx-treelist-table-content {
    position: absolute;
    top: 0;
}

.dx-treelist-focus-overlay {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.dx-treelist-action, .dx-treelist-drag-action {
    cursor: pointer;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) .dx-link {
    color: inherit;
}

.dx-treelist-content {
    position: relative;
}

.dx-treelist-text-content {
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dx-treelist-table-fixed {
    table-layout: fixed;
    width: 100%;
}

.dx-hidden {
    display: none !important;
}

input.dx-hidden {
    display: inline-block !important;
    width: 0 !important;
}

.dx-row > td {
    border: none;
}

.dx-treelist-content .dx-treelist-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 10px;
}

    .dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed {
        max-width: none;
    }

        .dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
            display: none;
        }

    .dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators {
        float: none !important;
    }

        .dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators > span {
            width: 14px;
        }

    .dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-left {
        margin-right: 3px;
    }

    .dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-right {
        margin-left: 3px;
    }

    .dx-treelist-content .dx-treelist-table [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .dx-treelist-content .dx-treelist-table .dx-row > td {
        vertical-align: top;
    }

        .dx-treelist-content .dx-treelist-table .dx-row > td:first-child {
            border-left: 0px;
        }

        .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space {
            border-right: none;
            vertical-align: middle;
        }

            .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td {
                border-left: none;
            }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container {
        overflow: hidden;
    }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-cell-modified:not(.dx-field-item-content), .dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid:not(.dx-field-item-content) {
        padding: 0;
    }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid .dx-invalid-message.dx-overlay {
        position: static;
    }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell {
        padding: 0;
        vertical-align: middle;
    }

        .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor, .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor-container {
            border: 0;
            margin: 0;
        }

        .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-dropdowneditor {
            margin-left: -1px;
            padding-left: 1px;
        }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-command-select {
        min-width: 70px;
        padding: 0;
        width: 70px;
    }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit {
        min-width: 85px;
        width: 85px;
    }

    .dx-treelist-content .dx-treelist-table .dx-row .dx-command-expand {
        min-width: 30px;
        padding: 0;
        width: 30px;
    }

    .dx-treelist-content .dx-treelist-table .dx-filter-range-content {
        -o-text-overflow: ellipsis;
        cursor: pointer;
        overflow: hidden;
        padding: 7px 7px 7px 32px;
        text-overflow: ellipsis;
    }

    .dx-treelist-content .dx-treelist-table td {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

.dx-highlight-outline {
    padding: 7px;
    position: relative;
}

    .dx-highlight-outline::after {
        border: 2px solid transparent;
        bottom: 0;
        content: '';
        left: 1px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .dx-highlight-outline.dx-hidden {
        display: block !important;
    }

        .dx-highlight-outline.dx-hidden::after {
            display: none;
        }

.dx-editor-cell .dx-texteditor-input {
    margin: 0;
}

.dx-editor-cell .dx-highlight-outline {
    padding: 0;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
    content: '\200B';
    display: inline-block;
    padding-bottom: 7px;
    padding-top: 7px;
    vertical-align: middle;
}

.dx-column-lines .dx-highlight-outline::after {
    left: 0;
}

.dx-treelist-headers {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-weight: normal;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    outline: 0;
    position: relative;
    user-select: none;
}

.dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline::after {
    border-color: rgba(92, 184, 92, 0.5);
    left: 0px;
}

.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}

.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}

.dx-highlight-outline {
    padding: 5px;
}

.dx-treelist-filter-range-overlay .dx-overlay-content {
    overflow: inherit;
}

.dx-treelist-borders .dx-treelist-headers .dx-treelist-table {
    border-bottom-width: 1px;
}

.dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 5px 5px 5px 24px;
}

.dx-treelist-headers .dx-header-row .dx-editor-cell .dx-select-checkbox {
    display: inline-block;
}

.dx-treelist-headers .dx-header-row > td {
    overflow: hidden;
    white-space: nowrap;
}

    .dx-treelist-headers .dx-header-row > td > .dx-treelist-text-content {
        vertical-align: top;
        white-space: normal;
    }

.dx-header-row .dx-text-content-alignment-left, .dx-header-row .dx-text-content-alignment-right {
    display: inline-block;
    max-width: 100%;
}

.dx-header-row .dx-sort-indicator, .dx-header-row .dx-header-filter-indicator {
    max-width: calc(100% - 17px);
}

    .dx-header-row .dx-sort-indicator.dx-text-content-alignment-left, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left {
        margin-right: 3px;
    }

    .dx-header-row .dx-sort-indicator.dx-text-content-alignment-right, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right {
        margin-left: 3px;
    }

    .dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
        max-width: calc(100% - 34px);
    }

    .dx-header-row .dx-sort-indicator.dx-header-filter-indicator {
        max-width: calc(100% - 31px);
    }

        .dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
            max-width: calc(100% - 62px);
        }

.dx-treelist-filter-range-overlay .dx-texteditor {
    border-width: 0px;
}

    .dx-treelist-filter-range-overlay .dx-texteditor.dx-state-focused:after {
        bottom: -1px;
        content: " ";
        left: -1px;
        pointer-events: none;
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 1;
    }

.dx-treelist-filter-range-overlay .dx-treelist-filter-range-end {
    border-top: 1px solid transparent;
}

.dx-treelist-filter-range-overlay .dx-editor-container.dx-highlight-outline {
    padding: 0px;
}

.dx-treelist-filter-row .dx-editor-cell .dx-menu {
    display: none;
}

.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu {
    position: relative;
}

    .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
        display: block;
    }

    .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input, .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before {
        padding-left: 32px;
    }

.dx-treelist-filter-row .dx-highlight-outline::after {
    pointer-events: none;
}

.dx-treelist-filter-row .dx-focused .dx-highlight-outline::after {
    border-color: transparent;
}

.dx-treelist-filter-row .dx-menu {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.dx-treelist-filter-row .dx-menu-item.dx-state-focused:after {
    content: '';
    height: 102%;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 100%;
}

.dx-treelist-filter-row > td:first-child .dx-menu, .dx-treelist-filter-row > .dx-first-cell .dx-menu {
    margin-left: 0px;
}

.dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
    padding: 5px;
    padding-right: 30px;
}

.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
    padding: 8px 5px 7px 5px;
}

    .dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
        padding: 9px 6px 8px 6px;
    }

.dx-treelist-filter-row .dx-menu-caption {
    padding-left: 6px;
}

.dx-treelist-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
    display: none;
}

.dx-treelist-filter-row .dx-menu-item-highlight {
    font-weight: normal;
}

.dx-treelist-filter-row .dx-menu {
    overflow: visible;
}

.dx-treelist-scroll-container {
    overflow: hidden;
    width: 100%;
}

.dx-treelist-header-panel {
    overflow: hidden;
    text-align: left;
}

    .dx-treelist-header-panel .dx-toolbar {
        margin-bottom: 5px;
    }

    .dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
        margin-left: 10px;
    }

.dx-icon-column-chooser {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-icon-column-chooser:before {
        content: "\f04d";
    }

.dx-treelist-addrow-button .dx-icon-edit-button-addrow {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-treelist-addrow-button .dx-icon-edit-button-addrow:before {
        content: "\f00b";
    }

.dx-treelist-cancel-button .dx-icon-edit-button-cancel {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-treelist-cancel-button .dx-icon-edit-button-cancel:before {
        content: "\f04c";
    }

.dx-treelist-save-button .dx-icon-edit-button-save {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-treelist-save-button .dx-icon-edit-button-save:before {
        content: "\f041";
    }

.dx-apply-button .dx-icon-apply-filter {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-apply-button .dx-icon-apply-filter:before {
        content: "\f050";
    }

.dx-treelist-export-button .dx-icon-export-to {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-treelist-export-button .dx-icon-export-to:before {
        content: "\f05f";
    }

.dx-treelist-export-button .dx-icon-export-excel-button {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-treelist-export-button .dx-icon-export-excel-button:before {
        content: "\f060";
    }

.dx-treelist-adaptive-more {
    width: 17px;
    height: 17px;
    background-position: 0px 0px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    background-size: 17px 17px;
    padding: 0px;
    font-size: 17px;
    text-align: center;
    line-height: 17px;
}

.dx-state-disabled {
    cursor: pointer;
    pointer-events: none;
}

    .dx-state-disabled .dx-menu-item {
        cursor: default;
    }

.dx-treelist-search-panel {
    margin: 0;
    margin-left: 15px;
}

.dx-treelist-rowsview {
    overflow: hidden;
    align-self: stretch;
    flex: 1 1 auto;
    height: 100vh;
    display: flex;
    align-items: stretch;
    position: relative;
}

    .dx-treelist-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content {
        padding: 9px 17px 9px;
    }

    .dx-treelist-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
    }

    .dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid.dx-adaptive-item-text {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .dx-treelist-rowsview .dx-item-modified.dx-adaptive-item-text {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
    }

    .dx-treelist-rowsview.dx-scrollable .dx-scrollable-content {
        z-index: 2;
    }

    .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
        padding-right: 0;
    }

    .dx-treelist-rowsview .dx-treelist-content {
        overflow-anchor: none;
    }

    .dx-treelist-rowsview .dx-scrollable-scrollbar {
        z-index: 3;
    }

    .dx-treelist-rowsview:focus {
        outline: 0;
    }

    .dx-treelist-rowsview .dx-row > td {
        -o-text-overflow: ellipsis;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dx-treelist-rowsview .dx-row.dx-row-lines:first-child {
        border-top: none;
    }

        .dx-treelist-rowsview .dx-row.dx-row-lines:first-child > td {
            border-top: none;
        }

    .dx-treelist-rowsview .dx-data-row > td:focus {
        outline: 0;
    }

    .dx-treelist-rowsview .dx-selection > td .dx-link, .dx-treelist-rowsview .dx-selection.dx-row:hover > td .dx-link {
        color: inherit;
    }

    .dx-treelist-rowsview .dx-treelist-table .dx-freespace-row {
        border-bottom: 0px;
        border-top: 0px;
    }

        .dx-treelist-rowsview .dx-treelist-table .dx-freespace-row > td {
            padding-bottom: 0px;
            padding-top: 0px;
        }

    .dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
        display: none;
    }

    .dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td:hover > .dx-select-checkbox {
        display: inline-block;
    }

    .dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr.dx-selection > td > .dx-select-checkbox {
        display: inline-block;
    }

    .dx-treelist-rowsview .dx-row > .dx-master-detail-cell {
        padding: 30px;
        padding-left: 0;
    }

        .dx-treelist-rowsview .dx-row > .dx-master-detail-cell:first-child {
            padding-left: 30px;
        }

        .dx-treelist-rowsview .dx-row > .dx-master-detail-cell:focus {
            outline: 0;
        }

    .dx-treelist-rowsview .dx-data-row.dx-edit-row .dx-cell-modified .dx-highlight-outline:after {
        border-color: transparent;
    }

    .dx-treelist-rowsview .dx-command-adaptive.dx-command-adaptive-hidden {
        padding-left: 0;
        padding-right: 0;
    }

.dx-treelist-nodata {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 17px;
}

.dx-treelist-revert-tooltip .dx-overlay-content {
    background-color: #fff;
    min-width: inherit;
}

.dx-treelist-bottom-load-panel {
    padding: 10px;
    text-align: center;
}

.dx-treelist-hidden-column {
    white-space: nowrap;
}

    .dx-treelist-hidden-column > * {
        display: none !important;
    }

.dx-treelist-total-footer {
    position: relative;
}

    .dx-treelist-total-footer > .dx-treelist-content {
        padding-bottom: 7px;
        padding-top: 7px;
    }

.dx-treelist-summary-item {
    font-weight: bold;
}

.dx-treelist-export-menu .dx-menu-item .dx-checkbox {
    margin-left: 0;
}

    .dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
        height: 16px;
        width: 16px;
    }

    .dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
        -ms-word-break: normal;
        white-space: nowrap;
        word-break: normal;
    }

.dx-command-adaptive {
    min-width: 21px;
    width: 21px;
}

.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
}

    .dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
        padding: 0;
    }

.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
    height: 0;
    width: 0;
}

.dx-treelist-revert-tooltip .dx-revert-button > .dx-button-content {
    padding: 4px;
}

.dx-toolbar-menu-section .dx-treelist-checkbox-size {
    width: 100%;
}

    .dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-container {
        padding: 14px;
    }

    .dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-text {
        padding-left: 34px;
    }

.dx-rtl .dx-toolbar-menu-section .dx-checkbox-text {
    padding-right: 34px;
    padding-left: 27px;
}

.dx-rtl .dx-treelist .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
    margin: 0px 3px;
}

.dx-rtl .dx-treelist .dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 5px 24px 5px 5px;
}

.dx-rtl .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-left: 0;
}

.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-empty-space {
    width: 14px;
}

.dx-treelist-revert-tooltip .dx-revert-button {
    margin: 0px 1px;
    margin-left: 1px;
}

.dx-treelist-rowsview .dx-treelist-empty-space {
    position: relative;
    display: inline-block;
    font: 14px/1 DXIcons;
    color: #062b63;
}

    .dx-treelist-rowsview .dx-treelist-empty-space:before {
        content: "\f04e";
    }

    .dx-treelist-rowsview .dx-treelist-empty-space:before {
        visibility: hidden;
    }

.dx-treelist-rowsview .dx-treelist-expanded span {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

    .dx-treelist-rowsview .dx-treelist-expanded span:before {
        content: "\f001";
    }

    .dx-treelist-rowsview .dx-treelist-expanded span:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

    .dx-treelist-rowsview .dx-treelist-expanded span:before {
        left: 0;
        margin-left: -3px;
        margin-top: -7px;
    }

.dx-treelist-rowsview .dx-treelist-collapsed span {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

    .dx-treelist-rowsview .dx-treelist-collapsed span:before {
        content: "\f04e";
    }

    .dx-treelist-rowsview .dx-treelist-collapsed span:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

    .dx-treelist-rowsview .dx-treelist-collapsed span:before {
        left: 0;
        margin-left: -4px;
        margin-top: -7px;
    }

.dx-treelist-rowsview .dx-treelist-cell-expandable {
    white-space: nowrap;
}

    .dx-treelist-rowsview .dx-treelist-cell-expandable .dx-treelist-text-content {
        white-space: normal;
    }

.dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content {
    white-space: nowrap;
}

.dx-treelist-checkbox-size {
    line-height: 0px;
}

.dx-treelist-cell-expandable .dx-checkbox,
.dx-treelist-select-all .dx-checkbox {
    position: absolute;
}

    .dx-treelist-cell-expandable .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon,
    .dx-treelist-select-all .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
        font-size: 10px;
    }

.dx-treelist-icon-container.dx-editor-inline-block {
    position: relative;
    padding-right: 21px;
}

    .dx-treelist-icon-container.dx-editor-inline-block .dx-checkbox {
        top: 50%;
        margin-top: -8px;
    }

.dx-treelist-select-all {
    position: relative;
}

    .dx-treelist-select-all .dx-checkbox {
        left: 0px;
        margin-top: 0px;
        /* background-color: #fff; */
        padding-left: 19px;
    }

.dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
    padding-left: 40px;
}

.dx-rtl .dx-treelist-rowsview .dx-treelist-expanded,
.dx-rtl .dx-treelist-rowsview .dx-treelist-collapsed {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dx-rtl .dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
    float: right;
}

.dx-rtl .dx-treelist-select-all .dx-checkbox {
    left: 100%;
    padding-right: 19px;
    margin-left: -35px;
    padding-left: 0px;
}

.dx-rtl .dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
    padding-right: 40px;
    padding-left: 5px;
}

.dx-rtl .dx-treelist-icon-container.dx-editor-inline-block {
    padding-left: 21px;
    padding-right: 0px;
}

.dx-treelist-notouch-action {
    -ms-content-zooming: none;
    -ms-overflow-style: none;
    -ms-touch-action: none;
    touch-action: none;
}

.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item, .dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item, .dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message, .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message {
    border: none;
}

.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message, .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message {
    bottom: 50%;
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
}

.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item, .dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item {
    padding: 7px 5px 7px 30px;
}

    .dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image, .dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image {
        background-position-x: right;
    }

.dx-rtl .dx-treelist .dx-texteditor-buttons-container, .dx-treelist.dx-rtl .dx-texteditor-buttons-container {
    text-align: start;
}

.dx-rtl .dx-treelist .dx-column-lines > td:first-child {
    border-right: none;
}

.dx-rtl .dx-treelist .dx-column-lines > td:last-child {
    border-left: none;
}

.dx-rtl .dx-treelist-content .dx-treelist-table {
    direction: rtl;
}

    .dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space {
        border-left: none;
    }

        .dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td {
            border-right: none;
        }

    .dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-filter-range-content {
        padding: 7px 32px 7px 7px;
    }

.dx-rtl .dx-treelist-headers, .dx-rtl .dx-treelist-total-footer {
    direction: ltr;
}

    .dx-rtl .dx-treelist-headers .dx-treelist-table, .dx-rtl .dx-treelist-total-footer .dx-treelist-table {
        direction: rtl;
    }

.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input, .dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder:before {
    padding-right: 32px;
}

.dx-rtl .dx-treelist-filter-row .dx-menu {
    left: auto;
    margin-left: 0;
    margin-right: -2px;
    right: 0;
}

.dx-rtl .dx-treelist-filter-row > td:first-child .dx-menu {
    margin-left: 0px;
}

.dx-rtl .dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
    padding: 5px;
    padding-left: 30px;
}

.dx-rtl .dx-treelist-filter-row .dx-menu-caption {
    padding-right: 6px;
}

.dx-rtl .dx-treelist-header-panel {
    text-align: right;
}

    .dx-rtl .dx-treelist-header-panel .dx-treelist-column-chooser-button {
        margin-left: 0;
    }

    .dx-rtl .dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
        margin-left: 0;
        margin-right: 10px;
    }

.dx-rtl .dx-treelist-search-panel {
    margin: 0;
    margin-right: 15px;
}

.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable {
    white-space: nowrap;
}

    .dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-text-content {
        display: inline-block;
        white-space: normal;
    }

.dx-treelist-rowsview .dx-treelist-icon-container {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
    float: left;
}

.dx-menu-base {
    text-align: left;
}

    .dx-menu-base .dx-menu-items-container, .dx-menu-base .dx-menu-item-wrapper {
        border: 0px;
        margin: 0px;
        outline: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 0px;
        padding-top: 0px;
        display: flex;
    }

    .dx-menu-base .dx-menu-items-container {
        cursor: default;
        overflow: hidden;
        display: flex;
        white-space: nowrap;
        flex-direction: column;
        box-sizing: border-box;
        align-items: stretch;
    }

    .dx-menu-base .dx-state-disabled, .dx-menu-base.dx-state-disabled .dx-menu-items-container {
        cursor: default;
    }

.dx-menu-item {
    color: #333;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.dx-menu-base .dx-menu-item {
    display: flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    border: 1px solid transparent;
    /*min-height: 21px;*/
}

.dx-menu-base {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    /*line-height: 1.33334;*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: #39538a;
}

    .dx-menu-base .dx-menu-item.dx-state-disabled {
        opacity: 0.5;
    }

.dx-menu-item.dx-state-focused,
.dx-menu-item.dx-state-active,
.dx-menu-item-expanded {
    outline: none;
}

.dx-menu-base input,
.dx-menu-base textarea {
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    line-height: 1.33334;
}

.dx-menu-base.dx-state-focused {
    outline: none;
}

.dx-menu-base .dx-icon {
    min-width: 16px;
    min-height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px 3px;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.dx-context-menu .dx-menu-item-content {
    min-width: 100px;
    min-height: 22px;
}

.dx-context-menu.dx-rtl .dx-menu-item-content {
    /* padding: 3px 1px 3px 3px; */
    padding: 0px 1px 0px 7px;
}

.dx-menu-base .dx-menu-item-content .dx-menu-item-text {
    padding: 0px 3px 3px 3px;
}

.dx-menu-base .dx-menu-item-content .dx-menu-item-popout {
    min-width: 7px;
    min-height: 7px;
}

.dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
    margin: 0 17px 0 1px;
}

.dx-menu .dx-menu-item-has-text .dx-menu-item-text {
    padding: 0 3px;
}

.dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
    margin: 0 1px;
}

.dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
    padding: 0 17px 3px 3px;
}

.dx-menu .dx-menu-horizontal .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-menu .dx-menu-horizontal .dx-menu-item-popout:before {
        content: "\f001";
    }

    .dx-menu .dx-menu-horizontal .dx-menu-item-popout:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

.dx-menu .dx-menu-vertical .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-menu .dx-menu-vertical .dx-menu-item-popout:before {
        content: "\f04e";
    }

    .dx-menu .dx-menu-vertical .dx-menu-item-popout:before {
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

.dx-menu.dx-rtl .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
    margin: 0 1px 0 17px;
}

.dx-menu.dx-rtl .dx-menu-item-has-text .dx-menu-item-text {
    padding: 0 3px 3px 0;
}

.dx-menu.dx-rtl .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
    padding: 0 3px 3px 17px;
}

.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container {
    margin-left: 0;
    margin-right: auto;
}

    .dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.dx-menu-adaptive-mode .dx-treeview .dx-treeview-toggle-item-visibility {
    font-size: 18px;
}

.dx-menu-adaptive-mode .dx-treeview .dx-treeview-node.dx-state-focused .dx-treeview-node .dx-treeview-toggle-item-visibility {
    color: inherit;
}

.dx-context-menu.dx-overlay-content.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-context-menu .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

    .dx-context-menu .dx-menu-item-popout:before {
        content: "\f04e";
    }

.dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
    padding-left: 3px;
}

.dx-rtl .dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text,
.dx-rtl.dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
    padding-right: 3px;
    padding-left: 23px;
}

.dx-menu-base .dx-menu-item .dx-menu-item-content {
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: stretch;
    flex: 1 1 auto;
    position: relative;
}

    .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
        border: 0px;
        display: inline-block;
        vertical-align: middle;
    }

    .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline;
        overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
        min-width: 100px;
    }

.dx-menu-base .dx-menu-item-content .dx-menu-item-text {
    padding: 0px 3px 3px 3px;
}

.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
    position: absolute;
    right: 0;
    width: 2em;
    display: flex;
    justify-self: flex-end;
    flex: 0 1 auto;
    align-self: center;
}

    .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

.dx-menu-base.dx-rtl {
    text-align: right;
}

    .dx-menu-base.dx-rtl .dx-menu-item-popout-container {
        left: 0;
        right: auto;
    }

.dx-menu {
    position: relative;
}

.dx-menu-horizontal {
    height: 100%;
    padding: 0px 3px;
    display: flex;
    flex: 1 1 auto;
}

    .dx-menu-horizontal .dx-menu-items-container {
        flex-direction: row;
    }

    .dx-menu-horizontal:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .dx-menu-horizontal .dx-menu-item-wrapper {
        display: flex;
    }

    .dx-menu-horizontal .dx-menu-separator {
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

.dx-menu-vertical {
    height: 100%;
}

    .dx-menu-vertical:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .dx-menu-vertical .dx-menu-item-wrapper {
        display: block;
    }

    .dx-menu-vertical .dx-menu-separator {
        margin: 0px 0px 15px 0px;
    }

.dx-rtl.dx-menu {
    text-align: right;
}

.dx-context-menu-container-border {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    pointer-events: none;
}

.dx-context-menu-content-delimiter {
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 2000;
}

.dx-menu-adaptive-mode .dx-treeview .dx-treeview-toggle-item-visibility {
    left: auto;
    right: 0;
}

.dx-rtl .dx-menu-adaptive-mode .dx-treeview .dx-treeview-toggle-item-visibility, .dx-rtl.dx-menu-adaptive-mode .dx-treeview .dx-treeview-toggle-item-visibility {
    left: 0;
    right: auto;
}

.dx-menu-adaptive-mode .dx-treeview .dx-treeview-item {
    cursor: pointer;
}

.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node {
    padding: 1px;
}

    .dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
        padding-left: 15px;
    }

.dx-rtl .dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content, .dx-rtl.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
    padding-right: 15px;
}

.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node:last-child {
    border-bottom: none;
}

.dx-context-menu.dx-overlay-content {
    border: unset;
    overflow: visible;
    position: absolute;
    box-sizing: content-box;
}

.dx-context-menu .dx-menu-item .InnerImage {
    align-items: center;
    display: flex;
    margin-left: 0px;
    margin-right: 5px;
    min-height: 24px;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    height: 100%;
    width: 32px;
    position: relative;
    justify-content: center;
}

.dx-context-menu .dx-menu-item .InnerText {
    text-align: left;
    align-self: center;
    flex: 1 1 auto;
    margin-right: 5px;
}

.dx-rtl .dx-context-menu .dx-menu-item .InnerText {
    margin-right: unset;
    margin-left: 5px;
    text-align: right;
}

.dx-rtl .dx-context-menu .dx-menu-item .InnerImage {
    margin-left: 4px;
    margin-right: 0px;
}

.dx-context-menu .dx-menu-item:hover .InnerImage {
    background: transparent;
}

.dx-context-menu .dx-menu-items-container {
    padding: 2px 2px 2px 0;
    box-sizing: border-box;
}

.dx-context-menu .dx-menu-item .dx-submenu {
    position: absolute;
    z-index: 1003;
}

.dx-context-menu .dx-menu-separator {
    height: 1px;
    margin: 5px 0px;
}

.dx-calendar {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
    position: relative;
    user-select: none;
    width: 232px;
    min-width: 232px;
    height: 225px;
    min-height: 225px;
    outline: 0;
}

    .dx-calendar.dx-calendar-with-footer {
        height: 270px;
        min-height: 240px;
    }

        .dx-calendar.dx-calendar-with-footer .dx-calendar-body {
            bottom: 45px;
        }

        .dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
            text-align: center;
            height: 35px;
            width: 100%;
        }

        .dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
            bottom: 0;
            position: absolute;
        }

.dx-calendar-views-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

.dx-calendar-navigator {
    border: 1px solid;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 1.6;
    height: 30px;
    display: table;
}

    .dx-calendar-navigator .dx-button.dx-state-hover:not(.dx-calendar-disabled-navigator-link) {
        z-index: 1;
        border-color: #bebebe;
    }

    .dx-calendar-navigator .dx-button {
        display: inline-block;
        position: absolute;
        height: 100%;
        display: table-cell;
    }

        .dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link {
            visibility: hidden;
        }

        .dx-calendar-navigator .dx-button .dx-icon {
            font-size: 14px;
        }

        .dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link {
            border-collapse: collapse;
            visibility: visible;
            opacity: 1;
        }

            .dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link .dx-button-content {
                opacity: .5;
            }

        .dx-calendar-navigator .dx-button.dx-state-active:not(.dx-calendar-disabled-navigator-link) {
            z-index: 1;
        }

    .dx-calendar-navigator .dx-calendar-caption-button {
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        text-transform: uppercase;
        right: 24px;
        left: 24px;
        display: flex;
    }

        .dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
            padding: 3px 3px;
        }

.dx-state-focused.dx-calendar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
    font-weight: normal;
    border: 1px solid #244580;
    color: #fff;
}

.dx-calendar-navigator-previous-month {
    width: 24px;
    /* background: none; */
}

.dx-treeview .dx-treeview-item.dx-state-hover {
    color: #062b63;
    transition-duration: 200ms;
}

.dx-calendar-navigator-previous-month.dx-button {
    margin: 0 2px;
}

.dx-calendar-navigator-previous-month .dx-button-content {
    padding: 0;
}

.dx-calendar-navigator-previous-month.dx-state-hover {
    z-index: 1;
}

.dx-calendar-navigator-previous-month,
.dx-calendar-navigator-next-view {
    width: 24px;
    /* background: none; */
}

    .dx-calendar-navigator-previous-month.dx-button,
    .dx-calendar-navigator-next-view.dx-button {
        margin: 0px 0px;
    }

    .dx-calendar-navigator-previous-month .dx-button-content,
    .dx-calendar-navigator-next-view .dx-button-content {
        padding: 0;
    }

.dx-calendar-navigator-previous-view,
.dx-calendar-navigator-previous-month {
    left: 0px;
}

.dx-calendar-navigator-next-view,
.dx-calendar-navigator-next-month {
    right: 0px;
}

.dx-calendar-body {
    top: 30px;
}

    .dx-calendar-body thead {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
    }

        .dx-calendar-body thead tr {
            height: 25px;
            padding-bottom: 10px;
        }

    .dx-calendar-body table {
        border-spacing: 0px;
    }

.dx-calendar-body {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

    .dx-calendar-body .dx-widget {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .dx-calendar-body table {
        direction: ltr;
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .dx-calendar-body td {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        cursor: pointer;
    }

.dx-calendar-cell {
    white-space: normal;
    text-align: center;
    font-size: 13px;
    width: 39px;
}

    .dx-calendar-cell.dx-calendar-empty-cell {
        cursor: default;
    }

.dx-popup-wrapper .dx-calendar .dx-calendar-caption-button {
    margin: 0;
}

.dx-calendar-contoured-date {
    outline-offset: -1px;
}

.dx-rtl.dx-calendar .dx-calendar-body table {
    left: 0px;
}

.dx-rtl.dx-calendar .dx-calendar-body .dx-widget {
    direction: ltr;
}

.dx-state-disabled .dx-calendar .dx-calendar-navigator-previous-month, .dx-state-disabled.dx-calendar .dx-calendar-navigator-previous-month, .dx-state-disabled .dx-calendar .dx-calendar-navigator-next-month, .dx-state-disabled.dx-calendar .dx-calendar-navigator-next-month {
    cursor: default;
}

.dx-calendar-body table th {
    color: #999999;
    text-align: center;
    font-size: 10px;
    padding: 1px 0 2px 0;
}

.dx-state-disabled .dx-calendar-body table th, .dx-state-disabled .dx-calendar-body table td {
    cursor: default;
}

.dx-multiview-wrapper {
    -ms-touch-action: pinch-zoom;
    height: calc(100% - 22px);
    overflow: hidden;
    touch-action: pinch-zoom;
    width: 100%;
}

.dx-multiview-item-container {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

    .dx-multiview-item-container .dx-empty-message {
        text-align: center;
    }

.dx-multiview-item {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

    .dx-multiview-item.dx-item-selected {
        position: relative;
    }

.dx-multiview-item-content {
    height: 100%;
    width: 100%;
}

.dx-multiview-item-hidden {
    left: -9999px;
    top: -9999px;
    visibility: hidden;
}

.dx-treeview-loadindicator-wrapper {
    text-align: center;
}

.dx-treeview-node-loadindicator {
    position: absolute;
    top: 8px;
    left: -1px;
    width: 11px;
    height: 11px;
}

.dx-treeview.dx-treeview-border-visible .dx-treeview-select-all-item {
    padding-left: 20px;
}

.dx-treeview.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
    padding: 1px 1px 1px 6px;
}

.dx-treeview {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #062b636e;
    padding: 10px;
    border-radius: 4px;
}

    .dx-treeview :focus {
        outline: none;
    }

    .dx-treeview .dx-checkbox + .dx-treeview-node-container, .dx-treeview .dx-treeview-node-container:first-child {
        display: block;
        margin: 0;
    }

    .dx-treeview .dx-treeview-select-all-item {
        width: 100%;
        margin: 0 0 6px 0;
        padding: 6px 0 8px 15px;
    }

        .dx-treeview .dx-treeview-select-all-item .dx-checkbox-text {
            padding-left: 26px;
        }

    .dx-treeview .dx-treeview-node {
        padding-right: unset;
        padding-left: 10px;
    }

.dx-rtl .dx-treeview .dx-treeview-node {
    padding-right: 10px;
    padding-left: unset;
}

.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-checkbox {
    top: 5px;
    left: 14px;
}

.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item {
    padding-left: 24px;
}

.dx-treeview .dx-treeview-node-container {
    display: none;
    list-style-position: inside;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .dx-treeview .dx-treeview-node-container.dx-treeview-node-container-opened {
        display: block;
    }

.dx-treeview .dx-treeview-node {
    -khtml-user-select: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -ms-user-drag: none;
    -ms-user-select: none;
    -o-user-drag: none;
    -o-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    list-style-type: none;
    position: relative;
    user-drag: none;
    user-select: none;
}

    .dx-treeview .dx-treeview-node a {
        text-decoration: none;
    }

    .dx-treeview .dx-treeview-node .dx-checkbox {
        margin: 0;
        position: absolute;
    }

.dx-treeview .dx-treeview-item {
    cursor: default;
    display: flex;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0px 0px 0px 3px;
    min-height: 24px;
    transition-duration: 200ms;
    justify-items: center;
    justify-content: stretch;
    width: 100%;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.dx-rtl .dx-treeview .dx-treeview-item {
    padding: 0px 3px 0px 0px;
}

.dx-treeview .dx-treeview-item .dx-icon {
    -moz-background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position: 0px 0px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.dx-treeview .dx-treeview-toggle-item-visibility {
    font: 14px/1 DXIcons;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    width: 16px;
    height: 24px;
    top: 0;
    left: -4px;
    color: #333;
}

    .dx-treeview .dx-treeview-toggle-item-visibility:before {
        content: "\f04e";
    }

    .dx-treeview .dx-treeview-toggle-item-visibility:before {
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
    }

    .dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
        font: 14px/1 DXIcons;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
    }

        .dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
            content: "\f001";
        }

        .dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
            position: absolute;
            display: block;
            width: 18px;
            top: 50%;
            margin-top: -9px;
            left: 50%;
            margin-left: -9px;
        }

.dx-treeview.dx-rtl .dx-loadindicator {
    left: auto;
    right: 0px;
}

.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-treeview-select-all-item {
    padding-left: 0;
    padding-right: 20px;
}

.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
    padding-left: 1px;
    padding-right: 6px;
}

.dx-treeview.dx-rtl .dx-treeview-node {
    padding-right: 10px;
}

.dx-treeview.dx-rtl .dx-treeview-item .dx-icon {
    margin-left: 5px;
}

.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-treeview-item {
    padding-right: 31px;
}

.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox {
    right: 14px;
}

.dx-treeview.dx-rtl .dx-treeview-select-all-item {
    padding-left: 0;
    padding-right: 14px;
}

    .dx-treeview.dx-rtl .dx-treeview-select-all-item .dx-checkbox-text {
        padding-left: 0;
        padding-right: 26px;
    }

.dx-treeview.dx-rtl.dx-rtl .dx-treeview-node .dx-checkbox {
    left: auto;
}

.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility {
    right: -4px;
}

.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox {
    overflow: visible;
}

.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    margin-bottom: 5px;
    font-weight: normal;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-style: solid;
    border-color: #062b63;
    border-width: 1px;
    border-radius: 3px;
}

.dx-datagrid .dx-header-filter {
    position: relative;
    font: 14px/1 DXIcons;
    cursor: pointer;
}

    .dx-datagrid .dx-header-filter:before {
        font-size: smaller;
    }

.dx-treeview-item-content {
    display: flex;
    color: black;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.dx-treeview .dx-treeview-item .dx-treeview-item-content span {
    vertical-align: middle;
}

.dx-treeview .dx-treeview-item.dx-state-disabled {
    opacity: 0.5;
}

.dx-treeview .dx-treeview-toggle-item-visibility {
    cursor: pointer;
    position: absolute;
    top: 0px;
}

.dx-rtl .dx-treeview .dx-treeview-toggle-item-visibility {
    left: unset;
    right: -4px;
}

.dx-treeview .dx-treeview-toggle-item-visibility.dx-state-disabled {
    cursor: default;
}

.dx-treeview.dx-rtl .dx-treeview-node-container:first-child > .dx-treeview-node {
    padding-left: 0;
}

.dx-treeview.dx-rtl .dx-treeview-node-container .dx-treeview-node {
    padding-left: 0;
}

    .dx-treeview.dx-rtl .dx-treeview-node-container .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item {
        padding-left: 0;
    }

    .dx-treeview.dx-rtl .dx-treeview-node-container .dx-treeview-node .dx-treeview-item .dx-icon {
        margin-right: 0;
    }

.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.dx-treeview .dx-empty-message {
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dx-fieldset {
    margin-bottom: 20px;
}

    .dx-fieldset .dx-field-value {
        margin: 0;
    }

    .dx-fieldset, .dx-fieldset * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.dx-fieldset-header:empty {
    display: none;
}

.dx-field {
    padding: .4em;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    line-height: 1.33334;
}

    .dx-field input,
    .dx-field textarea {
        /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
        line-height: 1.33334;
    }

    .dx-field:before, .dx-field:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .dx-field:after {
        clear: both;
    }

.dx-field-label {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    cursor: default;
}

.dx-field-value, .dx-field-value-static {
    float: right;
}

.dx-field-value-static {
    white-space: normal;
}

.dx-field-value.dx-datebox {
    min-width: 60%;
}

.dx-field-value:not(.dx-widget) > .dx-datebox {
    min-width: 100%;
}

.dx-field-value .dx-selectbox-tag-container {
    white-space: normal;
}

.dx-field-value:not(.dx-widget) > .dx-selectbox.dx-selectbox-multiselect.dx-widget {
    position: relative;
    text-align: left;
    width: auto;
}

.dx-rtl .dx-fieldset .dx-field-label, .dx-fieldset.dx-rtl .dx-field-label {
    float: right;
}

.dx-rtl .dx-fieldset .dx-field-value, .dx-fieldset.dx-rtl .dx-field-value {
    float: left;
}

.dx-tabpanel-tabs {
    width: 100%;
}

    .dx-tabpanel-tabs .dx-tabs {
        height: 100%;
    }

.dx-tabpanel-container {
    height: 100%;
    width: 100%;
}

.dx-fileuploader.dx-state-disabled .dx-fileuploader-input {
    display: none;
}

.dx-fileuploader-wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.dx-fileuploader-container {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.dx-fileuploader-input-wrapper {
    padding: 2px 0 2px;
    border: 3px dashed transparent;
}

    .dx-fileuploader-input-wrapper:before, .dx-fileuploader-input-wrapper:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .dx-fileuploader-input-wrapper:after {
        clear: both;
    }

    .dx-fileuploader-input-wrapper .dx-button {
        float: left;
    }

        .dx-fileuploader-input-wrapper .dx-button + .dx-button {
            margin-left: 12px;
        }

.dx-fileuploader-button {
    position: relative;
}

    .dx-fileuploader-button .dx-fileuploader-input {
        cursor: pointer;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button, .dx-fileuploader-button .dx-fileuploader-input::-ms-browse {
            cursor: pointer;
        }

.dx-fileuploader-content {
    display: table-row-group;
    vertical-align: middle;
}

    .dx-fileuploader-content > .dx-fileuploader-upload-button {
        margin-top: 10px;
    }

.dx-fileuploader-empty .dx-fileuploader-content > .dx-fileuploader-upload-button {
    display: none;
}

.dx-fileuploader-input-content {
    display: table;
    width: 100%;
}

.dx-fileuploader-files-container {
    padding-top: 0;
    width: 100%;
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 22px;
}

.dx-fileuploader-file-container {
    padding: 4px 0 4px;
    width: 100%;
}

    .dx-fileuploader-file-container .dx-button {
        height: 28px;
        margin-right: 10px;
        width: 28px;
    }

        .dx-fileuploader-file-container .dx-button.dx-state-invisible {
            margin-right: 0;
        }

.dx-fileuploader-button-container, .dx-fileuploader-input-container {
    display: table-cell;
    vertical-align: middle;
}

.dx-fileuploader-input-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dx-fileuploader-input {
    cursor: default;
    margin: 0;
    opacity: 0;
    width: 100%;
}

.dx-fileuploader-input-label {
    cursor: default;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 4px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .dx-fileuploader-input-label:before {
        content: '';
        cursor: default;
        overflow: hidden;
        position: absolute;
        top: -50%;
    }

.dx-fileuploader-button-container {
    display: table-cell;
    vertical-align: middle;
}

.dx-fileuploader-file {
    display: table-cell;
    white-space: nowrap;
    width: 100%;
}

.dx-fileuploader-file-info {
    float: left;
    width: 100%;
}

.dx-fileuploader-file-status-message {
    float: left;
    font-size: 12px;
    height: 16px;
}

.dx-fileuploader .dx-progressbar {
    float: left;
    height: 22px;
    margin-top: -6px;
    width: 100%;
}

.dx-fileuploader-file-name {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
}

.dx-fileuploader-file-size {
    float: left;
    font-size: 10px;
    padding-bottom: 1px;
    margin-left: 4px;
    vertical-align: super;
}

.dx-timeview-clock {
    min-height: 169px;
    min-width: 169px;
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.3%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22191px%22%20height%3D%22191px%22%20viewBox%3D%220%200%20191%20191%22%20enable-background%3D%22new%200%200%20191%20191%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M95.5%2C0C42.8%2C0%2C0%2C42.8%2C0%2C95.5S42.8%2C191%2C95.5%2C191S191%2C148.2%2C191%2C95.5S148.2%2C0%2C95.5%2C0z%20M95.5%2C187.6%0A%09c-50.848%2C0-92.1-41.25-92.1-92.1c0-50.848%2C41.252-92.1%2C92.1-92.1c50.85%2C0%2C92.1%2C41.252%2C92.1%2C92.1%0A%09C187.6%2C146.35%2C146.35%2C187.6%2C95.5%2C187.6z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M92.9%2C10v8.6H91v-6.5c-0.1%2C0.1-0.2%2C0.2-0.4%2C0.3c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.2c-0.1%2C0-0.3%2C0.1-0.5%2C0.2%0A%09%09c-0.2%2C0.1-0.3%2C0.1-0.5%2C0.1v-1.6c0.5-0.1%2C0.9-0.3%2C1.4-0.5c0.5-0.2%2C0.8-0.5%2C1.2-0.7h1.1V10z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M97.1%2C17.1h3.602v1.5h-5.6V18c0-0.4%2C0.1-0.8%2C0.2-1.2c0.1-0.4%2C0.3-0.6%2C0.5-0.9c0.2-0.3%2C0.5-0.5%2C0.7-0.7%0A%09%09c0.2-0.2%2C0.5-0.4%2C0.7-0.6c0.199-0.2%2C0.5-0.3%2C0.6-0.5c0.102-0.2%2C0.301-0.3%2C0.5-0.5c0.2-0.2%2C0.2-0.3%2C0.301-0.5%0A%09%09c0.101-0.2%2C0.101-0.3%2C0.101-0.5c0-0.4-0.101-0.6-0.3-0.8c-0.2-0.2-0.4-0.3-0.801-0.3c-0.699%2C0-1.399%2C0.3-2.101%2C0.9v-1.6%0A%09%09c0.7-0.5%2C1.5-0.7%2C2.5-0.7c0.399%2C0%2C0.8%2C0.1%2C1.101%2C0.2c0.301%2C0.1%2C0.601%2C0.3%2C0.899%2C0.5c0.3%2C0.2%2C0.399%2C0.5%2C0.5%2C0.8%0A%09%09c0.101%2C0.3%2C0.2%2C0.6%2C0.2%2C1s-0.102%2C0.7-0.2%2C1c-0.099%2C0.3-0.3%2C0.6-0.5%2C0.8c-0.2%2C0.2-0.399%2C0.5-0.7%2C0.7c-0.3%2C0.2-0.5%2C0.4-0.8%2C0.6%0A%09%09c-0.2%2C0.1-0.399%2C0.3-0.5%2C0.4s-0.3%2C0.3-0.5%2C0.4s-0.2%2C0.3-0.3%2C0.4C97.1%2C17%2C97.1%2C17%2C97.1%2C17.1z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M15%2C95.4c0%2C0.7-0.1%2C1.4-0.2%2C2c-0.1%2C0.6-0.4%2C1.1-0.7%2C1.5C13.8%2C99.3%2C13.4%2C99.6%2C12.9%2C99.8s-1%2C0.3-1.5%2C0.3%0A%09%09c-0.7%2C0-1.3-0.1-1.8-0.3v-1.5c0.4%2C0.3%2C1%2C0.4%2C1.6%2C0.4c0.6%2C0%2C1.1-0.2%2C1.5-0.7c0.4-0.5%2C0.5-1.1%2C0.5-1.9l0%2C0%0A%09%09C12.8%2C96.7%2C12.3%2C96.9%2C11.5%2C96.9c-0.3%2C0-0.7-0.102-1-0.2c-0.3-0.101-0.5-0.3-0.8-0.5c-0.3-0.2-0.4-0.5-0.5-0.8%0A%09%09c-0.1-0.3-0.2-0.7-0.2-1c0-0.4%2C0.1-0.8%2C0.2-1.2c0.1-0.4%2C0.3-0.7%2C0.6-0.9c0.3-0.2%2C0.6-0.5%2C0.9-0.6c0.3-0.1%2C0.8-0.2%2C1.2-0.2%0A%09%09c0.5%2C0%2C0.9%2C0.1%2C1.2%2C0.3c0.3%2C0.2%2C0.7%2C0.4%2C0.9%2C0.8s0.5%2C0.7%2C0.6%2C1.2S15%2C94.8%2C15%2C95.4z%20M13.1%2C94.4c0-0.2%2C0-0.4-0.1-0.6%0A%09%09c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.4-0.3c-0.2-0.1-0.3-0.1-0.5-0.1c-0.2%2C0-0.3%2C0-0.4%2C0.1s-0.3%2C0.2-0.3%2C0.3%0A%09%09c0%2C0.1-0.2%2C0.3-0.2%2C0.4c0%2C0.1-0.1%2C0.4-0.1%2C0.6c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6c0.1%2C0.2%2C0.1%2C0.3%2C0.2%2C0.4c0.1%2C0.1%2C0.2%2C0.2%2C0.4%2C0.3%0A%09%09c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.2%2C0%2C0.3%2C0%2C0.4-0.1s0.2-0.2%2C0.3-0.3c0.1-0.1%2C0.2-0.2%2C0.2-0.4C13%2C94.7%2C13.1%2C94.6%2C13.1%2C94.4z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M176%2C99.7V98.1c0.6%2C0.4%2C1.2%2C0.602%2C2%2C0.602c0.5%2C0%2C0.8-0.102%2C1.1-0.301c0.301-0.199%2C0.4-0.5%2C0.4-0.801%0A%09%09c0-0.398-0.2-0.699-0.5-0.898c-0.3-0.2-0.8-0.301-1.3-0.301h-0.802V95h0.701c1.101%2C0%2C1.601-0.4%2C1.601-1.1c0-0.7-0.4-1-1.302-1%0A%09%09c-0.6%2C0-1.1%2C0.2-1.6%2C0.5v-1.5c0.6-0.3%2C1.301-0.4%2C2.1-0.4c0.9%2C0%2C1.5%2C0.2%2C2%2C0.6s0.701%2C0.9%2C0.701%2C1.5c0%2C1.1-0.601%2C1.8-1.701%2C2.1l0%2C0%0A%09%09c0.602%2C0.1%2C1.102%2C0.3%2C1.4%2C0.6s0.5%2C0.8%2C0.5%2C1.3c0%2C0.801-0.3%2C1.4-0.9%2C1.9c-0.6%2C0.5-1.398%2C0.7-2.398%2C0.7%0A%09%09C177.2%2C100.1%2C176.5%2C100%2C176%2C99.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M98.5%2C179.102c0%2C0.398-0.1%2C0.799-0.2%2C1.199C98.2%2C180.7%2C98%2C181%2C97.7%2C181.2s-0.601%2C0.5-0.9%2C0.601%0A%09%09c-0.3%2C0.1-0.7%2C0.199-1.2%2C0.199c-0.5%2C0-0.9-0.1-1.3-0.3c-0.4-0.2-0.7-0.399-0.9-0.8c-0.2-0.4-0.5-0.7-0.6-1.2%0A%09%09c-0.1-0.5-0.2-1-0.2-1.601c0-0.699%2C0.1-1.399%2C0.3-2c0.2-0.601%2C0.4-1.101%2C0.8-1.5c0.4-0.399%2C0.7-0.699%2C1.2-1c0.5-0.3%2C1-0.3%2C1.6-0.3%0A%09%09c0.6%2C0%2C1.2%2C0.101%2C1.5%2C0.199v1.5c-0.4-0.199-0.9-0.399-1.4-0.399c-0.3%2C0-0.6%2C0.101-0.8%2C0.2c-0.2%2C0.101-0.5%2C0.3-0.7%2C0.5%0A%09%09c-0.2%2C0.199-0.3%2C0.5-0.4%2C0.8c-0.1%2C0.301-0.2%2C0.7-0.2%2C1.101l0%2C0c0.4-0.601%2C1-0.8%2C1.8-0.8c0.3%2C0%2C0.7%2C0.1%2C0.9%2C0.199%0A%09%09c0.2%2C0.101%2C0.5%2C0.301%2C0.7%2C0.5c0.199%2C0.2%2C0.398%2C0.5%2C0.5%2C0.801C98.5%2C178.2%2C98.5%2C178.7%2C98.5%2C179.102z%20M96.7%2C179.2%0A%09%09c0-0.899-0.4-1.399-1.1-1.399c-0.2%2C0-0.3%2C0-0.5%2C0.1c-0.2%2C0.101-0.3%2C0.201-0.4%2C0.301c-0.1%2C0.101-0.2%2C0.199-0.2%2C0.4%0A%09%09c0%2C0.199-0.1%2C0.299-0.1%2C0.5c0%2C0.199%2C0%2C0.398%2C0.1%2C0.6s0.1%2C0.3%2C0.2%2C0.5c0.1%2C0.199%2C0.2%2C0.199%2C0.4%2C0.3c0.2%2C0.101%2C0.3%2C0.101%2C0.5%2C0.101%0A%09%09c0.2%2C0%2C0.3%2C0%2C0.5-0.101c0.2-0.101%2C0.301-0.199%2C0.301-0.3c0-0.1%2C0.199-0.301%2C0.199-0.399C96.6%2C179.7%2C96.7%2C179.4%2C96.7%2C179.2z%22%2F%3E%0A%3C%2Fg%3E%0A%3Ccircle%20fill%3D%22%23636363%22%20cx%3D%2295%22%20cy%3D%2295%22%20r%3D%227%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 50% 50%;
    background-size: 161px;
}

.dx-timeview-hourarrow {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.3%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%225px%22%20height%3D%2257px%22%20viewBox%3D%220%200%205%2057%22%20enable-background%3D%22new%200%200%205%2057%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M5%2C54c0%2C1.7-1.1%2C3-2.5%2C3S0%2C55.7%2C0%2C54V3c0-1.6%2C1.1-3%2C2.5-3S5%2C1.4%2C5%2C3V54z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 5px 37px;
}

.dx-timeview-minutearrow {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.3%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%225px%22%20height%3D%2279px%22%20viewBox%3D%220%200%205%2079%22%20enable-background%3D%22new%200%200%205%2079%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M5%2C76c0%2C1.7-1.1%2C3-2.5%2C3S0%2C77.7%2C0%2C76V3c0-1.6%2C1.1-3%2C2.5-3S5%2C1.4%2C5%2C3V76z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 5px 69px;
}

.dx-timeview-time-separator {
    margin-left: 5px;
}

.dx-timeview-field {
    min-height: 32px;
    margin: 0px 4px 0px 4px;
}

    .dx-timeview-field .dx-numberbox {
        /* width: unset; */
        /* margin: 0px 6px 0px 6px; */
    }

        .dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
            width: 94px;
        }

.dx-scheduler-time-panel {
    margin-top: -36px;
}

.dx-scheduler-time-panel-cell {
    height: 72px;
}

.dx-scheduler-date-table-cell {
    height: 36px;
}

.dx-scheduler-all-day-title {
    top: 39px;
    width: 100px;
    height: 75px;
    line-height: 75px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.dx-scheduler-small .dx-scheduler-all-day-title {
    width: 50px;
}

.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
    height: 25px;
    line-height: 25px;
}

.dx-scheduler-all-day-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.dx-scheduler-all-day-table {
    height: 75px;
}

.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
    height: 25px;
}

.dx-scheduler-group-header {
    height: 30px;
    text-align: center;
}

.dx-scheduler-time-panel {
    float: left;
    width: 100px;
    border-collapse: collapse;
    margin-top: -50px;
    font-size: 20px;
}

.dx-scheduler-small .dx-scheduler-time-panel {
    width: 50px;
    font-size: 14px;
}

.dx-scheduler-time-panel tbody:after {
    content: '';
    height: 50px;
    display: table-cell;
}

.dx-scheduler-time-panel-odd-row-count .dx-scheduler-time-panel-row:last-child .dx-scheduler-time-panel-cell {
    border-bottom: none;
}

.dx-scheduler-time-panel-odd-row-count tbody:after {
    content: none;
}

.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
    height: 18px;
    line-height: 18px;
}

[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 74px;
}

    [dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
        top: -19px;
        height: 18px;
    }

[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 104px;
}

    [dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
        top: -49px;
        height: 48px;
    }

[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 134px;
}

    [dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
        top: -79px;
        height: 78px;
    }

.dx-scheduler-work-space {
    border: 1px solid rgba(221, 221, 221, 0.6);
    background-color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-top: none;
}

    .dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 50px;
        margin-bottom: -50px;
    }

    .dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 80px;
        margin-bottom: -80px;
    }

    .dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 110px;
        margin-bottom: -110px;
    }

    .dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 140px;
        margin-bottom: -140px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 125px;
        margin-bottom: -125px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 155px;
        margin-bottom: -155px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 185px;
        margin-bottom: -185px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 215px;
        margin-bottom: -215px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 75px;
        margin-bottom: -75px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 105px;
        margin-bottom: -105px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 135px;
        margin-bottom: -135px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 165px;
        margin-bottom: -165px;
    }

.dx-scheduler-date-table-scrollable .dx-scrollable-content {
    overflow: hidden;
    position: relative;
}

.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    top: 75px;
}

.dx-scheduler-date-table-cell > div {
    pointer-events: none;
}

.dx-scheduler-time-panel-cell {
    color: #333;
    border-bottom: 1px solid rgba(221, 221, 221, 0.6);
    position: relative;
    width: 100%;
    text-align: center;
    height: 100px;
    padding-left: 10px;
}

.dx-scheduler-small .dx-scheduler-time-panel-cell {
    padding-left: 0;
}

.dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell {
    padding-top: 35px;
}

.dx-scheduler-time-panel-cell:after {
    position: absolute;
    bottom: -1px;
    width: 50%;
    height: 1px;
    content: '';
    left: 0;
    background-color: #fff;
}

.dx-scheduler-date-table-cell,
.dx-scheduler-header-panel-cell,
.dx-scheduler-time-panel-cell,
.dx-scheduler-group-header {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    cursor: default;
}

.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 75px;
    margin-bottom: -75px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 105px;
    margin-bottom: -105px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 135px;
    margin-bottom: -135px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 165px;
    margin-bottom: -165px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 25px;
    margin-bottom: -25px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 55px;
    margin-bottom: -55px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 85px;
    margin-bottom: -85px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 115px;
    margin-bottom: -115px;
}

.dx-scheduler-date-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    float: left;
    margin-left: -100px;
}

.dx-scheduler-small .dx-scheduler-date-table {
    margin-left: -50px;
}

.dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    content: "";
    width: 100px;
    display: table-cell;
}

.dx-scheduler-small .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    width: 50px;
}

.dx-scheduler-date-table-cell {
    height: 50px;
}

.dx-scheduler-scrollable-appointments {
    position: absolute;
}

.dx-scheduler-work-space-day .dx-scheduler-date-table-cell {
    border-left: none;
    border-right: none;
}

.dx-scheduler-header-panel {
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
}

    .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) .dx-scheduler-group-header {
        font-size: 12px;
        color: #333;
    }

    .dx-scheduler-header-panel .dx-scheduler-group-row .dx-scheduler-group-header {
        font-weight: bold;
        font-size: 18px;
        color: #333;
    }

.dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-date-table-cell {
    border: none;
}

.dx-scheduler-appointment-tooltip-buttons:before,
.dx-scheduler-appointment-tooltip-buttons:after {
    display: table;
    content: "";
    line-height: 0;
}

.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th {
    border-left: none;
    border-right: none;
}

.dx-scheduler-work-space-week .dx-scheduler-date-table-row:first-child {
    border-top: none;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel {
    margin-top: 1px;
}

.dx-scheduler-work-space-day .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
    border-top: none;
}

.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell {
    border-top: none;
    border-left: none;
}


.dx-scheduler-date-table-current-date {
    font-weight: bold;
}

.dx-scheduler-date-table-other-month {
    opacity: 0.5;
}

.dx-scheduler-work-space-month .dx-scrollable .dx-scrollable-content {
    height: 100%;
}

.dx-scheduler-work-space-month .dx-scheduler-all-day-title {
    display: none;
}

.dx-scheduler-work-space-month .dx-scheduler-header-panel {
    width: 100%;
    margin-left: 0;
}

.dx-scheduler-small .dx-scheduler-work-space-month .dx-scheduler-header-panel {
    margin-left: 0;
}

.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-group-row:before,
.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-header-row:before {
    display: none;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.dx-scheduler-small .dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    display: none;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell {
    border-right: none;
}

    .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child,
    .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child {
        border-left: none;
    }

.dx-scheduler-work-space-week[dx-group-row-count='1'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 105px;
}

    .dx-scheduler-work-space-week[dx-group-row-count='1'] .dx-scheduler-all-day-title:before,
    .dx-scheduler-work-space-work-week[dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
        top: -50px;
        height: 49px;
    }

.dx-scheduler-work-space-week[dx-group-row-count='2'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 135px;
}

    .dx-scheduler-work-space-week[dx-group-row-count='2'] .dx-scheduler-all-day-title:before,
    .dx-scheduler-work-space-work-week[dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
        top: -80px;
        height: 79px;
    }

.dx-scheduler-work-space-week[dx-group-row-count='3'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 165px;
}

    .dx-scheduler-work-space-week[dx-group-row-count='3'] .dx-scheduler-all-day-title:before,
    .dx-scheduler-work-space-work-week[dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
        top: -110px;
        height: 109px;
    }

.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell.dx-state-focused,
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell.dx-state-focused {
    background-position: 10% 10%;
}

.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell > div,
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell > div {
    padding-right: 6px;
}

.dx-scheduler-appointment {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background-clip: padding-box;
    position: absolute;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background-color: #a3c3ec;
    color: #fff;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    left: 0;
}

.dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon {
    right: auto;
    left: 3px;
    font: 14px/1 DXIcons;
}

    .dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon:before {
        content: "\f011";
    }

.dx-scheduler-appointment.dx-scheduler-appointment-empty .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-appointment.dx-scheduler-appointment-tail .dx-scheduler-appointment-reduced-icon {
    display: none;
}

.dx-scheduler-appointment.dx-state-disabled {
    cursor: default;
    opacity: .6;
}

.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
    padding: 5px 20px 5px 7px;
}

.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced-icon {
    top: 9px;
}

.dx-scheduler-work-space-week .dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-day .dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
    top: 20px;
    right: 5px;
}

.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused,
.dx-scheduler-all-day-appointment.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused:before,
    .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused:before,
    .dx-scheduler-all-day-appointment.dx-state-focused:before {
        pointer-events: none;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-appointment.dx-draggable-dragging {
    z-index: 1000;
    opacity: .7;
}

.dx-scheduler-appointment .dx-resizable-handle-left {
    left: -1px;
}

.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon {
    position: absolute;
    top: 3px;
    right: 5px;
    font: 14px/1 DXIcons;
}

    .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon:before {
        content: "\f00e";
    }

.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-top {
    height: 5px;
}

.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-left {
    width: 5px;
}

.dx-scheduler-appointment.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .dx-scheduler-appointment.dx-state-focused:before {
        pointer-events: none;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.dx-scheduler-all-day-appointment .dx-scheduler-appointment-reduced-icon {
    position: absolute;
    top: 35%;
}

.dx-scheduler-appointment.dx-scheduler-appointment-body,
.dx-scheduler-appointment.dx-scheduler-appointment-tail {
    box-shadow: none;
}

.dx-scheduler-group-header-content div {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-recurrence-icon {
    position: absolute;
    background-repeat: no-repeat;
    top: 3px;
    right: 7px;
    display: none;
}

    .dx-scheduler-appointment-recurrence-icon.dx-icon-repeat {
        font-size: 18px;
    }

.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 5px 25px 5px 7px;
}

.dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 5px 7px 5px 25px;
}

.dx-scheduler-appointment-content {
    padding: 5px 7px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 12px;
}

.dx-scheduler-appointment-content > * {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-empty .dx-scheduler-appointment-content-details,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-title,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-recurrence-icon {
    display: none;
}

.dx-scheduler-appointment-content-details {
    font-size: 11px;
    white-space: pre;
    overflow: hidden;
}

.dx-scheduler-all-day-appointment .dx-scheduler-appointment-content-details,
.dx-scheduler-work-space-month .dx-scheduler-appointment-content-details {
    display: none;
}

.dx-scheduler-appointment-content-date {
    opacity: .7;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-tooltip {
    text-align: left;
    width: 250px;
}

    .dx-scheduler-appointment-tooltip .dx-button-content {
        font-size: 13.33333333px;
    }

        .dx-scheduler-appointment-tooltip .dx-button-content .dx-icon {
            font-size: 16px;
        }

.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch,
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox {
    margin: 0;
}

.dx-scheduler-appointment-popup .dx-field-item {
    padding-left: 20px;
    padding-right: 20px;
}

.dx-scheduler-appointment-popup .dx-layout-manager-one-col .dx-field-item {
    padding-left: 20px;
    padding-right: 20px;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label {
        vertical-align: top;
    }

        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-left,
        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-top {
            padding-left: 20px;
        }

        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-right {
            padding-right: 20px;
        }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-value,
    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-label {
        float: none;
    }

        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-value .dx-recurrence-numberbox-repeat-count,
        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-label .dx-recurrence-numberbox-repeat-count {
            float: left;
        }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-value {
        display: inline-block;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-label {
        padding: 3px 0;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-scheduler-recurrence-rule-item-opened:before {
        display: block;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item:before {
        content: "";
        position: absolute;
        top: 50px;
        bottom: 0;
        width: 100%;
        display: none;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-label-v-align:before {
        top: 70px;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-label-v-align .dx-recurrence-editor {
        padding-left: 20px;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-content-location-left .dx-recurrence-editor {
        padding-left: 20px;
    }

.dx-scheduler-appointment-popup .dx-field {
    min-height: 0;
}

.dx-scheduler-appointment-popup .dx-field-label {
    width: auto;
}

.dx-scheduler-appointment-popup .dx-field-value:not(.dx-switch):not(.dx-numberbox):not(.dx-datebox) {
    width: auto;
}

.dx-scheduler-appointment-popup .dx-field-value {
    padding-left: 0;
    padding-right: 0;
}

    .dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox {
        float: left;
    }

        .dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox.dx-rtl {
            float: right;
        }

.dx-numberbox.dx-recurrence-numberbox-interval,
.dx-numberbox.dx-recurrence-numberbox-day-of-month,
.dx-selectbox.dx-recurrence-selectbox-month-of-year,
.dx-numberbox.dx-recurrence-numberbox-repeat-count,
.dx-datebox.dx-recurrence-datebox-until-date,
.dx-switch.dx-recurrence-switch-repeat-end {
    float: left;
    position: relative !important;
}

    .dx-numberbox.dx-recurrence-numberbox-interval.dx-rtl,
    .dx-numberbox.dx-recurrence-numberbox-day-of-month.dx-rtl,
    .dx-selectbox.dx-recurrence-selectbox-month-of-year.dx-rtl,
    .dx-numberbox.dx-recurrence-numberbox-repeat-count.dx-rtl,
    .dx-datebox.dx-recurrence-datebox-until-date.dx-rtl,
    .dx-switch.dx-recurrence-switch-repeat-end.dx-rtl {
        float: right;
    }

.dx-recurrence-numberbox-interval,
.dx-recurrence-numberbox-day-of-month,
.dx-recurrence-numberbox-repeat-count {
    width: 70px !important;
}

.dx-datebox.dx-recurrence-datebox-until-date {
    width: inherit !important;
}

.dx-recurrence-radiogroup-repeat-type-label,
.dx-recurrence-repeat-end-label {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}

.dx-recurrence-repeat-end-label {
    float: left;
    width: 50px;
    white-space: nowrap;
}

.dx-recurrence-selectbox-month-of-year {
    width: 120px !important;
    top: 0 !important;
}

.dx-recurrence-checkbox-day-of-week {
    position: relative !important;
    padding-right: 10px;
}

.dx-scheduler-dropdown-appointments.dx-button .dx-button-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-hover .dx-button-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-active .dx-button-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-focused .dx-button-content {
    line-height: inherit;
}

.dx-scheduler-agenda .dx-scheduler-date-table-scrollable {
    margin-top: 10px;
}

.dx-scheduler-agenda.dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 75px;
    margin-bottom: -75px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 105px;
    margin-bottom: -105px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 135px;
    margin-bottom: -135px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 165px;
    margin-bottom: -165px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 25px;
    margin-bottom: -25px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 55px;
    margin-bottom: -55px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 85px;
    margin-bottom: -85px;
}

.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 115px;
    margin-bottom: -115px;
}

.dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
    padding-left: 100px;
    width: 100%;
    height: 0;
}

.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
    padding-left: 50px;
}

    .dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-scrollable-appointments.dx-rtl {
        padding-left: 0;
        padding-right: 50px;
    }

.dx-scheduler-agenda .dx-scheduler-appointment {
    position: relative;
}

.dx-scheduler-agenda .dx-scheduler-time-panel {
    margin-top: 0;
}

.dx-scheduler-agenda .dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell {
    padding-top: 0;
    padding-bottom: 0;
}

.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
    vertical-align: top;
}

    .dx-scheduler-agenda .dx-scheduler-time-panel-cell .dx-scheduler-agenda-date,
    .dx-scheduler-agenda .dx-scheduler-time-panel-cell .dx-scheduler-agenda-week-day {
        display: block;
    }

.dx-scheduler-agenda .dx-scheduler-time-panel tbody:after {
    display: none;
}

.dx-scheduler-agenda .dx-scheduler-group-table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 0;
    height: 100%;
    float: left;
}

.dx-scheduler-agenda .dx-scheduler-time-panel-cell,
.dx-scheduler-agenda .dx-scheduler-date-table-cell {
    border: none;
}

.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
    float: right;
}

.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row:before {
    display: none;
}

.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row:first-child .dx-scheduler-group-header-content:before {
    border-bottom: none;
}

.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-time-panel-cell:after {
    display: none;
}

.dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-right: -80px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -40px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -80px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -40px;
}

.dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-left: 180px;
}



.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-left: 90px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-left: 0;
    padding-right: 180px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-right: 90px;
}

.dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-right: -160px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -80px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -160px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -80px;
}

.dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-left: 260px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-left: 130px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-left: 0;
    padding-right: 260px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-right: 130px;
}

.dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-right: -240px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -120px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -240px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -120px;
}

.dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-left: 340px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-left: 170px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-left: 0;
    padding-right: 340px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-right: 170px;
}

.dx-scheduler-agenda .dx-scheduler-group-header-content:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}

.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-group-header-content {
    width: 38px;
}

.dx-scheduler-agenda .dx-scheduler-group-header-content div {
    white-space: normal;
}

.dx-scheduler-agenda .dx-scheduler-appointment-content {
    font-size: 16px;
}

    .dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-date,
    .dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-allday {
        opacity: 1;
        font-weight: bold;
        font-size: 13px;
        margin-top: 4px;
    }

.dx-scheduler-agenda .dx-scheduler-appointment-content-allday {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
}

.dx-rtl .dx-scheduler-agenda .dx-scheduler-appointment-content-allday {
    padding-right: 0;
    padding-left: 5px;
}

.dx-scheduler-agenda-nodata {
    font-size: 20px;
    opacity: 0.5;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}

.dx-timezone-editor {
    overflow: hidden;
}

    .dx-timezone-editor .dx-timezone-display-name {
        float: left;
        width: 75%;
    }

    .dx-timezone-editor .dx-timezone-iana-id {
        float: right;
        width: 23%;
    }

.dx-rtl .dx-scheduler-navigator {
    float: right;
    padding-left: 0;
    padding-right: 10px;
}

.dx-device-mobile .dx-rtl .dx-scheduler-navigator {
    padding-right: 5px;
}

.dx-rtl .dx-scheduler-view-switcher.dx-tabs {
    float: left;
}

.dx-rtl .dx-scheduler-view-switcher.dx-dropdownmenu {
    left: 10px;
    right: auto;
}

.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-right: 0;
}

.dx-rtl .dx-scheduler-header-panel {
    left: 0;
    right: inherit;
}

.dx-rtl .dx-scheduler-all-day-panel table {
    margin-left: 0;
}

.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child {
    border-right: none;
}

.dx-rtl .dx-scheduler-date-table {
    float: right;
    margin-left: 0;
    margin-right: -100px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-date-table {
    margin-right: -50px;
}

.dx-rtl .dx-scheduler-appointment-tooltip {
    text-align: right;
}

.dx-rtl .dx-scheduler-appointment-recurrence-icon {
    left: 7px;
    right: auto;
}

.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
    left: 20px;
    right: auto;
}

.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    margin-right: 0;
}

.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
    float: right;
}

.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-right: 100px;
    margin-left: auto;
}

.dx-scheduler-small .dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-right: 50px;
}

.dx-rtl.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
    margin-right: 0;
}

.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child,
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child {
    border-right: none;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
    float: right;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
    margin-right: 0;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-fixed-appointments {
    left: 0;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header {
    padding: 0 5px 0 10px;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-group-header:last-child,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-group-header:last-child {
    text-align: right;
}

.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    margin-left: 0;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    margin-right: 50px;
}

.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-left,
.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-top {
    padding-left: 10px;
    padding-right: 20px;
}

.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-right {
    padding-left: 20px;
}

.dx-rtl .dx-scheduler-recurrence-rule-item.dx-label-v-align .dx-recurrence-editor {
    padding-right: 20px;
}

.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-content-location-left .dx-recurrence-editor {
    padding-right: 20px;
}

.dx-rtl .dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
    padding-right: 100px;
    padding-left: 0;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
    padding-right: 50px;
}

.dx-rtl .dx-scheduler-agenda .dx-scheduler-group-table {
    float: right;
}

.dx-rtl .dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
    float: left;
}

.dx-rtl .dx-timezone-editor .dx-timezone-display-name {
    float: right;
}

.dx-rtl .dx-timezone-editor .dx-timezone-iana-id {
    float: left;
}

.dx-theme-generic-typography {
    background-color: #fff;
    color: #333;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
    line-height: 1.33334;
}

    .dx-theme-generic-typography input,
    .dx-theme-generic-typography textarea {
        /*font-family: 'Tahoma', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
        line-height: 1.33334;
    }

    .dx-theme-generic-typography h1,
    .dx-theme-generic-typography .dx-font-xl {
        font-weight: 200;
        font-size: 29px;
    }

    .dx-theme-generic-typography h2,
    .dx-theme-generic-typography .dx-font-l {
        font-weight: normal;
        font-size: 24px;
    }

    .dx-theme-generic-typography h3 {
        font-weight: normal;
        font-size: 20px;
    }

    .dx-theme-generic-typography .dx-font-m {
        font-weight: normal;
        font-size: 18px;
    }

    .dx-theme-generic-typography h4,
    .dx-theme-generic-typography .dx-font-s {
        font-weight: 500;
        font-size: 16px;
    }

    .dx-theme-generic-typography h5 {
        font-weight: 700;
        font-size: 14px;
    }

    .dx-theme-generic-typography h6,
    .dx-theme-generic-typography small,
    .dx-theme-generic-typography .dx-font-xs {
        font-weight: 800;
        font-size: 10px;
    }

    .dx-theme-generic-typography a {
        color: #a3c3ec;
    }

.dx-scrollview-pulldown {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.dx-loadindicator-image {
    background-image: url(data:image/gif;base64,R0lGODlhIAAgAIABADI6Rf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAIAAgAAACQIyPqcutAJyUMM6bKt5B8+t9FCROYcmQqKOuS+tmVvzM9AHf+s6L+X0C/mjDWFDY6xRdR+Jy1TQ+oVNUxZbkFAAAIfkECQkAAQAsAAAAACAAIAAAAj+Mj6nL7Q+jnGDaUK8EWT/ufV3IgGQznomprmlrcCwsv2cNH3iOyXw/a+1+PWKR6EPahMtbkNZ0GmPRqfUaKQAAIfkECQkAAQAsAAAAACAAIAAAAj+Mj6nL7Q+jnLTai3MGCHhtfKEIciN4fJ6JBhzZvmy8tmltu7i9zmif08F+Mp5puGH5krdYYskLSqfUqvVqKAAAIfkECQkAAQAsAAAAACAAIAAAAkOMj6nL7Q+jnBBYGi3AT3Pnfc0lMmGpkGi6rYnqBhvszm0sy3es7fXJm+EMF9+qZSzRgsPD8phEAX9RZVX0bGq3XEYBACH5BAkJAAEALAAAAAAgACAAAAI+jI+pywnQYntPWkThvXTv7llgGI3kpJ1oqi5Vi8KTPNOujef6nrO63+MFXjugjdgzykxHZFOpyvyYNKdQUQAAIfkECQkAAQAsAAAAACAAIAAAAjiMjwa76e+YhDTOitHNnPEfeGAmjlhjnkBKsq0Lx/JM1/aN5/rO91q+AgpxqFqJdoxtYJKkawkpAAAh+QQJCQABACwAAAAAIAAgAAACNoyPBsucD1WbLtoGl414+1R9ojKW5omm6sq27gvH8kzX9o3n+s73B0ADyjQn4aNjolBWSuKmAAAh+QQJCQABACwAAAAAIAAgAAACMoyPB8uQD1GbLdrAIL081g5KTkiW5omm6sq27gvH8kzX9o3n+s6/y5yRTS6jEmWzOoIKACH5BAkJAAEALAAAAAAgACAAAAI3jI8Ju+n/mGSwWjOvdnL7Q31eKGpkaZ0o1KzuC8fyTNf2jef6ztetrZoFZcNYEXZEJl0TQG9TAAAh+QQJCQABACwAAAAAIAAgAAACP4yPqcudAIGbLUqKkc08xJ59ICWOTmkyUHqurHq9iis/dH3c+M73PqvDBWtDYoxXlCVfyxRq9xQ2nVNT9NcpAAAh+QQJCQABACwAAAAAIAAgAAACPoyPqcvtD6OUAMwbKqZ2v9p5jSY6ZLmAKHOuSOseYBjPsazeWX7but/j6XZDA6xXNNJ+y1rTmTRGM9OqtVQAACH5BAkJAAEALAAAAAAgACAAAAJAjI+py+0Po5y02osbyG8jzwUAOIYHCYalmHLlahojHM+tOsdnrrO0aeuxRMJXL/fLwG4X3hCXYgqn1Kr1ihUWAAAh+QQJCQABACwAAAAAIAAgAAACQ4yPqcvtD6OcEQBaL35Wb9Z9jiU2ZAl6aHKuhqa6V+sGc7x2OKrXB7krAX2vGdEWFCaVR+TyQ6uFiFNf1RptarfcRAEAIfkECQkAAQAsAAAAACAAIAAAAj6Mj6nLCdBie09aROG9dO/uWWAoVWSpnVGqMmbrwqs80faN5/rB5j3+s718QdkIWIQdhUNmUrU0RpVT6s5SAAAh+QQJCQABACwAAAAAIAAgAAACOoyPBgvp/5iENLKK081crd59YDiSJdecWKq27gvH8kzX9o3n+snW/SyiBYHD2Ib4e01kkmSpWVQ1MwUAIfkECQkAAQAsAAAAACAAIAAAAjWMjwbLnA9Pmy7aFoG9envYfaI0luaJpurKtu4Lx/JM1/aN5/rO96RceWFMC1CwREmqkkVPAQAh+QQJCQABACwAAAAAIAAgAAACMoyPB8uQD1ObLNrg7Lxcrw5KWUiW5omm6sq27gvH8kzX9o3n+s67n9wAbh4VE+W4QnYKACH5BAkJAAEALAAAAAAgACAAAAI2jI+py30Ao5stAoqVzHxz7H1TKFZQSZ3oyrbuC8fyTNf2jeeyOpOw/wK6hC0LzXLpIY1BJqYAADs=);
    background-position: center center;
    background-repeat: no-repeat;
}

.dx-loadindicator-image-small {
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAFAAUAAACI4yPqZsADM+LcNJlb9Mq8+B8iCeWBqmFJnqpJUu5ojzDplIAACH5BAkJAAEALAAAAAAUABQAAAIhjI+py+3gXmxwrmoRzgZ4fnxgIIIl523o2KmZ+7KdTIMFACH5BAkJAAIALAAAAAAUABQAAAIflI+py+0Po4zAgDptFhXP60ngNmYdyaGBiYXbC8dwAQAh+QQJCQADACwAAAAAFAAUAAACIpyPqcsL3cCDSlJ368xnc+Nx1geG2Uiin3mpIlnC7gnXTAEAIfkECQkAAwAsAAAAABQAFAAAAiKcD6e74AxRivHRenGGc6vuIWEzluaJbuC4eq36XlboxGUBACH5BAkJAAMALAAAAAAUABQAAAIjnA8Jx226nBxp2mpnzG7z5n3iSJbmiaaqFIrt93LYOMP1UQAAIfkECQkAAwAsAAAAABQAFAAAAh2cD6l53eyiA7Iii7PevPsPhuJIluZpUB6ELWxTAAAh+QQJCQADACwAAAAAFAAUAAACHZx/oMit/5p0a9oBrt68+w+G4kiW5rllYbRCLFIAACH5BAkJAAMALAAAAAAUABQAAAIenH+ggO24noRq2molzo3xD4biSJbmSXqpuYlR2ToFACH5BAkJAAMALAAAAAAUABQAAAIhnI+pi+AMzYsQ0HrXzI2n7Q1WSJbMSKIh6Kmty7GtKWUFACH5BAkJAAMALAAAAAAUABQAAAIinI+py+3gXmxwKlAtytpgrmHdIY5DOX6mt56t24Kd/NZMAQAh+QQJCQADACwAAAAAFAAUAAACIZyPqcvtD6OMwIA6w8Czcnl91DVZW3mKkIeqK+ai8kyXBQAh+QQJCQADACwAAAAAFAAUAAACI5yPqcsL3cCDSlJ368xn82F9RiiSn8l5pziqmXuhMUzR7F0AACH5BAkJAAMALAAAAAAUABQAAAIfnI+pB70/HFxyKmBp1rv7D4aMiIXld6KmmW6V+7pKAQAh+QQJCQADACwAAAAAFAAUAAACIZw/oMi9Dc2LEVBqL8y6+w+G4kiWJBein+pNK4sp8CY3BQAh+QQJCQADACwAAAAAFAAUAAACHZw/oIt96iICstqLs968+w+G4kh+VHdukLW06VEAACH5BAkJAAMALAAAAAAUABQAAAIbnI+pCu29InKygoqz3rz7D4biSJbZ9VHpoyIFACH5BAkJAAMALAAAAAAUABQAAAIfnI8AyM26nDxq2hGvy7r7D4biSJYg51WiGkKju8JOAQA7);
    background-position: center center;
    background-repeat: no-repeat;
}

.dx-loadindicator-image-large {
    background-image: url(data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7);
    background-position: center center;
    background-repeat: no-repeat;
}

.dx-state-disabled.dx-widget,
.dx-state-disabled .dx-widget {
    opacity: 0.5;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    zoom: 1;
    cursor: default;
}

    .dx-state-disabled.dx-widget .dx-widget,
    .dx-state-disabled .dx-widget .dx-widget {
        opacity: 1;
    }

.dx-rtl .dx-scheduler-time-panel {
    float: right;
}

.dx-rtl .dx-scheduler-time-panel-cell {
    padding-left: 0;
    padding-right: 10px;
}

    .dx-rtl .dx-scheduler-time-panel-cell:after {
        right: 0;
    }

.dx-scheduler-agenda .dx-scheduler-group-header {
    vertical-align: top;
    width: 80px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}

.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-group-header {
    width: 40px;
    font-size: 14px;
}

.dx-scheduler-agenda .dx-scheduler-group-header[rowspan='2'],
.dx-scheduler-agenda .dx-scheduler-group-header[rowspan='3'] {
    font-weight: bold;
}

.dx-scheduler-agenda .dx-scheduler-group-header-content {
    width: 80px;
    overflow: hidden;
}

.dx-recurrence-radiogroup-repeat-type {
    margin: 0;
}

    .dx-recurrence-radiogroup-repeat-type .dx-item:first-child {
        padding-bottom: 10px;
    }

    .dx-recurrence-radiogroup-repeat-type.dx-rtl .dx-recurrence-repeat-end-label {
        float: right;
    }

.dx-scheduler-appointment-tooltip-date,
.dx-scheduler-appointment-tooltip-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-tooltip-title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.dx-scheduler-appointment-tooltip-buttons {
    margin-top: 10px;
}

.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-recurrence-icon {
    display: block;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    padding: 0 7px;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 0 25px 0 7px;
}

.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 0 7px 0 25px;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence-icon {
    top: 0;
}

.dx-scheduler-work-space-month .dx-scheduler-fixed-appointments {
    left: 0;
}

.dx-scheduler-work-space-month .dx-scheduler-all-day-panel,
.dx-scheduler-timeline .dx-scheduler-all-day-panel,
.dx-scheduler-work-space-month .dx-scheduler-all-day-title,
.dx-scheduler-timeline .dx-scheduler-all-day-title {
    display: none;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
    right: 20px;
}

.dx-scheduler-timeline .dx-scheduler-header-row:before,
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    content: none;
}

.dx-scheduler-timeline .dx-scheduler-date-table {
    border-spacing: 0;
    border-collapse: separate;
    margin-left: 0;
}

.dx-scheduler-timeline .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline .dx-scheduler-date-table-cell {
    width: 200px;
}

.dx-scheduler-timeline .dx-scheduler-date-table-cell {
    height: auto;
    border-right: none;
}

.dx-scheduler-all-day-table {
    height: 54px;
}

.dx-scheduler-timeline[dx-group-column-count='2'] .dx-scheduler-group-header:last-child,
.dx-scheduler-timeline[dx-group-column-count='3'] .dx-scheduler-group-header:last-child {
    font-weight: normal;
    text-align: left;
}

.dx-scheduler-timeline .dx-scheduler-fixed-appointments {
    left: 0;
}

.dx-scheduler-timeline .dx-scheduler-group-header {
    padding: 0 10px 0 5px;
    height: auto;
}

    .dx-scheduler-timeline .dx-scheduler-group-header .dx-scheduler-group-header-content {
        overflow: hidden;
    }

        .dx-scheduler-timeline .dx-scheduler-group-header .dx-scheduler-group-header-content div {
            position: relative;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            white-space: normal;
            line-height: normal;
        }

.dx-scheduler-timeline .dx-scheduler-date-table,
.dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-group-table {
    height: 100%;
}

.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable .dx-scrollable-content,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-group-table {
    height: auto;
    border-top: 1px solid transparent;
}

.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
    border-top: none;
}

.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
    height: 18px;
}

.dx-scheduler-timeline .dx-scheduler-date-table-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable {
    display: none;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
    border-left: none;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row:before {
    display: none;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row:first-child .dx-scheduler-group-header {
    border-top: none;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-left: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0;
    padding: 0;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-sidebar-scrollable:before {
    width: 100px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-header-scrollable {
    margin-left: 100px;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-header-scrollable {
    margin-right: 100px;
    margin-left: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-fixed-appointments {
    left: 100px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-sidebar-scrollable:before {
    width: 160px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-header-scrollable {
    margin-left: 160px;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-header-scrollable {
    margin-right: 160px;
    margin-left: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-fixed-appointments {
    left: 160px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-sidebar-scrollable:before {
    width: 180px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-header-scrollable {
    margin-left: 180px;
}

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-header-scrollable {
    margin-right: 180px;
    margin-left: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-fixed-appointments {
    left: 180px;
}

.dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
    top: 0;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='1'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 121px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='2'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 151px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='3'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 181px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scheduler-header-scrollable {
    height: 91px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}

    .dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before,
    .dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before {
        height: 91px;
    }

.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scrollable.dx-scheduler-date-table-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}

.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n) {
    border-right: none;
}

.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n) {
    border-left: none;
}

.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n) {
    border-right: none;
}

.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n) {
    border-left: none;
}

.dx-scheduler-work-space-day .dx-scheduler-header-panel-cell:nth-child(1n),
.dx-scheduler-work-space-day .dx-scheduler-date-table-cell:nth-child(1n),
.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell:nth-child(1n) {
    border-right: none;
}

.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-header-panel-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-date-table-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell:nth-child(1n) {
    border-left: none;
}



.dx-scheduler-all-day-title-hidden {
    display: none;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day) .dx-scheduler-all-day-title-hidden {
    display: block;
    background-color: transparent;
    color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 0;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 110px;
    margin-bottom: -110px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 140px;
    margin-bottom: -140px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 41px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 71px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 101px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 11px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 40px;
    margin-bottom: -40px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 70px;
    margin-bottom: -70px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    margin-left: 100px;
}

.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    margin-left: 0;
}

.dx-scheduler-small .dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    margin-left: 50px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
    width: auto;
    margin-left: 0;
}

    .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel .dx-scheduler-group-row:before,
    .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel .dx-scheduler-header-row:before {
        display: none;
    }

.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before {
    width: 50px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    float: none;
    margin-left: 0;
}

.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    display: none;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-cell {
    height: 50px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
    float: left;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-left: 100px;
}

.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-left: 50px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-panel {
    margin-left: 0;
}

    .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-panel .dx-scheduler-all-day-table-row:before {
        display: none;
    }

.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 31px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 61px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 91px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 1px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-panel {
    width: 100%;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 100px;
    padding: 0;
}

.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 50px;
}

.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 100px 0 0;
}

.dx-rtl.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 50px 0 0;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 156px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 186px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 216px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
    height: 126px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 106px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 136px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 166px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 76px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 106px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 136px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 166px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 76px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 56px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 86px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 116px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 26px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0;
    padding: 0;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-scrollable {
    margin-left: 0;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
    display: none;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child {
    border-left: none;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-scrollable-appointments {
    top: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
    display: block;
    float: left;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

    .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before {
        content: "";
        height: 50px;
        position: absolute;
        display: block;
        margin-top: -50px;
        left: 0;
        border-right: 1px solid rgba(221, 221, 221, 0.6);
    }

.dx-scheduler-header {
    height: 39px;
}

.dx-scheduler-navigator {
    padding: 7px;
}

    .dx-scheduler-navigator .dx-button {
        margin-top: -1px;
        height: 25px;
    }

    .dx-scheduler-navigator .dx-button-has-icon .dx-button-content {
        padding: 4px;
    }

.dx-scheduler-view-switcher.dx-tabs {
    font-size: 12px;
}

.dx-scheduler-navigator-caption {
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0;
}

    .dx-scheduler-navigator-caption.dx-state-focused,
    .dx-scheduler-navigator-caption.dx-state-hover,
    .dx-scheduler-navigator-caption.dx-state-active {
        border-right-width: 1px;
        border-left-width: 1px;
    }

.dx-scheduler-header-panel {
    margin-top: 5px;
}

.dx-scheduler-header-panel-cell {
    height: 31px;
    padding: 0;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-group-row:before,
.dx-scheduler-header-row:before,
.dx-scheduler-all-day-table-row:before {
    content: "";
    width: 100px;
    display: table-cell;
}

.dx-scheduler-small .dx-scheduler-group-row:before,
.dx-scheduler-small .dx-scheduler-header-row:before,
.dx-scheduler-small .dx-scheduler-all-day-table-row:before {
    width: 50px;
}

.dx-scheduler-all-day-panel {
    width: 100%;
}

.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:after {
    height: 39px;
}

.dx-scheduler-view-switcher.dx-dropdownmenu {
    margin-top: 6px;
}

.dx-scheduler-view-switcher-label {
    margin-top: 11.2px;
    right: 60px;
}

.dx-rtl .dx-scheduler-view-switcher-label {
    left: 60px;
    right: auto;
}

.dx-recurrence-editor-container {
    position: relative;
    margin-top: 15px;
    margin-bottom: 21px;
    padding-top: 17px;
}

.dx-scheduler-appointment-popup .dx-popup-content {
    padding: 0;
}

.dx-scheduler-appointment-popup .dx-fieldset {
    margin: 0 15px 15px 10px;
}

.dx-popup-title .dx-closebutton {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #c3cedc;
    color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-color: transparent;
}

.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton,
.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton.dx-rtl {
    margin: 0;
}

.dx-popup-title .dx-closebutton .dx-button-content {
    padding: 0;
    cursor: pointer;
}

.dx-popup-title .dx-closebutton .dx-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    background-position: 3px 3px;
    -webkit-background-size: 11px 11px;
    -moz-background-size: 11px 11px;
    background-size: 11px 11px;
    padding: 3px;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
}

.dx-device-mobile .dx-popup-title .dx-closebutton .dx-icon {
    width: 35px;
    height: 35px;
    background-position: 10px 10px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}

.dx-device-mobile .dx-popup-title .dx-closebutton {
    width: 37px;
    height: 37px;
    margin: 0 -11px 0 11px;
}

.dx-rtl .dx-device-mobile .dx-popup-title .dx-closebutton {
    margin: 0 11px 0 -11px;
}

.dx-state-disabled.dx-popup-title .dx-closebutton .dx-icon,
.dx-state-disabled .dx-popup-title .dx-closebutton .dx-icon {
    opacity: 0.6;
}

.dx-state-disabled.dx-popup-title .dx-closebutton .dx-button-text,
.dx-state-disabled .dx-popup-title .dx-closebutton .dx-button-text {
    opacity: 0.5;
}

.dx-scheduler-appointment-popup .dx-toolbar-after {
    margin-right: 4px;
}

.dx-rtl .dx-popup-title .dx-closebutton {
    margin: 0 4px 0 -4px;
}

.dx-rtl .dx-scheduler-appointment-popup .dx-toolbar-after {
    margin-left: 4px;
    margin-right: 0;
}

.dx-scheduler-appointment-popup .dx-recurrence-repeat-end-container {
    margin: 0;
}

.dx-scheduler-appointment-popup .dx-recurrence-switch {
    margin-top: 6px;
}

.dx-scheduler-appointment-popup .dx-scheduler-appointment-popup-recurrence-field {
    margin-bottom: 13px;
}

.dx-desktop-layout-main-menu {
    background: #a3c3ec;
    height: 42px;
}

.dx-form {
    background-color: #a3c3ec;
    padding: 3px;
}

.dx-scheduler-appointment-popup .dx-form-validation-summary {
    padding: 10px 20px;
}

.dx-scheduler-appointment-tooltip-buttons:after {
    clear: both;
}

.dx-scheduler-appointment-tooltip-buttons .dx-button:nth-child(even) {
    float: right;
    margin-right: 0;
}

.dx-scheduler-appointment-tooltip-buttons .dx-button:nth-child(odd) {
    float: left;
    margin-left: 0;
}

.dx-scheduler-appointment-tooltip-buttons .dx-button .dx-button-content {
    padding: 2px 10px 3px 10px;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    font-size: 14px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 67px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 97px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 127px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda) .dx-scheduler-header-scrollable {
    height: 37px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 36px;
    margin-bottom: -36px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 66px;
    margin-bottom: -66px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 96px;
    margin-bottom: -96px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 126px;
    margin-bottom: -126px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 36px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 66px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 96px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 6px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 35px;
    margin-bottom: -35px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 65px;
    margin-bottom: -65px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 95px;
    margin-bottom: -95px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='1'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 98px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='2'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 128px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='3'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 158px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scheduler-header-scrollable {
    height: 68px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
    padding-bottom: 67px;
    margin-bottom: -67px;
}

    .dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before,
    .dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before {
        height: 68px;
        margin-top: -68px;
    }

.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scrollable.dx-scheduler-date-table-scrollable {
    padding-bottom: 67px;
    margin-bottom: -67px;
}

.dx-scheduler-header-panel,
.dx-scheduler-time-panel {
    font-size: 16px;
}

.dx-scheduler-appointment-popup .dx-recurrence-radiogroup-repeat-type-label,
.dx-scheduler-appointment-popup .dx-recurrence-repeat-end-label {
    line-height: 26px;
}

.dx-scheduler-work-space {
    padding-top: 39px;
    margin-top: -39px;
}

    .dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 36px;
        margin-bottom: -36px;
    }

    .dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 66px;
        margin-bottom: -66px;
    }

    .dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 96px;
        margin-bottom: -96px;
    }

    .dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 126px;
        margin-bottom: -126px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 90px;
        margin-bottom: -90px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 120px;
        margin-bottom: -120px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 150px;
        margin-bottom: -150px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 180px;
        margin-bottom: -180px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 54px;
        margin-bottom: -54px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 84px;
        margin-bottom: -84px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 114px;
        margin-bottom: -114px;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
    .dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
        padding-bottom: 144px;
        margin-bottom: -144px;
    }

.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 35px;
    margin-bottom: -35px;
}

.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 65px;
    margin-bottom: -65px;
}

.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 95px;
    margin-bottom: -95px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 59px;
    margin-bottom: -59px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 89px;
    margin-bottom: -89px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 119px;
    margin-bottom: -119px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 149px;
    margin-bottom: -149px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 23px;
    margin-bottom: -23px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 53px;
    margin-bottom: -53px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 83px;
    margin-bottom: -83px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 113px;
    margin-bottom: -113px;
}

.dx-scheduler-work-space-day .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
    border-bottom: none;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-title {
    top: 40px;
}

.dx-scheduler-work-space-month .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 36px;
    margin-bottom: -36px;
}

.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 66px;
    margin-bottom: -66px;
}

.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 96px;
    margin-bottom: -96px;
}

.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 126px;
    margin-bottom: -126px;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 11px;
}

.dx-scheduler-appointment-tooltip .dx-button-content {
    font-size: 10.76923077px;
}

    .dx-scheduler-appointment-tooltip .dx-button-content .dx-icon {
        font-size: 14px;
    }

.dx-scheduler-appointment-tooltip .dx-scheduler-appointment-tooltip-title {
    font-size: 14px;
}

.dx-scheduler-dropdown-appointments .dx-button-content {
    padding: 0;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-cell {
    height: 36px;
}

.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 67px;
}

.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 97px;
}

.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 127px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable {
    height: 37px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 31px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 61px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 91px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 1px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 121px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 151px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 181px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
    height: 91px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 85px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 115px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 145px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 55px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 90px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 120px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 150px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 60px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 54px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 84px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 114px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 24px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 67px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 97px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 127px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
    height: 37px;
}

.dx-scheduler-agenda .dx-scheduler-appointment-content {
    font-size: 14px;
}

    .dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-date {
        font-size: 11px;
    }

.dx-scheduler-agenda .dx-scheduler-group-header {
    font-size: 14px;
    width: 60px;
}

.dx-scheduler-agenda .dx-scheduler-group-header-content {
    width: 60px;
}

.dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-right: -60px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -30px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -60px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -30px;
}

.dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-left: 160px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-left: 80px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-left: 0;
    padding-right: 160px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='1'] .dx-scheduler-scrollable-appointments {
    padding-right: 80px;
}

.dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-right: -120px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -60px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -120px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -60px;
}

.dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-left: 220px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-left: 110px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-left: 0;
    padding-right: 220px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='2'] .dx-scheduler-scrollable-appointments {
    padding-right: 110px;
}

.dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-right: -180px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -90px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -180px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -90px;
}

.dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-left: 280px;
}

.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-left: 140px;
}

.dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-left: 0;
    padding-right: 280px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count='3'] .dx-scheduler-scrollable-appointments {
    padding-right: 140px;
}

.dx-scheduler-agenda-nodata {
    font-size: 16px;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-button, .dx-rtl.dx-fileuploader .dx-fileuploader-button {
    float: right;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button, .dx-rtl.dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button {
    margin-left: 10px;
    margin-right: 0;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-file-name, .dx-rtl.dx-fileuploader .dx-fileuploader-file-name, .dx-rtl .dx-fileuploader .dx-fileuploader-file-size, .dx-rtl.dx-fileuploader .dx-fileuploader-file-size, .dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message, .dx-rtl.dx-fileuploader .dx-fileuploader-file-status-message {
    float: right;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-file-size, .dx-rtl.dx-fileuploader .dx-fileuploader-file-size {
    margin-right: 4px;
}

.dx-validationsummary-item {
    cursor: pointer;
}

.dx-invalid-message.dx-overlay {
    position: relative;
}

.dx-invalid-message.dx-overlay-wrapper {
    pointer-events: none;
    visibility: hidden;
    width: 100%;
}

.dx-invalid-message.dx-overlay.dx-widget.dx-visibility-change-handler.dx-invalid-message-auto {
    position: absolute;
    width: 100%;
}

.dx-invalid-message > .dx-overlay-content {
    border-width: 0;
    display: inline-block;
    font-size: .85em;
    line-height: normal;
    padding: 10px;
    position: relative;
    word-wrap: break-word;
}

.dx-state-focused.dx-invalid .dx-invalid-message-auto .dx-overlay-wrapper, .dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto .dx-overlay-wrapper, .dx-invalid-message-always .dx-overlay-wrapper {
    visibility: visible;
}

.dx-timeview {
    box-sizing: border-box;
    height: 227px;
    width: 221px;
}

    .dx-timeview.dx-state-disabled.dx-widget, .dx-timeview .dx-state-disabled.dx-widget, .dx-timeview.dx-state-disabled .dx-widget, .dx-timeview .dx-state-disabled .dx-widget {
        opacity: 1;
    }

.dx-timeview-clock {
    position: relative;
}

.dx-timeview-hourarrow, .dx-timeview-minutearrow {
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50%;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    transform-origin: 50% 100%;
    width: 30px;
}

.dx-timeview-field .dx-numberbox {
    margin: 0px 2px 0px 2px;
    width: unset;
}

    .dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
        width: 110px;
    }

.dx-scheduler .dx-empty-message {
    line-height: normal;
}

.dx-scheduler-all-day-panel td {
    padding: 0;
}

.dx-scheduler-dropdown-appointments {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    text-align: center;
}

    .dx-scheduler-dropdown-appointments .dx-scheduler-dropdown-appointments-content span:last-child {
        display: inline-block;
        height: 20px;
        line-height: 10px;
        padding-left: 2px;
        vertical-align: middle;
    }

    .dx-scheduler-dropdown-appointments.dx-button {
        max-width: none;
        padding: 0;
    }

.dx-scheduler-work-space-mouse-selection .dx-scheduler-fixed-appointments, .dx-scheduler-work-space-mouse-selection .dx-scheduler-scrollable-appointments {
    pointer-events: none;
}

.dx-dropdownmenu-popup-wrapper .dx-scheduler-dropdown-appointment {
    height: 65px;
    max-width: 400px;
    position: relative;
}

    .dx-dropdownmenu-popup-wrapper .dx-scheduler-dropdown-appointment.dx-list-item-content {
        padding: 5px;
        width: 100%;
    }

.dx-scheduler-dropdown-appointment-info-block {
    margin-right: 75px;
    margin-top: 7px;
    max-width: 300px;
}

.dx-scheduler-dropdown-appointment-buttons-block {
    position: absolute;
    right: 0;
    text-align: right;
    top: 19.5px;
    width: 75px;
}

.dx-scheduler-dropdown-appointment-title {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button, .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button {
    margin: 0 10px 0 0;
    padding: 2px;
}

    .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button .dx-button-content, .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button .dx-button-content {
        padding: 0;
    }

    .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button .dx-icon, .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button .dx-icon {
        font-size: 14px;
        height: 18px;
        line-height: 18px;
        width: 18px;
    }

.dx-scheduler-dropdown-appointment-date {
    font-size: 12px;
}

.dx-rtl .dx-scheduler-dropdown-appointment-info-block {
    margin-left: 75px;
    margin-right: auto;
}

.dx-rtl .dx-scheduler-dropdown-appointment-buttons-block {
    left: 0;
    right: auto;
    text-align: left;
}

.dx-rtl .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button, .dx-rtl .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button {
    margin: 0 0 0 10px;
}

.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 5px;
}

.dx-layout-manager .dx-field-item:not(.dx-first-col) {
    padding-left: 15px;
}

.dx-layout-manager .dx-field-item:not(.dx-last-col) {
    padding-right: 15px;
}

.dx-layout-manager .dx-field-empty-item {
    width: 100%;
}

.dx-layout-manager.dx-layout-manager-one-col .dx-field-item {
    padding-left: 0;
    padding-right: 0;
}

.dx-layout-manager.dx-layout-manager-one-col .dx-form-group .dx-first-row.dx-col-0.dx-field-item {
    padding-top: 0px;
}

.dx-layout-manager.dx-layout-manager-one-col .dx-box-item:not(:first-child) .dx-field-item {
    padding-top: 10px;
}

.dx-layout-manager .dx-label-h-align.dx-flex-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label {
        align-self: center;
        display: block;
    }

    .dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content, .dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content-wrapper {
        -moz-flex: 1 1 0;
        -ms-flex: 1 1 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        display: block;
        flex: 1 1 0;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align) {
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -webkit-box-align: baseline;
        align-items: baseline;
    }

.dx-layout-manager .dx-label-h-align.dx-field-item-label-align:not(.dx-flex-layout) .dx-field-item-label {
    vertical-align: baseline;
}

.dx-layout-manager .dx-label-h-align .dx-field-item-label, .dx-layout-manager .dx-label-h-align .dx-field-item-content, .dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper {
    display: table-cell;
}

    .dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper .dx-field-item-content {
        display: block;
    }

.dx-layout-manager .dx-label-h-align .dx-field-item-label {
    vertical-align: middle;
    white-space: nowrap;
}

    .dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
        display: block;
    }

.dx-field-item-content {
    height: 100%;
}

.dx-form-group-content {
    height: 100%;
}

.dx-form-group {
    height: 100%;
}

.dx-layout-manager .dx-label-h-align .dx-field-item-content {
    vertical-align: top;
}

    .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox, .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch {
        margin-bottom: 4px;
        margin-top: 7px;
    }

.dx-layout-manager .dx-label-h-align .dx-field-item-content, .dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper {
    width: 100%;
}

.dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
    padding: 12px;
}

.dx-layout-manager {
    height: 100%;
}

.dx-field-item-label-location-top {
    display: block;
}

.dx-form-group-content {
    border-width: 0;
    margin: 0;
    padding: 0;
}

.dx-field-item-label-text {
    color: #333;
    user-select: none;
}

.dx-form-group-caption {
    /*font-size: 20px;*/
    display: block;
    width: 100%;
    user-select: none;
    cursor: default;
    padding: 2px 10px 2px 10px;
    border-width: 0px 0px 1px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border-style: solid;
}

.dx-form-group-with-caption > .dx-form-group-content {
    padding: 10px;
}

.dx-form-group-with-caption .dx-form-group-content {
    /*padding-top: 19px;
    padding-bottom: 20px;*/
    /*margin-top: 6px;*/
}

/*.dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
    padding-left: 20px;
}*/
.dx-layout-manager-hidden-label {
    display: block;
    position: absolute;
    visibility: hidden;
}

.dx-field-item-help-text {
    font-style: italic;
}

.dx-field-item-label-location-left {
    padding-right: 10px;
}

.dx-field-item-label-location-right {
    padding-left: 10px;
}

.dx-rtl .dx-field-item-required-mark, .dx-rtl .dx-field-item-optional-mark {
    float: left;
}

.dx-rtl .dx-field-item:not(.dx-first-col) {
    padding-left: 0;
    padding-right: 15px;
}

.dx-rtl .dx-field-item:not(.dx-last-col) {
    padding-left: 15px;
    padding-right: 0;
}

.dx-rtl .dx-field-item-label-location-left {
    padding-left: 5px;
    padding-right: 0;
}

.dx-rtl .dx-field-item-label-location-right {
    padding-left: 0;
    padding-right: 10px;
}

.dx-rtl .dx-layout-manager-one-col .dx-field-item {
    padding-left: 0;
    padding-right: 0;
}

/*.dx-rtl .dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
    padding-left: 0;
    padding-right: 20px;
}*/
.dx-deferrendering .dx-deferrendering-loadindicator-container {
    height: 100%;
    position: relative;
    width: 100%;
}

.dx-deferrendering.dx-pending-rendering .dx-invisible-while-pending-rendering {
    display: none !important;
}

.dx-deferrendering:not(.dx-pending-rendering) .dx-visible-while-pending-rendering {
    display: none !important;
}

.dx-dropdowneditor-field-template-wrapper {
    -ms-flex-align: baseline;
    -ms-flex-positive: 1;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    position: relative;
}

.dx-texteditor-input-container {
    -ms-flex-align: baseline;
    -ms-flex-positive: 1;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    position: relative;
    height: 100%;
}

.dx-textarea .dx-texteditor-input-container {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-list-item-content {
    padding: 0;
}

.dx-toolbar-menu-section .dx-button-content {
    padding: 4px;
}

.dx-toolbar-menu-section .dx-toolbar-item-auto-hide {
    padding: 5px 10px;
}

.dx-toolbar-text-auto-hide .dx-button .dx-button-content {
    /* padding: 5px; */
    position: relative;
}

.dx-icon-filter:before {
    content: 'empty';
    color: #b52f2f00;
    background: url(/[16]filter.ico) no-repeat center center;
    width: 16px;
}

.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter {
    color: black;
    font-size: 14px;
    line-height: 18px;
    flex: 1 1 auto;
    justify-self: flex-end;
}

.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .dx-datagrid-filter-panel .dx-datagrid-filter-panel-text:hover,
    .dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter:hover {
        /*text-decoration: underline;*/
        cursor: pointer;
    }

.dx-datagrid-filter-panel,
.dx-datagrid-filter-panel-left {
    display: flex;
    width: 100%;
}

    .dx-datagrid-filter-panel .dx-icon-filter {
        padding-right: 7px;
        cursor: pointer;
    }

.dx-icon-filter {
    font: 14px/1 DXIcons;
}

.dx-datagrid-filter-panel {
    display: flex;
    min-height: 33px;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    color: black;
    border-top: 1px solid #062b63;
}



.dx-widget.dx-collection.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



::-webkit-scrollbar-thumb:horizontal {
    width: 11px;
}



.dx-datagrid .dx-sort-up {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-sort-up:before {
        content: "\f051";
    }

.dx-datagrid .dx-sort-down {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-sort-down:before {
        content: "\f052";
    }

.dx-datagrid .dx-header-filter:before {
    content: "\f050";
}

.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.dx-datagrid-form-buttons-container {
    float: right;
}

    .dx-datagrid-form-buttons-container .dx-button {
        margin-left: 10px;
        margin-top: 10px;
    }



.dx-dropdowneditor-icon {
    border: 1px solid transparent;
    font: 14px/1 DXIcons;
    min-width: 10px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .dx-dropdowneditor-icon:before {
        content: "\f001";
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
        font: 14px/1 DXIcons;
    }
/*********************************** Icons ***************************/
.dx-icon {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.dx-icon-add {
    font: 14px/1 DXIcons;
}

    .dx-icon-add:before {
        content: "\f00b";
    }

.dx-icon-airplane {
    font: 14px/1 DXIcons;
}

    .dx-icon-airplane:before {
        content: "\f000";
    }

.dx-icon-bookmark {
    font: 14px/1 DXIcons;
}

    .dx-icon-bookmark:before {
        content: "\f017";
    }

.dx-icon-box {
    font: 14px/1 DXIcons;
}

    .dx-icon-box:before {
        content: "\f018";
    }

.dx-icon-car {
    font: 14px/1 DXIcons;
}

    .dx-icon-car:before {
        content: "\f01b";
    }

.dx-icon-card {
    font: 14px/1 DXIcons;
}

    .dx-icon-card:before {
        content: "\f019";
    }

.dx-icon-cart {
    font: 14px/1 DXIcons;
}

    .dx-icon-cart:before {
        content: "\f01a";
    }

.dx-icon-chart {
    font: 14px/1 DXIcons;
}

    .dx-icon-chart:before {
        content: "\f01c";
    }

.dx-icon-check {
    font: 14px/1 DXIcons;
}

    .dx-icon-check:before {
        content: "\f005";
    }

.dx-icon-clear {
    font: 14px/1 DXIcons;
}

    .dx-icon-clear:before {
        content: "\f00a";
        font-size: 9px;
        font-family: DxIcons;
    }

.dx-icon-clock {
    font: 14px/1 DXIcons;
}

    .dx-icon-clock:before {
        content: "\f01d";
    }

.dx-icon-close {
    font: 10px/1 DXIcons;
}

    .dx-icon-close:before {
        content: "\f00a";
    }

.dx-icon-coffee {
    font: 14px/1 DXIcons;
}

    .dx-icon-coffee:before {
        content: "\f02a";
    }

.dx-icon-comment {
    font: 14px/1 DXIcons;
}

    .dx-icon-comment:before {
        content: "\f01e";
    }

.dx-icon-doc {
    font: 14px/1 DXIcons;
}

    .dx-icon-doc:before {
        content: "\f021";
    }

.dx-icon-download {
    font: 14px/1 DXIcons;
}

    .dx-icon-download:before {
        content: "\f022";
    }

.dx-icon-dragvertical {
    font: 14px/1 DXIcons;
}

    .dx-icon-dragvertical:before {
        content: "\f038";
    }

.dx-icon-edit {
    font: 14px/1 DXIcons;
}

    .dx-icon-edit:before {
        content: "\f023";
    }

.dx-icon-email {
    font: 14px/1 DXIcons;
}

    .dx-icon-email:before {
        content: "\f024";
    }

.dx-icon-event {
    font: 14px/1 DXIcons;
}

    .dx-icon-event:before {
        content: "\f026";
    }

.dx-icon-favorites {
    font: 14px/1 DXIcons;
}

    .dx-icon-favorites:before {
        content: "\f025";
    }

.dx-icon-find {
    font: 14px/1 DXIcons;
}

    .dx-icon-find:before {
        content: "\f027";
    }

.dx-icon-filter {
    font: 14px/1 DXIcons;
}

    .dx-icon-filter:before {
        content: 'empty';
        color: #b52f2f00;
        background: url(/[16]filter.ico) no-repeat center center;
        width: 16px;
    }

.dx-icon-folder {
    font: 14px/1 DXIcons;
}

    .dx-icon-folder:before {
        content: "\f028";
    }

.dx-icon-food {
    font: 14px/1 DXIcons;
}

    .dx-icon-food:before {
        content: "\f029";
    }

.dx-icon-gift {
    font: 14px/1 DXIcons;
}

    .dx-icon-gift:before {
        content: "\f02b";
    }

.dx-icon-globe {
    font: 14px/1 DXIcons;
}

    .dx-icon-globe:before {
        content: "\f02c";
    }

.dx-icon-group {
    font: 14px/1 DXIcons;
}

    .dx-icon-group:before {
        content: "\f02e";
    }

.dx-icon-help {
    font: 14px/1 DXIcons;
}

    .dx-icon-help:before {
        content: "\f02f";
    }

.dx-icon-home {
    font: 14px/1 DXIcons;
}

    .dx-icon-home:before {
        content: "\f030";
    }

.dx-icon-image {
    font: 14px/1 DXIcons;
}

    .dx-icon-image:before {
        content: "\f031";
    }

.dx-icon-info {
    font: 14px/1 DXIcons;
}

    .dx-icon-info:before {
        content: "\f032";
    }

.dx-icon-key {
    font: 14px/1 DXIcons;
}

    .dx-icon-key:before {
        content: "\f033";
    }

.dx-icon-like {
    font: 14px/1 DXIcons;
}

    .dx-icon-like:before {
        content: "\f034";
    }

.dx-icon-map {
    font: 14px/1 DXIcons;
}

    .dx-icon-map:before {
        content: "\f035";
    }

.dx-icon-menu {
    font: 14px/1 DXIcons;
}

    .dx-icon-menu:before {
        content: "\f00c";
    }

.dx-icon-message {
    font: 14px/1 DXIcons;
}

    .dx-icon-message:before {
        content: "\f024";
    }

.dx-icon-money {
    font: 14px/1 DXIcons;
}

    .dx-icon-money:before {
        content: "\f036";
    }

.dx-icon-music {
    font: 14px/1 DXIcons;
}

    .dx-icon-music:before {
        content: "\f037";
    }

.dx-icon-overflow {
    font: 14px/1 DXIcons;
}

    .dx-icon-overflow:before {
        content: "\f00d";
    }

.dx-icon-percent {
    font: 14px/1 DXIcons;
}

    .dx-icon-percent:before {
        content: "\f039";
    }

.dx-icon-photo {
    font: 14px/1 DXIcons;
}

    .dx-icon-photo:before {
        content: "\f03a";
    }

.dx-icon-plus {
    font: 14px/1 DXIcons;
}

    .dx-icon-plus:before {
        content: "\f00b";
        font-size: 8px;
    }

.dx-icon-preferences {
    font: 14px/1 DXIcons;
}

    .dx-icon-preferences:before {
        content: "\f03b";
    }

.dx-icon-product {
    font: 14px/1 DXIcons;
}

    .dx-icon-product:before {
        content: "\f03c";
    }

.dx-icon-pulldown {
    font: 14px/1 DXIcons;
}

    .dx-icon-pulldown:before {
        content: "\f062";
    }

.dx-icon-refresh {
    font: 14px/1 DXIcons;
}

    .dx-icon-refresh:before {
        content: "\f03d";
    }

.dx-icon-remove {
    font: 14px/1 DXIcons;
}

    .dx-icon-remove:before {
        content: "\f00a";
    }

.dx-icon-revert {
    font: 14px/1 DXIcons;
}

    .dx-icon-revert:before {
        content: "\f04c";
    }

.dx-icon-runner {
    font: 14px/1 DXIcons;
}

    .dx-icon-runner:before {
        content: "\f040";
    }

.dx-icon-save {
    font: 14px/1 DXIcons;
}

    .dx-icon-save:before {
        content: "\f041";
    }

.dx-icon-search {
    font: 14px/1 DXIcons;
}

    .dx-icon-search:before {
        content: "\f027";
    }

.dx-icon-tags {
    font: 14px/1 DXIcons;
}

    .dx-icon-tags:before {
        content: "\f009";
    }

.dx-icon-tel {
    font: 14px/1 DXIcons;
}

    .dx-icon-tel:before {
        content: "\f003";
    }

.dx-icon-tips {
    font: 14px/1 DXIcons;
}

    .dx-icon-tips:before {
        content: "\f004";
    }

.dx-icon-todo {
    font: 14px/1 DXIcons;
}

    .dx-icon-todo:before {
        content: "\f005";
    }

.dx-icon-toolbox {
    font: 14px/1 DXIcons;
}

    .dx-icon-toolbox:before {
        content: "\f007";
    }

.dx-icon-trash {
    font: 14px/1 DXIcons;
}

    .dx-icon-trash:before {
        content: "\f03e";
    }

.dx-icon-user {
    font: 14px/1 DXIcons;
}

    .dx-icon-user:before {
        content: "\f02d";
    }

.dx-icon-upload {
    font: 14px/1 DXIcons;
}

    .dx-icon-upload:before {
        content: "\f006";
    }

.dx-icon-floppy {
    font: 14px/1 DXIcons;
}

    .dx-icon-floppy:before {
        content: "\f073";
    }

.dx-icon-arrowleft {
    font: 14px/1 DXIcons;
}

    .dx-icon-arrowleft:before {
        content: "\f011";
    }

.dx-icon-arrowdown {
    font: 14px/1 DXIcons;
}

    .dx-icon-arrowdown:before {
        content: "\f015";
    }

.dx-icon-arrowright {
    font: 14px/1 DXIcons;
}

    .dx-icon-arrowright:before {
        content: "\f00e";
    }

.dx-icon-arrowup {
    font: 14px/1 DXIcons;
}

    .dx-icon-arrowup:before {
        content: "\f013";
    }

.dx-icon-spinleft {
    font: 14px/1 DXIcons;
}

    .dx-icon-spinleft:before {
        content: "\f04f";
        font-family: DXIcons;
    }

.dx-icon-spinright {
    font: 14px/1 DXIcons;
}

    .dx-icon-spinright:before {
        content: "\f04e";
        font-family: DXIcons;
    }


.dx-icon-spinnext {
    font: 14px/1 DXIcons;
}

    .dx-icon-spinnext:before {
        content: "\f04e";
    }

.dx-rtl .dx-icon-spinnext:before {
    content: "\f04f";
}

.dx-icon-spinprev {
    font: 14px/1 DXIcons;
}

    .dx-icon-spinprev:before {
        content: "\f04f";
    }

.dx-rtl .dx-icon-spinprev:before {
    content: "\f04e";
}

.dx-icon-spindown {
    font: 14px/1 DXIcons;
}

    .dx-icon-spindown:before {
        content: "\f001";
        font: 14px/1 DXIcons;
    }

.dx-icon-spinup {
    font: 14px/1 DXIcons;
}

    .dx-icon-spinup:before {
        content: "\f002";
    }

.dx-icon-chevronleft {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevronleft:before {
        content: "\f012";
    }

.dx-icon-chevronright {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevronright:before {
        content: "\f010";
    }

.dx-icon-chevronnext {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevronnext:before {
        content: "\f010";
    }

.dx-rtl .dx-icon-chevronnext:before {
    content: "\f012";
}

.dx-icon-chevronprev {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevronprev:before {
        content: "\f012";
    }

.dx-rtl .dx-icon-chevronprev:before {
    content: "\f010";
}

.dx-icon-chevrondown {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevrondown:before {
        content: "\f016";
    }

.dx-icon-chevronup {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevronup:before {
        content: "\f014";
    }

.dx-icon-chevrondoubleleft {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevrondoubleleft:before {
        content: "\f042";
    }

.dx-icon-chevrondoubleright {
    font: 14px/1 DXIcons;
}

    .dx-icon-chevrondoubleright:before {
        content: "\f043";
    }

.dx-icon-equal {
    font: 14px/1 DXIcons;
}

    .dx-icon-equal:before {
        content: "\f044";
    }

.dx-icon-notequal {
    font: 14px/1 DXIcons;
}

    .dx-icon-notequal:before {
        content: "\f045";
    }

.dx-icon-less {
    font: 14px/1 DXIcons;
}

    .dx-icon-less:before {
        content: "\f046";
    }

.dx-icon-greater {
    font: 14px/1 DXIcons;
}

    .dx-icon-greater:before {
        content: "\f047";
    }

.dx-icon-lessorequal {
    font: 14px/1 DXIcons;
}

    .dx-icon-lessorequal:before {
        content: "\f048";
    }

.dx-icon-greaterorequal {
    font: 14px/1 DXIcons;
}

    .dx-icon-greaterorequal:before {
        content: "\f049";
    }

.dx-icon-sortup {
    font: 14px/1 DXIcons;
}

    .dx-icon-sortup:before {
        content: "\f051";
    }

.dx-icon-sortdown {
    font: 14px/1 DXIcons;
}

    .dx-icon-sortdown:before {
        content: "\f052";
    }

.dx-icon-sortuptext {
    font: 14px/1 DXIcons;
}

    .dx-icon-sortuptext:before {
        content: "\f053";
    }

.dx-icon-sortdowntext {
    font: 14px/1 DXIcons;
}

    .dx-icon-sortdowntext:before {
        content: "\f054";
    }

.dx-icon-sorted {
    font: 14px/1 DXIcons;
}

    .dx-icon-sorted:before {
        content: "\f055";
    }

.dx-icon-expand {
    font: 14px/1 DXIcons;
}

    .dx-icon-expand:before {
        content: "\f04a";
    }

.dx-icon-collapse {
    font: 14px/1 DXIcons;
}

    .dx-icon-collapse:before {
        content: "\f04b";
    }

.dx-icon-columnfield {
    font: 14px/1 DXIcons;
}

    .dx-icon-columnfield:before {
        content: "\f057";
    }

.dx-icon-rowfield {
    font: 14px/1 DXIcons;
}

    .dx-icon-rowfield:before {
        content: "\f058";
    }

.dx-icon-datafield {
    font: 14px/1 DXIcons;
}

    .dx-icon-datafield:before {
        content: "\f056";
    }

.dx-icon-fields {
    font: 14px/1 DXIcons;
}

    .dx-icon-fields:before {
        content: "\f059";
    }

.dx-icon-fieldchooser {
    font: 14px/1 DXIcons;
}

    .dx-icon-fieldchooser:before {
        content: "\f05a";
    }

.dx-icon-columnchooser {
    font: 14px/1 DXIcons;
}

    .dx-icon-columnchooser:before {
        content: "\f04d";
    }

.dx-icon-pin {
    font: 14px/1 DXIcons;
}

    .dx-icon-pin:before {
        content: "\f05b";
    }

.dx-icon-unpin {
    font: 14px/1 DXIcons;
}

    .dx-icon-unpin:before {
        content: "\f05c";
    }

.dx-icon-pinleft {
    font: 14px/1 DXIcons;
}

    .dx-icon-pinleft:before {
        content: "\f05d";
    }

.dx-icon-pinright {
    font: 14px/1 DXIcons;
}

    .dx-icon-pinright:before {
        content: "\f05e";
    }

.dx-icon-contains {
    font: 14px/1 DXIcons;
}

    .dx-icon-contains:before {
        content: "\f063";
    }

.dx-icon-startswith {
    font: 14px/1 DXIcons;
}

    .dx-icon-startswith:before {
        content: "\f064";
    }

.dx-icon-endswith {
    font: 14px/1 DXIcons;
}

    .dx-icon-endswith:before {
        content: "\f065";
    }

.dx-icon-doesnotcontain {
    font: 14px/1 DXIcons;
}

    .dx-icon-doesnotcontain:before {
        content: "\f066";
    }

.dx-icon-range {
    font: 14px/1 DXIcons;
}

    .dx-icon-range:before {
        content: "\f06a";
    }

.dx-icon-export {
    font: 14px/1 DXIcons;
}

    .dx-icon-export:before {
        content: "\f05f";
    }

.dx-icon-exportxlsx {
    font: 14px/1 DXIcons;
}

    .dx-icon-exportxlsx:before {
        content: "\f060";
    }

.dx-icon-exportpdf {
    font: 14px/1 DXIcons;
}

    .dx-icon-exportpdf:before {
        content: "\f061";
    }

.dx-icon-exportselected {
    font: 14px/1 DXIcons;
}

    .dx-icon-exportselected:before {
        content: "\f06d";
    }

.dx-icon-warning {
    font: 14px/1 DXIcons;
}

    .dx-icon-warning:before {
        content: "\f06b";
    }

.dx-icon-more {
    font: 14px/1 DXIcons;
}

    .dx-icon-more:before {
        content: "\f06c";
    }

.dx-icon-square {
    font: 14px/1 DXIcons;
}

    .dx-icon-square:before {
        content: "\f067";
    }

.dx-icon-clearsquare {
    font: 14px/1 DXIcons;
}

    .dx-icon-clearsquare:before {
        content: "\f068";
    }

.dx-icon-back {
    font: 14px/1 DXIcons;
}

    .dx-icon-back:before {
        content: "\f012";
    }

.dx-rtl .dx-icon-back:before {
    content: "\f010";
}

.dx-icon-repeat {
    font: 14px/1 DXIcons;
}

    .dx-icon-repeat:before {
        content: "\f069";
    }

.dx-icon-selectall {
    font: 14px/1 DXIcons;
}

    .dx-icon-selectall:before {
        content: "\f070";
    }

.dx-icon-unselectall {
    font: 14px/1 DXIcons;
}

    .dx-icon-unselectall:before {
        content: "\f071";
    }

.dx-icon-print {
    font: 14px/1 DXIcons;
}

    .dx-icon-print:before {
        content: "\f072";
    }

.dx-tab .dx-icon,
.dx-tab.dx-tab-selected .dx-icon {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.dx-treelist-container {
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    align-self: stretch;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    /* border: 1px solid; */
}

    .dx-treelist-container .dx-sort-up {
        font: 14px/1 DXIcons;
    }

        .dx-treelist-container .dx-sort-up:before {
            content: "\f051";
        }

    .dx-treelist-container .dx-sort-down {
        font: 14px/1 DXIcons;
    }

        .dx-treelist-container .dx-sort-down:before {
            content: "\f052";
        }

    .dx-treelist-container .dx-header-filter:before {
        content: "\f050";
    }

    .dx-treelist-container .dx-header-filter {
        position: relative;
        color: #959595;
        font: 14px/1 DXIcons;
    }

    .dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon {
        width: 14px;
        height: 14px;
        background-position: 0px 0px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        background-size: 14px 14px;
        padding: 0px;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
    }

    .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
    .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
    .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell {
        border-left: none;
    }

    .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
    .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
    .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell {
        border-right: none;
    }

.dx-treelist-form-buttons-container {
    float: right;
}

    .dx-treelist-form-buttons-container .dx-button {
        margin-left: 10px;
        margin-top: 10px;
    }

.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dx-field-value-static {
    width: 60%;
}

.dx-field-label {
    padding: 5px 8px 5px 0;
}

.dx-field {
    min-height: 26px;
    padding: 0;
}

.dx-field-value.dx-widget,
.dx-field-value:not(.dx-widget) > .dx-widget {
    margin: 0;
}

.dx-field-value:not(.dx-widget) > .dx-button,
.dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-switch {
    float: right;
}

.dx-field-value.dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-checkbox {
    margin: 5px 0;
}

.dx-field-value.dx-switch,
.dx-field-value:not(.dx-widget) > .dx-switch {
    margin: 4px 0;
}

.dx-field-value.dx-slider,
.dx-field-value:not(.dx-widget) > .dx-slider {
    margin: 3px 0;
}

.dx-field-value.dx-radiogroup,
.dx-field-value:not(.dx-widget) > .dx-radiogroup {
    margin: 3px 0;
}

.dx-field-value.dx-attention {
    padding: 5px 6px 5px;
    position: relative;
    padding-left: 22px;
}

    .dx-field-value.dx-attention:before {
        left: 0;
        pointer-events: none;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 16px;
        font-size: 11px;
        content: '!';
    }

.dx-tabpanel .dx-tabs {
    display: block;
    border-bottom: none;
    /*background-color: #f7f7f7;*/
}

.dx-tabpanel .dx-tab.dx-state-focused.dx-tab-selected:before {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    border-bottom: 5px solid Green;
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    border-radius: 3px 3px 0px 0px;
    margin: 1px 0px;
    width: 100%;
    height: 100%;
}

.dx-tabpanel .dx-tabs-wrapper {
    display: block;
    margin: 0px 5px;
    float: right;
}

.dx-fileuploader-wrapper {
    padding: 2px;
}

.dx-fileuploader.dx-state-disabled .dx-fileuploader-input-label {
    position: relative;
}

.dx-fileuploader-dragover .dx-fileuploader-input {
    display: block;
    width: 100%;
    padding: 4px 3px;
    margin-bottom: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dx-fileuploader-input {
    padding: 2px 0;
}

.dx-fileuploader-dragover .dx-fileuploader-input-label {
    padding: 4px 4px;
}

.dx-fileuploader-dragover .dx-fileuploader-input-container {
    display: block;
    width: 100%;
    border: 3px dashed #c3cedc;
}

.dx-fileuploader-files-container {
    padding: 12px 3px 0;
}

.dx-fileuploader-empty .dx-fileuploader-files-container {
    padding: 0;
}

.dx-invalid .dx-fileuploader-files-container {
    padding-top: 50px;
}

.dx-fileuploader-files-container .dx-fileuploader-button .dx-button-content {
    padding: 0;
}

.dx-fileuploader-file {
    padding-top: 5px;
    line-height: 13px;
}

.dx-fileuploader-dragover .dx-fileuploader-input-wrapper {
    border: none;
    padding: 0;
}

    .dx-fileuploader-dragover .dx-fileuploader-input-wrapper .dx-fileuploader-button {
        display: none;
    }

.dx-fileuploader-dragover .dx-fileuploader-input-label {
    text-align: center;
}

.dx-fileuploader-content > .dx-fileuploader-upload-button {
    margin-left: 3px;
    margin-right: 3px;
}

.dx-empty-collection.dx-tabpanel .dx-tabs {
    border-top: none;
}

.dx-field-value-static {
    padding: 5px 6px 5px;
}

.dx-fieldset {
    margin: 15px 10px;
    padding: 0;
}

.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch {
    float: left;
}

.dx-fieldset-header {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 16px;
}

.dx-field {
    margin: 0 0 5px 0;
}

    .dx-field:last-of-type {
        margin: 0;
    }

.dx-device-mobile .dx-fieldset {
    margin: 20px 15px;
    padding: 0;
}

.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch,
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch {
    float: left;
}

.dx-device-mobile .dx-fieldset-header {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 16px;
}

.dx-device-mobile .dx-field {
    margin: 0 0 10px 0;
}

    .dx-device-mobile .dx-field:last-of-type {
        margin: 0;
    }

.dx-switch {
    min-width: 36px;
    height: 20px;
}

.dx-switch-inner {
    width: 200%;
    height: 100%;
    float: left;
}

.dx-switch-container {
    overflow: hidden;
    margin: 0 -4px 0 0;
    padding: 0 1px;
    height: 18px;
    /* border: 1px solid transparent; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}

.dx-switch.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dx-switch-off {
    padding-left: 1px;
    color: #999999;
}

.dx-switch-handle {
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-left: -14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dx-switch-handle:before {
        display: block;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: #a3c3ec;
        border: 1px solid black;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }

.dx-switch-on,
.dx-switch-off {
    width: 50%;
    line-height: 16px;
    font-size: 9px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dx-switch .dx-switch-off,
.dx-switch .dx-switch-off {
    float: right;
    text-align: right;
    padding-left: 14px;
}

.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
    float: right;
    text-align: right;
    padding-left: 14px;
    padding-right: unset;
}

.dx-switch .dx-switch-on,
.dx-switch .dx-switch-on {
    float: left;
    padding-right: 14px;
}

.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-on {
    float: left;
    padding-left: unset;
    padding-right: 14px;
    text-align: left;
}

.dx-switch .dx-switch-handle,
.dx-switch .dx-switch-handle {
    float: left;
    margin-left: 0;
    margin-right: -14px;
}

.dx-rtl .dx-switch .dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
    float: left;
    margin-left: 0;
    margin-right: -14px;
}

.dx-rtl .dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
    margin: 0 0 0 -4px;
}

.dx-rtl .dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot,
.dx-rtl.dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot {
    margin: auto;
}

.dx-radio-value-container {
    padding-left: 0;
}

.dx-radiogroup {
    border: 1px solid black;
    border-radius: 3px;
}

    .dx-radiogroup .dx-radiobutton,
    .dx-radiogroup .dx-radiobutton-icon {
        margin: 1px 0;
    }

    .dx-radiogroup.dx-state-focused {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.dx-radiogroup-horizontal {
    overflow-wrap: normal;
    overflow-x: unset;
    overflow-y: auto;
    padding: 0px 3px;
}

    .dx-radiogroup-horizontal .dx-radiobutton {
        margin-right: 17px;
    }

.dx-rtl .dx-radiogroup-horizontal .dx-radiobutton,
.dx-rtl.dx-radiogroup-horizontal .dx-radiobutton {
    margin-right: 0;
    margin-left: 4px;
}

.dx-radiogroup-vertical {
    overflow-x: auto;
    overflow-y: unset;
    overflow-wrap: normal;
}




.dx-radiobutton-icon {
    width: 14px;
    height: 14px;
    border: 1px solid #2a4276;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex: 1 1 auto;
}

    .dx-radiobutton-icon:before {
        display: flex;
        width: 12px;
        height: 12px;
        content: "";
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.dx-radiobutton-checked .dx-radiobutton-icon-dot {
    display: flex;
    width: 9px;
    height: 9px;
    content: "";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2a4276;
    /* transform: translateY(-101%); */
    /* align-self: center; */
    position: absolute;
    flex: 1 1 auto;
}

.dx-radiobutton {
    line-height: 16px;
}

.dx-pivottabs {
    height: 46px;
}

.dx-pivottabs-tab,
.dx-pivottabs-ghosttab {
    padding: 3px 7px;
    font-size: 30px;
}

.dx-pivot-itemcontainer {
    top: 46px;
}

.dx-panorama-title,
.dx-panorama-ghosttitle {
    height: 60px;
    font-size: 55px;
}

.dx-panorama-itemscontainer {
    top: 60px;
}

.dx-panorama-item-title {
    font-size: 23.33333333px;
}

.dx-panorama-item-content {
    top: 35px;
}

.dx-accordion-item {
    margin-bottom: 1px;
}

/*#region DevExpress Textbox */
.NoBorder .dx-textbox,
.NoBorder.dx-textbox.dx-texteditor {
    border-width: 0px !important;
    background: unset !important;
    box-shadow: unset;
}
/*#endregion */

/*#region Devexpress Accordion */
.dx-accordion .accordion-menu-button {
    width: 100%;
    text-align: right;
    height: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #000;
    padding: 0px 1px;
    overflow: hidden;
    align-items: center;
}

    .dx-accordion .accordion-menu-button:hover {
        transition-duration: 200ms;
    }

    .dx-accordion .accordion-menu-button > img {
    }

    .dx-accordion .accordion-menu-button > .MenuItemText {
        margin-left: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* background-color: red; */
        width: 100%;
        text-align: left;
        vertical-align: middle;
        align-self: center;
    }

.dx-rtl .dx-accordion .accordion-menu-button > .MenuItemText {
    margin-right: 4px;
    margin-left: unset;
}


.accordion-menu-button:hover:active {
    transform: translate(1px,1px);
    transition-duration: 200ms;
    opacity: 0.9;
}
/*#endregion */

/*#region Form */
.TWindow .dx-popup-content {
    margin-top: 0px;
}
/*#endregion */

/*#region LoginPage */

.LoginPage .LoginContainer .dx-texteditor.dx-state-hover {
    /*border-color: rgba(51, 122, 183, 0.4);*/
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.LoginPage .LoginContainer .dx-texteditor {
    background-color: unset;
    border: unset;
    background: unset;
}

.LoginPage .LoginContainer .dx-texteditor-input {
    font-size: 14px;
    color: white;
}



.LoginPage .LoginContainer .dx-texteditor.dx-state-focused,
.LoginPage .LoginContainer .dx-texteditor.dx-state-active {
    border: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.LoginPage .LoginContainer .dx-button {
    background: #bfc0c1;
    border-color: darkgrey;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    transition-duration: 200ms;
}

    .LoginPage .LoginContainer .dx-button:hover,
    .LoginPage .LoginContainer .dx-button:focus {
        -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.38);
        transition-duration: 200ms;
    }

    .LoginPage .LoginContainer .dx-button:active {
        -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset, 0 1px 4px 0 rgba(0,0,0,.1);
        border-color: #00000038;
        font-size: smaller;
        color: #00000066;
        transition-duration: 200ms;
    }


.LoginPage .LoginContainer .dx-checkbox-icon {
    border-color: gray;
    color: gray;
}

.LoginPage .LoginContainer .dx-checkbox.dx-state-hover .dx-checkbox-icon {
    border-color: unset;
    color: unset;
    background: #e0e0e0;
}
/*#endregion */

/*#region TToolBarControl*/

.TToolBarControl > .dx-menu-horizontal {
    padding: 3px 3px;
}


.TToolBarControl.dx-menu-base .dx-menu-horizontal .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .menu-separator-vertical-Container {
    padding-left: 0px;
    padding-right: 0px;
    width: 2px;
}

.TToolBarControl.dx-menu-base .dx-menu-item .dx-menu-item-content {
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
}
/*#endregion */


/*#region Wrap Panel Vertical */
.WrapPanelVertical .dx-scrollview-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

    .WrapPanelVertical .dx-scrollview-content .dx-list-item {
        min-width: 70px;
        max-width: 200px;
        max-width: fit-content;
        overflow: hidden;
    }

.WrapPanelVertical .dx-scrollable-content {
    height: 100%;
}
/*#endregion */n */