fw-combobox {
    display: block;
    font-family: Ubuntu;
    font-size: 13px;
    color: #737373;
    position: relative;
    cursor: pointer;
}

    fw-combobox .header {
        margin: 0;
        padding: 0 16px;
    }

        fw-combobox .header:hover {
            color: #d32743;
        }

    fw-combobox .selected-item, fw-combobox .item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    fw-combobox .items {
        position: absolute;
        left: 0;
        z-index: 1000;
        border-bottom: 1px solid #f4f4f4;
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
    }

        fw-combobox.opened .items:before {
            position: absolute;
            content: '';
            left: 28px;
            top: -6px;
            width: 0;
            clear: both;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 6px solid white;
        }

    fw-combobox .item {
        padding: 0 16px;
        height: 30px;
        background-color: white;
        line-height: 30px;
    }

        fw-combobox .item:hover {
            background-color: #faf9f7;
        }

        fw-combobox .item.selected {
            color: #d32743;
        }

    fw-combobox .arrow {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        cursor: pointer;
        width: 10px;
    }

        fw-combobox .arrow:after {
            content: '';
            position: absolute;
            left: 50%;
            top: calc(50% + 1px);
            color: #737373;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-left: 3px solid rgba(255, 255, 255, 0);
            border-right: 3px solid rgba(255, 255, 255, 0);
            border-top: 5px solid;
        }

    fw-combobox.opened .arrow:after {
        border-top: none;
        border-bottom: 5px solid;
    }

    fw-combobox:hover .arrow:after {
        color: #d32743;
    }
loading-button > .dx-button {
  display: block;
  padding: 0 28px; }

loading-button > .dx-button > .dx-button-content {
  padding: 0; }

loading-button.indicator-center .dx-loadindicator {
  left: calc(50% - 9px); }

loading-button.indicator-grey .dx-button.dx-state-focused,
loading-button.indicator-grey .dx-button.dx-state-hover {
  background-color: inherit;
  border-color: #ddd; }

loading-button.indicator-grey .dx-button .dx-loadindicator .dx-loadindicator-wrapper .dx-loadindicator-icon .dx-loadindicator-segment {
  background: #999; }

loading-button .dx-button.dx-state-focused .icon-container svg,
loading-button .dx-button.dx-state-hover .icon-container svg {
  fill: white; }

loading-button .icon-container {
  width: 16px;
  height: 18px;
  top: 3px;
  left: 6px;
  position: absolute;
  opacity: 0;
  transition: 0.25s opacity ease; }
  loading-button .icon-container svg {
    fill: #bc233c; }
  loading-button .icon-container.show-icon {
    opacity: 1; }
checkbox {
  display: inline-block; }

.checkbox__button {
  opacity: 0;
  transition: opacity 0.35s ease; }

.checkbox__button-visible {
  opacity: 1; }
.tooltip {
  position: relative; }

.tooltip__remark-text {
  max-width: 500px;
  line-height: normal;
  white-space: normal; }

.dx-tooltip-wrapper {
  position: relative !important; }
.dx-popup-normal .dx-item .dx-checkbox-text {
  display: inline; }

.htm-editor__editor-save-button {
  display: block;
  float: right;
  width: 150px;
  margin-top: 20px; }

.htm-editor__editor .dx-button {
  height: 20px; }

.htm-editor__editor .dx-button-content .dx-button-text {
  line-height: 17px; }
/**
* DevExtreme (dx.common.css)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-clearfix:after,
.dx-clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-clearfix:after {
  clear: both;
}
.dx-translate-disabled {
  -webkit-transform: none!important;
  transform: none!important;
}
.dx-hidden-input {
  position: fixed;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
}
.dx-user-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dx-hidden,
.dx-state-invisible {
  display: none!important;
}
.dx-gesture-cover {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2147483647;
}
.dx-animating {
  pointer-events: none;
}
.dx-fade-animation.dx-enter,
.dx-fade-animation.dx-leave.dx-leave-active,
.dx-no-direction.dx-enter,
.dx-no-direction.dx-leave.dx-leave-active {
  opacity: 0;
}
.dx-fade-animation.dx-enter.dx-enter-active,
.dx-fade-animation.dx-leave,
.dx-no-direction.dx-enter.dx-enter-active,
.dx-no-direction.dx-leave {
  opacity: 1;
}
.dx-overflow-animation.dx-enter.dx-forward {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-enter-active.dx-forward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-backward,
.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward,
.dx-overflow-animation.dx-leave.dx-forward,
.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-overflow-animation.dx-leave.dx-backward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-leave.dx-leave-active.dx-backward {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  z-index: 2;
}
.dx-slide-animation.dx-enter.dx-forward {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-forward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-enter.dx-backward {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-backward,
.dx-slide-animation.dx-leave.dx-forward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-leave.dx-leave-active.dx-forward {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.dx-slide-animation.dx-leave.dx-backward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-leave.dx-leave-active.dx-backward {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.dx-opendoor-animation.dx-enter.dx-forward {
  -webkit-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward,
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.dx-opendoor-animation.dx-leave.dx-backward,
.dx-opendoor-animation.dx-leave.dx-forward {
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 1;
}
.dx-opendoor-animation.dx-enter.dx-backward,
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward {
  -webkit-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward {
  -webkit-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-forward {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dx-win-pop-animation.dx-enter.dx-backward,
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
}
.dx-android-pop-animation.dx-enter.dx-forward,
.dx-android-pop-animation.dx-leave.dx-leave-active.dx-backward {
  -webkit-transform: translate3d(0,150px,0);
  transform: translate3d(0,150px,0);
  opacity: 0;
}
.dx-android-pop-animation.dx-enter.dx-enter-active.dx-forward,
.dx-android-pop-animation.dx-leave.dx-backward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.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 {
  z-index: 2;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-forward {
  z-index: 2;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-ios7-slide-animation.dx-enter.dx-backward {
  -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 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-ios7-slide-animation.dx-leave.dx-forward {
  z-index: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-forward {
  -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 {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-forward {
  -webkit-transform: translate3d(40%,0,0);
  transform: translate3d(40%,0,0);
  opacity: 0;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-forward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-backward {
  -webkit-transform: translate3d(-40%,0,0);
  transform: translate3d(-40%,0,0);
  opacity: 0;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-backward,
.dx-ios7-toolbar-animation.dx-leave.dx-forward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-forward {
  -webkit-transform: translate3d(-40%,0,0);
  transform: translate3d(-40%,0,0);
  opacity: 0;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-backward {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-backward {
  -webkit-transform: translate3d(40%,0,0);
  transform: translate3d(40%,0,0);
  opacity: 0;
  z-index: 2;
}
.dx-drop-animation.dx-enter,
.dx-drop-animation.dx-leave.dx-leave-active {
  -webkit-transform: translate3d(0,-120%,0);
  transform: translate3d(0,-120%,0);
}
.dx-drop-animation.dx-enter.dx-enter-active,
.dx-drop-animation.dx-leave {
  -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 {
  -webkit-transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-3d-drop-animation.dx-enter.dx-enter-active,
.dx-3d-drop-animation.dx-leave {
  -webkit-transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  opacity: 1;
}
.dx-fade-drop-animation.dx-enter,
.dx-fade-drop-animation.dx-leave.dx-leave-active {
  -webkit-transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-fade-drop-animation.dx-enter.dx-enter-active,
.dx-fade-drop-animation.dx-leave {
  -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
  transform: translate3d(0,0,0) scale3d(1,1,1);
  opacity: 1;
}
.dx-fade-rise-animation.dx-enter,
.dx-fade-rise-animation.dx-leave.dx-leave-active {
  -webkit-transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-fade-rise-animation.dx-enter.dx-enter-active,
.dx-fade-rise-animation.dx-leave {
  -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
  transform: translate3d(0,0,0) scale3d(1,1,1);
  opacity: 1;
}
.dx-fade-slide-animation.dx-enter,
.dx-fade-slide-animation.dx-leave.dx-leave-active {
  -webkit-transform: translate3d(40%,0,0);
  transform: translate3d(40%,0,0);
  opacity: 0;
}
.dx-fade-slide-animation.dx-enter.dx-enter-active,
.dx-fade-slide-animation.dx-leave {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.dx-fade-zoom-animation.dx-enter,
.dx-fade-zoom-animation.dx-leave.dx-leave-active {
  -webkit-transform: scale3d(.3,.3,.3);
  transform: scale3d(.3,.3,.3);
  opacity: 0;
}
.dx-fade-zoom-animation.dx-enter.dx-enter-active,
.dx-fade-zoom-animation.dx-leave {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}
.dx-icon-add,
.dx-icon-airplane,
.dx-icon-aligncenter,
.dx-icon-alignjustify,
.dx-icon-alignleft,
.dx-icon-alignright,
.dx-icon-arrowdown,
.dx-icon-arrowleft,
.dx-icon-arrowright,
.dx-icon-arrowup,
.dx-icon-background,
.dx-icon-blockquote,
.dx-icon-bold,
.dx-icon-bookmark,
.dx-icon-box,
.dx-icon-bulletlist,
.dx-icon-car,
.dx-icon-card,
.dx-icon-cart,
.dx-icon-chart,
.dx-icon-clear,
.dx-icon-clearformat,
.dx-icon-clock,
.dx-icon-close,
.dx-icon-codeblock,
.dx-icon-color,
.dx-icon-comment,
.dx-icon-decreaseindent,
.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-fontsize,
.dx-icon-food,
.dx-icon-formula,
.dx-icon-gift,
.dx-icon-globe,
.dx-icon-group,
.dx-icon-growfont,
.dx-icon-header,
.dx-icon-help,
.dx-icon-home,
.dx-icon-image,
.dx-icon-increaseindent,
.dx-icon-indent,
.dx-icon-info,
.dx-icon-italic,
.dx-icon-key,
.dx-icon-like,
.dx-icon-link,
.dx-icon-map,
.dx-icon-mention,
.dx-icon-menu,
.dx-icon-money,
.dx-icon-music,
.dx-icon-orderedlist,
.dx-icon-overflow,
.dx-icon-percent,
.dx-icon-photo,
.dx-icon-plus,
.dx-icon-preferences,
.dx-icon-product,
.dx-icon-redo,
.dx-icon-refresh,
.dx-icon-remove,
.dx-icon-runner,
.dx-icon-save,
.dx-icon-search,
.dx-icon-shrinkfont,
.dx-icon-strike,
.dx-icon-subscript,
.dx-icon-superscript,
.dx-icon-tags,
.dx-icon-tel,
.dx-icon-tips,
.dx-icon-todo,
.dx-icon-toolbox,
.dx-icon-underline,
.dx-icon-undo,
.dx-icon-user,
.dx-icon-variable,
.dx-icon-video {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dx-icon {
  background-position: 50% 50%;
}
.dx-svg-icon {
  pointer-events: none;
}
.dx-color-scheme {
  font-family: "#";
}
.dx-widget {
  display: block;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  padding: 0;
  outline: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.dx-widget,
.dx-widget *,
.dx-widget :after,
.dx-widget :before,
.dx-widget:after,
.dx-widget:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-item {
  outline: 0;
}
.dx-rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.dx-state-disabled {
  pointer-events: none;
}
.dx-draggable {
  left: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-draggable.dx-state-disabled,
.dx-state-disabled .dx-draggable {
  cursor: default;
}
.dx-draggable-clone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483647;
}
.dx-sortable {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-sortable-dragging.dx-sortable-clone {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .9;
  z-index: 2147483647;
}
.dx-sortable-dragging.dx-sortable-clone * {
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.dx-sortable-source {
  opacity: .5;
}
.dx-sortable-source-hidden {
  opacity: 0;
}
.dx-sortable-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2147483647;
}
.dx-sortable-placeholder-inside {
  border-width: 2px;
}
.dx-resizable {
  display: block;
  position: relative;
}
.dx-resizable-handle {
  position: absolute;
  z-index: 50;
}
.dx-state-disabled .dx-resizable-handle {
  cursor: default;
}
.dx-resizable-handle-left,
.dx-resizable-handle-right {
  top: 0;
  height: 100%;
  width: 3px;
}
.dx-resizable-handle-left {
  left: 0;
  cursor: e-resize;
}
.dx-resizable-handle-right {
  right: 0;
  cursor: e-resize;
}
.dx-resizable-handle-bottom,
.dx-resizable-handle-top {
  left: 0;
  width: 100%;
  height: 3px;
}
.dx-resizable-handle-top {
  top: 0;
  cursor: s-resize;
}
.dx-resizable-handle-bottom {
  bottom: 0;
  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 {
  width: 6px;
  height: 6px;
}
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-left {
  cursor: se-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-top-right {
  cursor: ne-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-top-left {
  left: 0;
  border-bottom-right-radius: 100%;
}
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-right {
  right: 0;
  border-bottom-left-radius: 100%;
}
.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
  top: 0;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right {
  bottom: 0;
}
.dx-fieldset {
  margin-bottom: 20px;
}
.dx-fieldset .dx-field-value {
  margin: 0;
}
.dx-fieldset,
.dx-fieldset * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-fieldset-header:empty {
  display: none;
}
.dx-field {
  position: relative;
  padding: .4em;
}
.dx-field:after,
.dx-field:before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-field:after {
  clear: both;
}
.dx-field-label {
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
  width: auto;
  text-align: left;
}
.dx-fieldset.dx-rtl .dx-field-label,
.dx-rtl .dx-fieldset .dx-field-label {
  float: right;
}
.dx-fieldset.dx-rtl .dx-field-value,
.dx-rtl .dx-fieldset .dx-field-value {
  float: left;
}
.dx-card {
  overflow: hidden;
}
.dx-box-item-content {
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.dx-box-fallback-item > .dx-box-item-content {
  width: 100%;
  height: 100%;
}
.dx-button-disabled {
  cursor: default;
}
.dx-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-button .dx-icon {
  -webkit-user-drag: none;
  display: inline-block;
  vertical-align: middle;
}
.dx-button-content {
  height: 100%;
  max-height: 100%;
}
.dx-button-has-text .dx-button-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-button-content:after {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
  font-size: 0;
}
.dx-button-content > .dx-inkripple {
  display: none;
}
.dx-button-link {
  text-decoration: none;
}
.dx-button-text {
  display: inline;
  vertical-align: middle;
}
.dx-button-submit-input {
  padding: 0;
  margin: 0;
  border: 0;
  height: 0;
  width: 0;
  font-size: 0;
  opacity: 0;
}
.dx-state-disabled .dx-button,
.dx-state-disabled.dx-button {
  cursor: default;
}
.dx-buttongroup {
  display: inline-block;
}
.dx-buttongroup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
}
.dx-buttongroup-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.dx-buttongroup-item.dx-button-mode-contained,
.dx-buttongroup-item.dx-button-mode-outlined {
  border-left-width: 0;
}
.dx-buttongroup-item.dx-button-mode-contained.dx-button,
.dx-buttongroup-item.dx-button-mode-outlined.dx-button {
  border-radius: 0;
}
.dx-buttongroup-item.dx-button-mode-text {
  margin-left: 1px;
}
.dx-buttongroup-item-has-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dx-scrollable-scrollbar-simulated {
  position: relative;
}
.dx-scrollable {
  display: block;
  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;
  position: relative;
  height: 100%;
}
.dx-scrollable-native.dx-scrollable-vertical,
.dx-scrollable-native.dx-scrollable-vertical .dx-scrollable-container {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow-x: hidden;
  overflow-y: auto;
}
.dx-scrollable-native.dx-scrollable-horizontal,
.dx-scrollable-native.dx-scrollable-horizontal .dx-scrollable-container {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  float: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.dx-scrollable-native.dx-scrollable-both,
.dx-scrollable-native.dx-scrollable-both .dx-scrollable-container {
  -ms-touch-action: pan-y pan-x;
  touch-action: pan-y pan-x;
  float: none;
  overflow-x: auto;
  overflow-y: auto;
}
.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 {
  min-height: 101%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.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 {
  -webkit-transform: none;
  transform: none;
  z-index: 0;
}
.dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar,
.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar {
  display: none;
}
.dx-scrollable-container {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-scrollable-container:focus {
  outline: 0;
}
.dx-scrollable-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-scrollable-content {
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-scrollable-content:after,
.dx-scrollable-content:before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-scrollable-content:after {
  clear: both;
}
.dx-scrollable-both .dx-scrollable-content,
.dx-scrollable-horizontal .dx-scrollable-content {
  display: block;
  float: left;
  min-width: 100%;
}
.dx-scrollable-scrollbar {
  position: absolute;
  pointer-events: auto;
}
.dx-scrollbar-vertical {
  top: 0;
  right: 0;
  height: 100%;
}
.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 {
  position: relative;
  background-color: rgba(0,0,0,.5);
  -webkit-transform: translate(0,0);
  -webkit-transition: background-color linear;
  transition: background-color linear;
}
.dx-scrollable-scroll.dx-state-invisible {
  display: block!important;
  background-color: rgba(0,0,0,0);
  -webkit-transition: background-color .5s linear 1s;
  transition: background-color .5s linear 1s;
}
.dx-rtl .dx-scrollable,
.dx-rtl .dx-scrollable .dx-scrollable-container,
.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-rtl.dx-scrollable,
.dx-rtl.dx-scrollable .dx-scrollable-container,
.dx-rtl.dx-scrollable .dx-scrollable-content {
  direction: ltr;
}
.dx-rtl .dx-scrollable .dx-scrollable-content > *,
.dx-rtl.dx-scrollable .dx-scrollable-content > * {
  direction: rtl;
}
.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-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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-device-android .dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
  display: none;
}
.dx-scrollable-simulated .dx-scrollable-content {
  overflow-anchor: none;
}
.dx-scrollable-simulated.dx-scrollable-disabled .dx-scrollable-scrollbar {
  pointer-events: none;
}
.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket {
  position: absolute;
  display: none;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-top-pocket {
  width: 40px;
  height: 40px;
  left: 50%;
  position: absolute;
  z-index: 1;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
  background-image: none;
  position: static;
  height: 100%;
  width: 100%;
  left: -50%;
  margin-left: -20px;
  padding: 0;
  border-radius: 50%;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading {
  -webkit-transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear,-webkit-transform .1s linear;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator {
  position: relative;
  top: 0;
  padding: 4px;
  margin: 0;
  height: 100%;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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 {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading.dx-scrollview-pull-down {
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-image {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.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 {
  position: absolute;
  left: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content {
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  -webkit-transform: none;
  transform: none;
}
.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-y: auto;
  overflow-x: hidden;
}
.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-content,
.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 {
  width: 100%;
  text-align: center;
}
.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:after,
.dx-scrollview-content:before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-scrollview-content:after {
  clear: both;
}
.dx-scrollview-pull-down {
  width: 100%;
  height: 50px;
  padding: 15px 0;
  top: -80px;
  overflow: hidden;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-user-drag: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-scrollview-pull-down-container {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.dx-scrollview-pull-down-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  margin: -15px 20px 0 15px;
  width: 20px;
  -webkit-user-drag: none;
}
.dx-scrollview-pull-down-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  width: 20px;
  height: 50px;
  background-size: contain;
  -webkit-user-drag: none;
  -webkit-transform: translate(0,0) rotate(0);
  transform: translate(0,0) rotate(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear;
}
.dx-scrollview-pull-down-text {
  display: inline;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  -webkit-user-drag: none;
}
.dx-scrollview-pull-down-text div {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: visible;
  opacity: 0;
}
.dx-scrollview-pull-down-text div.dx-scrollview-pull-down-text-visible {
  opacity: 1;
}
.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image {
  -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 {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.dx-scrollview-scrollbottom:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dx-scrollview-scrollbottom-indicator {
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-user-drag: none;
}
.dx-scrollview-scrollbottom-text {
  display: inline-block;
  margin-top: -20px;
  vertical-align: middle;
  -webkit-user-drag: none;
}
.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,
.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 {
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-checkbox.dx-state-readonly {
  cursor: default;
}
.dx-checkbox-icon {
  display: inline-block;
  position: relative;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.dx-checkbox-container {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-checkbox-has-text .dx-checkbox-icon,
.dx-checkbox-has-text .dx-checkbox-text {
  vertical-align: middle;
}
.dx-checkbox-text {
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: normal;
  height: 100%;
  width: 100%;
}
.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 {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-switch-wrapper {
  display: inline-block;
  text-align: left;
  height: 100%;
  width: 100%;
}
.dx-switch-wrapper:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-switch-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dx-switch-container {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.dx-state-disabled .dx-switch,
.dx-state-disabled.dx-switch {
  cursor: default;
}
.dx-switch-handle,
.dx-switch-on-value .dx-switch-inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dx-switch-on-value .dx-switch-handle {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dx-rtl .dx-switch-wrapper,
.dx-rtl.dx-switch-wrapper {
  text-align: right;
}
.dx-rtl .dx-switch-inner {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.dx-rtl .dx-switch-handle {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dx-rtl.dx-switch-on-value .dx-switch-handle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dx-badge {
  padding: 0 5px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.dx-tabs-ie-hack a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  opacity: .001;
}
.dx-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  position: relative;
}
.dx-tabs.dx-tabs-stretched {
  table-layout: auto;
}
.dx-tabs.dx-overflow-hidden {
  overflow: hidden;
}
.dx-tabs-wrapper {
  display: table-row;
}
.dx-tabs-scrollable .dx-tabs-wrapper {
  display: block;
  white-space: nowrap;
  height: 100%;
}
.dx-tabs-scrollable .dx-tab {
  height: 100%;
  display: inline-block;
}
.dx-tabs-scrollable .dx-tab:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dx-tabs-scrollable .dx-scrollable-content {
  height: 100%;
}
.dx-tabs-nav-buttons .dx-tabs-scrollable {
  margin-right: 25px;
  margin-left: 25px;
}
.dx-tabs-nav-button {
  width: 25px;
  padding: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
.dx-tabs-nav-button-left {
  left: 0;
}
.dx-tabs-nav-button-right {
  right: 0;
}
.dx-tabs-expanded {
  display: table;
}
.dx-tab {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.dx-tab a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  opacity: .001;
}
.dx-tab .dx-icon {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  -webkit-user-drag: none;
}
.dx-tab-content {
  display: inline-block;
  max-width: 100%;
}
.dx-tab-text {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  -webkit-user-drag: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-tabs-item-badge {
  display: inline-block;
  vertical-align: top;
}
.dx-state-disabled .dx-tab {
  cursor: default;
}
.dx-map-container,
.dx-map-shield {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}
.dx-map-shield {
  top: -100%;
  left: 0;
  background: rgba(0,0,0,.01);
  opacity: .01;
}
.dx-tabs.dx-navbar {
  margin: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-tabs.dx-navbar .dx-icon {
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 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-navbar-item-badge {
  position: absolute;
  top: 11%;
  right: 50%;
  margin-right: -24px;
}
.dx-rtl .dx-nav-item .dx-navbar-item-badge {
  right: auto;
  left: 50%;
  margin-right: auto;
  margin-left: -24px;
}
.dx-texteditor {
  display: block;
}
.dx-texteditor input::-ms-clear {
  display: none;
}
.dx-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: 100%;
  text-align: left;
  cursor: text;
  pointer-events: none;
}
.dx-placeholder:before {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  content: attr(DATA-DX_PLACEHOLDER);
  pointer-events: none;
  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;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-texteditor-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: content;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dx-texteditor-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.dx-texteditor-input {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dx-texteditor-input:-webkit-autofill + .dx-placeholder {
  display: none;
}
.dx-show-clear-button {
  position: relative;
}
.dx-clear-button-area {
  height: 100%;
  width: 34px;
  position: relative;
  cursor: pointer;
  text-align: justify;
}
.dx-clear-button-area .dx-icon-clear {
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.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 {
  text-align: right;
  left: auto;
  right: 0;
}
.dx-device-android .dx-texteditor-input {
  -webkit-user-modify: read-write-plaintext-only;
}
.dx-searchbox .dx-icon-search {
  display: block;
  position: relative;
  pointer-events: none;
}
.dx-searchbox .dx-icon-search:before {
  content: "";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-dropdowneditor {
  position: relative;
}
.dx-dropdowneditor.dx-dropdowneditor-field-clickable {
  cursor: pointer;
}
.dx-dropdowneditor-input-wrapper {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor {
  border: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor-input {
  text-overflow: ellipsis;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor-input::-ms-clear {
  width: 0;
  height: 0;
}
.dx-dropdowneditor-field-template-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.dx-dropdowneditor-field-template-wrapper > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  opacity: .35;
}
.dx-dropdowneditor-button {
  position: relative;
  float: right;
  height: 100%;
  cursor: pointer;
}
.dx-dropdowneditor-button .dx-button-content {
  text-align: center;
  white-space: nowrap;
}
.dx-rtl .dx-dropdowneditor-button,
.dx-rtl.dx-dropdowneditor-button {
  float: left;
}
.dx-dropdowneditor-button.dx-dropdowneditor-readonly {
  cursor: default;
}
.dx-dropdowneditor-icon {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.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;
}
.dx-list .dx-scrollview-content:focus {
  outline: 0;
}
.dx-wrap-item-text > .dx-list-item > .dx-list-item-content {
  white-space: normal;
}
.dx-empty-collection .dx-list-select-all {
  display: none;
}
.dx-list-group-header:before {
  width: 0;
  height: 0;
  display: block;
  float: right;
  margin-top: 6px;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 5px 0;
}
.dx-list-collapsible-groups .dx-list-group-header {
  cursor: pointer;
}
.dx-list-collapsible-groups .dx-list-group-header:before {
  content: ' ';
}
.dx-list-group-collapsed .dx-list-group-header:before {
  border-width: 0 5px 5px;
}
.dx-list-group-body {
  overflow: hidden;
}
.dx-list-item {
  position: static;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  width: 100%;
}
.dx-list-item-content:before {
  content: "_";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-list .dx-empty-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 3em;
}
.dx-list-item-badge-container {
  display: table-cell;
  width: 20px;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
}
.dx-list-item-badge {
  float: right;
  position: relative;
}
.dx-list-item-chevron-container {
  display: table-cell;
  width: 15px;
  vertical-align: middle;
}
.dx-list-item-icon-container {
  display: inline-block;
}
.dx-list-item-chevron {
  height: 8px;
  width: 8px;
  margin-left: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-width: 2px 0 0 2px;
  border-style: solid;
  opacity: .3;
}
.dx-rtl .dx-list-item-chevron {
  margin-left: auto;
  margin-right: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dx-list-item-response-wait {
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.dx-list-slide-menu-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.dx-list-item-after-bag,
.dx-list-item-before-bag {
  display: table-cell;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.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 {
  -webkit-transition: .1s linear;
  transition: .1s linear;
}
.dx-list-item-before-bag .dx-list-select-checkbox {
  float: left;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}
.dx-list-select-all {
  white-space: nowrap;
}
.dx-list-select-all-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-after-bag .dx-list-reorder-handle {
  cursor: move;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle {
  cursor: default;
}
.dx-list-switchable-menu-shield-positioning {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.dx-device-android-4 .dx-list-switchable-menu-shield-positioning {
  -webkit-transform: none;
  transform: none;
}
.dx-list-switchable-delete-bottom-shield,
.dx-list-switchable-delete-top-shield {
  position: absolute;
  right: 0;
  left: 0;
  cursor: pointer;
}
.dx-list-switchable-delete-top-shield {
  top: 0;
}
.dx-list-switchable-delete-bottom-shield {
  bottom: 0;
}
.dx-list-switchable-delete-item-content-shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dx-list-switchable-delete-button-container {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.dx-list-switchable-delete-button-wrapper {
  display: table;
  height: 100%;
}
.dx-list-switchable-delete-button-inner-wrapper {
  display: table-cell;
  padding-left: 1px;
  height: 100%;
  vertical-align: middle;
}
.dx-list-switchable-menu-item-shield-positioning,
.dx-list-switchable-menu-item-shield-positioning .dx-list-item-content,
.dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content {
  position: relative;
}
.dx-list-switchable-delete-ready .dx-icon-toggle-delete {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dx-list-slide-menu-buttons-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.dx-device-ios .dx-list-slide-menu-buttons-container {
  -webkit-mask-image: -webkit-radial-gradient(white,#000);
}
.dx-list-slide-menu-buttons {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  display: table;
  height: 100%;
}
.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-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-switchable-delete-button,
.dx-state-disabled .dx-list-toggle-delete-switch,
.dx-state-disabled.dx-list-item {
  cursor: default;
}
.dx-list-context-menuitem {
  cursor: pointer;
}
.dx-list-search {
  margin-bottom: 5px;
}
.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-select-checkbox,
.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-select-checkbox,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch {
  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-right: 1px;
  padding-left: 0;
}
.dx-rtl .dx-list .dx-list-slide-item-delete-button-container,
.dx-rtl.dx-list .dx-list-slide-item-delete-button-container {
  right: 100%;
  left: 0;
}
.dx-rtl .dx-list .dx-list-slide-item-delete-button,
.dx-rtl.dx-list .dx-list-slide-item-delete-button {
  right: auto;
  left: 0;
}
.dx-rtl .dx-list .dx-list-group-header:before,
.dx-rtl.dx-list .dx-list-group-header:before {
  float: left;
}
.dx-textarea .dx-texteditor-input-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dx-textarea .dx-texteditor-input {
  resize: none;
  font-family: inherit;
  display: block;
  overflow: auto;
  white-space: pre-wrap;
  margin: 0;
}
.dx-textarea .dx-texteditor-input-auto-resize {
  overflow-y: hidden;
}
.dx-textarea .dx-placeholder {
  height: auto;
}
.dx-textarea .dx-placeholder:before {
  white-space: normal;
}
.dx-numberbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-numberbox input[type=number] {
  -moz-appearance: textfield;
}
.dx-numberbox input[type=number]::-webkit-inner-spin-button,
.dx-numberbox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dx-numberbox-spin-container {
  width: 22px;
  height: 100%;
}
.dx-numberbox-spin-down,
.dx-numberbox-spin-up {
  position: relative;
  width: 100%;
  height: 50%;
  cursor: pointer;
}
.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 {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.dx-numberbox-spin-down-icon,
.dx-numberbox-spin-up-icon {
  width: 100%;
  height: 100%;
}
.dx-state-disabled .dx-numberbox-spin-container {
  opacity: .2;
}
.dx-timeview {
  height: 250px;
  width: 270px;
}
.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 {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 50%;
  margin-left: -15px;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
}
.dx-timeview-field .dx-numberbox {
  width: 70px;
}
.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
  width: 110px;
}
.dx-dateview-item {
  margin: 0;
}
.dx-dateview-rollers {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.dx-dateviewroller {
  position: relative;
  vertical-align: top;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dx-dateview-item-selected-frame:after,
.dx-dateview-item-selected-frame:before {
  pointer-events: none;
}
.dx-dateview-item-selected-border,
.dx-dateviewroller-day .dx-dateview-name-formatter,
.dx-dateviewroller-month .dx-dateview-value-formatter {
  display: none;
}
.dx-texteditor input[type=date]::-webkit-inner-spin-button {
  height: 20px;
}
.dx-datebox-native.dx-state-focused.dx-texteditor-empty .dx-placeholder {
  display: none;
}
.dx-datebox {
  max-width: 100%;
}
.dx-datebox .dx-texteditor-input::-webkit-datetime-edit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit {
  color: transparent;
}
.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit {
  color: inherit;
}
.dx-datebox-wrapper .dx-popup-content {
  padding-top: 20px;
  padding-bottom: 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-right: 10px;
  margin-left: 0;
}
.dx-datebox-button-cell .dx-button.dx-datebox-cancel-button {
  margin-right: 0;
  margin-left: 0;
}
.dx-datebox-buttons-container {
  text-align: right;
  width: 100%;
}
.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-overlay-content .dx-popover-arrow {
  width: 0;
  height: 0;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item {
  display: block;
}
.dx-toolbar {
  width: 100%;
}
.dx-toolbar .dx-button-content:after {
  display: none;
}
.dx-toolbar .dx-button .dx-icon {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-toolbar-items-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-toolbar-item {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-toolbar-item .dx-tabs {
  table-layout: auto;
}
.dx-toolbar-item img {
  display: block;
}
.dx-toolbar-menu-container {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.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-after,
.dx-toolbar-before {
  position: absolute;
}
.dx-toolbar-center:empty {
  display: none;
}
.dx-toolbar-before {
  left: 0;
}
.dx-toolbar-after {
  right: 0;
}
.dx-toolbar-label {
  white-space: nowrap;
  -webkit-user-drag: none;
}
.dx-toolbar-label .dx-toolbar-item-content > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-toolbar-label > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -5px;
  padding: 0 5px;
}
.dx-toolbar-center {
  margin: 0 auto;
  text-align: center;
}
.dx-toolbar-after,
.dx-toolbar-before,
.dx-toolbar-center {
  top: 0;
  display: table;
  height: 100%;
}
.dx-rtl .dx-toolbar-before {
  right: 0;
  left: auto;
}
.dx-rtl .dx-toolbar-after {
  right: auto;
  left: 0;
}
.dx-toolbar-menu-section:empty {
  display: none;
}
.dx-dropdownmenu-popup-wrapper .dx-toolbar-menu-custom > .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button > .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 {
  border: none;
  background: 0 0;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-text {
  line-height: normal;
}
.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-tile {
  position: absolute;
  text-align: center;
}
.dx-tile.dx-state-active {
  -webkit-transform: scale(.96);
  transform: scale(.96);
  -webkit-transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear,-webkit-transform .1s linear;
}
.dx-tile-content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.dx-tileview-wrapper {
  position: relative;
  height: 1px;
}
.dx-device-ios-6 .dx-tile {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-overlay-wrapper {
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1000;
}
.dx-overlay-wrapper,
.dx-overlay-wrapper *,
.dx-overlay-wrapper :after,
.dx-overlay-wrapper :before,
.dx-overlay-wrapper:after,
.dx-overlay-wrapper:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-overlay-modal {
  width: 100%;
  height: 100%;
}
.dx-overlay-shader {
  background-color: rgba(128,128,128,.5);
  pointer-events: auto;
}
.dx-overlay-content {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
  outline: 0;
  overflow: hidden;
}
.dx-overlay-content > .dx-template-wrapper {
  height: 100%;
  width: 100%;
}
.dx-device-android .dx-overlay-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-device-android .dx-scrollable-native .dx-overlay-content {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.dx-toast-content {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.dx-toast-icon {
  display: table-cell;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
}
.dx-toast-message {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.dx-toast-info {
  background-color: #80b9e4;
}
.dx-toast-warning {
  background-color: #ffb277;
}
.dx-toast-error {
  background-color: #f77;
}
.dx-toast-success {
  background-color: #6ec881;
}
.dx-rtl .dx-toast-message {
  padding-left: 0;
  padding-right: 10px;
}
.dx-popup-title {
  padding: 10px;
  min-height: 19px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  white-space: normal;
}
.dx-popup-draggable .dx-popup-title {
  cursor: move;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.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-overlay-content .dx-popup-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-popup-flex-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-bottom,
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-title {
  width: 100%;
}
.dx-popup-flex-height .dx-popup-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.dx-popup-content {
  padding: 10px;
  -webkit-user-drag: none;
}
.dx-popup-content.dx-dialog-content {
  padding: 0;
}
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container {
  max-height: inherit;
  min-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-widget {
  max-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container {
  max-height: inherit;
  min-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-widget {
  max-height: inherit;
}
.dx-dialog-root .dx-overlay-shader {
  background-color: #444;
}
.dx-dialog-message {
  padding: 10px 10px 5px;
}
.dx-prevent-safari-scrolling {
  position: fixed;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
}
.dx-popover-wrapper .dx-popover-arrow:after {
  width: 14.14227125px;
  height: 14.14227125px;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,
.dx-popover-wrapper.dx-position-top .dx-popover-arrow {
  width: 20px;
  height: 10px;
}
.dx-popover-wrapper.dx-position-left .dx-popover-arrow,
.dx-popover-wrapper.dx-position-right .dx-popover-arrow {
  width: 10px;
  height: 20px;
}
.dx-popover-arrow {
  position: absolute;
  z-index: 2000;
  overflow: hidden;
}
.dx-popover-arrow:after {
  position: absolute;
  display: block;
  overflow: hidden;
  content: " ";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dx-popover-wrapper.dx-position-top .dx-popover-arrow:after {
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.dx-popover-wrapper.dx-position-left .dx-popover-arrow:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.dx-popover-wrapper.dx-position-right .dx-popover-arrow:after {
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.dx-popover-wrapper .dx-overlay-content {
  overflow: visible;
}
.dx-popover-wrapper .dx-popup-content {
  overflow: hidden;
}
.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-left .dx-progressbar-status,
.dx-progressbar .dx-position-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-right .dx-progressbar-status {
  display: table-cell;
  vertical-align: middle;
}
.dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-left .dx-progressbar-status,
.dx-progressbar .dx-position-top-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-left .dx-progressbar-status {
  float: left;
}
.dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-right .dx-progressbar-status,
.dx-progressbar .dx-position-top-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-right .dx-progressbar-status {
  float: right;
}
.dx-progressbar .dx-position-bottom-center .dx-progressbar-status,
.dx-progressbar .dx-position-top-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 {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-progressbar-range-container {
  width: 100%;
}
.dx-progressbar-container {
  position: relative;
  width: 100%;
}
.dx-progressbar-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  direction: ltr;
}
.dx-progressbar-range {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-progressbar-status {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 20px;
  font-size: 12px;
}
.dx-progressbar-animating-segment {
  display: none;
}
.dx-progressbar-animating-container {
  width: 100%;
}
.dx-rtl .dx-progressbar .dx-progressbar-wrapper,
.dx-rtl.dx-progressbar .dx-progressbar-wrapper {
  direction: rtl;
}
.dx-tooltip-wrapper .dx-overlay-content {
  min-width: 34px;
  min-height: 26px;
  text-align: center;
  line-height: 0;
}
.dx-tooltip-wrapper .dx-overlay-content:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
  display: inline-block;
  padding: 12px 17px;
  font-size: .85em;
  line-height: normal;
  white-space: nowrap;
}
.dx-slider-label {
  position: absolute;
  font-size: .85em;
}
.dx-slider-label:last-child {
  right: 0;
  left: auto;
}
.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-top {
  padding-top: 14px;
}
.dx-slider-label-position-top .dx-slider-label {
  top: -8px;
}
.dx-slider {
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-slider:before {
  display: inline-block;
  height: 100%;
  content: '';
  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 {
  width: 9.89958987px;
  height: 9.89958987px;
}
.dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,
.dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow {
  width: 14px;
  height: 7px;
}
.dx-slider .dx-popover-wrapper.dx-position-left .dx-popover-arrow,
.dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow {
  width: 7px;
  height: 14px;
}
.dx-slider-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.dx-slider-bar {
  position: relative;
}
.dx-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  -webkit-user-drag: none;
}
.dx-slider-handle {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
  -webkit-user-drag: none;
}
.dx-slider-handle .dx-tooltip-wrapper .dx-popup-content {
  line-height: 0;
}
.dx-state-disabled .dx-slider-wrapper {
  cursor: default;
}
.dx-rtl .dx-slider-handle {
  right: auto;
  left: 0;
}
.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 {
  top: 0;
  right: auto;
  left: 0;
}
.dx-rtl .dx-rangeslider-start-handle {
  right: 0;
  left: auto;
}
.dx-gallery {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pinch-zoom pan-y;
  touch-action: pinch-zoom pan-y;
}
.dx-gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.dx-gallery-wrapper > .dx-empty-message {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dx-gallery-container {
  position: relative;
  height: 100%;
}
.dx-gallery-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dx-gallery-item-image {
  max-width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  margin: auto;
}
.dx-gallery-item-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dx-gallery .dx-gallery-item-loop {
  display: none;
}
.dx-gallery-loop .dx-gallery-item-loop {
  display: inline-block;
  position: absolute;
}
.dx-gallery-item-invisible {
  visibility: hidden;
}
.dx-gallery-nav-button-next,
.dx-gallery-nav-button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-size: 100% 100%;
}
.dx-gallery-nav-button-prev {
  left: 0;
}
.dx-gallery-nav-button-next {
  right: 0;
}
.dx-gallery-indicator {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 10px;
  font-size: 0;
}
.dx-gallery-indicator-item {
  display: inline-block;
  margin: 0 2px;
  height: 10px;
  cursor: pointer;
}
.dx-state-disabled .dx-gallery-indicator-item,
.dx-state-disabled .dx-gallery-nav-button-next,
.dx-state-disabled .dx-gallery-nav-button-prev {
  cursor: default;
}
.dx-rtl .dx-gallery-nav-button-prev {
  right: 0;
  left: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-rtl .dx-gallery-nav-button-next {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-device-android .dx-scrollable-native .dx-gallery-indicator,
.dx-device-android .dx-scrollable-native .dx-gallery-item,
.dx-device-android .dx-scrollable-native .dx-gallery-nav-button-next,
.dx-device-android .dx-scrollable-native .dx-gallery-nav-button-prev {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.dx-device-android .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-item,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-next,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-prev,
.dx-device-ios-6 .dx-gallery,
.dx-device-ios-6 .dx-gallery-indicator,
.dx-device-ios-6 .dx-gallery-item,
.dx-device-ios-6 .dx-gallery-nav-button-next,
.dx-device-ios-6 .dx-gallery-nav-button-prev {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-dropdownlist-popup-wrapper .dx-list {
  min-height: 35px;
}
.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content {
  margin: 0;
}
.dx-lookup {
  margin: 0;
  height: 19px;
}
.dx-lookup .dx-popup-content .dx-scrollable {
  height: calc(100% - 45px);
}
.dx-lookup .dx-lookup-field-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-lookup .dx-rtl .dx-lookup-field-wrapper:after,
.dx-lookup:not(.dx-rtl) .dx-lookup-field-wrapper:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-lookup-field {
  outline: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-lookup-field:before {
  content: ".";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-lookup-arrow {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
}
.dx-rtl .dx-lookup-arrow {
  right: auto;
  left: 0;
}
.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-actionsheet-popup-wrapper .dx-overlay-content {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-user-drag: none;
}
.dx-actionsheet-popover-wrapper .dx-popup-content .dx-button,
.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.dx-actionsheet-cancel,
.dx-actionsheet-item {
  width: 100%;
}
.dx-state-disabled .dx-actionsheet-container .dx-button {
  cursor: default;
}
.dx-actionsheet-popover-wrapper .dx-popup-title,
.dx-actionsheet-popup-wrapper .dx-popup-title {
  word-wrap: break-word;
}
.dx-loadindicator {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.dx-loadindicator-wrapper {
  width: 100%;
  height: 100%;
  font-size: 32px;
  margin: auto;
}
.dx-loadindicator-image {
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.dx-loadindicator-icon {
  direction: ltr;
}
.dx-loadindicator-icon-custom {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: 1.5s linear infinite dx-loadindicator-icon-custom-rotate;
  animation: 1.5s linear infinite dx-loadindicator-icon-custom-rotate;
}
@-webkit-keyframes dx-loadindicator-icon-custom-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dx-loadindicator-icon-custom-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dx-loadindicator-container > .dx-loadindicator {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -16px;
  margin-left: -16px;
}
.dx-loadindicator-container > .dx-loadindicator.dx-loadindicator {
  margin-top: -16px;
  margin-left: -16px;
}
.dx-loadindicator-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-loadpanel-content {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fefefe;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  border-radius: 5px;
}
.dx-loadpanel-content:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-loadpanel-content-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dx-loadpanel-message {
  text-align: center;
}
.dx-loadpanel-content.dx-loadpanel-pane-hidden {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: 0 0;
}
@-webkit-keyframes dx-loadpanel-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dx-loadpanel-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dx-dropdownbutton {
  display: inline-block;
}
.dx-dropdownbutton-content.dx-popup-content {
  padding: 0;
}
.dx-dropdownbutton-content .dx-list .dx-empty-message,
.dx-dropdownbutton-content .dx-list .dx-list-item {
  border: none;
}
.dx-dropdownbutton-toggle.dx-button .dx-button-content {
  padding-left: 0;
  padding-right: 0;
}
.dx-rtl .dx-dropdownbutton-toggle {
  border-right-width: 0;
}
.dx-dropdownbutton-action.dx-button .dx-button-content {
  padding-right: 10px;
  padding-left: 10px;
}
.dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button .dx-button-content {
  padding-left: 10px;
  padding-right: 4px;
}
.dx-rtl .dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button .dx-button-content {
  padding-left: 4px;
  padding-right: 10px;
}
.dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button {
  border-right-width: 0;
  border-left-width: 1px;
}
.dx-rtl .dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button {
  border-right-width: 1px;
  border-left-width: 0;
}
.dx-selectbox {
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input {
  max-width: 100%;
}
.dx-selectbox .dx-texteditor-input:-moz-read-only {
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input:read-only {
  cursor: pointer;
}
.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;
  text-shadow: 0 0 0 gray;
  min-width: 0;
  width: .1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input:focus {
  outline: 0;
}
.dx-tagbox.dx-state-disabled .dx-texteditor-input {
  background: 0 0;
}
.dx-tagbox.dx-state-disabled .dx-tag-content {
  cursor: default;
}
.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dx-tag {
  max-width: calc(100% - 1px);
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.dx-tag-container.dx-texteditor-input-container {
  padding: 0 4px 0 0;
  outline: 0;
}
.dx-tagbox-single-line .dx-tag-container.dx-texteditor-input-container {
  overflow: hidden;
  white-space: nowrap;
}
.dx-texteditor-container.dx-tag-container {
  white-space: normal;
}
.dx-tag-content {
  position: relative;
  display: inline-block;
  margin: 4px 0 0 4px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
}
.dx-tag-content:before {
  content: ".";
  color: transparent;
  display: inline-block;
  width: 0;
}
.dx-tag-remove-button {
  position: absolute;
  top: 0;
  right: 0;
}
.dx-tag-remove-button:after,
.dx-tag-remove-button:before {
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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 {
  right: auto;
  left: 0;
}
.dx-rtl .dx-tagbox .dx-tag-container,
.dx-tagbox.dx-rtl .dx-tag-container {
  padding-left: 4px;
  padding-right: 0;
}
.dx-radiobutton {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: table;
  cursor: pointer;
}
.dx-state-disabled.dx-radiobutton {
  cursor: default;
}
.dx-radio-value-container {
  display: table-cell;
  padding-right: 10px;
  padding-left: 5px;
  vertical-align: middle;
}
.dx-rtl .dx-radio-value-container,
.dx-rtl.dx-radio-value-container {
  padding-right: 5px;
  padding-left: 10px;
}
.dx-radiogroup-horizontal:after,
.dx-radiogroup-horizontal:before {
  display: table;
  content: "";
  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-accordion-item-title {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-accordion-item-title .dx-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.dx-accordion-item-title:before {
  content: '';
  background-position: center;
  float: right;
}
.dx-accordion-item-body {
  overflow: hidden;
  font-size: 14px;
}
.dx-accordion-item-closed .dx-accordion-item-body {
  visibility: hidden;
}
.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 {
  height: 100%;
  width: 100%;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-slideoutview-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dx-slideoutview-menu-content {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-slideoutview-menu-content.dx-slideoutview-right {
  right: 0;
}
.dx-slideoutview-menu-content.dx-slideoutview-left {
  left: 0;
}
.dx-slideoutview-content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.dx-slideoutview-shield {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.dx-device-android .dx-slideoutview-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-slideout {
  height: 100%;
  width: 100%;
}
.dx-slideout-menu {
  min-width: 280px;
  max-width: 350px;
}
.dx-slideout-menu .dx-list-item .dx-icon {
  float: left;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.dx-slideout-item,
.dx-slideout-item-content {
  height: 100%;
  width: 100%;
}
.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.dx-colorview-container {
  width: 450px;
  overflow: hidden;
}
.dx-colorview-container label {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  white-space: normal;
}
.dx-colorview-container label.dx-colorview-label-hex {
  margin: 10px 0 0;
}
.dx-colorview-container label.dx-colorview-alpha-channel-label {
  margin-left: 43px;
  width: 115px;
}
.dx-colorview-container label .dx-texteditor {
  width: 69px;
  float: right;
  margin: 1px 1px 10px 0;
}
.dx-colorview-container .dx-button {
  margin-top: 0;
  margin-bottom: 0;
}
.dx-colorview-container .dx-button.dx-colorview-apply-button {
  margin-right: 10px;
  margin-left: 0;
}
.dx-colorview-container .dx-button.dx-colorview-cancel-button {
  margin-right: 0;
  margin-left: 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: 10px;
}
.dx-colorview-container-cell {
  float: left;
}
.dx-colorview-palette-handle {
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  cursor: crosshair;
  border-radius: 100%;
  z-index: 5;
}
.dx-colorview-alpha-channel-handle,
.dx-colorview-hue-scale-handle {
  position: absolute;
  cursor: pointer;
}
.dx-colorview-hue-scale-handle {
  width: 36px;
  height: 17px;
  top: 0;
  left: -7px;
}
.dx-colorview-alpha-channel-handle {
  width: 17px;
  height: 36px;
  top: -6px;
  left: 0;
}
.dx-colorview-hue-scale {
  position: relative;
  width: 18px;
  height: 299px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear,left bottom,left top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
  background-image: linear-gradient(0deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
}
.dx-colorbox-input-container::after,
.dx-colorview-alpha-channel-wrapper,
.dx-colorview-color-preview-container-inner {
  background-image: linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc),linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc);
  background-size: 16px 16px;
  background-position: 0 0,8px 8px;
}
.dx-colorview-alpha-channel-wrapper {
  background-position: 0 6px,8px 14px;
}
.dx-colorbox-input-container {
  height: 100%;
}
.dx-colorview-palette-gradient-white {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
  background-image: linear-gradient(270deg,rgba(255,255,255,0),rgba(255,255,255,1));
}
.dx-colorview-palette-gradient-black {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,1));
}
.dx-colorview-palette {
  position: relative;
  overflow: hidden;
  width: 288px;
  height: 299px;
  cursor: crosshair;
}
.dx-colorview-palette-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dx-colorview-alpha-channel-scale {
  width: 288px;
  height: 20px;
  position: relative;
}
.dx-colorview-hue-scale-cell {
  margin-left: 19px;
  position: relative;
}
.dx-colorview-hue-scale-wrapper {
  height: 301px;
}
.dx-colorview-controls-container {
  position: relative;
  width: 90px;
  margin-left: 27px;
}
.dx-colorview-color-preview {
  width: 86px;
  height: 40px;
}
.dx-colorview-alpha-channel-cell {
  margin: 6px 0;
  position: relative;
  width: 292px;
}
.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-right: 19px;
  margin-left: 0;
}
.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label {
  margin-right: 41px;
  margin-left: 0;
}
.dx-rtl .dx-colorview-container label .dx-texteditor {
  float: left;
}
.dx-rtl .dx-colorview-controls-container {
  margin-right: 25px;
  margin-left: 0;
}
.dx-rtl .dx-colorview-alpha-channel-scale {
  direction: ltr;
}
.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview {
  border: none;
}
.dx-colorbox-input-container .dx-placeholder:before {
  max-width: calc(100% - 25px);
}
.dx-colorbox .dx-texteditor-input-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  left: 14px;
}
.dx-colorbox .dx-colorbox-color-is-not-defined .dx-texteditor-input-container:before {
  background: 0 0;
}
.dx-colorbox-color-result-preview {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  left: 13px;
  border: 1px solid;
}
.dx-colorbox-input-container .dx-colorbox-input.dx-texteditor-input {
  -webkit-appearance: none;
  padding-left: 40px;
}
.dx-colorbox-overlay {
  padding: 20px;
}
.dx-colorbox-overlay .dx-popup-content {
  overflow: hidden;
  padding: 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;
  text-align: end;
  padding-right: 40px;
}
.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:before,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container:before {
  left: auto;
  right: 14px;
}
.dx-pager {
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-pager .dx-pages {
  float: right;
}
.dx-pager .dx-pages .dx-page {
  display: inline-block;
  cursor: pointer;
  padding: 7px 8px 8px;
  margin-left: 5px;
  margin-right: 1px;
}
.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 {
  display: inline-block;
  margin-right: 9px;
  opacity: .6;
}
.dx-pager .dx-pages .dx-navigate-button {
  width: 10px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 7px 13px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-pager .dx-pages .dx-navigate-button.dx-button-disable {
  opacity: .3;
  cursor: inherit;
}
.dx-pager .dx-pages .dx-next-button,
.dx-pager .dx-pages .dx-prev-button {
  position: relative;
}
.dx-pager .dx-page-sizes {
  float: left;
}
.dx-pager .dx-page-sizes .dx-page-size {
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 1px;
  padding: 7px 9px 8px 10px;
}
.dx-pager .dx-page-sizes .dx-page-size:first-child {
  margin-left: 1px;
}
.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection {
  cursor: inherit;
  text-shadow: 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-info-text,
.dx-pager .dx-light-pages .dx-page-index,
.dx-pager .dx-light-pages .dx-pages-count {
  display: table-cell;
}
.dx-pager.dx-rtl .dx-pages,
.dx-rtl .dx-pager .dx-pages {
  float: left;
  direction: ltr;
}
.dx-pager.dx-rtl .dx-pages .dx-page,
.dx-rtl .dx-pager .dx-pages .dx-page {
  direction: ltr;
}
.dx-pager.dx-rtl .dx-pages .dx-info,
.dx-rtl .dx-pager .dx-pages .dx-info {
  direction: rtl;
  margin-left: 9px;
  margin-right: 0;
}
.dx-pager.dx-rtl .dx-page-sizes,
.dx-rtl .dx-pager .dx-page-sizes {
  float: right;
}
.dx-gridbase-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.dx-gridbase-container > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dx-datagrid-checkbox-size {
  vertical-align: middle;
}
.dx-datagrid-important-margin {
  margin-right: 5px!important;
}
.dx-datagrid-table {
  background-color: transparent;
}
.dx-datagrid .dx-datagrid-content-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.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 {
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-header-row td.dx-pointer-events-none {
  border-bottom-color: transparent;
}
.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 > .dx-datagrid-total-footer {
  border-top: 0;
}
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager {
  margin-top: 1px;
}
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-header-panel {
  border-bottom: 0;
}
.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: 0;
}
.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;
}
.dx-datagrid .dx-link {
  text-decoration: underline;
  cursor: pointer;
}
.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-index-icon {
  padding-right: 3px;
  margin-left: -3px;
  width: 15px;
}
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter,
.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-sort.dx-sort {
  display: inline-block;
}
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter:after,
.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-datagrid .dx-row > td,
.dx-datagrid .dx-row > tr > td {
  padding: 7px;
}
.dx-datagrid .dx-error-row {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.dx-datagrid .dx-error-row .dx-error-message {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dx-datagrid .dx-error-row .dx-error-message a {
  color: inherit;
}
.dx-datagrid .dx-datagrid-rowsview .dx-data-row .dx-command-drag {
  cursor: move;
  vertical-align: middle;
  padding: 0;
}
.dx-sortable-dragging .dx-datagrid-rowsview .dx-data-row .dx-command-drag {
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.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: 0 20px 20px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
  opacity: .5;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-datagrid-drag-action {
  opacity: 1;
  cursor: pointer;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
  padding: 0;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node {
  padding-left: 0;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node .dx-checkbox {
  left: 4px;
}
.dx-datagrid-nowrap,
.dx-datagrid-nowrap .dx-header-row>td>.dx-datagrid-text-content {
  white-space: nowrap;
}
.dx-datagrid-drag-header {
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-datagrid-drag-header.dx-drag-command-cell {
  padding: 0;
}
.dx-datagrid-columns-separator {
  position: absolute;
  z-index: 3;
  width: 3px;
}
.dx-datagrid-columns-separator-transparent {
  border-left: 0;
  border-right: 0;
}
.dx-datagrid-tracker {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: col-resize;
}
.dx-datagrid-table-content {
  position: absolute;
  top: 0;
}
.dx-datagrid-focus-overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dx-datagrid-action,
.dx-datagrid-drag-action {
  cursor: pointer;
}
.dx-datagrid-content {
  position: relative;
}
.dx-datagrid-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-table-fixed {
  table-layout: fixed;
  width: 100%;
}
.dx-datagrid-content .dx-datagrid-table {
  border-collapse: collapse;
  border-spacing: 0;
  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.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
  width: 26px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators {
  float: none!important;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators > span {
  width: 14px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
  display: inline-block;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-header-row .dx-datagrid-text-content {
  max-width: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-right {
  margin-left: 3px;
}
.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:not(.dx-datagrid-table-fixed) .dx-master-detail-cell {
  max-width: 0;
}
.dx-datagrid-content .dx-datagrid-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
  border-left: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space {
  border-right: none;
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space + td {
  border-left: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container {
  overflow: hidden;
}
.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-datagrid-invalid .dx-invalid-message.dx-overlay .dx-overlay-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
  max-width: 0;
  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;
  margin: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-dropdowneditor {
  margin-left: -1px;
  padding-left: 1px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
  padding: 0;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
  text-overflow: clip;
  width: 100px;
  min-width: 100px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
  width: 80px;
  min-width: 80px;
  line-height: 1;
  white-space: nowrap;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
  text-decoration: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit .dx-link-icon {
  display: inline-block;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
  padding: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-adaptive {
  padding: 0;
  vertical-align: middle;
}
.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-last-data-cell {
  border-right: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-command-adaptive-hidden {
  border-left: none;
}
.dx-datagrid-headers {
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-header-row > td > .dx-datagrid-text-content {
  white-space: normal;
  vertical-align: top;
}
.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor {
  border-width: 0;
}
.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused:after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  pointer-events: none;
}
.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: 0;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-menu {
  display: none;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu {
  position: relative;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
  display: block;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before,
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  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 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-left: -2px;
  margin-top: -2px;
  height: 100%;
  overflow: visible;
}
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal {
  height: 100%;
}
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout,
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text {
  display: none;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused:after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 102%;
  content: '';
}
.dx-datagrid-filter-row > .dx-first-cell .dx-menu,
.dx-datagrid-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 30px 5px 5px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
  padding: 8px 5px 7px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
  padding: 9px 6px 8px;
}
.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: 400;
}
.dx-datagrid-scroll-container {
  overflow: hidden;
  width: 100%;
}
.dx-datagrid-header-panel {
  text-align: left;
}
.dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 10px;
}
.dx-datagrid-search-panel {
  margin: 0 0 0 15px;
}
.dx-gridbase-container > .dx-datagrid-rowsview {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: auto;
}
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  min-width: 0;
  min-height: 0;
}
.dx-datagrid-rowsview {
  position: relative;
  overflow: hidden;
}
.dx-datagrid-rowsview.dx-empty {
  height: 100px;
}
.dx-datagrid-rowsview.dx-empty .dx-scrollable-content {
  height: 100%;
}
.dx-datagrid-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
  z-index: 2;
}
.dx-datagrid-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
  z-index: 3;
}
.dx-datagrid-rowsview .dx-datagrid-content {
  overflow-anchor: none;
}
.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed) {
  min-height: 100%;
}
.dx-datagrid-rowsview:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-row > td,
.dx-datagrid-rowsview .dx-row > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child,
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>td,
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>tr>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 > tr > td .dx-link,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td .dx-link,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td .dx-link {
  color: inherit;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row,
.dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row {
  border-top: 0;
  border-bottom: 0;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row > td,
.dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row > td {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: none;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox,
.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr>td:hover>.dx-select-checkbox {
  display: inline-block;
}
.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
  padding: 30px;
}
.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-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.dx-datagrid-bottom-load-panel {
  text-align: center;
  padding: 10px;
}
.dx-datagrid-hidden-column {
  white-space: nowrap;
}
.dx-datagrid .dx-row .dx-datagrid-hidden-column {
  border-right-width: 0;
  border-left-width: 0;
}
.dx-datagrid-hidden-column > * {
  display: none!important;
}
.dx-datagrid-total-footer {
  position: relative;
}
.dx-datagrid-total-footer > .dx-datagrid-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-datagrid-summary-item {
  font-weight: 700;
}
.dx-datagrid-export-menu .dx-menu-item .dx-checkbox {
  margin-left: 0;
}
.dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
  width: 16px;
  height: 16px;
}
.dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
  white-space: nowrap;
  word-break: normal;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
  border: none;
  -webkit-box-shadow: 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 {
  width: 0;
  height: 0;
}
.dx-datagrid-revert-tooltip .dx-revert-button {
  margin: 0;
}
.dx-datagrid-notouch-action {
  -ms-touch-action: none;
  touch-action: none;
  -ms-content-zooming: none;
  -ms-overflow-style: none;
}
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item {
  border: none;
}
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item,
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item {
  padding: 7px 5px 7px 30px;
}
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image,
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: right;
}
.dx-datagrid.dx-rtl .dx-texteditor-buttons-container,
.dx-rtl .dx-datagrid .dx-texteditor-buttons-container {
  text-align: start;
}
.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;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
  border-right: none;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  -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-rowsview,
.dx-rtl .dx-datagrid-total-footer {
  direction: ltr;
}
.dx-rtl .dx-datagrid-headers .dx-datagrid-table,
.dx-rtl .dx-datagrid-rowsview .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-placeholder:before,
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input {
  padding-right: 32px;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2px;
}
.dx-rtl .dx-datagrid-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 5px 5px 30px;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu-caption {
  padding-right: 6px;
}
.dx-rtl .dx-datagrid-header-panel {
  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 15px 0 0;
}
.dx-datagrid-filter-panel,
.dx-datagrid-filter-panel-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
}
.dx-datagrid-filter-panel {
  padding: 10px;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter:hover,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-checkbox {
  padding-right: 10px;
}
.dx-datagrid-filter-panel .dx-icon-filter {
  margin: auto 7px auto auto;
  cursor: pointer;
}
.dx-datagrid {
  position: relative;
  cursor: default;
  white-space: normal;
  line-height: normal;
}
.dx-hidden.dx-group-cell {
  display: table-cell!important;
  font-size: 0!important;
}
.dx-datagrid-group-panel {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datagrid-group-panel .dx-group-panel-item {
  display: inline-block;
  min-width: 30px;
  margin-right: 10px;
  white-space: nowrap;
}
.dx-datagrid-group-panel .dx-group-panel-item .dx-sort {
  margin-left: 6px;
}
.dx-datagrid-group-panel .dx-block-separator {
  display: inline-block;
  min-width: 30px;
  margin-right: 10px;
  white-space: nowrap;
  color: transparent;
  position: relative;
  min-width: 0;
}
.dx-datagrid-group-panel .dx-block-separator .dx-sort {
  margin-left: 6px;
}
.dx-datagrid-rowsview .dx-row.dx-group-row td {
  border-top: 1px solid;
  border-bottom: 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-adaptive-detail-row .dx-field-item-content:focus {
  outline: 0;
}
.dx-datagrid-group-closed,
.dx-datagrid-group-opened {
  cursor: pointer;
  position: relative;
}
.dx-datagrid-group-closed:before,
.dx-datagrid-group-opened:before {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
}
.dx-rtl .dx-datagrid-group-closed {
  -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-block-separator,
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item {
  margin-right: 0;
  margin-left: 10px;
}
.dx-rtl .dx-datagrid-group-panel .dx-sort {
  margin-left: 0;
  margin-right: 6px;
}
.dx-pivotgrid-fields-container .dx-header-filter,
.dx-pivotgrid-fields-container .dx-sort {
  display: inline-block;
}
.dx-pivotgrid-fields-container .dx-area-field-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-pivotgrid-fields-container.dx-drag .dx-area-field-content {
  display: inline-block;
}
.dx-pivotgrid-fields-container.dx-drag .dx-column-indicators {
  float: none;
  display: inline-block;
}
.dx-pivotgrid-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.dx-pivotgrid {
  cursor: default;
  width: 100%;
  position: relative;
}
.dx-pivotgrid.dx-overflow-hidden {
  overflow: hidden;
}
.dx-pivotgrid .dx-area-column-cell,
.dx-pivotgrid .dx-area-data-cell {
  width: 100%;
}
.dx-pivotgrid .dx-area-data-cell {
  position: relative;
}
.dx-pivotgrid table,
.dx-pivotgrid tbody,
.dx-pivotgrid td,
.dx-pivotgrid tfoot,
.dx-pivotgrid th,
.dx-pivotgrid thead,
.dx-pivotgrid tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.dx-pivotgrid table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}
.dx-pivotgrid td {
  vertical-align: top;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-pivotgrid .dx-area-description-cell {
  position: relative;
  background-clip: padding-box;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-fields-area {
  position: absolute;
  bottom: 0;
}
.dx-pivotgrid .dx-ie {
  height: 1px;
}
.dx-pivotgrid .dx-ie .dx-area-description-cell {
  position: static;
  height: inherit;
  vertical-align: bottom;
  font-size: 0;
}
.dx-pivotgrid .dx-ie .dx-area-description-cell .dx-pivotgrid-fields-area {
  position: relative;
  display: inline-block;
}
.dx-pivotgrid .dx-area-field-content,
.dx-pivotgrid .dx-column-indicators {
  display: inline-block;
}
.dx-pivotgrid .dx-expand-icon-container {
  position: relative;
  display: inline-block;
}
.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area {
  position: static;
}
.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area:not(.dx-hidden) {
  display: table-cell;
}
.dx-pivotgrid .dx-incompressible-fields .dx-column-indicators {
  vertical-align: top;
  float: none!important;
}
.dx-pivotgrid .dx-incompressible-fields .dx-area-field {
  display: inline-block;
  white-space: nowrap;
}
.dx-pivotgrid .dx-area-field,
.dx-pivotgrid .dx-area-field-content {
  white-space: nowrap;
}
.dx-pivotgrid .dx-popup-content .dx-column-indicators {
  float: none!important;
  display: inline-block;
}
.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,
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
  display: inline-block;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-area {
  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;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dx-pivotgridfieldchooser {
  position: relative;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-0,
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(1) {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}
.dx-pivotgridfieldchooser .dx-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(1) {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dx-pivotgridfieldchooser .dx-area-caption {
  vertical-align: middle;
}
.dx-pivotgrid-action {
  cursor: pointer;
}
.dx-pivotgrid-drag-action {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-treelist-checkbox-size {
  vertical-align: middle;
}
.dx-treelist-important-margin {
  margin-right: 5px!important;
}
.dx-treelist-table {
  background-color: transparent;
}
.dx-treelist .dx-treelist-content-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.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 {
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-header-row td.dx-pointer-events-none {
  border-bottom-color: transparent;
}
.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-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-link {
  text-decoration: underline;
  cursor: pointer;
}
.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-index-icon {
  padding-right: 3px;
  margin-left: -3px;
  width: 15px;
}
.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter,
.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-sort.dx-sort {
  display: inline-block;
}
.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter:after,
.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-treelist .dx-row > td,
.dx-treelist .dx-row > tr > td {
  padding: 7px;
}
.dx-treelist .dx-error-row {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.dx-treelist .dx-error-row .dx-error-message {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dx-treelist .dx-error-row .dx-error-message a {
  color: inherit;
}
.dx-treelist .dx-treelist-rowsview .dx-data-row .dx-command-drag {
  cursor: move;
  vertical-align: middle;
  padding: 0;
}
.dx-sortable-dragging .dx-treelist-rowsview .dx-data-row .dx-command-drag {
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.dx-sortable-without-handle .dx-data-row {
  cursor: pointer;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
  border-bottom: none;
  font-size: 16px;
}
.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: 0 20px 20px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
  opacity: .5;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-treelist-drag-action {
  opacity: 1;
  cursor: pointer;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
  padding: 0;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node {
  padding-left: 0;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node .dx-checkbox {
  left: 4px;
}
.dx-treelist-nowrap,
.dx-treelist-nowrap .dx-header-row>td>.dx-treelist-text-content {
  white-space: nowrap;
}
.dx-treelist-drag-header {
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-treelist-drag-header.dx-drag-command-cell {
  padding: 0;
}
.dx-treelist-columns-separator {
  position: absolute;
  z-index: 3;
  width: 3px;
}
.dx-treelist-columns-separator-transparent {
  border-left: 0;
  border-right: 0;
}
.dx-treelist-tracker {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: col-resize;
}
.dx-treelist-table-content {
  position: absolute;
  top: 0;
}
.dx-treelist-focus-overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 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 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-table-fixed {
  table-layout: fixed;
  width: 100%;
}
input.dx-hidden {
  display: inline-block!important;
  width: 0!important;
}
.dx-hidden-cell {
  visibility: hidden;
}
.dx-row > td,
.dx-row > tr > 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.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
  width: 26px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators {
  float: none!important;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators > span {
  width: 14px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
  display: inline-block;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-header-row .dx-treelist-text-content {
  max-width: none;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-right {
  margin-left: 3px;
}
.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:not(.dx-treelist-table-fixed) .dx-master-detail-cell {
  max-width: 0;
}
.dx-treelist-content .dx-treelist-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.dx-treelist-content .dx-treelist-table .dx-row > td,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td {
  vertical-align: top;
}
.dx-treelist-content .dx-treelist-table .dx-row > td:first-child,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td:first-child {
  border-left: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space {
  border-right: none;
  vertical-align: top;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td,
.dx-treelist-content .dx-treelist-table .dx-row > tr > 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-treelist-invalid .dx-invalid-message.dx-overlay .dx-overlay-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell {
  max-width: 0;
  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 {
  padding: 0;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit {
  text-overflow: clip;
  width: 100px;
  min-width: 100px;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
  width: 80px;
  min-width: 80px;
  line-height: 1;
  white-space: nowrap;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
  text-decoration: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit .dx-link-icon {
  display: inline-block;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-expand {
  padding: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-adaptive {
  padding: 0;
  vertical-align: middle;
}
.dx-treelist-content .dx-treelist-table .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-treelist-content .dx-treelist-table .dx-row > .dx-last-data-cell {
  border-right: none;
}
.dx-treelist-content .dx-treelist-table .dx-row > .dx-command-adaptive-hidden {
  border-left: none;
}
.dx-highlight-outline {
  position: relative;
  padding: 7px;
}
.dx-highlight-outline::after {
  content: '';
  position: absolute;
  border: 2px solid transparent;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.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 {
  display: inline-block;
  content: '\200B';
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-column-lines .dx-highlight-outline::after {
  left: 0;
}
.dx-treelist-headers {
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-header-row .dx-editor-cell .dx-select-checkbox {
  display: inline-block;
}
.dx-header-row > td {
  white-space: nowrap;
  overflow: hidden;
}
.dx-header-row > td > .dx-treelist-text-content {
  white-space: normal;
  vertical-align: top;
}
.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-header-filter-indicator,
.dx-header-row .dx-sort-indicator {
  max-width: calc(100% - 17px);
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right,
.dx-header-row .dx-sort-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-header-row .dx-sort-indicator.dx-sort-index-indicator {
  max-width: calc(100% - 29px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator {
  max-width: calc(100% - 43px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 46px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 74px);
}
.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor {
  border-width: 0;
}
.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused:after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  pointer-events: none;
}
.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: 0;
}
.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-placeholder:before,
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  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 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-left: -2px;
  margin-top: -2px;
  height: 100%;
  overflow: visible;
}
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal {
  height: 100%;
}
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout,
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text {
  display: none;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused:after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 102%;
  content: '';
}
.dx-treelist-filter-row > .dx-first-cell .dx-menu,
.dx-treelist-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 30px 5px 5px;
}
.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
  padding: 8px 5px 7px;
}
.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
  padding: 9px 6px 8px;
}
.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: 400;
}
.dx-treelist-scroll-container {
  overflow: hidden;
  width: 100%;
}
.dx-treelist-header-panel {
  text-align: left;
}
.dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 10px;
}
.dx-state-disabled {
  cursor: pointer;
}
.dx-state-disabled .dx-menu-item {
  cursor: default;
}
.dx-treelist-search-panel {
  margin: 0 0 0 15px;
}
.dx-gridbase-container > .dx-treelist-rowsview {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: auto;
}
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable > .dx-scrollable-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  min-width: 0;
  min-height: 0;
}
.dx-treelist-rowsview {
  position: relative;
  overflow: hidden;
}
.dx-treelist-rowsview.dx-empty {
  height: 100px;
}
.dx-treelist-rowsview.dx-empty .dx-scrollable-content {
  height: 100%;
}
.dx-treelist-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
  z-index: 2;
}
.dx-treelist-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
  z-index: 3;
}
.dx-treelist-rowsview .dx-treelist-content {
  overflow-anchor: none;
}
.dx-treelist-rowsview .dx-treelist-content:not(.dx-treelist-content-fixed) {
  min-height: 100%;
}
.dx-treelist-rowsview:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-row > td,
.dx-treelist-rowsview .dx-row > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child,
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child>td,
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child>tr>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 > tr > td .dx-link,
.dx-treelist-rowsview .dx-selection.dx-row:hover > td .dx-link,
.dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td .dx-link {
  color: inherit;
}
.dx-treelist-rowsview .dx-treelist-table .dx-freespace-row,
.dx-treelist-rowsview .dx-treelist-table .dx-virtual-row {
  border-top: 0;
  border-bottom: 0;
}
.dx-treelist-rowsview .dx-treelist-table .dx-freespace-row > td,
.dx-treelist-rowsview .dx-treelist-table .dx-virtual-row > td {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: none;
}
.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox,
.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr>td:hover>.dx-select-checkbox {
  display: inline-block;
}
.dx-treelist-rowsview .dx-row > .dx-master-detail-cell {
  padding: 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-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.dx-treelist-bottom-load-panel {
  text-align: center;
  padding: 10px;
}
.dx-treelist-hidden-column {
  white-space: nowrap;
}
.dx-treelist .dx-row .dx-treelist-hidden-column {
  border-right-width: 0;
  border-left-width: 0;
}
.dx-treelist-hidden-column > * {
  display: none!important;
}
.dx-treelist-total-footer {
  position: relative;
}
.dx-treelist-total-footer > .dx-treelist-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-summary-item {
  font-weight: 700;
}
.dx-treelist-export-menu .dx-menu-item .dx-checkbox {
  margin-left: 0;
}
.dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
  width: 16px;
  height: 16px;
}
.dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
  white-space: nowrap;
  word-break: normal;
}
.dx-command-adaptive {
  width: 36px;
  min-width: 36px;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
  border: none;
  -webkit-box-shadow: 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 {
  width: 0;
  height: 0;
}
.dx-treelist-revert-tooltip .dx-revert-button {
  margin: 0;
}
.dx-treelist-notouch-action {
  -ms-touch-action: none;
  touch-action: none;
  -ms-content-zooming: none;
  -ms-overflow-style: none;
}
.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item {
  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 {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.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-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 {
  -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-rowsview,
.dx-rtl .dx-treelist-total-footer {
  direction: ltr;
}
.dx-rtl .dx-treelist-headers .dx-treelist-table,
.dx-rtl .dx-treelist-rowsview .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-placeholder:before,
.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input {
  padding-right: 32px;
}
.dx-rtl .dx-treelist-filter-row .dx-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2px;
}
.dx-rtl .dx-treelist-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-rtl .dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 5px 5px 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 15px 0 0;
}
.dx-treelist-filter-panel,
.dx-treelist-filter-panel-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
}
.dx-treelist-filter-panel {
  padding: 10px;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter:hover,
.dx-treelist-filter-panel .dx-treelist-filter-panel-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-checkbox {
  padding-right: 10px;
}
.dx-treelist-filter-panel .dx-icon-filter {
  margin: auto 7px auto auto;
  cursor: pointer;
}
.dx-treelist-container {
  position: relative;
  cursor: default;
  white-space: normal;
  line-height: normal;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable {
  white-space: nowrap;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-text-content,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-text-content {
  display: inline;
  white-space: normal;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-icon-container,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-icon-container {
  float: none;
}
.dx-treelist-rowsview .dx-treelist-icon-container {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1;
}
.dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
  float: left;
}
.dx-menu-base {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
.dx-menu-base .dx-menu-item-wrapper,
.dx-menu-base .dx-menu-items-container {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.dx-menu-base .dx-menu-items-container {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
.dx-menu-base .dx-state-disabled,
.dx-menu-base.dx-state-disabled .dx-menu-items-container {
  cursor: default;
}
.dx-menu-base .dx-menu-item {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.dx-menu-base .dx-menu-item.dx-state-disabled {
  opacity: .5;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content {
  white-space: nowrap;
  height: 100%;
  width: 100%;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: inline;
  vertical-align: middle;
  overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2em;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
  height: 100%;
}
.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%;
}
.dx-menu-horizontal:after {
  height: 100%;
  display: inline-block;
  content: '';
  vertical-align: middle;
}
.dx-menu-horizontal .dx-menu-item-wrapper {
  display: inline-block;
}
.dx-menu-horizontal .dx-menu-separator {
  display: inline-block;
  margin: 0 15px 0 0;
}
.dx-menu-vertical {
  height: 100%;
}
.dx-menu-vertical:after {
  height: 100%;
  display: inline-block;
  content: '';
  vertical-align: middle;
}
.dx-menu-vertical .dx-menu-item-wrapper {
  display: block;
}
.dx-menu-vertical .dx-menu-separator {
  margin: 0 0 15px;
}
.dx-rtl.dx-menu {
  text-align: right;
}
.dx-context-menu-container-border {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.dx-context-menu-content-delimiter {
  position: absolute;
  display: none;
  z-index: 2000;
  cursor: pointer;
}
.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
  left: auto;
  right: 0;
}
.dx-rtl .dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility,
.dx-rtl.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
  left: 0;
  right: auto;
}
.dx-menu-adaptive-mode .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-menu-adaptive-mode-overlay-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content .dx-treeview {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dx-context-menu.dx-overlay-content {
  overflow: inherit;
  position: absolute;
}
.dx-context-menu .dx-menu-items-container {
  padding: 1px;
}
.dx-context-menu .dx-menu-item .dx-submenu {
  position: absolute;
  z-index: 1003;
}
.dx-context-menu .dx-menu-separator {
  height: 1px;
  margin: 5px 0;
}
.dx-calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  display: block;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
  position: absolute;
  bottom: 0;
}
.dx-calendar-views-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-calendar-navigator {
  position: relative;
  text-align: center;
  width: 100%;
}
.dx-calendar-navigator .dx-button {
  position: absolute;
  display: inline-block;
}
.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link {
  visibility: hidden;
}
.dx-calendar-navigator .dx-calendar-caption-button {
  text-decoration: none;
}
.dx-calendar-body {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.dx-calendar-body .dx-widget {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dx-calendar-body table {
  width: 100%;
  height: 100%;
  position: absolute;
  direction: ltr;
  table-layout: fixed;
}
.dx-calendar-body td {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-calendar-body thead th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-calendar-cell {
  white-space: normal;
}
.dx-calendar-contoured-date {
  outline-offset: -1px;
}
.dx-rtl.dx-calendar .dx-calendar-body table {
  left: 0;
}
.dx-rtl.dx-calendar .dx-calendar-body .dx-widget {
  direction: ltr;
}
.dx-state-disabled .dx-calendar .dx-calendar-navigator-next-month,
.dx-state-disabled .dx-calendar .dx-calendar-navigator-previous-month,
.dx-state-disabled .dx-calendar-body table td,
.dx-state-disabled .dx-calendar-body table th,
.dx-state-disabled.dx-calendar .dx-calendar-navigator-next-month,
.dx-state-disabled.dx-calendar .dx-calendar-navigator-previous-month {
  cursor: default;
}
.dx-multiview-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-touch-action: pinch-zoom pan-y;
  touch-action: pinch-zoom pan-y;
}
.dx-multiview-item-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.dx-multiview-item-container .dx-empty-message {
  text-align: center;
}
.dx-multiview-item {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}
.dx-multiview-item.dx-item-selected {
  position: relative;
}
.dx-multiview-item-content {
  width: 100%;
  height: 100%;
}
.dx-multiview-item-hidden {
  top: -9999px;
  visibility: hidden;
}
.dx-treeview-loadindicator-wrapper {
  text-align: center;
}
.dx-treeview-node-loadindicator {
  position: absolute;
}
.dx-treeview-search {
  margin-bottom: 5px;
}
.dx-treeview {
  height: 100%;
}
.dx-treeview .dx-scrollable:focus,
.dx-treeview :focus {
  outline: 0;
}
.dx-treeview .dx-empty-message {
  line-height: normal;
}
.dx-checkbox + .dx-treeview-node-container,
.dx-treeview-node-container:first-child {
  margin: 0;
  display: block;
}
.dx-treeview-select-all-item {
  width: 100%;
}
.dx-treeview-node-container {
  list-style-position: inside;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
}
.dx-treeview-node-container.dx-treeview-node-container-opened {
  display: block;
}
.dx-treeview-node {
  list-style-type: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-treeview-node a {
  text-decoration: none;
}
.dx-treeview-node .dx-checkbox {
  position: absolute;
  margin: 0;
}
.dx-treeview-item {
  display: block;
  cursor: pointer;
}
.dx-treeview-item .dx-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 24px 24px;
}
.dx-treeview-item .dx-treeview-item-content span {
  vertical-align: middle;
}
.dx-treeview-item.dx-state-disabled {
  opacity: .5;
}
.dx-treeview-toggle-item-visibility {
  position: absolute;
  cursor: pointer;
}
.dx-treeview-toggle-item-visibility.dx-state-disabled {
  cursor: default;
}
.dx-rtl .dx-treeview-node-container .dx-treeview-node,
.dx-rtl .dx-treeview-node-container .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item,
.dx-rtl .dx-treeview-node-container:first-child>.dx-treeview-node {
  padding-left: 0;
}
.dx-rtl .dx-treeview-node-container .dx-treeview-node .dx-treeview-item .dx-icon {
  margin-right: 0;
}
.dx-rtl .dx-treeview-toggle-item-visibility {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-tabpanel-tabs {
  width: 100%;
}
.dx-tabpanel-tabs .dx-tabs {
  height: 100%;
}
.dx-tabpanel-container {
  width: 100%;
  height: 100%;
}
.dx-fileuploader.dx-state-disabled .dx-fileuploader-input {
  display: none;
}
.dx-fileuploader-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.dx-fileuploader-container {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.dx-fileuploader-input-wrapper:after,
.dx-fileuploader-input-wrapper:before {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.dx-fileuploader-input-wrapper:after {
  clear: both;
  padding-bottom: 1em;
  margin-bottom: -1em;
}
.dx-fileuploader-input-wrapper:before {
  padding-top: 1em;
  margin-top: -1em;
}
.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 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dx-fileuploader-button .dx-fileuploader-input::-ms-browse,
.dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button {
  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 {
  width: 100%;
  display: table;
}
.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 {
  width: 100%;
  padding: 4px 0;
}
.dx-fileuploader-file-container .dx-button {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.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%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dx-fileuploader-input {
  opacity: 0;
  width: 100%;
  margin: 0;
  cursor: default;
}
.dx-fileuploader-input-label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: default;
}
.dx-fileuploader-input-label:before {
  content: '';
  position: absolute;
  top: -50%;
  overflow: hidden;
  cursor: default;
}
.dx-fileuploader-button-container {
  display: table-cell;
  vertical-align: middle;
}
.dx-fileuploader-file {
  display: table-cell;
  width: 100%;
  white-space: nowrap;
}
.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;
  width: 100%;
  height: 22px;
  margin-top: -6px;
}
.dx-fileuploader-file-name {
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-fileuploader-file-size {
  margin-left: 4px;
  float: left;
  vertical-align: super;
  font-size: 10px;
}
.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-size,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size,
.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-fileuploader-invalid .dx-fileuploader-file-status-message {
  height: auto;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message span {
  display: block;
  margin-bottom: 2px;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message span:last-child {
  margin-bottom: 0;
}
.dx-fileuploader-invalid .dx-fileuploader-button-container {
  vertical-align: top;
}
.dx-fileuploader-invalid .dx-fileuploader-cancel-button {
  margin-top: 5px;
}
.dx-validationsummary-item {
  cursor: pointer;
}
.dx-invalid-message.dx-overlay {
  position: relative;
}
.dx-invalid-message.dx-overlay-wrapper {
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.dx-invalid-message > .dx-overlay-content {
  display: inline-block;
  position: relative;
  border-width: 0;
  padding: 10px;
  font-size: .85em;
  line-height: normal;
  word-wrap: break-word;
}
.dx-invalid-message-always .dx-overlay-wrapper,
.dx-invalid-message-visible.dx-invalid .dx-invalid-message-auto .dx-overlay-wrapper,
.dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto .dx-overlay-wrapper,
.dx-state-focused.dx-invalid .dx-invalid-message-auto .dx-overlay-wrapper {
  visibility: visible;
}
.dx-recurrence-repeat-end-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-scheduler-appointment-popup .dx-popup-content {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-scheduler-appointment-popup .dx-scrollable-content {
  padding-top: 20px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content,
.dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content {
  padding: 0;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item,
.dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content .dx-list-item {
  width: 360px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item .dx-list-item-content,
.dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content .dx-list-item .dx-list-item-content {
  padding: 5px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 7px;
  margin-left: 5px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date {
  text-align: left;
  font-size: 12px;
  opacity: .8;
  margin-top: 10px;
}
.dx-scheduler .dx-scheduler-appointment-content-details {
  margin-top: 2px;
}
.dx-scheduler .dx-scheduler-appointment-content-details .dx-scheduler-appointment-content-date {
  line-height: .8;
}
.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content {
  position: relative;
  background: #fff;
}
.dx-scheduler .dx-empty-message {
  line-height: normal;
}
.dx-scheduler .dx-scheduler-work-space-month > .dx-scrollable-native .dx-scrollable-content {
  min-height: 100%;
  height: 100%;
}
.dx-scheduler-all-day-panel td {
  padding: 0;
}
.dx-scheduler-appointment-collector {
  position: absolute;
  display: block;
  height: 20px;
  text-align: center;
  cursor: pointer;
  margin: 3px 0 0 3px;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 4px;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content.dx-button-content {
  padding: 0;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 13.33333333px;
  height: 20px;
  padding-left: 2px;
}
.dx-scheduler-appointment-collector.dx-state-hover:before {
  border-radius: 20px;
}
.dx-scheduler-appointment-collector.dx-button.dx-button-default {
  padding: 0;
  max-width: none;
  border-radius: 20px;
}
.dx-scheduler-work-space-mouse-selection .dx-scheduler-fixed-appointments,
.dx-scheduler-work-space-mouse-selection .dx-scheduler-scrollable-appointments {
  pointer-events: none;
}
.dx-rtl .dx-scheduler-appointment-collector {
  margin: 3px 3px 0 0;
}
.dx-scheduler-adaptive .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell {
  white-space: pre-wrap;
  line-height: 1.3;
}
.dx-scheduler-adaptive .dx-scheduler-appointment-collector {
  margin: 0;
}
.dx-scheduler-adaptive .dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
  line-height: 20px;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
  padding-top: 10px;
}
.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-single-column-item-content > .dx-field-item {
  padding-left: 0;
  padding-right: 0;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-form-group .dx-single-column-item-content > .dx-first-row.dx-col-0.dx-field-item {
  padding-top: 0;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-box-item:not(:first-child) .dx-single-column-item-content > .dx-field-item {
  padding-top: 10px;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label {
  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 {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: block;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align) {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-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-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper,
.dx-layout-manager .dx-label-h-align .dx-field-item-label {
  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 {
  white-space: nowrap;
  vertical-align: middle;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
  display: block;
}
.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-top: 7px;
  margin-bottom: 4px;
}
.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: 20px;
}
.dx-field-item-label-location-top {
  display: block;
}
.dx-form-group-content {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.dx-form-group-caption {
  font-size: 20px;
}
.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 {
  position: absolute;
  display: block;
  visibility: hidden;
}
.dx-field-item-help-text {
  font-style: italic;
  white-space: normal;
}
.dx-field-item-label-location-left {
  padding-right: 10px;
}
.dx-field-item-label-location-right {
  padding-left: 10px;
}
.dx-rtl .dx-field-item-optional-mark,
.dx-rtl .dx-field-item-required-mark {
  unicode-bidi: embed;
}
.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-right: 0;
  padding-left: 10px;
}
.dx-rtl .dx-field-item-label-location-right {
  padding-left: 0;
  padding-right: 10px;
}
.dx-rtl .dx-layout-manager-one-col .dx-single-column-item-content > .dx-field-item {
  padding-right: 0;
  padding-left: 0;
}
.dx-rtl .dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
  padding-left: 0;
  padding-right: 20px;
}
.dx-filterbuilder.dx-rtl .dx-filterbuilder-action-icon,
.dx-filterbuilder.dx-rtl .dx-filterbuilder-text {
  margin-left: 5px;
  margin-right: 0;
}
.dx-filterbuilder.dx-rtl .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
  padding-left: 0;
  padding-right: 26px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon,
.dx-filterbuilder .dx-filterbuilder-text {
  margin-left: 0;
  margin-right: 5px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon:focus,
.dx-filterbuilder .dx-filterbuilder-item-value-text:focus,
.dx-filterbuilder .dx-filterbuilder-text:focus {
  outline: 0;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item {
  display: inline-block;
  white-space: nowrap;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text {
  display: inline-block;
  cursor: pointer;
  white-space: pre;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range {
  white-space: nowrap;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range-separator,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-text-separator {
  margin: 0 7px;
  opacity: .3;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-group-operation,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-field,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-operation {
  min-width: 20px;
  padding: 2px 7px 3px;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-texteditor {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -4px;
  display: inline-block;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action.dx-filterbuilder-action-icon {
  padding: 5px 8px;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
  padding-left: 26px;
}
.dx-filterbuilder-operations .dx-treeview-item {
  padding-left: 5px;
}
.dx-filterbuilder-operations .dx-rtl .dx-treeview-item {
  padding-right: 5px;
}
.dx-filterbuilder-overlay {
  white-space: nowrap;
}
.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node {
  padding-left: 0;
}
.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node .dx-treeview-node-container-opened {
  margin-left: 15px;
}
.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node {
  padding-right: 0;
}
.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node .dx-treeview-node-container-opened {
  margin-right: 15px;
}
.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal {
  border-radius: 0;
}
.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal > .dx-popup-content {
  padding: 0;
}
.dx-filterbuilder-overlay .dx-scrollable-container {
  max-height: 360px;
}
.dx-filterbuilder-overlay .dx-menu-items-container {
  padding: 0;
}
.dx-drawer {
  height: 100%;
  width: 100%;
}
.dx-drawer-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dx-drawer-panel-content {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-drawer-right .dx-drawer-panel-content {
  right: 0;
}
.dx-drawer-left .dx-drawer-panel-content {
  left: 0;
}
.dx-drawer-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}
.dx-drawer-shader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.dx-drawer-push.dx-drawer-bottom .dx-drawer-panel-content {
  top: auto;
}
.dx-drawer-shrink .dx-drawer-panel-content {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
}
.dx-drawer-shrink .dx-drawer-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dx-drawer-shrink .dx-drawer-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dx-drawer-shrink.dx-drawer-bottom .dx-drawer-wrapper,
.dx-drawer-shrink.dx-drawer-top .dx-drawer-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dx-drawer-overlap .dx-drawer-panel-content {
  overflow: visible;
}
.dx-drawer-overlap .dx-drawer-panel-content.dx-overlay-wrapper {
  right: auto;
  left: auto;
}
.dx-drawer-overlap.dx-drawer-left .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-right .dx-drawer-wrapper {
  overflow-y: visible;
}
.dx-drawer-overlap.dx-drawer-bottom .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-top .dx-drawer-wrapper {
  overflow-x: visible;
}
.dx-drawer-overlap.dx-drawer-right.dx-drawer-expand .dx-overlay-content,
.dx-drawer-overlap.dx-drawer-right.dx-drawer-slide .dx-overlay-content {
  right: 0;
}
.dx-htmleditor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
}
.dx-quill-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-height: 1px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.dx-htmleditor-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42;
  width: 100%;
  outline: 0;
  overflow-y: auto;
  padding: 12px 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dx-htmleditor-content .dx-variable > span {
  padding: 3px 6px;
  border-radius: 8px;
}
.dx-htmleditor-content > * {
  cursor: text;
}
.dx-htmleditor-content blockquote,
.dx-htmleditor-content h1,
.dx-htmleditor-content h2,
.dx-htmleditor-content h3,
.dx-htmleditor-content h4,
.dx-htmleditor-content h5,
.dx-htmleditor-content h6,
.dx-htmleditor-content ol,
.dx-htmleditor-content p,
.dx-htmleditor-content pre,
.dx-htmleditor-content ul {
  margin: 0;
  padding: 0;
}
.dx-htmleditor-content h1,
.dx-htmleditor-content h2,
.dx-htmleditor-content h3,
.dx-htmleditor-content h4,
.dx-htmleditor-content h5,
.dx-htmleditor-content h6,
.dx-htmleditor-content ol,
.dx-htmleditor-content p,
.dx-htmleditor-content ul {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.dx-htmleditor-content table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.dx-htmleditor-content td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.dx-htmleditor-content ol,
.dx-htmleditor-content ul {
  padding-left: 1.5em;
}
.dx-rtl .dx-htmleditor-content ol,
.dx-rtl .dx-htmleditor-content ul {
  padding-left: 0;
  padding-right: 1.5em;
}
.dx-htmleditor-content li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.dx-htmleditor-content li::before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
  content: counter(list-0,decimal) '. ';
}
.dx-rtl .dx-htmleditor-content li {
  padding-left: 0;
  padding-right: 1.5em;
}
.dx-htmleditor-content ul > li::before {
  content: '\2022';
}
.dx-htmleditor-content ol li.ql-indent-1 {
  counter-increment: list-1;
}
.dx-htmleditor-content ol li.ql-indent-1::before {
  content: counter(list-1,lower-alpha) '. ';
}
.dx-htmleditor-content li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 4.5em;
}
.dx-htmleditor-content ol li.ql-indent-2 {
  counter-increment: list-2;
}
.dx-htmleditor-content ol li.ql-indent-2::before {
  content: counter(list-2,lower-roman) '. ';
}
.dx-htmleditor-content li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 7.5em;
}
.dx-htmleditor-content ol li.ql-indent-3 {
  counter-increment: list-3;
}
.dx-htmleditor-content ol li.ql-indent-3::before {
  content: counter(list-3,decimal) '. ';
}
.dx-htmleditor-content li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 10.5em;
}
.dx-htmleditor-content ol li.ql-indent-4 {
  counter-increment: list-4;
}
.dx-htmleditor-content ol li.ql-indent-4::before {
  content: counter(list-4,lower-alpha) '. ';
}
.dx-htmleditor-content li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
  padding-left: 13.5em;
}
.dx-htmleditor-content ol li.ql-indent-5 {
  counter-increment: list-5;
}
.dx-htmleditor-content ol li.ql-indent-5::before {
  content: counter(list-5,lower-roman) '. ';
}
.dx-htmleditor-content li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
  padding-left: 16.5em;
}
.dx-htmleditor-content ol li.ql-indent-6 {
  counter-increment: list-6;
}
.dx-htmleditor-content ol li.ql-indent-6::before {
  content: counter(list-6,decimal) '. ';
}
.dx-htmleditor-content li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
  padding-left: 19.5em;
}
.dx-htmleditor-content ol li.ql-indent-7 {
  counter-increment: list-7;
}
.dx-htmleditor-content ol li.ql-indent-7::before {
  content: counter(list-7,lower-alpha) '. ';
}
.dx-htmleditor-content li.ql-indent-7 {
  counter-reset: list-8 list-9;
  padding-left: 22.5em;
}
.dx-htmleditor-content ol li.ql-indent-8 {
  counter-increment: list-8;
}
.dx-htmleditor-content ol li.ql-indent-8::before {
  content: counter(list-8,lower-roman) '. ';
}
.dx-htmleditor-content li.ql-indent-8 {
  counter-reset: list-9;
  padding-left: 25.5em;
}
.dx-htmleditor-content ol li.ql-indent-9 {
  counter-increment: list-9;
}
.dx-htmleditor-content ol li.ql-indent-9::before {
  content: counter(list-9,decimal) '. ';
}
.dx-htmleditor-content .ql-indent-1 {
  padding-left: 3em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-1 {
  padding-left: 0;
  padding-right: 3em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-1 {
  padding-left: 0;
  padding-right: 4.5em;
}
.dx-htmleditor-content .ql-indent-2 {
  padding-left: 6em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-2 {
  padding-left: 0;
  padding-right: 6em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-2 {
  padding-left: 0;
  padding-right: 7.5em;
}
.dx-htmleditor-content .ql-indent-3 {
  padding-left: 9em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-3 {
  padding-left: 0;
  padding-right: 9em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-3 {
  padding-left: 0;
  padding-right: 10.5em;
}
.dx-htmleditor-content .ql-indent-4 {
  padding-left: 12em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-4 {
  padding-left: 0;
  padding-right: 12em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-4 {
  padding-left: 0;
  padding-right: 13.5em;
}
.dx-htmleditor-content .ql-indent-5 {
  padding-left: 15em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-5 {
  padding-left: 0;
  padding-right: 15em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-5 {
  padding-left: 0;
  padding-right: 16.5em;
}
.dx-htmleditor-content .ql-indent-6 {
  padding-left: 18em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-6 {
  padding-left: 0;
  padding-right: 18em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-6 {
  padding-left: 0;
  padding-right: 19.5em;
}
.dx-htmleditor-content .ql-indent-7 {
  padding-left: 21em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-7 {
  padding-left: 0;
  padding-right: 21em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-7 {
  padding-left: 0;
  padding-right: 22.5em;
}
.dx-htmleditor-content .ql-indent-8 {
  padding-left: 24em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-8 {
  padding-left: 0;
  padding-right: 24em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-8 {
  padding-left: 0;
  padding-right: 25.5em;
}
.dx-htmleditor-content .ql-indent-9 {
  padding-left: 27em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-9 {
  padding-left: 0;
  padding-right: 27em;
}
.dx-htmleditor-content li.ql-indent-9 {
  padding-left: 28.5em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-9 {
  padding-left: 0;
  padding-right: 28.5em;
}
.dx-rtl .dx-htmleditor-content li::before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.dx-htmleditor-content table td {
  outline: 0;
}
.dx-htmleditor-content .ql-code-block-container {
  font-family: monospace;
}
.dx-htmleditor-content .ql-video {
  display: block;
  max-width: 100%;
}
.dx-htmleditor-content .ql-video.ql-align-center {
  margin: 0 auto;
}
.dx-htmleditor-content .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.dx-htmleditor-content .ql-font-serif {
  font-family: Georgia,Times New Roman,serif;
}
.dx-htmleditor-content .ql-font-monospace {
  font-family: Monaco,Courier New,monospace;
}
.dx-htmleditor-content .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.dx-htmleditor-content.ql-blank::before {
  color: rgba(0,0,0,.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.dx-htmleditor-content pre {
  white-space: pre-wrap;
  background-color: rgba(191,191,191,.15);
}
.dx-htmleditor-content blockquote {
  padding-left: 12px;
  border-left: 4px solid;
}
.dx-rtl .dx-htmleditor-content blockquote {
  padding-left: 0;
  padding-right: 12px;
  border-left: none;
  border-right: 4px solid;
}
.dx-suggestion-list-wrapper .dx-list {
  min-height: 35px;
}
.dx-suggestion-list-wrapper .dx-list .dx-scrollable-content {
  margin: 0;
}
.dx-suggestion-list {
  min-width: 50px;
}
.dx-suggestion-list .dx-list-item {
  display: block;
}
.dx-suggestion-list .dx-list-item-icon {
  border-radius: 50%;
  vertical-align: text-bottom;
}
.dx-formdialog-form {
  min-width: 360px;
}
.dx-formdialog-field-target .dx-field-item-content {
  text-align: right;
}
.dx-rtl .dx-formdialog-field-target .dx-field-item-content {
  text-align: left;
}
.dx-htmleditor-toolbar-wrapper {
  padding: 5px;
}
.dx-background-format .dx-icon-background,
.dx-background-format .dx-icon-color,
.dx-color-format .dx-icon-background,
.dx-color-format .dx-icon-color {
  border-bottom: 3px solid transparent;
}
.dx-htmleditor-toolbar-separator {
  height: 100%;
  border-left: 1px solid transparent;
}
.dx-htmleditor-toolbar-menu-separator {
  width: 100%;
  border-top: 1px solid transparent;
}
.dx-htmleditor-toolbar-menu-separator::before {
  content: none;
}
.dx-resize-frame {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px dashed #778899;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  border-radius: 0;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  width: 15px;
  height: 15px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  right: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  right: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-top-left {
  left: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left {
  left: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  top: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  top: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
  bottom: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
  bottom: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  width: 15px;
  height: 15px;
}
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after {
  top: calc(50% - 11px / 2);
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
  top: calc(50% - 15px / 2);
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  left: calc(50% - 11px / 2);
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  left: calc(50% - 15px / 2);
}
.dx-resize-frame .dx-resizable-handle-right::after {
  right: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
  right: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-left::after {
  left: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after {
  left: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-top::after {
  top: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  top: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-bottom::after {
  bottom: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after {
  bottom: -7.5px;
}
.dx-mention {
  padding: 1px 0;
  border-radius: 2px;
}
.dx-mention .dx-template-wrapper {
  white-space: nowrap;
  display: inline-block;
}
.dx-mention > span {
  margin: 0 2px;
}
.dx-fa-button .dx-overlay-content {
  border-radius: 50%;
  cursor: pointer;
}
.dx-splitter-wrapper {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 998;
  top: 0;
}
.dx-splitter-wrapper.dx-splitter-initial {
  right: 0;
}
.dx-splitter-wrapper .dx-splitter-border {
  z-index: 997;
  height: 100%;
  display: table;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter {
  height: 100%;
  width: 3px;
  display: block;
  cursor: col-resize;
  z-index: 999;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-splitter-transparent {
  z-index: 998;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-state-disabled {
  width: 0;
  cursor: default;
}
.dx-filemanager {
  height: 500px;
  border: 1px solid;
}
.dx-filemanager .dx-filemanager-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dx-filemanager .dx-filemanager-notification-drawer {
  height: 100%;
}
.dx-filemanager .dx-filemanager-notification-popup > .dx-overlay-content {
  min-width: 400px;
  max-width: 400px;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content {
  padding: 15px;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content .dx-filemanager-progress-box {
  padding: 5px 0 0;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common-no-item {
  border-style: none;
}
.dx-filemanager .dx-filemanager-progress-panel {
  width: 340px;
  height: 100%;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container {
  padding: 10px 10px 20px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 5px 10px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title .dx-filemanager-progress-panel-title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-common .dx-filemanager-progress-box-common {
  font-weight: 600;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-separator {
  height: 20px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-i.dx-filemanager-i-cancel {
  width: 16px;
  height: 16px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details > .dx-filemanager-progress-box {
  margin-bottom: 8px;
  border-radius: 2px;
}
.dx-filemanager .dx-filemanager-progress-box {
  padding: 10px 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dx-filemanager .dx-filemanager-progress-box.dx-filemanager-progress-box-without-close-button {
  padding-right: 41px;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-image {
  font-size: 30px;
  margin-right: 10px;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-common,
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-progress-bar,
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-status {
  padding: 5px 0;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button {
  margin-left: 5px;
}
.dx-filemanager .dx-filemanager-progress-box-error {
  border-radius: 2px;
  display: inline-block;
  border-width: 0;
  padding: 2px 8px 3px;
  font-size: .85em;
  line-height: normal;
  word-wrap: break-word;
}
.dx-filemanager .dx-filemanager-toolbar {
  padding: 6px 10px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
  width: 1px;
  margin-right: 5px;
}
.dx-filemanager .dx-filemanager-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-top: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-container .dx-filemanager-dirs-panel {
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  display: block;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-opened .dx-splitter.dx-state-disabled {
  width: 1px;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content {
  display: block;
  width: 30%;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-initial {
  min-width: 250px;
  max-width: 300px;
}
.dx-filemanager .dx-filemanager-dirs-panel {
  height: 100%;
}
.dx-filemanager .dx-filemanager-breadcrumbs {
  padding: 6px 11px;
  border-bottom: 1px solid;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-horizontal .dx-menu-item-wrapper {
  vertical-align: middle;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content {
  padding: 5px 0 10px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-parent-folder-item .dx-menu-item-content {
  padding: 5px 9px 10px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
  width: 1px;
  height: 36px;
  padding: 0;
  margin: 0 10px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item .dx-menu-item-content {
  padding: 5px 1px 10px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover {
  cursor: default;
}
.dx-filemanager .dx-filemanager-editing-container,
.dx-filemanager .dx-filemanager-notification-container {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
.dx-filemanager .dx-row .dx-filemanager-file-actions-button {
  float: right;
}
.dx-filemanager .dx-row .dx-filemanager-file-actions-button .dx-button-content {
  padding: 10px 14px;
}
.dx-filemanager .dx-row.dx-selection .dx-filemanager-file-actions-button,
.dx-filemanager .dx-row.dx-state-hover .dx-filemanager-file-actions-button {
  visibility: visible;
}
.dx-filemanager .dx-filemanager-items-panel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dx-filemanager .dx-filemanager-thumbnails {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item {
  float: left;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  width: 100px;
  height: 100px;
  border: 1px dashed transparent;
  margin: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content {
  overflow: hidden;
  padding: 13px 0 10px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-thumbnail {
  border: 0;
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-spacer {
  border: 0;
  padding: 0;
  margin: 0;
  height: 10px;
  visibility: hidden;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-name {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dx-filemanager .dx-filemanager-details {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dx-filemanager .dx-filemanager-details > div {
  height: 100%;
}
.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper .dx-filemanager-details-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-filemanager .dx-filemanager-i.dx-filemanager-i-progress,
.dx-filemanager .dx-filemanager-i.dx-icon.dx-filemanager-i-progress {
  -webkit-animation: 1.5s linear infinite dx-filemanager-icon-rotate;
  animation: 1.5s linear infinite dx-filemanager-icon-rotate;
}
@-webkit-keyframes dx-filemanager-icon-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dx-filemanager-icon-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dx-filemanager-file-actions-button {
  visibility: hidden;
  text-align: center;
}
.dx-filemanager-file-actions-button.dx-widget {
  line-height: 100%;
}
.dx-filemanager-file-actions-button .dx-button {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding: 10px 11px;
}
.dx-filemanager-file-actions-button .dx-button i {
  font-style: normal;
}
.dx-filemanager-file-actions-button.dx-filemanager-file-actions-button-activated,
.dx-filemanager-file-actions-button:hover {
  visibility: visible;
}
.dx-filemanager-dirs-tree {
  width: 100%;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content .dx-filemanager-dirs-tree-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-filemanager-dirs-tree .dx-filemanager-file-actions-button {
  margin-top: 1px;
  margin-bottom: -1px;
}
.dx-filemanager-dirs-tree .dx-filemanager-focused-item .dx-filemanager-file-actions-button,
.dx-filemanager-dirs-tree .dx-treeview-item.dx-state-hover .dx-filemanager-file-actions-button {
  visibility: visible;
}
.dx-filemanager-dialog.dx-filemanager-dialog-folder-chooser,
.dx-filemanager-progresspanel {
  height: 100%;
  overflow: auto;
}
.dx-filemanager-dialog-folder-chooser > div {
  height: 100%;
}
.dx-filemanager-dialog-popup > .dx-overlay-content {
  min-width: 300px;
  max-width: 400px;
  min-height: 300px;
  max-height: 400px;
}
.dx-filemanager-dialog-name-editor-popup > .dx-overlay-content {
  max-width: 340px;
  min-height: 180px;
  max-height: 180px;
}
.dx-filemanager-progresspanel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.dx-filemanager-progresspanel .dx-filemanager-progressbox {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.dx-filemanager-progresspanel .dx-filemanager-progressbox-cancel-button {
  margin-top: 5px;
  float: right;
}
.dx-diagram {
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 400px;
}
.dx-diagram .dx-diagram-toolbar-wrapper {
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.dx-diagram .dx-diagram-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  overflow: hidden;
}
.dx-diagram .dx-diagram-left-panel {
  -webkit-box-flex: 240px;
  -webkit-flex: 240px 0 0;
  -ms-flex: 240px 0 0px;
  flex: 240px 0 0;
  overflow-y: auto;
  position: relative;
  border-right: 1px solid transparent;
}
.dx-diagram .dx-diagram-left-panel > * {
  position: absolute;
}
.dx-diagram .dx-diagram-left-panel > .dx-scrollview {
  width: 100%;
}
.dx-diagram .dx-diagram-drawer-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.dx-diagram .dx-diagram-content {
  height: 100%;
}
.dx-diagram .dx-diagram-right-panel {
  border-left: 1px solid transparent;
}
.dx-diagram .dx-diagram-right-panel .dx-scrollview {
  width: 280px;
}
.dx-diagram .dx-diagram-right-panel .dx-accordion {
  width: 100%;
}
.dx-diagram .dx-diagram-toolbar-separator {
  height: 100%;
  border-left: 1px solid transparent;
}
.dx-diagram .dx-diagram-toolbar-menu-separator {
  width: 100%;
  border-top: 1px solid transparent;
}
.dx-diagram .dx-diagram-toolbar-menu-separator::before {
  content: none;
}
.dx-diagram.dx-diagram-fullscreen {
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  position: fixed;
  z-index: 2;
}
.dx-diagram .dxdi-canvas {
  overflow: hidden;
}
.dx-diagram-toolbar .dx-diagram-color-b .dx-texteditor,
.dx-diagram-toolbar .dx-diagram-select-b .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-texteditor {
  width: auto;
}
.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper,
.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i {
  display: block;
}
.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox {
  width: 0;
}
.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input {
  width: 0;
  padding-left: 0;
}
.dx-diagram-i {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.dx-diagram-loading-indicator {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container {
  display: block;
  height: 100%;
  padding: 0;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container::after {
  display: block;
  content: "";
  clear: both;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container > li {
  display: block;
  float: left;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-menu-item-content .dx-icon {
  margin: 0;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: none;
}
.dx-diagram-touchbar-target {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
}
.dx-gantt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dx-gantt .dx-gantt-si {
  text-align: center;
  vertical-align: middle;
}
.dx-gantt .dx-gantt-treelist-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-scrollbar-vertical {
  display: none;
}
.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-treelist-headers + .dx-treelist-rowsview {
  border-top: none;
}
.dx-gantt .dx-splitter-wrapper .dx-splitter-border .dx-splitter {
  width: 2px;
}
.dx-gantt .dx-gantt-view {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.dx-gantt .dx-gantt-view .dx-gantt-tac-hb {
  margin-top: -1px;
}
.dx-gantt .dx-gantt-view .dx-scrollable-scrollbar {
  z-index: 100;
}
.dx-deferrendering .dx-deferrendering-loadindicator-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-deferrendering.dx-pending-rendering .dx-invisible-while-pending-rendering,
.dx-deferrendering:not(.dx-pending-rendering) .dx-visible-while-pending-rendering {
  display: none!important;
}/*
* Generated by the DevExpress ThemeBuilder
* Version: 19.2.6
* http://js.devexpress.com/ThemeBuilder/
*/

.dx-theme-generic-typography {
    background-color: #fff;
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-theme-generic-typography input,
    .dx-theme-generic-typography textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

    .dx-theme-generic-typography .dx-font-xl,
    .dx-theme-generic-typography h1 {
        font-weight: 200;
        font-size: 34px;
    }

    .dx-theme-generic-typography .dx-font-l,
    .dx-theme-generic-typography h2 {
        font-weight: 400;
        font-size: 28px;
    }

    .dx-theme-generic-typography h3 {
        font-weight: 400;
        font-size: 22px;
    }

    .dx-theme-generic-typography .dx-font-m {
        font-weight: 400;
        font-size: 20px;
    }

    .dx-theme-generic-typography .dx-font-s,
    .dx-theme-generic-typography h4 {
        font-weight: 500;
        font-size: 18px;
    }

    .dx-theme-generic-typography h5 {
        font-weight: 700;
        font-size: 16px;
    }

    .dx-theme-generic-typography .dx-font-xs,
    .dx-theme-generic-typography h6,
    .dx-theme-generic-typography small {
        font-weight: 800;
        font-size: 12px;
    }

    .dx-theme-generic-typography a {
        color: #337ab7;
    }

.dx-theme-marker {
    font-family: "dx.generic.light";
}

.dx-theme-accent-as-text-color {
    color: #337ab7 !important;
}

.dx-theme-text-color {
    color: #696969 !important;
}

.dx-theme-background-color-as-text-color {
    color: #fff !important;
}

.dx-theme-border-color-as-text-color {
    color: #ddd !important;
}

.dx-theme-accent-as-background-color {
    background-color: #337ab7 !important;
    fill: #337ab7 !important;
}

.dx-theme-text-color-as-background-color {
    background-color: #696969 !important;
    fill: #696969 !important;
}

.dx-theme-background-color {
    background-color: #fff !important;
    fill: #fff !important;
}

.dx-theme-border-color-as-background-color {
    background-color: #ddd !important;
    fill: #ddd !important;
}

.dx-theme-accent-as-border-color {
    border-color: #337ab7 !important;
}

.dx-theme-text-color-as-border-color {
    border-color: #696969 !important;
}

.dx-theme-background-color-as-border-color {
    border-color: #fff !important;
}

.dx-theme-border-color {
    border-color: #ddd !important;
}

@font-face {
    font-family: DXIcons;
    src: local("DevExtreme Generic Icons"),local("devextreme_generic_icons"),url(/wwwroot/fonts/node_modules/devextreme/dist/css/icons/dxicons.woff2) format('woff2'),url(/wwwroot/fonts/node_modules/devextreme/dist/css/icons/dxicons.woff) format('woff'),url(/wwwroot/fonts/node_modules/devextreme/dist/css/icons/dxicons.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

.dx-icon {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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: "\F008";
    }

.dx-icon-clock {
    font: 14px/1 DXIcons;
}

    .dx-icon-clock:before {
        content: "\F01D";
    }

.dx-icon-close {
    font: 14px/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: "\F050";
    }

.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";
    }

.dx-icon-minus {
    font: 14px/1 DXIcons;
}

    .dx-icon-minus:before {
        content: "\F074";
    }

.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";
    }

.dx-icon-spinright {
    font: 14px/1 DXIcons;
}

    .dx-icon-spinright:before {
        content: "\F04E";
    }

.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";
    }

.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: "\F03F";
    }

.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-isblank {
    font: 14px/1 DXIcons;
}

    .dx-icon-isblank:before {
        content: "\F075";
    }

.dx-icon-isnotblank {
    font: 14px/1 DXIcons;
}

    .dx-icon-isnotblank:before {
        content: "\F076";
    }

.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: "\F101";
    }

.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-icon-bold {
    font: 14px/1 DXIcons;
}

    .dx-icon-bold:before {
        content: "\F077";
    }

.dx-icon-italic {
    font: 14px/1 DXIcons;
}

    .dx-icon-italic:before {
        content: "\F078";
    }

.dx-icon-underline {
    font: 14px/1 DXIcons;
}

    .dx-icon-underline:before {
        content: "\F079";
    }

.dx-icon-strike {
    font: 14px/1 DXIcons;
}

    .dx-icon-strike:before {
        content: "\F07A";
    }

.dx-icon-indent {
    font: 14px/1 DXIcons;
}

    .dx-icon-indent:before {
        content: "\F07B";
    }

.dx-icon-font {
    font: 14px/1 DXIcons;
}

    .dx-icon-font:before {
        content: "\F11B";
    }

.dx-icon-fontsize {
    font: 14px/1 DXIcons;
}

    .dx-icon-fontsize:before {
        content: "\F07C";
    }

.dx-icon-shrinkfont {
    font: 14px/1 DXIcons;
}

    .dx-icon-shrinkfont:before {
        content: "\F07D";
    }

.dx-icon-growfont {
    font: 14px/1 DXIcons;
}

    .dx-icon-growfont:before {
        content: "\F07E";
    }

.dx-icon-color {
    font: 14px/1 DXIcons;
}

    .dx-icon-color:before {
        content: "\F07F";
    }

.dx-icon-background {
    font: 14px/1 DXIcons;
}

    .dx-icon-background:before {
        content: "\F080";
    }

.dx-icon-fill {
    font: 14px/1 DXIcons;
}

    .dx-icon-fill:before {
        content: "\F10D";
    }

.dx-icon-palette {
    font: 14px/1 DXIcons;
}

    .dx-icon-palette:before {
        content: "\F120";
    }

.dx-icon-superscript {
    font: 14px/1 DXIcons;
}

    .dx-icon-superscript:before {
        content: "\F081";
    }

.dx-icon-subscript {
    font: 14px/1 DXIcons;
}

    .dx-icon-subscript:before {
        content: "\F082";
    }

.dx-icon-header {
    font: 14px/1 DXIcons;
}

    .dx-icon-header:before {
        content: "\F083";
    }

.dx-icon-blockquote {
    font: 14px/1 DXIcons;
}

    .dx-icon-blockquote:before {
        content: "\F084";
    }

.dx-icon-formula {
    font: 14px/1 DXIcons;
}

    .dx-icon-formula:before {
        content: "\F056";
    }

.dx-icon-codeblock {
    font: 14px/1 DXIcons;
}

    .dx-icon-codeblock:before {
        content: "\F085";
    }

.dx-icon-orderedlist {
    font: 14px/1 DXIcons;
}

    .dx-icon-orderedlist:before {
        content: "\F086";
    }

.dx-icon-bulletlist {
    font: 14px/1 DXIcons;
}

    .dx-icon-bulletlist:before {
        content: "\F087";
    }

.dx-icon-increaseindent {
    font: 14px/1 DXIcons;
}

    .dx-icon-increaseindent:before {
        content: "\F088";
    }

.dx-icon-decreaseindent {
    font: 14px/1 DXIcons;
}

    .dx-icon-decreaseindent:before {
        content: "\F089";
    }

.dx-icon-increaselinespacing {
    font: 14px/1 DXIcons;
}

    .dx-icon-increaselinespacing:before {
        content: "\F07B";
    }

.dx-icon-decreaselinespacing {
    font: 14px/1 DXIcons;
}

    .dx-icon-decreaselinespacing:before {
        content: "\F106";
    }

.dx-icon-alignleft {
    font: 14px/1 DXIcons;
}

    .dx-icon-alignleft:before {
        content: "\F08A";
    }

.dx-icon-alignright {
    font: 14px/1 DXIcons;
}

    .dx-icon-alignright:before {
        content: "\F08B";
    }

.dx-icon-aligncenter {
    font: 14px/1 DXIcons;
}

    .dx-icon-aligncenter:before {
        content: "\F08C";
    }

.dx-icon-alignjustify {
    font: 14px/1 DXIcons;
}

    .dx-icon-alignjustify:before {
        content: "\F08D";
    }

.dx-icon-link {
    font: 14px/1 DXIcons;
}

    .dx-icon-link:before {
        content: "\F08E";
    }

.dx-icon-video {
    font: 14px/1 DXIcons;
}

    .dx-icon-video:before {
        content: "\F08F";
    }

.dx-icon-mention {
    font: 14px/1 DXIcons;
}

    .dx-icon-mention:before {
        content: "\F090";
    }

.dx-icon-variable {
    font: 14px/1 DXIcons;
}

    .dx-icon-variable:before {
        content: "\F091";
    }

.dx-icon-clearformat {
    font: 14px/1 DXIcons;
}

    .dx-icon-clearformat:before {
        content: "\F092";
    }

.dx-icon-fullscreen {
    font: 14px/1 DXIcons;
}

    .dx-icon-fullscreen:before {
        content: "\F11A";
    }

.dx-icon-hierarchy {
    font: 14px/1 DXIcons;
}

    .dx-icon-hierarchy:before {
        content: "\F124";
    }

.dx-icon-file {
    font: 14px/1 DXIcons;
}

    .dx-icon-file:before {
        content: "\F021";
    }

.dx-icon-docfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-docfile:before {
        content: "\F111";
    }

.dx-icon-docxfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-docxfile:before {
        content: "\F110";
    }

.dx-icon-pdffile {
    font: 14px/1 DXIcons;
}

    .dx-icon-pdffile:before {
        content: "\F118";
    }

.dx-icon-pptfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-pptfile:before {
        content: "\F114";
    }

.dx-icon-pptxfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-pptxfile:before {
        content: "\F115";
    }

.dx-icon-rtffile {
    font: 14px/1 DXIcons;
}

    .dx-icon-rtffile:before {
        content: "\F112";
    }

.dx-icon-txtfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-txtfile:before {
        content: "\F113";
    }

.dx-icon-xlsfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-xlsfile:before {
        content: "\F116";
    }

.dx-icon-xlsxfile {
    font: 14px/1 DXIcons;
}

    .dx-icon-xlsxfile:before {
        content: "\F117";
    }

.dx-icon-copy {
    font: 14px/1 DXIcons;
}

    .dx-icon-copy:before {
        content: "\F107";
    }

.dx-icon-cut {
    font: 14px/1 DXIcons;
}

    .dx-icon-cut:before {
        content: "\F10A";
    }

.dx-icon-paste {
    font: 14px/1 DXIcons;
}

    .dx-icon-paste:before {
        content: "\F108";
    }

.dx-icon-share {
    font: 14px/1 DXIcons;
}

    .dx-icon-share:before {
        content: "\F11F";
    }

.dx-icon-activefolder {
    font: 14px/1 DXIcons;
}

    .dx-icon-activefolder:before {
        content: "\F028";
    }

.dx-icon-inactivefolder {
    font: 14px/1 DXIcons;
}

    .dx-icon-inactivefolder:before {
        content: "\F105";
    }

.dx-icon-newfolder {
    font: 14px/1 DXIcons;
}

    .dx-icon-newfolder:before {
        content: "\F123";
    }

.dx-icon-movetofolder {
    font: 14px/1 DXIcons;
}

    .dx-icon-movetofolder:before {
        content: "\F121";
    }

.dx-icon-parentfolder {
    font: 14px/1 DXIcons;
}

    .dx-icon-parentfolder:before {
        content: "\F122";
    }

.dx-icon-rename {
    font: 14px/1 DXIcons;
}

    .dx-icon-rename:before {
        content: "\F109";
    }

.dx-icon-detailslayout {
    font: 14px/1 DXIcons;
}

    .dx-icon-detailslayout:before {
        content: "\F10B";
    }

.dx-icon-contentlayout {
    font: 14px/1 DXIcons;
}

    .dx-icon-contentlayout:before {
        content: "\F11E";
    }

.dx-icon-smalliconslayout {
    font: 14px/1 DXIcons;
}

    .dx-icon-smalliconslayout:before {
        content: "\F119";
    }

.dx-icon-mediumiconslayout {
    font: 14px/1 DXIcons;
}

    .dx-icon-mediumiconslayout:before {
        content: "\F10C";
    }

.dx-icon-undo {
    font: 14px/1 DXIcons;
}

    .dx-icon-undo:before {
        content: "\F04C";
    }

.dx-rtl .dx-icon-undo:before {
    content: "\F093";
}

.dx-icon-redo {
    font: 14px/1 DXIcons;
}

    .dx-icon-redo:before {
        content: "\F093";
    }

.dx-rtl .dx-icon-redo:before {
    content: "\F04C";
}

.dx-icon-hidepanel {
    font: 14px/1 DXIcons;
}

    .dx-icon-hidepanel:before {
        content: "\F11C";
    }

.dx-rtl .dx-icon-hidepanel:before {
    content: "\F11D";
}

.dx-icon-showpanel {
    font: 14px/1 DXIcons;
}

    .dx-icon-showpanel:before {
        content: "\F11D";
    }

.dx-rtl .dx-icon-showpanel:before {
    content: "\F11C";
}

.dx-tab .dx-icon,
.dx-tab.dx-tab-selected .dx-icon {
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.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-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-widget {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-widget input,
    .dx-widget textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

.dx-state-disabled .dx-widget,
.dx-state-disabled.dx-widget {
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    cursor: default;
}

    .dx-state-disabled .dx-widget .dx-widget,
    .dx-state-disabled.dx-widget .dx-widget {
        opacity: 1;
    }

.dx-card {
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}

.dx-field {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-field input,
    .dx-field textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

.dx-field-label {
    color: #393939;
    cursor: default;
    padding: 8px 15px 9px 0;
}

.dx-field-value.dx-attention {
    color: #c2283f;
    padding: 8px 10px 9px 28px;
    position: relative;
}

    .dx-field-value.dx-attention:before {
        pointer-events: none;
        font-weight: 700;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        font-size: 13px;
        background-color: #c2283f;
        color: #fff;
        content: '!';
        border-radius: 50%;
        left: 0;
    }

.dx-field-value-static,
.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 60%;
}

.dx-field {
    min-height: 36px;
    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: 7px 0;
}

.dx-field-value.dx-switch,
.dx-field-value:not(.dx-widget) > .dx-switch {
    margin: 6px 0;
}

.dx-field-value.dx-slider,
.dx-field-value:not(.dx-widget) > .dx-slider {
    margin: 4px 0;
}

.dx-field-value.dx-radiogroup,
.dx-field-value:not(.dx-widget) > .dx-radiogroup {
    margin: 5px 0;
}

.dx-field-value-static {
    padding: 8px 10px 9px;
}

.dx-fieldset {
    margin: 30px 20px;
    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-checkbox,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch,
.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-switch {
    float: left;
}

.dx-fieldset-header {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
}

.dx-field {
    margin: 0 0 10px;
}

    .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-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-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-switch {
    float: left;
}

.dx-device-mobile .dx-fieldset-header {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
}

.dx-device-mobile .dx-field {
    margin: 0 0 10px;
}

    .dx-device-mobile .dx-field:last-of-type {
        margin: 0;
    }

.dx-box-item-content {
    font-size: 14px;
}

.dx-button-content {
    line-height: 0;
}

.dx-button-text {
    line-height: normal;
}

.dx-button a {
    text-decoration: none;
}

.dx-button .dx-button-content {
    padding: 8px;
}

.dx-button .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
}

    .dx-button .dx-icon.dx-icon-right,
    .dx-rtl .dx-button .dx-icon,
    .dx-rtl.dx-button .dx-icon {
        margin-left: 0;
        margin-right: 0;
    }

        .dx-rtl .dx-button .dx-icon.dx-icon-right,
        .dx-rtl.dx-button .dx-icon.dx-icon-right {
            margin-right: 0;
            margin-left: 0;
        }

.dx-button-has-icon .dx-button-content {
    padding: 8px;
}

.dx-button-has-icon .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
}

    .dx-button-has-icon .dx-icon.dx-icon-right,
    .dx-rtl .dx-button-has-icon .dx-icon,
    .dx-rtl.dx-button-has-icon .dx-icon {
        margin-left: 0;
        margin-right: 0;
    }

        .dx-rtl .dx-button-has-icon .dx-icon.dx-icon-right,
        .dx-rtl.dx-button-has-icon .dx-icon.dx-icon-right {
            margin-right: 0;
            margin-left: 0;
        }

.dx-button-has-text .dx-button-content {
    padding: 7px 18px 8px;
}

.dx-button-has-text .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
}

    .dx-button-has-text .dx-icon.dx-icon-right,
    .dx-rtl .dx-button-has-text .dx-icon,
    .dx-rtl.dx-button-has-text .dx-icon {
        margin-left: 9px;
        margin-right: 0;
    }

        .dx-rtl .dx-button-has-text .dx-icon.dx-icon-right,
        .dx-rtl.dx-button-has-text .dx-icon.dx-icon-right {
            margin-right: 9px;
            margin-left: 0;
        }

.dx-button-back .dx-button-content {
    padding: 8px;
}

.dx-button-back .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
}

    .dx-button-back .dx-icon.dx-icon-right,
    .dx-rtl .dx-button-back .dx-icon,
    .dx-rtl.dx-button-back .dx-icon {
        margin-left: 0;
        margin-right: 0;
    }

        .dx-rtl .dx-button-back .dx-icon.dx-icon-right,
        .dx-rtl.dx-button-back .dx-icon.dx-icon-right {
            margin-right: 0;
            margin-left: 0;
        }

.dx-button-back .dx-button-text {
    display: none;
}

.dx-button {
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}

.dx-state-disabled .dx-button .dx-icon,
.dx-state-disabled.dx-button .dx-icon {
    opacity: .6;
}

.dx-state-disabled .dx-button .dx-button-text,
.dx-state-disabled.dx-button .dx-button-text {
    opacity: .5;
}

.dx-button-mode-contained {
    background-color: #fff;
    border-color: #ddd;
    color: #696969;
}

    .dx-button-mode-contained .dx-icon {
        color: #696969;
    }

    .dx-button-mode-contained.dx-state-hover {
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .dx-button-mode-contained.dx-state-focused {
        background-color: #ebebeb;
        border-color: #ddd;
    }

    .dx-button-mode-contained.dx-state-active {
        background-color: #c2c2c2;
        border-color: #ddd;
        color: #696969;
    }

    .dx-button-mode-contained.dx-button-danger {
        background-color: #d9534f;
        border-color: transparent;
        color: #fff;
    }

        .dx-button-mode-contained.dx-button-danger .dx-icon {
            color: #fff;
        }

        .dx-button-mode-contained.dx-button-danger.dx-state-hover {
            background-color: #ce312c;
            border-color: transparent;
        }

        .dx-button-mode-contained.dx-button-danger.dx-state-focused {
            background-color: #c12e2a;
            border-color: transparent;
        }

        .dx-button-mode-contained.dx-button-danger.dx-state-active {
            background-color: #932320;
            border-color: transparent;
            color: #fff;
        }

    .dx-button-mode-contained.dx-button-success {
        background-color: #5cb85c;
        border-color: transparent;
        color: #fff;
    }

        .dx-button-mode-contained.dx-button-success .dx-icon {
            color: #fff;
        }

        .dx-button-mode-contained.dx-button-success.dx-state-hover {
            background-color: #46a046;
            border-color: transparent;
        }

        .dx-button-mode-contained.dx-button-success.dx-state-focused {
            background-color: #419641;
            border-color: transparent;
        }

        .dx-button-mode-contained.dx-button-success.dx-state-active {
            background-color: #306f30;
            border-color: transparent;
            color: #fff;
        }

    .dx-button-mode-contained.dx-button-default {
        background-color: #bc233c;
        border-color: transparent;
        color: #fff;
    }

        .dx-button-mode-contained.dx-button-default .dx-icon {
            color: #fff;
        }

        .dx-button-mode-contained.dx-button-default.dx-state-hover {
            background-color: #951c30;
            border-color: transparent;
        }

        .dx-button-mode-contained.dx-button-default.dx-state-focused {
            background-color: #88192c;
            border-color: transparent;
        }

        .dx-button-mode-contained.dx-button-default.dx-state-active {
            background-color: #59111c;
            border-color: transparent;
            color: #fff;
        }

.dx-button-mode-outlined {
    background-color: transparent;
    border-color: #ddd;
    color: #696969;
}

    .dx-button-mode-outlined .dx-icon {
        color: #696969;
    }

    .dx-button-mode-outlined.dx-state-hover {
        background-color: rgba(0,0,0,.04);
        border-color: #ddd;
    }

    .dx-button-mode-outlined.dx-state-focused {
        background-color: rgba(0,0,0,.08);
        border-color: #ddd;
    }

    .dx-button-mode-outlined.dx-state-active {
        background-color: rgba(0,0,0,.24);
        border-color: #ddd;
        color: #696969;
    }

    .dx-button-mode-outlined.dx-button-danger {
        background-color: transparent;
        border-color: #d43f3a;
        color: #d43f3a;
    }

        .dx-button-mode-outlined.dx-button-danger .dx-icon {
            color: #d43f3a;
        }

        .dx-button-mode-outlined.dx-button-danger.dx-state-focused,
        .dx-button-mode-outlined.dx-button-danger.dx-state-hover {
            background-color: rgba(212,63,58,.1);
            border-color: #d43f3a;
        }

        .dx-button-mode-outlined.dx-button-danger.dx-state-active {
            background-color: rgba(212,63,58,.4);
            border-color: #d43f3a;
            color: #d43f3a;
        }

    .dx-button-mode-outlined.dx-button-success {
        background-color: transparent;
        border-color: #4cae4c;
        color: #4cae4c;
    }

        .dx-button-mode-outlined.dx-button-success .dx-icon {
            color: #4cae4c;
        }

        .dx-button-mode-outlined.dx-button-success.dx-state-focused,
        .dx-button-mode-outlined.dx-button-success.dx-state-hover {
            background-color: rgba(76,174,76,.1);
            border-color: #4cae4c;
        }

        .dx-button-mode-outlined.dx-button-success.dx-state-active {
            background-color: rgba(76,174,76,.4);
            border-color: #4cae4c;
            color: #4cae4c;
        }

    .dx-button-mode-outlined.dx-button-default {
        background-color: transparent;
        border-color: #bc233c;
        color: #bc233c;
    }

        .dx-button-mode-outlined.dx-button-default .dx-icon {
            color: #bc233c;
        }

        .dx-button-mode-outlined.dx-button-default.dx-state-focused,
        .dx-button-mode-outlined.dx-button-default.dx-state-hover {
            background-color: rgba(188,35,60,.1);
            border-color: #bc233c;
        }

        .dx-button-mode-outlined.dx-button-default.dx-state-active {
            background-color: rgba(188,35,60,.4);
            border-color: #bc233c;
            color: #bc233c;
        }

.dx-button-mode-text {
    background-color: transparent;
    border-color: transparent;
    color: #696969;
}

    .dx-button-mode-text .dx-icon {
        color: #696969;
    }

    .dx-button-mode-text.dx-state-hover {
        background-color: rgba(0,0,0,.04);
        border-color: transparent;
    }

    .dx-button-mode-text.dx-state-focused {
        background-color: rgba(0,0,0,.08);
        border-color: transparent;
    }

    .dx-button-mode-text.dx-state-active {
        background-color: rgba(0,0,0,.24);
        border-color: transparent;
        color: #696969;
    }

    .dx-button-mode-text.dx-button-danger {
        background-color: transparent;
        border-color: transparent;
        color: #d43f3a;
    }

        .dx-button-mode-text.dx-button-danger .dx-icon {
            color: #d43f3a;
        }

        .dx-button-mode-text.dx-button-danger.dx-state-focused,
        .dx-button-mode-text.dx-button-danger.dx-state-hover {
            background-color: rgba(212,63,58,.1);
            border-color: transparent;
        }

        .dx-button-mode-text.dx-button-danger.dx-state-active {
            background-color: rgba(212,63,58,.4);
            border-color: transparent;
            color: #d43f3a;
        }

    .dx-button-mode-text.dx-button-success {
        background-color: transparent;
        border-color: transparent;
        color: #4cae4c;
    }

        .dx-button-mode-text.dx-button-success .dx-icon {
            color: #4cae4c;
        }

        .dx-button-mode-text.dx-button-success.dx-state-focused,
        .dx-button-mode-text.dx-button-success.dx-state-hover {
            background-color: rgba(76,174,76,.1);
            border-color: transparent;
        }

        .dx-button-mode-text.dx-button-success.dx-state-active {
            background-color: rgba(76,174,76,.4);
            border-color: transparent;
            color: #4cae4c;
        }

    .dx-button-mode-text.dx-button-default {
        background-color: transparent;
        border-color: transparent;
        color: #bc233c;
    }

        .dx-button-mode-text.dx-button-default .dx-icon {
            color: #bc233c;
        }

        .dx-button-mode-text.dx-button-default.dx-state-focused,
        .dx-button-mode-text.dx-button-default.dx-state-hover {
            background-color: rgba(188,35,60,.1);
            border-color: transparent;
        }

        .dx-button-mode-text.dx-button-default.dx-state-active {
            background-color: rgba(188,35,60,.4);
            border-color: transparent;
            color: #bc233c;
        }

.dx-button-back.dx-state-hover .dx-button-content,
.dx-button-normal.dx-state-hover .dx-button-content {
    background-color: transparent;
    border-radius: 0;
}

.dx-texteditor-buttons-container > .dx-button {
    margin: 1px;
}

    .dx-texteditor-buttons-container > .dx-button > .dx-button-content {
        padding-top: 5px;
        padding-bottom: 6px;
    }

.dx-button-mode-contained.dx-buttongroup-item,
.dx-button-mode-outlined.dx-buttongroup-item {
    padding-left: 1px;
    padding-right: 1px;
}

    .dx-button-mode-contained.dx-buttongroup-item.dx-state-hover .dx-button-content,
    .dx-button-mode-outlined.dx-buttongroup-item.dx-state-hover .dx-button-content {
        border-radius: 0;
    }

.dx-button-mode-contained.dx-buttongroup-first-item,
.dx-button-mode-outlined.dx-buttongroup-first-item {
    padding-left: 0;
    border-left-width: 1px;
}

    .dx-button-mode-contained.dx-buttongroup-first-item.dx-button,
    .dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
    .dx-button-mode-outlined.dx-buttongroup-first-item.dx-button,
    .dx-button-mode-outlined.dx-buttongroup-first-item.dx-state-hover .dx-button-content {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.dx-button-mode-contained.dx-buttongroup-last-item,
.dx-button-mode-outlined.dx-buttongroup-last-item {
    padding-right: 0;
}

    .dx-button-mode-contained.dx-buttongroup-last-item.dx-button,
    .dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover .dx-button-content,
    .dx-button-mode-outlined.dx-buttongroup-last-item.dx-button,
    .dx-button-mode-outlined.dx-buttongroup-last-item.dx-state-hover .dx-button-content {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.dx-button-mode-text.dx-buttongroup-first-item {
    margin-left: 0;
}

.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled {
    opacity: 1;
}

    .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled .dx-button-content,
    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled .dx-button-content {
        opacity: .6;
    }

.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal {
    background-color: #fff;
}

    .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-hover {
        background-color: #f5f5f5;
    }

    .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-focused {
        background-color: #ebebeb;
    }

    .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected {
        background-color: #d4d4d4;
    }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-hover {
            background-color: #e3e3e3;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-focused {
            background-color: #dbdbdb;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected,
        .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected .dx-icon {
            color: #696969;
        }

.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected) {
    background-color: #fff;
}

    .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default {
        border-color: #bc233c;
    }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-hover {
            background-color: #f5f5f5;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-focused {
            background-color: #ebebeb;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default,
        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default .dx-icon {
            color: #bc233c;
        }

    .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success {
        border-color: #4cae4c;
    }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-hover {
            background-color: #f5f5f5;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-focused {
            background-color: #ebebeb;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success,
        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success .dx-icon {
            color: #4cae4c;
        }

    .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger {
        border-color: #d43f3a;
    }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-hover {
            background-color: #f5f5f5;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-focused {
            background-color: #ebebeb;
        }

        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger,
        .dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger .dx-icon {
            color: #d43f3a;
        }

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-hover {
    background-color: rgba(0,0,0,.04);
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-focused {
    background-color: rgba(0,0,0,.08);
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-hover {
    background-color: rgba(188,35,60,.1);
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-hover {
    background-color: rgba(76,174,76,.1);
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-hover {
    background-color: rgba(212,63,58,.1);
}

.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-hover {
    background-color: rgba(0,0,0,.04);
}

.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-focused {
    background-color: rgba(0,0,0,.08);
}

.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-hover {
    background-color: rgba(188,35,60,.1);
}

.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-hover {
    background-color: rgba(76,174,76,.1);
}

.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-hover {
    background-color: rgba(212,63,58,.1);
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal {
    background-color: rgba(0,0,0,.17);
}

    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-hover,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-hover {
        background-color: rgba(0,0,0,.11);
    }

    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-focused {
        background-color: rgba(0,0,0,.14);
    }

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success {
    background-color: rgba(92,184,92,.3);
}

    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-hover,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-hover {
        background-color: rgba(92,184,92,.2);
    }

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default {
    background-color: rgba(188,35,60,.3);
}

    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-hover,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-hover {
        background-color: rgba(188,35,60,.2);
    }

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger {
    background-color: rgba(217,83,79,.3);
}

    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-hover,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-focused,
    .dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-hover {
        background-color: rgba(217,83,79,.2);
    }

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success .dx-icon,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success .dx-icon {
    color: #5cb85c;
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default .dx-icon,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default .dx-icon {
    color: #bc233c;
}

.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger .dx-icon,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger .dx-icon {
    color: #d9534f;
}

.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item {
    border-left-width: 0;
    padding-left: 1px;
    padding-right: 0;
}

    .dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item.dx-button,
    .dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
    .dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item.dx-button,
    .dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item.dx-state-hover .dx-button-content {
        border-radius: 0;
    }

.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item {
    border-left-width: 1px;
    padding-right: 1px;
    padding-left: 0;
}

    .dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-button,
    .dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-button,
    .dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
    .dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover .dx-button-content,
    .dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-button,
    .dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-button,
    .dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
    .dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-state-hover .dx-button-content {
        border-radius: 0;
    }

.dx-rtl.dx-button-mode-text.dx-buttongroup-first-item {
    margin-left: 1px;
}

.dx-rtl.dx-button-mode-text.dx-buttongroup-last-item {
    margin-left: 0;
}

.dx-scrollable-content {
    -webkit-transform: none;
}

.dx-scrollable-scroll {
    padding: 2px;
    background-color: transparent;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity linear;
    transition: opacity linear;
}

    .dx-scrollable-scroll.dx-state-invisible {
        opacity: 0;
        -webkit-transition: opacity .5s linear 1s;
        transition: opacity .5s linear 1s;
    }

.dx-scrollable-scroll-content {
    width: 100%;
    height: 100%;
    background-color: rgba(191,191,191,.7);
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

.dx-scrollbar-hoverable {
    background-color: transparent;
}

    .dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
    .dx-scrollbar-hoverable.dx-state-hover {
        background-color: rgba(191,191,191,.2);
    }

        .dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content {
            background-color: #bfbfbf;
        }

    .dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
        opacity: 1;
    }

        .dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
            background-color: rgba(0,0,0,0);
            -webkit-box-shadow: 0 0 0 1px transparent;
            box-shadow: 0 0 0 1px transparent;
        }

.dx-scrollbar-vertical .dx-scrollable-scroll {
    float: right;
    width: 8px;
}

.dx-scrollbar-vertical.dx-scrollbar-hoverable {
    width: 8px;
    -webkit-transition: width .2s linear .15s,background-color .2s linear .15s;
    transition: width .2s linear .15s,background-color .2s linear .15s;
}

    .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
        -webkit-transition: background-color .5s linear 1s,width .2s linear 150ms;
        transition: background-color .5s linear 1s,width .2s linear 150ms;
    }

        .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content {
            -webkit-transition: background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s;
            transition: box-shadow .15s linear .15s,background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s;
        }

        .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
            -webkit-transition: background-color .5s linear 1s,width .2s linear .15s;
            transition: background-color .5s linear 1s,width .2s linear .15s;
        }

            .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
                -webkit-transition: background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s;
                transition: box-shadow .5s linear 1s,background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s;
            }

    .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
    .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,
    .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
    .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll {
        width: 15px;
    }

.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 8px;
}

.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 8px;
    -webkit-transition: height .2s linear .15s,background-color .2s linear .15s;
    transition: height .2s linear .15s,background-color .2s linear .15s;
}

    .dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll {
        -webkit-transition: background-color .5s linear 1s,height .2s linear .15s;
        transition: background-color .5s linear 1s,height .2s linear .15s;
    }

        .dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content {
            -webkit-transition: background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s;
            transition: box-shadow .15s linear .15s,background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s;
        }

        .dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
            -webkit-transition: background-color .5s linear 1s,height .2s linear .15s;
            transition: background-color .5s linear 1s,height .2s linear .15s;
        }

            .dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
                -webkit-transition: background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s;
                transition: box-shadow .5s linear 1s,background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s;
            }

    .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
    .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,
    .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,
    .dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll {
        height: 15px;
    }

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
    padding-right: 8px;
}

.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-rtl.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-rtl.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
    padding-right: 0;
    padding-left: 8px;
}

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
    padding-bottom: 8px;
}

.dx-scrollable-customizable-scrollbars .dx-scrollable-container {
    -ms-scrollbar-base-color: #757575;
    -ms-scrollbar-arrow-color: #757575;
    -ms-scrollbar-shadow-color: #fff;
    -ms-scrollbar-track-color: #fff;
}

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar:horizontal {
        height: 19px;
    }

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar:vertical {
        width: 19px;
    }

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar {
        background-color: transparent;
    }

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-thumb {
        background-color: #757575;
        border-right: 2px solid transparent;
        border-left: 1px solid transparent;
        background-clip: content-box;
    }

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-button {
        background-color: transparent;
    }

        .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-button:horizontal:decrement {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAQAAADrXgSlAAAAMklEQVQY02P4z/CfIRECfRngHN/E/zAOkJmIzExEZoI4cCYGB0UZmgHIRkPt8kXigLgA3gNGp/JuZjQAAAAASUVORK5CYII=) center no-repeat;
        }

        .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-button:horizontal:increment {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAQAAADrXgSlAAAAN0lEQVQYV2NI9E1kAMH/QMiQ+B/ChXHAXAQHyoVxwFwEB8jFwUFSBjYebjSM4wuyA2IPnPmfAQA1rkanVpjRrQAAAABJRU5ErkJggg==) center no-repeat;
        }

        .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-button:vertical:decrement {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAAM0lEQVQYV2P4z/CfIRECfYGQAcQHQTABFf4PhHApmAREGCoFghAJhDBcClMYKoVNGCwFAKZMRqcg5DihAAAAAElFTkSuQmCC) 3px 5px no-repeat;
        }

        .dx-scrollable-customizable-scrollbars .dx-scrollable-container::-webkit-scrollbar-button:vertical:increment {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAAMUlEQVQY023JwQ0AMAyDQBZkCO8/hPuqGqkRP46YLklZyEB/MlyYZJhwyVBKBxDfLgftpkant8t4aAAAAABJRU5ErkJggg==) 3px 5px no-repeat;
        }

.dx-rtl .dx-scrollable .dx-scrollable-scroll,
.dx-rtl.dx-scrollable .dx-scrollable-scroll {
    float: left;
}

.dx-loadindicator {
    background-color: transparent;
}

.dx-loadindicator-image {
    background-position: center center;
    background-repeat: no-repeat;
    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);
}

.dx-loadindicator-icon {
    position: relative;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
}

    .dx-loadindicator-icon .dx-loadindicator-segment {
        position: absolute;
        width: 19%;
        height: 30%;
        left: 44.5%;
        top: 37%;
        opacity: 0;
        background: #969696;
        border-radius: 10% 10% 50% 50%;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-animation: 1s linear infinite dx-generic-loadindicator-opacity;
        animation: 1s linear infinite dx-generic-loadindicator-opacity;
    }

@-webkit-keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }

    to {
        opacity: .55;
    }
}

@keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }

    to {
        opacity: .55;
    }
}

.dx-loadindicator-icon .dx-loadindicator-segment0 {
    -webkit-transform: rotate(0) translate(0,-142%);
    transform: rotate(0) translate(0,-142%);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.dx-loadindicator-icon .dx-loadindicator-segment1 {
    -webkit-transform: rotate(45deg) translate(0,-142%);
    transform: rotate(45deg) translate(0,-142%);
    -webkit-animation-delay: -875ms;
    animation-delay: -875ms;
}

.dx-loadindicator-icon .dx-loadindicator-segment2 {
    -webkit-transform: rotate(90deg) translate(0,-142%);
    transform: rotate(90deg) translate(0,-142%);
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
}

.dx-loadindicator-icon .dx-loadindicator-segment3 {
    -webkit-transform: rotate(135deg) translate(0,-142%);
    transform: rotate(135deg) translate(0,-142%);
    -webkit-animation-delay: -625ms;
    animation-delay: -625ms;
}

.dx-loadindicator-icon .dx-loadindicator-segment4 {
    -webkit-transform: rotate(180deg) translate(0,-142%);
    transform: rotate(180deg) translate(0,-142%);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.dx-loadindicator-icon .dx-loadindicator-segment5 {
    -webkit-transform: rotate(225deg) translate(0,-142%);
    transform: rotate(225deg) translate(0,-142%);
    -webkit-animation-delay: -375ms;
    animation-delay: -375ms;
}

.dx-loadindicator-icon .dx-loadindicator-segment6 {
    -webkit-transform: rotate(270deg) translate(0,-142%);
    transform: rotate(270deg) translate(0,-142%);
    -webkit-animation-delay: -.25s;
    animation-delay: -.25s;
}

.dx-loadindicator-icon .dx-loadindicator-segment7 {
    -webkit-transform: rotate(315deg) translate(0,-142%);
    transform: rotate(315deg) translate(0,-142%);
    -webkit-animation-delay: -125ms;
    animation-delay: -125ms;
}

.dx-loadindicator-icon .dx-loadindicator-segment10,
.dx-loadindicator-icon .dx-loadindicator-segment11,
.dx-loadindicator-icon .dx-loadindicator-segment12,
.dx-loadindicator-icon .dx-loadindicator-segment13,
.dx-loadindicator-icon .dx-loadindicator-segment14,
.dx-loadindicator-icon .dx-loadindicator-segment15,
.dx-loadindicator-icon .dx-loadindicator-segment8,
.dx-loadindicator-icon .dx-loadindicator-segment9 {
    display: none;
}

.dx-rtl .dx-loadindicator-icon {
    right: 15%;
    left: 0;
}

.dx-overlay-shader {
    background-color: rgba(255,255,255,.8);
}

.dx-overlay-wrapper {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-overlay-wrapper input,
    .dx-overlay-wrapper textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

.dx-popup-wrapper .dx-state-focused.dx-overlay-content {
    border: 1px solid #ddd;
}

.dx-loadpanel-content {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.25);
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

.dx-scrollview-pull-down-image {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==) 0 0/100% no-repeat;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
}

.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image {
    width: 24px;
    height: 24px;
}

.dx-validationsummary-item {
    color: #c2283f;
}

.dx-validationsummary-item-content {
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: normal;
}

.dx-invalid-message > .dx-overlay-content {
    color: #fff;
    background-color: #c2283f;
}

@-webkit-keyframes valid-badge-frames {
    from {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes valid-badge-frames {
    from {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.dx-editor-underlined .dx-invalid-message > .dx-overlay-content,
.dx-invalid-message > .dx-overlay-content {
    border-radius: 0;
}

.dx-checkbox {
    line-height: 0;
}

    .dx-checkbox.dx-state-readonly .dx-checkbox-icon {
        border-color: #f0f0f0;
        background-color: #fff;
    }

    .dx-checkbox.dx-state-focused .dx-checkbox-icon,
    .dx-checkbox.dx-state-hover .dx-checkbox-icon {
        border: 1px solid #bfbfbf;
    }

    .dx-checkbox.dx-state-active .dx-checkbox-icon {
        background-color: #bfbfbf;
    }

.dx-checkbox-icon {
    width: 22px;
    height: 22px;
    border-radius: -2px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font: 16px/16px DXIcons;
    color: #337ab7;
    text-align: center;
}

    .dx-checkbox-checked .dx-checkbox-icon:before {
        content: "\F005";
        position: absolute;
        display: block;
        width: 16px;
        top: 50%;
        margin-top: -8px;
        left: 50%;
        margin-left: -8px;
    }

.dx-checkbox-indeterminate .dx-checkbox-icon {
    font: 14px/14px DXIcons;
    color: #337ab7;
    text-align: center;
}

    .dx-checkbox-indeterminate .dx-checkbox-icon:before {
        content: "\F067";
        position: absolute;
        display: block;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -7px;
    }

.dx-checkbox-text {
    margin-left: -22px;
    padding-left: 27px;
}

.dx-rtl .dx-checkbox-text,
.dx-rtl.dx-checkbox-text {
    margin-right: -22px;
    padding-right: 27px;
}

.dx-state-disabled .dx-checkbox,
.dx-state-disabled.dx-checkbox {
    opacity: 1;
}

    .dx-state-disabled .dx-checkbox .dx-checkbox-icon,
    .dx-state-disabled .dx-checkbox-text,
    .dx-state-disabled.dx-checkbox .dx-checkbox-icon {
        opacity: .4;
    }

.dx-invalid .dx-checkbox-container .dx-checkbox-icon {
    border: 1px solid #c2283f;
}

.dx-invalid.dx-state-focused .dx-checkbox-container .dx-checkbox-icon {
    border-color: #c2283f;
}

.dx-switch {
    width: 44px;
    height: 24px;
}

    .dx-switch.dx-state-readonly .dx-switch-container {
        border-color: #f4f4f4;
        background-color: #fff;
    }

    .dx-switch.dx-state-active .dx-switch-handle:before {
        background-color: #204d73;
    }

    .dx-switch.dx-state-active .dx-switch-container {
        border-color: #337ab7;
        background-color: rgba(96,96,96,.2);
    }

    .dx-switch.dx-state-hover .dx-switch-handle:before {
        background-color: #337ab7;
    }

    .dx-switch.dx-state-hover .dx-switch-container {
        background-color: transparent;
        border-color: #337ab7;
    }

    .dx-switch.dx-state-focused .dx-switch-container {
        border-color: #337ab7;
    }

    .dx-switch.dx-state-focused .dx-switch-handle:before {
        background-color: #337ab7;
    }

    .dx-switch.dx-state-focused.dx-state-active .dx-switch-handle:before {
        background-color: #204d73;
    }

.dx-switch-container {
    overflow: hidden;
    margin: 0 -6px 0 0;
    padding: 0 2px;
    height: 24px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: -2px;
}

.dx-switch-inner {
    width: 200%;
    height: 100%;
}

.dx-switch-off,
.dx-switch-on {
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-right: 16px;
    line-height: 22px;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dx-switch-off {
    padding-left: 2px;
    color: #cfcfcf;
}

.dx-switch-on {
    color: #696969;
}

.dx-switch-handle {
    position: relative;
    float: left;
    -webkit-flex-basis: 14px;
    -ms-flex-preferred-size: 14px;
    flex-basis: 14px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 18px;
    margin-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .dx-switch-handle:before {
        display: block;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: #63a0d4;
        border-radius: -2px;
    }

.dx-switch-on-value .dx-switch-handle:before {
    background-color: #337ab7;
}

.dx-rtl .dx-switch .dx-switch-off,
.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-on {
    float: right;
}

.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-on {
    padding-left: 16px;
    padding-right: 2px;
}

.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
    margin-left: 0;
}

.dx-rtl .dx-switch .dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
    float: right;
    margin-left: 0;
    margin-right: -14px;
}

.dx-rtl .dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
    margin: 0 0 0 -6px;
}

.dx-invalid.dx-state-focused .dx-switch-container,
.dx-invalid.dx-state-hover .dx-switch-container,
.dx-invalid.dx-switch .dx-switch-container {
    border-color: #c2283f;
}

.dx-invalid .dx-switch-handle:before,
.dx-invalid.dx-state-focused .dx-switch-handle:before,
.dx-invalid.dx-state-hover .dx-switch-handle:before,
.dx-invalid.dx-switch-on-value .dx-switch-handle:before {
    background-color: #c2283f;
}

.dx-badge {
    background-color: #337ab7;
    color: #fff;
    font-size: 13px;
    padding: 0 6px 2px;
    line-height: normal;
}

.dx-tabs {
    border: 1px solid #ddd;
}

.dx-tabs-scrollable {
    margin: -1px;
    height: calc(100% + 2px);
}

    .dx-tabs-scrollable .dx-tabs-wrapper {
        border: 1px solid #ddd;
    }

.dx-tabs-nav-buttons .dx-tabs-scrollable .dx-tabs-wrapper {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

.dx-tabs-nav-button {
    border: none;
    background-color: #f7f7f7;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .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: .6;
        }

.dx-tab {
    padding: 9px;
    background-color: #f7f7f7;
    color: #696969;
}

    .dx-tab .dx-icon {
        color: #696969;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 18px 18px;
        padding: 0;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        margin-right: 9px;
        margin-left: 0;
    }

        .dx-rtl .dx-tab .dx-icon,
        .dx-rtl.dx-tab .dx-icon,
        .dx-tab .dx-icon.dx-icon-right {
            margin-left: 9px;
            margin-right: 0;
        }

            .dx-rtl .dx-tab .dx-icon.dx-icon-right,
            .dx-rtl.dx-tab .dx-icon.dx-icon-right {
                margin-right: 9px;
                margin-left: 0;
            }

    .dx-tab.dx-state-hover {
        background-color: #fff;
    }

    .dx-tab.dx-state-active {
        background-color: rgba(88,88,88,.2);
        color: #696969;
    }

    .dx-tab.dx-state-focused:after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: -1px;
        left: -1px;
        border-right: 1px solid #337ab7;
        border-left: 1px solid #337ab7;
        border-top: 1px solid #337ab7;
        border-bottom: 1px solid #337ab7;
        z-index: 1;
    }

    .dx-tab.dx-tab-selected {
        background-color: #fff;
        color: #696969;
    }

.dx-tab-selected:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    z-index: 1;
}

.dx-tab-selected .dx-icon {
    color: #696969;
}

.dx-tab-selected:not(.dx-state-focused) + .dx-tab-selected:not(.dx-state-focused):after {
    border-left: 1px solid #f7f7f7;
}

.dx-rtl .dx-tab-selected:not(.dx-state-focused) + .dx-tab-selected:not(.dx-state-focused):after {
    border-left: 1px solid #ddd;
    border-right: 1px solid #f7f7f7;
}

.dx-tab-text {
    vertical-align: middle;
    line-height: 25px;
}

.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-rtl .dx-nav-item {
    background: #f7f7f7;
}

    .dx-nav-item .dx-tab-text,
    .dx-rtl .dx-nav-item .dx-tab-text {
        line-height: normal;
        color: #696969;
    }

.dx-navbar .dx-nav-item .dx-icon,
.dx-navbar .dx-rtl .dx-nav-item .dx-icon {
    width: 31px;
    height: 31px;
    background-position: 0 0;
    background-size: 31px 31px;
    padding: 0;
    font-size: 31px;
    text-align: center;
    line-height: 31px;
    color: #696969;
}

.dx-nav-item.dx-state-active:after,
.dx-nav-item.dx-state-focused:after,
.dx-nav-item.dx-tab-selected:after,
.dx-rtl .dx-nav-item.dx-state-active:after,
.dx-rtl .dx-nav-item.dx-state-focused:after,
.dx-rtl .dx-nav-item.dx-tab-selected:after {
    content: none;
}

.dx-nav-item.dx-tab-selected,
.dx-rtl .dx-nav-item.dx-tab-selected {
    background: #fff;
}

    .dx-nav-item.dx-tab-selected .dx-icon,
    .dx-nav-item.dx-tab-selected .dx-tab-text,
    .dx-rtl .dx-nav-item.dx-tab-selected .dx-icon,
    .dx-rtl .dx-nav-item.dx-tab-selected .dx-tab-text {
        color: #696969;
    }

.dx-nav-item.dx-state-active,
.dx-rtl .dx-nav-item.dx-state-active {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dx-nav-item.dx-state-focused,
.dx-rtl .dx-nav-item.dx-state-focused {
    -webkit-box-shadow: inset 0 0 0 1px #337ab7;
    box-shadow: inset 0 0 0 1px #337ab7;
}

.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: 11%;
}

.dx-rtl .dx-navbar-item-badge {
    margin-left: -26px;
}

.dx-texteditor.dx-editor-outlined {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}

.dx-texteditor.dx-editor-underlined {
    background: 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
}

.dx-texteditor.dx-editor-filled {
    background: rgba(105,105,105,.05);
    border: 1px solid transparent;
    border-radius: 0;
}

.dx-texteditor.dx-state-readonly {
    border-style: dashed;
}

    .dx-texteditor.dx-state-readonly.dx-editor-filled {
        border-color: transparent;
        background-color: rgba(105,105,105,.03);
    }

        .dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-focused {
            background-color: rgba(105,105,105,.03);
        }

        .dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-hover {
            background-color: rgba(191,191,191,.07);
        }

    .dx-texteditor.dx-state-readonly.dx-editor-underlined {
        border-style: none none dashed;
    }

.dx-texteditor.dx-state-hover {
    border-color: #bfbfbf;
}

    .dx-texteditor.dx-state-hover.dx-editor-filled {
        border-color: transparent;
        background-color: rgba(191,191,191,.1);
    }

.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-active.dx-editor-outlined,
.dx-texteditor.dx-state-active.dx-editor-underlined,
.dx-texteditor.dx-state-focused.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-outlined,
.dx-texteditor.dx-state-focused.dx-editor-underlined {
    border-color: #bfbfbf;
}

.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-filled {
    background-color: transparent;
}

.dx-texteditor.dx-invalid .dx-texteditor-input,
.dx-texteditor.dx-valid .dx-texteditor-input {
    padding-right: 34px;
}

.dx-texteditor.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-texteditor.dx-valid.dx-rtl .dx-texteditor-input {
    padding: 7px 9px 8px 34px;
}

.dx-texteditor.dx-invalid .dx-texteditor-input-container:after,
.dx-texteditor.dx-valid .dx-texteditor-input-container:after {
    right: 4px;
}

.dx-rtl .dx-texteditor.dx-invalid .dx-texteditor-input-container:after,
.dx-rtl .dx-texteditor.dx-valid .dx-texteditor-input-container:after,
.dx-rtl.dx-texteditor.dx-invalid .dx-texteditor-input-container:after,
.dx-rtl.dx-texteditor.dx-valid .dx-texteditor-input-container:after {
    left: 4px;
    right: auto;
}

.dx-texteditor.dx-validation-pending .dx-texteditor-input {
    padding-right: 34px;
}

.dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input {
    padding: 7px 9px 8px 34px;
}

.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator {
    right: 4px;
}

.dx-rtl .dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator,
.dx-rtl.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator {
    left: 4px;
    right: auto;
}

.dx-show-clear-button .dx-clear-button-area {
    width: 34px;
    min-width: 34px;
    right: 0;
}

.dx-show-clear-button .dx-icon-clear {
    color: #cfcfcf;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background-position: 8px 8px;
    background-size: 18px 18px;
    padding: 8px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}

.dx-placeholder {
    color: #909090;
}

    .dx-placeholder:before {
        padding: 7px 9px 8px;
    }

.dx-editor-underlined .dx-placeholder:before {
    padding-left: 0;
}

.dx-texteditor-input {
    margin: 0;
    padding: 7px 9px 8px;
    background: rgba(0,0,0,0);
    color: #696969;
    font-size: 1em;
    border-radius: 0;
    min-height: 34px;
}

.dx-editor-underlined .dx-texteditor-input {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.dx-editor-filled .dx-texteditor-input {
    background: 0 0;
}

.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-texteditor-input {
    padding-left: 9px;
}

.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-texteditor-input {
    padding-left: 0;
    padding-right: 9px;
}

.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-placeholder {
    left: 9px;
}

.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-placeholder {
    left: 0;
    right: 9px;
}

.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:first-child {
    margin-left: 0;
}

.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:last-child {
    margin-right: 0;
}

.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:first-child {
    margin-left: 1px;
    margin-right: 0;
}

.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:last-child {
    margin-left: 0;
    margin-right: 1px;
}

.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:first-child:last-child {
    margin-left: 0;
    margin-right: 0;
}

.dx-invalid.dx-texteditor,
.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-state-focused {
    border-color: #c2283f;
}

    .dx-invalid.dx-texteditor.dx-editor-filled.dx-show-invalid-badge .dx-texteditor-input-container:after,
    .dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container:after,
    .dx-invalid.dx-texteditor.dx-editor-underlined.dx-show-invalid-badge .dx-texteditor-input-container:after {
        pointer-events: none;
        font-weight: 700;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        font-size: 13px;
        background-color: #c2283f;
        color: #fff;
        content: '!';
        border-radius: 50%;
    }

    .dx-invalid.dx-texteditor.dx-editor-filled {
        background-color: rgba(194,40,63,.1);
        border-color: transparent;
    }

        .dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused {
            background: 0 0;
        }

.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:last-child,
.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:last-child {
    margin-right: 0;
}

.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:first-child,
.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:first-child {
    margin-left: 0;
}

.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:first-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:first-child {
    margin-left: 1px;
    margin-right: 1px;
}

    .dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:first-child:last-child,
    .dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:last-child,
    .dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:first-child:last-child,
    .dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:last-child {
        margin-left: 0;
        margin-right: 1px;
    }

.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:first-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:first-child {
    margin-left: 1px;
    margin-right: 0;
}

.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:last-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:last-child {
    margin-left: 1px;
    margin-right: 1px;
}

.dx-valid.dx-texteditor.dx-editor-filled .dx-texteditor-input-container:after,
.dx-valid.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container:after,
.dx-valid.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container:after {
    pointer-events: none;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-family: DXIcons,sans-serif;
    color: #5cb85c;
    content: '\F005';
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: .3s cubic-bezier(1,.008,.565,1.65) .1s forwards valid-badge-frames;
    animation: .3s cubic-bezier(1,.008,.565,1.65) .1s forwards valid-badge-frames;
}

.dx-validation-pending.dx-texteditor.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,
.dx-validation-pending.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator,
.dx-validation-pending.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container .dx-pending-indicator {
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
}

.dx-rtl .dx-placeholder,
.dx-rtl .dx-placeholder:before {
    right: 0;
    left: auto;
}

.dx-editor-underlined.dx-rtl .dx-placeholder,
.dx-editor-underlined.dx-rtl .dx-placeholder:before {
    padding-right: 0;
}

.dx-searchbox .dx-icon-search {
    font: 17px/18px DXIcons;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background-position: 8px 8px;
    background-size: 18px 18px;
    padding: 8px;
    text-align: center;
    color: #909090;
}

    .dx-searchbox .dx-icon-search:before {
        content: "\F027";
        position: static;
        text-indent: 0;
        color: #828282;
    }

.dx-searchbox .dx-placeholder:before,
.dx-searchbox .dx-texteditor-input {
    padding-left: 34px;
}

.dx-rtl .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-searchbox .dx-texteditor-input {
    padding-right: 34px;
}

.dx-rtl .dx-editor-underlined.dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-editor-underlined.dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-editor-underlined.dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-editor-underlined.dx-searchbox .dx-texteditor-input {
    padding-right: 0;
}

.dx-searchbar {
    padding-bottom: 5px;
}

    .dx-searchbar .dx-texteditor {
        margin: 0;
    }

.dx-list-item-chevron {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border: none;
    opacity: 1;
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
    margin-left: -5px;
    color: #696969;
}

.dx-rtl .dx-list-item-chevron {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.dx-list-item-chevron:before {
    content: "\F010";
}

.dx-rtl .dx-list-item-chevron:before {
    content: "\F012";
}

.dx-list-item-icon-container {
    width: 28px;
    height: 18px;
    vertical-align: top;
}

.dx-list-item-icon {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}

.dx-list-search {
    margin-bottom: 5px;
}

.dx-list {
    border: none;
}

    .dx-list.dx-list-with-search .dx-scrollable-wrapper {
        height: calc(100% - 41px);
    }

    .dx-list .dx-empty-message {
        text-align: left;
    }

    .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,
    .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon:before,
    .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,
    .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon:before {
        border-color: #bfbfbf;
    }

    .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,
    .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon:before,
    .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,
    .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon:before {
        border: 1px solid #bfbfbf;
    }

    .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
        background-color: rgba(0,0,0,.04);
        color: #696969;
    }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon {
            color: #696969;
        }

    .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
        background-color: rgba(0,0,0,.1);
        color: #696969;
    }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon {
            color: #696969;
        }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
            background-color: rgba(0,0,0,.07);
            color: #696969;
        }

    .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
        background-color: #337ab7;
        color: #fff;
    }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon {
            color: #fff;
        }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
            border-color: #fff;
        }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
            background-color: rgba(51,122,183,.7);
            color: #fff;
        }

    .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
        background-color: #337ab7;
        color: #fff;
    }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon {
            color: #fff;
        }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
            background-color: #337ab7;
            color: #fff;
        }

        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon,
        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-button .dx-icon,
        .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-button .dx-icon {
            color: #696969;
        }

.dx-list-group-header {
    font-weight: 700;
    padding: 20px 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    background: rgba(238,238,238,.05);
    color: #696969;
}

.dx-list-group:first-of-type .dx-list-group-header {
    border-top: none;
}

.dx-list-group-header:before {
    border-top-color: #696969;
}

.dx-list-group-collapsed .dx-list-group-header:before {
    border-bottom-color: #696969;
}

.dx-list-item:first-of-type {
    border-top: none;
}

.dx-list-item:last-of-type {
    border-bottom: none;
}

.dx-list-item .dx-icon-toggle-delete {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAA0ElEQVRYw+2Y0QrDMAhFEwYj7/mM+1V+sx/UvWywQexiNbdQqq/FQ8y1akq5bY2hokOgUAg6anZ4xWa4ZoRvZvhvb5H0bA6vuSnKSp0b8HYCwoGJICYxUcQE5sB1eyXgFO0xQach7JRNVvest+XnMM9CgCTpal9j6YjRWQiQxAqxqwV9CaT/QmTwySPcHuSvtkq8B+kJkFG6nuGJQE64eIaEr1PxpB/kdfoJqf1SBgnSSEQZ7khjKmngJq0OpCWItM6RFlPSik17LCA+e9z2sRfnMjs2IEgNwQAAAABJRU5ErkJggg==);
    background-size: 100%;
}

.dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
    color: #cbcbcb;
    background: #fff;
    border-top: 1px solid rgba(51,122,183,.5);
    border-bottom: 1px solid rgba(51,122,183,.5);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
}

.dx-list .dx-empty-message,
.dx-list-item {
    border-top: 1px solid #ddd;
    color: #696969;
}

.dx-list-item-separator-hidden .dx-list .dx-empty-message,
.dx-list-item-separator-hidden .dx-list-item {
    border-top: none;
    border-bottom: none;
}

.dx-list .dx-empty-message,
.dx-list-item-content {
    padding: 10px;
}

.dx-list-next-button .dx-button .dx-button-content {
    padding: 7px 18px 8px;
}

.dx-list-next-button .dx-button .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
}

    .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
    .dx-rtl .dx-list-next-button .dx-button .dx-icon,
    .dx-rtl.dx-list-next-button .dx-button .dx-icon {
        margin-left: 9px;
        margin-right: 0;
    }

        .dx-rtl .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
        .dx-rtl.dx-list-next-button .dx-button .dx-icon.dx-icon-right {
            margin-right: 9px;
            margin-left: 0;
        }

.dx-list-item-chevron-container {
    width: 16px;
}

.dx-list-border-visible {
    border: 1px solid #ddd;
}

    .dx-list-border-visible .dx-list-select-all {
        border-bottom: 1px solid #ddd;
    }

.dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
    width: 29px;
}

.dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-list-item-before-bag.dx-list-select-radiobutton-container {
    width: 31px;
}

.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch {
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .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: 5px 5px 5px 10px;
    width: 19px;
    height: 19px;
}

.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: 10px;
}

.dx-list-select-all {
    padding: 9px 0 8px;
}

.dx-list-select-all-checkbox {
    float: left;
    margin: -1px 0 -3px 10px;
}

.dx-list-select-all-label {
    line-height: 17px;
    padding: 0 10px;
    margin-top: 1px;
}

.dx-list-item-after-bag.dx-list-static-delete-button-container {
    width: 36px;
}

.dx-list-item-after-bag.dx-list-reorder-handle-container {
    width: 33.4px;
}

.dx-list-item-after-bag .dx-list-reorder-handle {
    font: 18px/18px DXIcons;
    width: 28.8px;
    height: 28.8px;
    background-position: 5px 5px;
    background-size: 18px 18px;
    padding: 5px;
    text-align: center;
}

    .dx-list-item-after-bag .dx-list-reorder-handle:before {
        content: "\F038";
    }

.dx-list-slide-menu-button {
    bottom: 1px;
}

.dx-list-slide-menu-button-delete {
    border: 1px solid transparent;
    color: #fff;
    background-color: #d9534f;
}

.dx-list-slide-menu-button-menu {
    border: 1px solid transparent;
    color: #fff;
    background-color: #bc233c;
}

.dx-list-static-delete-button,
.dx-list-switchable-delete-button {
    margin-right: 10px;
    padding: 0;
}

    .dx-list-static-delete-button .dx-button-content,
    .dx-list-switchable-delete-button .dx-button-content {
        padding: 3px;
    }

.dx-list-context-menucontent {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.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: 5px 10px 5px 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-radiobutton,
.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 {
    margin-right: 10px;
    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: 10px;
    margin-left: 1px;
}

.dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-rtl.dx-list .dx-list-switchable-delete-button {
    margin-left: 10px;
    margin-right: 0;
}

.dx-device-mobile .dx-list {
    border: none;
}

    .dx-device-mobile .dx-list.dx-list-with-search .dx-scrollable-wrapper {
        height: calc(100% - 41px);
    }

    .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-hover .dx-checkbox-icon,
    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon:before,
    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,
    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon:before {
        border-color: #bfbfbf;
    }

    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,
    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon:before,
    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,
    .dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon:before {
        border: 1px solid #bfbfbf;
    }

    .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
        background-color: rgba(0,0,0,.04);
        color: #696969;
    }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon {
            color: #696969;
        }

    .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
        background-color: rgba(0,0,0,.1);
        color: #696969;
    }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon {
            color: #696969;
        }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
            background-color: rgba(0,0,0,.07);
            color: #696969;
        }

    .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
        background-color: #337ab7;
        color: #fff;
    }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon {
            color: #fff;
        }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
            border-color: #fff;
        }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
            background-color: rgba(51,122,183,.7);
            color: #fff;
        }

    .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
        background-color: #337ab7;
        color: #fff;
    }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon {
            color: #fff;
        }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
            background-color: #337ab7;
            color: #fff;
        }

        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon,
        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-button .dx-icon,
        .dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-button .dx-icon {
            color: #696969;
        }

.dx-device-mobile .dx-list-group-header {
    font-weight: 700;
    padding: 20px 15px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    background: rgba(238,238,238,.05);
    color: #696969;
}

.dx-list-group:first-of-type .dx-device-mobile .dx-list-group-header {
    border-top: none;
}

.dx-device-mobile .dx-list-group-header:before {
    border-top-color: #696969;
}

.dx-list-group-collapsed .dx-device-mobile .dx-list-group-header:before {
    border-bottom-color: #696969;
}

.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-device-mobile .dx-list-item .dx-icon-toggle-delete {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAA0ElEQVRYw+2Y0QrDMAhFEwYj7/mM+1V+sx/UvWywQexiNbdQqq/FQ8y1akq5bY2hokOgUAg6anZ4xWa4ZoRvZvhvb5H0bA6vuSnKSp0b8HYCwoGJICYxUcQE5sB1eyXgFO0xQach7JRNVvest+XnMM9CgCTpal9j6YjRWQiQxAqxqwV9CaT/QmTwySPcHuSvtkq8B+kJkFG6nuGJQE64eIaEr1PxpB/kdfoJqf1SBgnSSEQZ7khjKmngJq0OpCWItM6RFlPSik17LCA+e9z2sRfnMjs2IEgNwQAAAABJRU5ErkJggg==);
    background-size: 100%;
}

.dx-device-mobile .dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
    color: #cbcbcb;
    background: #fff;
    border-top: 1px solid rgba(51,122,183,.5);
    border-bottom: 1px solid rgba(51,122,183,.5);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
}

.dx-device-mobile .dx-list .dx-empty-message,
.dx-device-mobile .dx-list-item {
    border-top: 1px solid #ddd;
    color: #696969;
}

.dx-list-item-separator-hidden .dx-device-mobile .dx-list .dx-empty-message,
.dx-list-item-separator-hidden .dx-device-mobile .dx-list-item {
    border-top: none;
    border-bottom: none;
}

.dx-device-mobile .dx-list .dx-empty-message,
.dx-device-mobile .dx-list-item-content {
    padding: 10px 15px;
}

.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content {
    padding: 7px 18px 8px;
}

.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
}

    .dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
    .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: 9px;
        margin-right: 0;
    }

        .dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
        .dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right {
            margin-right: 9px;
            margin-left: 0;
        }

.dx-device-mobile .dx-list-item-chevron-container {
    width: 21px;
}

.dx-device-mobile .dx-list-border-visible {
    border: 1px solid #ddd;
}

    .dx-device-mobile .dx-list-border-visible .dx-list-select-all {
        border-bottom: 1px solid #ddd;
    }

.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-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch {
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .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: 5px 7.5px 5px 15px;
    width: 19px;
    height: 19px;
}

.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-select-all {
    padding: 9px 0 8px;
}

.dx-device-mobile .dx-list-select-all-checkbox {
    float: left;
    margin: -1px 0 -3px 15px;
}

.dx-device-mobile .dx-list-select-all-label {
    line-height: 17px;
    padding: 0 10px;
    margin-top: 1px;
}

.dx-device-mobile .dx-list-item-after-bag.dx-list-static-delete-button-container {
    width: 41px;
}

.dx-device-mobile .dx-list-item-after-bag.dx-list-reorder-handle-container {
    width: 38.4px;
}

.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle {
    font: 18px/18px DXIcons;
    width: 28.8px;
    height: 28.8px;
    background-position: 5px 5px;
    background-size: 18px 18px;
    padding: 5px;
    text-align: center;
}

    .dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle:before {
        content: "\F038";
    }

.dx-device-mobile .dx-list-slide-menu-button {
    bottom: 1px;
}

.dx-device-mobile .dx-list-slide-menu-button-delete {
    border: 1px solid transparent;
    color: #fff;
    background-color: #d9534f;
}

.dx-device-mobile .dx-list-slide-menu-button-menu {
    border: 1px solid transparent;
    color: #fff;
    background-color: #bc233c;
}

.dx-device-mobile .dx-list-static-delete-button,
.dx-device-mobile .dx-list-switchable-delete-button {
    margin-right: 15px;
    padding: 0;
}

    .dx-device-mobile .dx-list-static-delete-button .dx-button-content,
    .dx-device-mobile .dx-list-switchable-delete-button .dx-button-content {
        padding: 3px;
    }

.dx-device-mobile .dx-list-context-menucontent {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.dx-device-mobile .dx-state-disabled .dx-list-item,
.dx-device-mobile .dx-state-disabled.dx-list-item {
    background-color: transparent;
    opacity: .6;
}

.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: 5px 15px 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-radiobutton,
.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 {
    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-dropdownbutton-popup-wrapper {
    height: 100%;
}

    .dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
        border-top-width: 0;
        border-bottom-width: 1px;
    }

        .dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
            border-top-width: 1px;
            border-bottom-width: 0;
        }

    .dx-dropdownbutton-popup-wrapper .dx-popup-content {
        height: 100%;
        padding: 1px;
    }

    .dx-dropdownbutton-popup-wrapper .dx-list {
        height: 100%;
        min-height: 39.0001px;
    }

        .dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
            min-height: 33.0001px;
        }

            .dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
                padding: 7px 9px;
            }

    .dx-dropdownbutton-popup-wrapper .dx-list-select-all {
        padding: 12px 0 8px;
    }

    .dx-dropdownbutton-popup-wrapper .dx-empty-message,
    .dx-dropdownbutton-popup-wrapper .dx-list-item {
        border-top: 0;
    }

        .dx-dropdownbutton-popup-wrapper .dx-empty-message:last-of-type,
        .dx-dropdownbutton-popup-wrapper .dx-list-item:last-of-type {
            border-bottom: none;
        }

.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
    background: #fff;
}

.dx-popover-wrapper .dx-popup-title {
    margin: 0;
}

    .dx-popover-wrapper .dx-popup-title.dx-toolbar {
        padding-left: 15px;
    }

.dx-popover-wrapper .dx-popover-arrow:after,
.dx-popover-wrapper.dx-popover-without-title .dx-popover-arrow:after {
    background: #fff;
}

.dx-popover-arrow:after {
    border: 1px solid #d9d9d9;
}

.dx-popover-wrapper .dx-rtl.dx-popup-title.dx-toolbar {
    padding-right: 15px;
    padding-left: 0;
}

.dx-actionsheet-container .dx-actionsheet-item {
    margin: 0 0 10px;
}

.dx-actionsheet-container .dx-button,
.dx-button.dx-actionsheet-cancel {
    margin: 0;
}

.dx-dropdownmenu-popup-wrapper .dx-overlay-content .dx-popup-content {
    padding: 1px;
}

.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list {
    border-radius: 8px;
}

.dx-dropdownmenu-popup-wrapper .dx-list-item {
    border-top: 0;
}

.dx-dropdownlist-popup-wrapper {
    height: 100%;
}

    .dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
        border-top-width: 0;
        border-bottom-width: 1px;
    }

        .dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
            border-top-width: 1px;
            border-bottom-width: 0;
        }

    .dx-dropdownlist-popup-wrapper .dx-popup-content {
        height: 100%;
        padding: 1px;
    }

    .dx-dropdownlist-popup-wrapper .dx-list {
        height: 100%;
        min-height: 39.0001px;
    }

        .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
            min-height: 33.0001px;
        }

            .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
                padding: 7px 9px;
            }

    .dx-dropdownlist-popup-wrapper .dx-list-select-all {
        padding: 12px 0 8px;
    }

    .dx-dropdownlist-popup-wrapper .dx-empty-message,
    .dx-dropdownlist-popup-wrapper .dx-list-item {
        border-top: 0;
    }

        .dx-dropdownlist-popup-wrapper .dx-empty-message:last-of-type,
        .dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type {
            border-bottom: none;
        }

.dx-autocomplete .dx-texteditor-input {
    font-size: 1em;
}

.dx-autocomplete.dx-invalid .dx-texteditor-container:after,
.dx-autocomplete.dx-valid .dx-texteditor-container:after {
    right: 8px;
}

.dx-rtl .dx-autocomplete.dx-invalid .dx-texteditor-container:after,
.dx-rtl .dx-autocomplete.dx-valid .dx-texteditor-container:after,
.dx-rtl.dx-autocomplete.dx-invalid .dx-texteditor-container:after,
.dx-rtl.dx-autocomplete.dx-valid .dx-texteditor-container:after {
    left: 8px;
}

.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
    right: 8px;
}

.dx-rtl .dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,
.dx-rtl.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
    left: 8px;
}

.dx-numberbox-spin-container {
    overflow: hidden;
    width: 34px;
    border-radius: 0;
}

.dx-numberbox-spin-up-icon {
    font: 14px/1 DXIcons;
    color: #696969;
}

    .dx-numberbox-spin-up-icon:before {
        content: "\F002";
    }

.dx-numberbox-spin-down-icon {
    font: 14px/1 DXIcons;
    color: #696969;
}

    .dx-numberbox-spin-down-icon:before {
        content: "\F001";
    }

.dx-numberbox-spin-down-icon,
.dx-numberbox-spin-up-icon {
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: -1px;
}

    .dx-numberbox-spin-down-icon:before,
    .dx-numberbox-spin-up-icon:before {
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
    }

.dx-numberbox-spin-button {
    padding: 1px;
}

.dx-editor-underlined .dx-numberbox-spin-button {
    background: 0 0;
}

.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
    -webkit-box-shadow: 0 0 0 1px transparent inset;
    box-shadow: 0 0 0 1px transparent inset;
    background-color: #e6e6e6;
}

.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
    background-color: #b3b3b3;
    color: #696969;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    width: 74px;
    border-left: none;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon {
    background-position: center;
}

.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container,
.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    border-right: none;
}

.dx-numberbox.dx-rtl.dx-numberbox-spin .dx-texteditor-input,
.dx-rtl .dx-numberbox.dx-numberbox-spin .dx-texteditor-input {
    padding-right: 9px;
}

.dx-timeview {
    height: auto;
    width: auto;
}

.dx-timeview-clock {
    min-height: 199px;
    min-width: 199px;
    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!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") 50% 50%/191px no-repeat;
}

.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!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 57px;
}

.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!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 79px;
}

.dx-timeview-format12 {
    width: 70px;
    margin-left: 5px;
    margin-right: auto;
}

    .dx-rtl .dx-timeview-format12,
    .dx-timeview-format12.dx-rtl {
        margin-left: auto;
        margin-right: 5px;
    }

.dx-timeview-time-separator {
    margin: 0 5px;
}

.dx-timeview-field {
    min-height: 50px;
}

    .dx-timeview-field .dx-numberbox {
        width: 70px;
    }

        .dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
            width: 110px;
        }

.dx-dateview-rollers {
    width: auto;
    text-align: center;
    display: block;
}

.dx-dateviewroller-current .dx-dateview-item {
    -webkit-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:after,
    .dx-dateviewroller .dx-scrollable-content:before {
        content: "";
        height: 71px;
        display: block;
    }

    .dx-dateviewroller .dx-scrollable-container {
        height: 182px;
    }

    .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: 700;
    top: 37%;
    color: #696969;
}

.dx-dateviewroller-hours .dx-dateview-item-selected-frame {
    padding-left: 20%;
}

.dx-dateviewroller-minutes .dx-dateview-item-selected-frame {
    width: 80%;
}

.dx-dateview-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.3em;
    color: #696969;
}

.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: 71px;
    width: 100%;
}

    .dx-dateview-item-selected-frame:after,
    .dx-dateview-item-selected-frame:before {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 71px;
    }

    .dx-dateview-item-selected-frame:before {
        top: -71px;
        border-bottom: 1px solid #ddd;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),color-stop(60%,rgba(255,255,255,.8)));
        background-image: linear-gradient(0deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 60%);
    }

    .dx-dateview-item-selected-frame:after {
        top: 40px;
        border-top: 1px solid #ddd;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(60%,rgba(255,255,255,.8)));
        background-image: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 60%);
    }

.dx-dateview-compact .dx-dateview-rollers,
.dx-device-phone .dx-dateview-rollers,
.dx-device-tablet .dx-dateview-rollers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.dx-dateview-compact .dx-dateviewroller-month,
.dx-device-phone .dx-dateviewroller-month,
.dx-device-tablet .dx-dateviewroller-month {
    min-width: 4em;
}

.dx-dateview-compact .dx-dateview-item,
.dx-device-phone .dx-dateview-item,
.dx-device-tablet .dx-dateview-item {
    font-size: 1.1em;
}

.dx-dateview-compact .dx-dateview-item-selected,
.dx-device-phone .dx-dateview-item-selected,
.dx-device-tablet .dx-dateview-item-selected {
    font-size: 1.4em;
}

.dx-calendar {
    width: 282px;
    min-width: 282px;
    height: 268.6px;
    min-height: 268.6px;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    border: 1px solid transparent;
}

    .dx-calendar.dx-calendar-with-footer {
        height: 323.6px;
        min-height: 293.6px;
    }

        .dx-calendar.dx-calendar-with-footer .dx-calendar-body {
            bottom: 55px;
        }

        .dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
            text-align: center;
            height: 45px;
            width: 100%;
        }

            .dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button {
                background: 0 0;
            }

                .dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button.dx-state-active {
                    background-color: #d4d4d4;
                }

.dx-calendar-navigator {
    line-height: 1.6;
    height: 36px;
    display: table;
    border-collapse: collapse;
}

    .dx-calendar-navigator .dx-button {
        height: 100%;
        border-radius: 0;
        display: table-cell;
        border-color: #ddd;
    }

        .dx-calendar-navigator .dx-button .dx-icon {
            font-size: 16px;
        }

        .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-button.dx-state-hover:not(.dx-calendar-disabled-navigator-link) {
            z-index: 1;
            border-color: #ddd;
        }

    .dx-calendar-navigator .dx-calendar-caption-button {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        right: 32px;
        left: 32px;
    }

        .dx-calendar-navigator .dx-calendar-caption-button.dx-button.dx-state-active {
            background-color: #d4d4d4;
        }

        .dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
            padding: 2px 15px 4px;
            color: #337ab7;
        }

.dx-calendar-navigator-previous-month.dx-state-hover {
    z-index: 1;
}

.dx-calendar-navigator-next-view,
.dx-calendar-navigator-previous-month {
    width: 32px;
    background: 0 0;
}

    .dx-calendar-navigator-next-view.dx-button,
    .dx-calendar-navigator-previous-month.dx-button {
        margin: 0 1px;
    }

    .dx-calendar-navigator-next-view .dx-button-content,
    .dx-calendar-navigator-previous-month .dx-button-content {
        padding: 0;
    }

.dx-calendar-navigator-previous-month,
.dx-calendar-navigator-previous-view {
    left: 0;
}

    .dx-calendar-navigator-previous-month.dx-button,
    .dx-calendar-navigator-previous-view.dx-button {
        border-radius: 0;
    }

        .dx-calendar-navigator-previous-month.dx-button .dx-icon,
        .dx-calendar-navigator-previous-view.dx-button .dx-icon {
            color: #3f3f3f;
        }

.dx-calendar-navigator-next-month,
.dx-calendar-navigator-next-view {
    right: 0;
}

    .dx-calendar-navigator-next-month.dx-button,
    .dx-calendar-navigator-next-view.dx-button {
        border-radius: 0;
    }

        .dx-calendar-navigator-next-month.dx-button .dx-icon,
        .dx-calendar-navigator-next-view.dx-button .dx-icon {
            color: #3f3f3f;
        }

.dx-calendar-body {
    top: 52px;
}

    .dx-calendar-body thead {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2;
    }

        .dx-calendar-body thead tr {
            height: 25px;
            padding-bottom: 10px;
        }

            .dx-calendar-body thead tr th {
                -webkit-box-shadow: inset 0 -1px 0 #fff;
                box-shadow: inset 0 -1px 0 #fff;
                color: #737373;
            }

    .dx-calendar-body table {
        border-spacing: 0;
    }

        .dx-calendar-body table th {
            color: #737373;
            text-align: center;
            font-size: 12px;
            padding: 1px 0 6px;
        }

.dx-calendar-cell {
    text-align: center;
    padding: 1px 8px 2px;
    color: #181818;
    font-size: 15px;
    border: 1px double transparent;
    width: 39px;
    border-radius: 0;
}

    .dx-calendar-cell.dx-calendar-today {
        font-weight: 700;
    }

    .dx-calendar-cell.dx-state-hover {
        -webkit-box-shadow: inset 0 -1px 0 1000px #fff;
        box-shadow: inset 0 -1px 0 1000px #fff;
        color: #181818;
    }

    .dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date),
    .dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date) {
        color: #816565;
    }

        .dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date).dx-state-active,
        .dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date).dx-state-hover,
        .dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date).dx-state-active,
        .dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date).dx-state-hover {
            color: #959595;
        }

    .dx-calendar-cell.dx-calendar-empty-cell {
        cursor: default;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAm0lEQVRIx7XVwQnAIAwF0ExSdBF1a6Er9dIRqsVAazWJmh4+iuBT4YMQ4w4pWxk1clt5YlOOFKeAumJZXAgKOKIBb6yBv9AansU/aAsexZtoD5biXZSCOZxEObiHs6gErnERKoURP0uCZM9IpRB2WvDz+eIqzvRUhMNkT1mcQz1xsKfwWZTFV1ASX0W7uAbaxPOCUUBr3MBfn+kF3CNLT2/yky4AAAAASUVORK5CYII=) center center no-repeat;
    }

        .dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover:not(.dx-calendar-selected-date) {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .dx-calendar-cell.dx-state-active:not(.dx-calendar-empty-cell):not(.dx-calendar-selected-date) {
        -webkit-box-shadow: inset 0 -1px 0 1000px rgba(96,96,96,.2);
        box-shadow: inset 0 -1px 0 1000px rgba(96,96,96,.2);
    }

    .dx-calendar-cell.dx-calendar-contoured-date {
        -webkit-box-shadow: inset 0 0 0 1px #bebebe;
        box-shadow: inset 0 0 0 1px #bebebe;
    }

    .dx-calendar-cell.dx-calendar-selected-date,
    .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
        color: #fff;
        -webkit-box-shadow: inset 0 0 0 1000px #e6e6e6;
        box-shadow: inset 0 0 0 1000px #e6e6e6;
        font-weight: 400;
    }

        .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,
        .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
            -webkit-box-shadow: inset 0 0 0 1px #bebebe,inset 0 0 0 1000px #e6e6e6;
            box-shadow: inset 0 0 0 1px #bebebe,inset 0 0 0 1000px #e6e6e6;
        }

.dx-invalid.dx-calendar,
.dx-invalid.dx-calendar.dx-state-focused {
    border-color: #c2283f;
}

.dx-popup-wrapper .dx-calendar .dx-calendar-caption-button {
    margin: 0;
}

.dx-datebox-wrapper .dx-popup-title {
    min-height: 10px;
    border-bottom: none;
    background: 0 0;
}

.dx-datebox-wrapper .dx-item {
    border: none;
}

.dx-datebox-wrapper .dx-popup-bottom .dx-button {
    min-width: 85px;
    width: auto;
}

.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content {
    margin: 0 34px;
}

.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: 18px/18px DXIcons;
    width: 32px;
    height: 100%;
    text-align: center;
    border-radius: -1px;
}

    .dx-datebox-calendar .dx-dropdowneditor-icon:before {
        content: "\F026";
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
    }

.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    opacity: 1;
}

.dx-datebox-calendar.dx-rtl.dx-editor-underlined {
    padding-right: 0;
}

.dx-datebox-wrapper-calendar .dx-popup-content {
    padding: 0;
}

.dx-datebox-wrapper-calendar .dx-calendar {
    border: none;
    margin: 30px;
}

.dx-datebox-wrapper-calendar .dx-datebox-container-cell {
    margin-right: 30px;
    margin-bottom: 30px;
}

.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
    margin-right: 15px;
    margin-bottom: 15px;
}

.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin: 30px 30px 15px 15px;
}

.dx-datebox-adaptivity-mode.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin: 0 15px 15px;
}

.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell {
    margin-top: -1px;
    margin-right: 30px;
}

@media (max-width:320px) {
    .dx-datebox-wrapper-calendar .dx-calendar {
        margin: 18px;
    }
}

.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: 15px;
    margin-right: 30px;
}

.dx-rtl .dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin-right: 15px;
    margin-left: 30px;
}

.dx-datebox-list .dx-dropdowneditor-icon {
    font: 18px/18px DXIcons;
    width: 32px;
    height: 100%;
    text-align: center;
    border-radius: -1px;
}

    .dx-datebox-list .dx-dropdowneditor-icon:before {
        content: "\F01D";
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
    }

.dx-datebox-wrapper-list .dx-popup-content {
    padding: 0;
}

.dx-datebox input[type=date] {
    line-height: normal;
}

.dx-datebox.dx-auto-width .dx-texteditor-input,
.dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
    padding-right: 26px;
}

.dx-datebox.dx-auto-width.dx-rtl .dx-texteditor-input,
.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-rtl .dx-texteditor-input {
    padding-right: 9px;
    padding-left: 26px;
}

.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input {
    min-height: 33px;
}

.dx-menu-item {
    color: #696969;
}

    .dx-menu-item.dx-state-hover {
        color: #696969;
        background-color: rgba(0,0,0,.04);
    }

    .dx-menu-item.dx-state-focused {
        background-color: #337ab7;
        color: #fff;
    }

    .dx-menu-item.dx-menu-item-has-text .dx-icon {
        margin-right: -18px;
    }

.dx-menu-item-selected {
    background-color: #e6e6e6;
    color: #696969;
}

    .dx-menu-item-selected.dx-state-focused {
        background-color: rgba(51,122,183,.7);
        color: #fff;
    }

.dx-menu-item-expanded {
    color: #696969;
    background-color: rgba(0,0,0,.04);
}

.dx-menu-item-expanded,
.dx-menu-item.dx-state-active,
.dx-menu-item.dx-state-focused {
    outline: 0;
}

.dx-menu-base {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-menu-base input,
    .dx-menu-base textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

    .dx-menu-base.dx-state-focused {
        outline: 0;
    }

    .dx-menu-base .dx-icon {
        width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 18px 18px;
        padding: 0;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
    }

    .dx-menu-base .dx-menu-item-content {
        padding: 3px 5px 7px;
    }

        .dx-menu-base .dx-menu-item-content .dx-menu-item-text {
            padding: 0 25px 5px 23px;
        }

        .dx-menu-base .dx-menu-item-content .dx-menu-item-popout {
            min-width: 7px;
            min-height: 7px;
        }

    .dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-text {
        padding: 0 23px 5px 25px;
    }

    .dx-menu-base.dx-rtl .dx-menu-item-content .dx-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .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 {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

    .dx-menu-base.dx-rtl .dx-menu-item-has-text .dx-icon {
        margin-left: -18px;
    }

.dx-treeview-node-loadindicator {
    right: 0;
    top: 8px;
    left: -1px;
    width: 14px;
    height: 14px;
}

.dx-rtl .dx-treeview-node .dx-checkbox {
    left: auto;
}

.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-treeview-select-all-item {
    padding-left: 0;
    padding-right: 26px;
}

.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
    padding-left: 1px;
    padding-right: 7px;
}

.dx-treeview.dx-rtl .dx-treeview-node {
    padding-right: 15px;
}

.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: 36px;
}

.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox {
    right: 19px;
    overflow: visible;
}

.dx-treeview.dx-rtl .dx-treeview-select-all-item {
    padding-left: 0;
    padding-right: 19px;
}

    .dx-treeview.dx-rtl .dx-treeview-select-all-item .dx-checkbox-text {
        padding-left: 0;
        padding-right: 31px;
    }

.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility {
    right: -4px;
}

.dx-treeview-search {
    margin-bottom: 5px;
}

.dx-treeview-with-search > .dx-scrollable {
    height: calc(100% - 41px);
}

.dx-treeview-border-visible {
    border: 1px solid #ddd;
}

    .dx-treeview-border-visible .dx-treeview-select-all-item {
        padding-left: 26px;
    }

    .dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
        padding: 1px 1px 1px 7px;
    }

.dx-treeview-select-all-item {
    margin: 0 0 7px;
    border-bottom: 1px solid #ddd;
    padding: 9px 0 11px 20px;
}

    .dx-treeview-select-all-item .dx-checkbox-text {
        padding-left: 31px;
    }

.dx-treeview-node {
    padding-left: 15px;
}

.dx-state-selected > .dx-treeview-item {
    color: #696969;
}

.dx-treeview-item-with-checkbox .dx-treeview-item {
    color: #696969;
    padding-left: 36px;
}

.dx-treeview-item-with-checkbox .dx-checkbox {
    top: 5px;
    left: 19px;
}

.dx-treeview-item-with-checkbox.dx-state-focused > .dx-checkbox .dx-checkbox-icon {
    border: 1px solid #bfbfbf;
}

.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    color: #696969;
    background-color: rgba(0,0,0,.1);
}

.dx-treeview-item-without-checkbox.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
    background-color: rgba(0,0,0,.07);
}

.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    background-color: #337ab7;
    color: #fff;
}

.dx-treeview-item {
    padding: 5px 6px;
    min-height: 32px;
}

    .dx-treeview-item .dx-icon {
        width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 18px 18px;
        padding: 0;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
    }

    .dx-treeview-item.dx-state-hover {
        background-color: rgba(0,0,0,.04);
        color: #696969;
    }

.dx-treeview-toggle-item-visibility {
    font: 22px/22px DXIcons;
    text-align: center;
    color: #696969;
    width: 21px;
    height: 32px;
    top: 0;
    left: -4px;
}

    .dx-treeview-toggle-item-visibility:before {
        content: "\F04E";
        position: absolute;
        display: block;
        width: 22px;
        top: 50%;
        margin-top: -11px;
        left: 50%;
        margin-left: -11px;
    }

    .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
        font: 22px/22px DXIcons;
        text-align: center;
    }

        .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
            content: "\F001";
            position: absolute;
            display: block;
            width: 22px;
            top: 50%;
            margin-top: -11px;
            left: 50%;
            margin-left: -11px;
        }

.dx-context-menu-container-border {
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.dx-context-menu-content-delimiter {
    background-color: #fff;
}

.dx-menu {
    color: #696969;
}

    .dx-menu .dx-menu-item-expanded {
        background-color: #fff;
    }

    .dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
        margin: 0 19px 0 3px;
    }

    .dx-menu .dx-menu-item-has-text .dx-menu-item-text {
        padding: 0 5px 5px;
    }

    .dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
        margin: 0 3px;
    }

    .dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
        padding: 0 19px 5px 5px;
    }

    .dx-menu .dx-menu-horizontal .dx-menu-item-popout {
        font: 18px/18px DXIcons;
        text-align: center;
    }

        .dx-menu .dx-menu-horizontal .dx-menu-item-popout:before {
            content: "\F001";
            position: absolute;
            display: block;
            width: 18px;
            top: 50%;
            margin-top: -9px;
            left: 50%;
            margin-left: -9px;
        }

    .dx-menu .dx-menu-vertical .dx-menu-item-popout {
        font: 18px/18px DXIcons;
        text-align: center;
    }

        .dx-menu .dx-menu-vertical .dx-menu-item-popout:before {
            content: "\F04E";
            position: absolute;
            display: block;
            width: 18px;
            top: 50%;
            margin-top: -9px;
            left: 50%;
            margin-left: -9px;
        }

    .dx-menu.dx-rtl .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
        margin: 0 3px 0 19px;
    }

    .dx-menu.dx-rtl .dx-menu-item-has-text .dx-menu-item-text {
        padding: 0 5px 5px 0;
    }

    .dx-menu.dx-rtl .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
        padding: 0 5px 5px 19px;
    }

.dx-menu-adaptive-mode {
    background-color: #fff;
}

    .dx-menu-adaptive-mode .dx-treeview {
        border: 1px solid #ddd;
        border-radius: 0;
    }

        .dx-menu-adaptive-mode .dx-treeview,
        .dx-menu-adaptive-mode .dx-treeview.dx-state-focused {
            -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
            box-shadow: 0 3px 10px rgba(0,0,0,.1);
        }

    .dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
        font-size: 18px;
    }

    .dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-node .dx-treeview-toggle-item-visibility {
        color: inherit;
    }

    .dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-toggle-item-visibility {
        color: #fff;
    }

    .dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node {
        border-bottom: 1px solid #ddd;
    }

.dx-selectbox-popup-wrapper .dx-overlay-content {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dx-selectbox-popup-wrapper .dx-list {
    background-color: #fff;
}

.dx-toolbar {
    background-color: #fff;
    color: #696969;
    padding: 0;
    overflow: visible;
}

    .dx-toolbar .dx-toolbar-before {
        padding-right: 15px;
    }

.dx-rtl.dx-toolbar .dx-toolbar-before {
    padding-right: 0;
    padding-left: 15px;
}

.dx-toolbar .dx-toolbar-after {
    padding-left: 15px;
}

.dx-rtl.dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 15px;
}

.dx-toolbar .dx-toolbar-after:empty,
.dx-toolbar .dx-toolbar-before:empty {
    padding: 0;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 36px;
    overflow: visible;
}

.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}

.dx-rtl.dx-toolbar .dx-toolbar-menu-container,
.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: 20px;
}

.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-after:empty,
.dx-device-mobile .dx-toolbar .dx-toolbar-before: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-device-mobile .dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
    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.dx-toolbar-compact .dx-button {
    min-width: auto;
}

.dx-toolbar-after .dx-toolbar-item,
.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,
.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-background {
    background-color: #fff;
}

.dx-toolbar-menu-section {
    border-bottom: 1px solid #ddd;
}

    .dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button-content,
    .dx-toolbar-menu-section .dx-toolbar-item-auto-hide .dx-button-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: 8px;
}

.dx-toolbar-text-auto-hide .dx-button .dx-icon {
    color: #696969;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    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,
    .dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right {
        margin-left: 0;
        margin-right: 0;
    }

        .dx-rtl .dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right,
        .dx-rtl.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right {
            margin-right: 0;
            margin-left: 0;
        }

.dx-toolbar .dx-tab {
    padding: 4px;
}

.dx-popup-wrapper > .dx-overlay-content {
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 2px;
}

.dx-popup-wrapper > .dx-popup-fullscreen {
    border-radius: 0;
}

.dx-popup-title {
    position: relative;
    padding: 6px 20px;
    min-height: 28px;
    border-bottom: 1px solid #ddd;
    background: 0 0;
    color: #696969;
}

    .dx-popup-title.dx-toolbar {
        padding: 6px 20px;
        overflow: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .dx-popup-title.dx-toolbar .dx-toolbar-before {
            padding-right: 15px;
        }

.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: 15px;
}

.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 15px;
}

.dx-popup-title.dx-toolbar .dx-toolbar-after:empty,
.dx-popup-title.dx-toolbar .dx-toolbar-before:empty {
    padding: 0;
}

.dx-popup-title.dx-toolbar .dx-toolbar-items-container {
    height: 36px;
    overflow: visible;
}

.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 10px;
}

.dx-popup-title.dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 10px 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 10px;
}

    .dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-popup-title.dx-toolbar .dx-toolbar-label {
    font-size: 20px;
}

.dx-popup-title .dx-closebutton {
    display: block;
    border-radius: 0;
    background: 0 0;
    width: 23px;
    height: 23px;
    margin: 0 -4px 0 4px;
    border: 1px solid transparent;
}

    .dx-popup-title .dx-closebutton .dx-button-content {
        padding: 0;
    }

    .dx-popup-title .dx-closebutton .dx-icon {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 21px;
        height: 21px;
        background-position: 3px 3px;
        background-size: 15px 15px;
        padding: 3px;
        font-size: 15px;
        text-align: center;
        line-height: 15px;
    }

.dx-state-disabled .dx-popup-title .dx-closebutton .dx-icon,
.dx-state-disabled.dx-popup-title .dx-closebutton .dx-icon {
    opacity: .6;
}

.dx-state-disabled .dx-popup-title .dx-closebutton .dx-button-text,
.dx-state-disabled.dx-popup-title .dx-closebutton .dx-button-text {
    opacity: .5;
}

.dx-rtl .dx-popup-title .dx-closebutton {
    margin: 0 4px 0 -4px;
}

.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-device-mobile .dx-popup-title .dx-closebutton .dx-icon {
    width: 35px;
    height: 35px;
    background-position: 10px 10px;
    background-size: 15px 15px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}

.dx-popup-content {
    padding: 20px;
}

    .dx-popup-content > .dx-button {
        margin: 0 10px;
    }

.dx-popup-bottom {
    background: 0 0;
    color: #696969;
}

    .dx-popup-bottom.dx-toolbar {
        padding: 20px;
        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: 15px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,
.dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty {
    padding: 0;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
    height: 36px;
    overflow: visible;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 10px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 10px 0 0;
}

    .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 10px;
}

    .dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-popup-bottom.dx-toolbar .dx-toolbar-label {
    font-size: 20px;
}

.dx-device-mobile .dx-popup-bottom.dx-toolbar {
    padding: 20px;
    overflow: visible;
}

    .dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before {
        padding-right: 15px;
    }

.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before {
    padding-right: 0;
    padding-left: 15px;
}

.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after {
    padding-left: 15px;
}

.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after {
    padding-left: 0;
    padding-right: 15px;
}

.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty {
    padding: 0;
}

.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
    height: 36px;
    overflow: visible;
}

.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 10px;
}

.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 10px 0 0;
}

    .dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
        padding-left: 20px;
    }

    .dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item {
    padding: 0 0 0 10px;
}

    .dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
        padding: 0;
    }

.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-label {
    font-size: 20px;
}

.dx-popup-bottom .dx-button {
    min-width: 100px;
}

.dx-popup-content.dx-dialog-content {
    min-width: 180px;
    padding: 20px;
}

.dx-dialog-message {
    padding: 0;
}

.dx-dropdowneditor-button {
    width: 34px;
    min-width: 34px;
    padding: 1px;
    border-radius: 0;
}

    .dx-dropdowneditor-button.dx-button-mode-contained,
    .dx-dropdowneditor-button.dx-button-mode-outlined,
    .dx-dropdowneditor-button.dx-button-mode-text {
        background: 0 0;
    }

.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon,
.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    opacity: 1;
}

.dx-dropdowneditor-icon {
    border: 1px solid transparent;
    color: #696969;
    font: 18px/18px DXIcons;
    width: 32px;
    height: 100%;
    text-align: center;
    border-radius: -1px;
}

    .dx-dropdowneditor-icon:before {
        content: "\F001";
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
    }

.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-filled,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-outlined,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-underlined {
    border: none;
    background: 0 0;
}

.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 0;
}

.dx-rtl .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 9px;
    padding-left: 0;
}

.dx-rtl .dx-editor-underlined.dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-rtl.dx-editor-underlined.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 0;
}

.dx-invalid .dx-texteditor-input,
.dx-valid .dx-texteditor-input,
.dx-validation-pending .dx-texteditor-input {
    padding-right: 26px;
}

.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-valid.dx-rtl .dx-texteditor-input,
.dx-validation-pending.dx-rtl .dx-texteditor-input {
    padding-right: 9px;
    padding-left: 26px;
}

.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon {
    background-color: #fff;
    border-color: transparent;
}

.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon {
    background-color: rgba(51,122,183,.2);
}

.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
    background-color: #fff;
    border-color: transparent;
    color: #696969;
    opacity: 1;
}

.dx-editor-filled .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
    background-color: rgba(51,122,183,.3);
}

.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: 38px;
}

.dx-rtl .dx-invalid.dx-dropdowneditor .dx-texteditor-container:after,
.dx-rtl.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: auto;
    left: 38px;
}

.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    right: 68px;
}

.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: 68px;
}

.dx-state-hover.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon {
    background-color: rgba(194,40,63,.2);
}

.dx-dropdowneditor-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon,
.dx-state-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon {
    background-color: rgba(194,40,63,.3);
}

.dx-valid.dx-dropdowneditor .dx-texteditor-container:after {
    right: 38px;
}

.dx-rtl .dx-valid.dx-dropdowneditor .dx-texteditor-container:after,
.dx-rtl.dx-valid.dx-dropdowneditor .dx-texteditor-container:after {
    right: auto;
    left: 38px;
}

.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    right: 68px;
}

.dx-rtl .dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after,
.dx-rtl.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    right: auto;
    left: 68px;
}

.dx-textarea {
    height: auto;
}

    .dx-textarea .dx-icon-clear {
        top: 0;
        margin-top: 0;
    }

    .dx-textarea.dx-invalid .dx-texteditor-container:after {
        top: 7px;
        margin-top: 0;
    }

.dx-tile {
    color: #696969;
    background-color: #fff;
    border: 1px solid rgba(221,221,221,.6);
    text-align: left;
}

    .dx-tile.dx-state-focused,
    .dx-tile.dx-state-hover {
        background-color: #fff;
        border-color: rgba(51,122,183,.4);
    }

    .dx-tile.dx-state-active {
        background-color: rgba(96,96,96,.2);
        color: #696969;
        border-color: transparent;
    }

.dx-toast-content {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px 0 transparent;
    box-shadow: 0 2px 3px 0 transparent;
    border-radius: 2px;
}

.dx-toast-icon {
    width: 35px;
    height: 35px;
}

.dx-toast-info {
    background-color: #337ab7;
}

    .dx-toast-info .dx-toast-icon {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABoklEQVRIx63WPUvDQBjA8QMFsZNLlgpxtINjBsFVqINghm4dRAe/Rpdm6UcQHERwUYdAJ8HvkKHEQdrPEBQUrf7PoabtveSSSrit3PPjeve8RCCsyyMkIiYlAzJSYiJCPPt+248BfRKkdSX0CcoZnx7jAiJfY3r4LqbNsITI15B2EdNlVBGRSEZ0bUyXyQqIRDJZQIu/M1oRmZ2ovcz4zjt558NxR/6C6Vk2fHLPOXtsIhA0aHHGA1/Gvl7OBMYT/3BF05poTS5Be/5gxvQ15JWjgtyerWPelP19hMDTMvabQyciEJwoJ0rwBKF2lutSRCC4UWJCQaQx+5WYAyUmEsQas1WJ2VJiYkGqMTuVmG0lJhVkGnNaiblQYjKhZYHkmY1SpMGLEoN5Gskt605kjTstIjPvRiJ50tuSksePxv7UfKm8HAe0DGKXgZbB85eKHLWdKkjHUpjzvAmdHaUKIgnNmrIzLiTBs1W4ybiQvwq39RuV6TB1jpvA1f1yxo0sdT9XLy5DlF5cPBmmq0yG2uZUbVOzthle2xdFbd83//za+gXw/JH9LjmoAgAAAABJRU5ErkJggg==);
    }

.dx-toast-message {
    line-height: 16px;
}

.dx-toast-warning {
    background-color: #f0ad4e;
}

    .dx-toast-warning .dx-toast-icon {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABJklEQVRIx62WvW2EQBBGpwlSArdgSrBESuKIQhySLJJbcAuXrXTZteCAAG3GlWBRwVsHB+Ykw8zeafVlaPSY/1lBdlXQ0OMJzMBMwNPTUOzb732scAzEXQ04KhtT0jEdIFZNdJQapuZsIFadqY8wLWMiJBIZafcwLdcHIJHIdQNt4YwPQm4e1feYMjkn/3NUbpjuSUgk0q2YSinx5xL0SSl/dcM45V8r5qLYOEQoDjs2FTNQCI0a+deC+VatGqFPwugD0gs+A8YLQTW4LJgf1SoIcxJG751ZIAMGy5sp1ZuQgHkxMMGqVJq81Tdp6q0unnhFeDMK3lgz9b6k+MOaKX3CUzDO3jd2UH/7JtP2y7aLM12GbHcq29XMdsOzvSiyvW+efG39AmPXSbHWZjgLAAAAAElFTkSuQmCC);
    }

.dx-toast-error {
    background-color: #bc233c;
}

    .dx-toast-error .dx-toast-icon {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABeklEQVRIx62WMWrDQBBFx01I5zQinQ5hdINA3Kp3mUNEnSBIdwgEcgeBC18gVRojjDr7BklUxAE3b1NYihVrdmWbZbpl9FjN/zOzgqgREJNTUFEDNRUFOTGBnq8dRmQsMWosyYiGMSEpawuijTUpoQszZT6AaGPO1IaZsToRYjCsmGmYGZszIAbD5gA6/M7qTMj+RtMuJjy5Jv0ahQdMeiHEYEhbTKRK/KN+9K3IH+0xmZK+4Jb33mnChM/eaYYIgeLYBdcI4yNQgiBM+Oo5OxBi5S5l0ztdUNJoGrPr5cdCrtbgGOSCGHKhsCjQBbkhhkKorFK2oKsBiKESaocnys58sUMMtYDTXA8NZMSbIwv3bZJO/48VH3VuY6/NYwO4V+Tv1aYYgMTsVB8dKZUPQmyG/OcbzcUvijot6IYPzcVaT225UyQuCRjxrGyLwNbhW54Un5S8KrmZa96cGn/zxtP08zaLPW0Gb3vK29b0tsO9vSi8vW8ufG39AnvvGenmMu5AAAAAAElFTkSuQmCC);
    }

.dx-toast-success {
    background-color: #5cb85c;
}

    .dx-toast-success .dx-toast-icon {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABlklEQVRIx62Wv0rDUBSHTxE6uHTKGhDEzS2jg4vUMeBmX8BR8AFiJQEfwck3cAh2cxBcXEup3VoHF3UxS1FBvuvQhPy5N0lTwplyknz33HN+95wriNEsXAJCZkRAxIyQABfL/L3J6eAzRhltjI9Tj7HxmJcgEpvjYVdh+oxqEImN6JdhBkzXhCgUUwYmzIBFA4hCsUhB6XamDSGriPpZjL12TvQc2SnG2xCiUHgJxqktcdbe+SmU31lh/AaQJQ4HfOR8PiJYpYrVDU4RhD1+c8q2BLdBLNdxXW8KflcI1obcs4UgnGlvAiE0/DDhW/O90EMQDnMbWlkozDTnMz2OC6AvdhGEHT4Ny86EqOB6i1fNgv44QhC2mRi3Gwlozqs4kSnoHEHocFdWQT0ahWKYA93GT5elyY9MucmDHukiCCeGuDO5CUteJaAOgrDPskIKYZVuhpkG/1qpqKBaxRcIQpeHGmG6dWfKM0hfnxZW/Ql/qj0k/ib9Rh83Tqvdr7Ve3NJkaG1OtTY1W5vhrd0oWrvfbHjb+gdn1DPEHv9HmQAAAABJRU5ErkJggg==);
    }

.dx-progressbar-container {
    height: 6px;
    border: 1px solid #ddd;
    background-color: #ddd;
    border-radius: 2px;
}

.dx-progressbar-range {
    position: relative;
    border: 1px solid #337ab7;
    background-color: #337ab7;
    margin-top: -1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.dx-progressbar-animating-container {
    height: 6px;
    background-color: #ddd;
    background-size: 90% 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-animation: 2s linear infinite loader;
    animation: 2s linear infinite loader;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(5%,transparent),color-stop(#337ab7),color-stop(95%,transparent));
    background-image: linear-gradient(-90deg,transparent 5%,#337ab7,transparent 95%);
    background-repeat: repeat;
}

.dx-state-disabled .dx-progressbar-range {
    background-color: rgba(51,122,183,.6);
}

.dx-state-disabled .dx-progressbar-animating-container {
    -webkit-animation: none;
    animation: none;
    background-position-x: 45%;
}

.dx-rtl .dx-progressbar .dx-progressbar-animating-container,
.dx-rtl.dx-progressbar .dx-progressbar-animating-container {
    -webkit-animation: 2s linear infinite loader-rtl;
    animation: 2s linear infinite loader-rtl;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(5%,transparent),color-stop(#337ab7),color-stop(95%,transparent));
    background-image: linear-gradient(-90deg,transparent 5%,#337ab7,transparent 95%);
    background-repeat: repeat;
}

@-webkit-keyframes loader {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 900%;
    }
}

@keyframes loader {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 900%;
    }
}

@-webkit-keyframes loader-rtl {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -900%;
    }
}

@keyframes loader-rtl {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -900%;
    }
}

.dx-tooltip-wrapper .dx-overlay-content {
    border: 1px solid #ddd;
    background-color: #fefce2;
    color: #393939;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border-radius: 0;
}

.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow:after {
    border: 1px solid #ddd;
    background: #fefce2;
}

.dx-slider .dx-tooltip-wrapper .dx-overlay-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dx-slider .dx-state-active.dx-slider-handle {
    border: 1px solid #fff;
    background: #204d73;
}

.dx-slider .dx-state-focused.dx-slider-handle:not(.dx-state-active),
.dx-slider .dx-state-hover.dx-slider-handle:not(.dx-state-active) {
    border: 1px solid #fff;
    background: #285f8f;
}

.dx-slider-wrapper {
    height: 28px;
    top: -7px;
    width: 60%;
    margin-left: 6px;
}

.dx-slider-bar {
    margin: 14px 7px;
    height: 4px;
    background: #d4d4d4;
    border-radius: 2px;
}

.dx-slider-range {
    border: 1px solid transparent;
    height: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .dx-slider-range.dx-slider-range-visible {
        border: 1px solid #9e1d32;
        background: #9e1d32;
        border-radius: 2px;
    }

.dx-slider-label-position-bottom .dx-slider-label {
    bottom: -17px;
}

.dx-slider-label-position-top .dx-slider-label {
    top: -14px;
}

.dx-slider-handle {
    margin-top: -14px;
    margin-right: -7px;
    width: 14px;
    height: 28px;
    border: 1px solid #fff;
    background-color: #337ab7;
    border-radius: -1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.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-invalid .dx-slider-handle {
    background-color: #c2283f;
}

.dx-invalid .dx-slider-range-visible {
    background-color: #c2283f;
    border-color: #c2283f;
}

.dx-invalid .dx-slider-bar {
    background-color: rgba(194,40,63,.4);
}

.dx-invalid .dx-state-focused.dx-slider-handle:not(.dx-state-active),
.dx-invalid .dx-state-hover.dx-slider-handle:not(.dx-state-active) {
    background: #c9302c;
}

.dx-rtl .dx-slider-handle {
    margin-left: -7.5px;
}

.dx-rangeslider-start-handle {
    margin-left: -7px;
}

.dx-rtl .dx-rangeslider-start-handle {
    margin-right: -7px;
}

.dx-gallery .dx-gallery-nav-button-next,
.dx-gallery .dx-gallery-nav-button-prev {
    position: absolute;
    top: 0;
    width: 34%;
    height: 100%;
    background: 0 0;
    cursor: pointer;
    text-align: center;
}

    .dx-gallery .dx-gallery-nav-button-next.dx-state-hover:after,
    .dx-gallery .dx-gallery-nav-button-prev.dx-state-hover:after {
        background-color: rgba(51,122,183,.5);
    }

    .dx-gallery .dx-gallery-nav-button-next.dx-state-active:after,
    .dx-gallery .dx-gallery-nav-button-prev.dx-state-active:after {
        background-color: rgba(51,122,183,.7);
    }

    .dx-gallery .dx-gallery-nav-button-next:before,
    .dx-gallery .dx-gallery-nav-button-prev:before {
        display: block;
        width: 32px;
        top: 50%;
        margin-top: -16px;
        left: 50%;
        margin-left: -16px;
        position: absolute;
        z-index: 10;
        clear: both;
        font-size: 32px;
        color: #fff;
    }

    .dx-gallery .dx-gallery-nav-button-next:after,
    .dx-gallery .dx-gallery-nav-button-prev:after {
        content: '';
        position: absolute;
        width: 32px;
        height: 100%;
        border-radius: -4px;
    }

.dx-gallery .dx-gallery-nav-button-prev {
    font: 14px/1 DXIcons;
}

    .dx-gallery .dx-gallery-nav-button-prev:before {
        content: "\F012";
        left: 0;
        right: auto;
        margin-left: 0;
    }

    .dx-gallery .dx-gallery-nav-button-prev:after {
        left: 0;
    }

.dx-gallery .dx-gallery-nav-button-next {
    font: 14px/1 DXIcons;
}

    .dx-gallery .dx-gallery-nav-button-next:before {
        content: "\F010";
        right: 0;
        left: auto;
    }

    .dx-gallery .dx-gallery-nav-button-next:after {
        right: 0;
    }

.dx-gallery-indicator {
    pointer-events: none;
    text-align: center;
}

.dx-gallery-indicator-item {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #337ab7;
    pointer-events: auto;
    margin: 1px 6px;
    width: 8px;
    height: 8px;
    background: #fff;
}

.dx-gallery-indicator-item-active,
.dx-gallery-indicator-item-selected {
    width: 12px;
    height: 12px;
    background: #337ab7;
    border: 2px solid rgba(255,255,255,.8);
    margin: -1px 6px;
}

.dx-state-focused.dx-gallery .dx-gallery-indicator-item-selected {
    background: #22527b;
}

.dx-lookup {
    height: 36px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

    .dx-lookup.dx-editor-underlined {
        background: 0 0;
    }

.dx-lookup-field {
    padding: 7px 34px 8px 9px;
    font-size: 1em;
}

.dx-rtl .dx-lookup-field {
    padding: 7px 9px 8px 34px;
}

.dx-lookup-arrow {
    font: 18px/18px DXIcons;
    width: 34px;
    color: #696969;
    text-align: center;
}

    .dx-lookup-arrow:before {
        content: "\F04E";
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
    }

.dx-rtl .dx-lookup-arrow:before {
    content: "\F04F";
}

.dx-state-readonly .dx-lookup-field:before {
    opacity: .5;
}

.dx-lookup-popup-wrapper .dx-list-item {
    border-top: none;
}

    .dx-lookup-popup-wrapper .dx-list-item:last-of-type {
        border-bottom: none;
    }

.dx-lookup-popup-wrapper .dx-list-item-content {
    padding-left: 20px;
    padding-right: 20px;
}

.dx-lookup-popup-wrapper .dx-popup-content {
    top: 0;
    padding: 0;
}

.dx-lookup-popup-wrapper .dx-popup-title + .dx-popup-content {
    top: 49px;
}

.dx-lookup-empty .dx-lookup-field {
    color: #909090;
}

.dx-invalid.dx-lookup .dx-lookup-field:after {
    right: 38px;
    pointer-events: none;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    background-color: #c2283f;
    color: #fff;
    content: '!';
    border-radius: 50%;
}

.dx-rtl .dx-invalid.dx-lookup .dx-lookup-field:after,
.dx-rtl.dx-invalid.dx-lookup .dx-lookup-field:after {
    right: auto;
    left: 38px;
}

.dx-valid.dx-lookup .dx-lookup-field:after {
    right: 38px;
    pointer-events: none;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-family: DXIcons,sans-serif;
    color: #5cb85c;
    content: '\F005';
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: .3s cubic-bezier(1,.008,.565,1.65) .1s forwards valid-badge-frames;
    animation: .3s cubic-bezier(1,.008,.565,1.65) .1s forwards valid-badge-frames;
}

.dx-rtl .dx-valid.dx-lookup .dx-lookup-field:after,
.dx-rtl.dx-valid.dx-lookup .dx-lookup-field:after {
    right: auto;
    left: 38px;
}

.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator {
    right: 38px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
}

.dx-rtl .dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator,
.dx-rtl.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator {
    right: auto;
    left: 38px;
}

.dx-lookup-popup-search .dx-list {
    height: calc(100% - 70px);
}

.dx-lookup-search-wrapper {
    padding: 20px 20px 14px;
}

.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
    padding-left: 0;
    margin-left: 5px;
}

.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-tagbox-single-line .dx-tag-container {
    padding-right: 0;
}

.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input {
    height: auto;
}

.dx-tag-container.dx-texteditor-input-container {
    padding-bottom: 4px;
}

    .dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
        padding-bottom: 4px;
        min-height: 30px;
    }

.dx-tag-content {
    margin: 4px 0 0 4px;
    padding: 3px 25px 4px 6px;
    min-width: 40px;
    background-color: #ddd;
    border-radius: -2px;
    color: #696969;
}

.dx-tag-remove-button {
    width: 25px;
    height: 100%;
}

    .dx-tag-remove-button:after,
    .dx-tag-remove-button:before {
        right: 9px;
        margin-top: -5px;
        width: 3px;
        height: 11px;
        background: #aaa;
    }

    .dx-tag-remove-button:after {
        right: 5px;
        margin-top: -1px;
        width: 11px;
        height: 3px;
    }

    .dx-tag-remove-button:active:after,
    .dx-tag-remove-button:active:before {
        background: #ddd;
    }

.dx-tag.dx-state-focused .dx-tag-content {
    background-color: #cbcbcb;
    color: #696969;
}

.dx-tag.dx-state-focused .dx-tag-remove-button:after,
.dx-tag.dx-state-focused .dx-tag-remove-button:before {
    background-color: #aaa;
}

.dx-tag.dx-state-focused .dx-tag-remove-button:active:after,
.dx-tag.dx-state-focused .dx-tag-remove-button:active:before {
    background: #ddd;
}

.dx-tagbox.dx-invalid .dx-texteditor-container:after,
.dx-tagbox.dx-valid .dx-texteditor-container:after {
    right: 8px;
}

.dx-rtl .dx-tagbox.dx-invalid .dx-texteditor-container:after,
.dx-rtl .dx-tagbox.dx-valid .dx-texteditor-container:after,
.dx-rtl.dx-tagbox.dx-invalid .dx-texteditor-container:after,
.dx-rtl.dx-tagbox.dx-valid .dx-texteditor-container:after {
    left: 8px;
}

.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
    right: 8px;
}

.dx-rtl .dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,
.dx-rtl.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
    left: 8px;
}

.dx-tagbox-popup-wrapper .dx-list-select-all {
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    margin-bottom: 3px;
}

.dx-rtl .dx-tag-content {
    padding-right: 6px;
    padding-left: 25px;
}

.dx-rtl .dx-tag-remove-button:before {
    right: auto;
    left: 9px;
}

.dx-rtl .dx-tag-remove-button:after {
    right: auto;
    left: 5px;
}

.dx-radiobutton-icon {
    width: 22px;
    height: 22px;
}

    .dx-radiobutton-icon:before {
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #ddd;
        background-color: #fff;
        content: "";
        border-radius: 11px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    display: block;
    margin-top: -16px;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    background: #337ab7;
    content: "";
    border-radius: 5px;
}

.dx-radiobutton {
    line-height: 22px;
}

    .dx-radiobutton.dx-state-readonly .dx-radiobutton-icon:before {
        border-color: #f4f4f4;
        background-color: #fff;
    }

    .dx-radiobutton.dx-state-hover .dx-radiobutton-icon:before {
        border-color: rgba(51,122,183,.4);
    }

    .dx-radiobutton.dx-state-active .dx-radiobutton-icon:before {
        background-color: rgba(96,96,96,.2);
    }

    .dx-radiobutton.dx-state-focused:not(.dx-state-active) .dx-radiobutton-icon:before {
        border: 1px solid #337ab7;
    }

    .dx-radiobutton.dx-state-disabled {
        opacity: .5;
    }

.dx-invalid .dx-radiobutton-icon:before,
.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon:before,
.dx-invalid .dx-state-hover.dx-radiobutton .dx-radiobutton-icon:before {
    border-color: #c2283f;
}

.dx-state-disabled .dx-radiobutton.dx-state-disabled {
    opacity: 1;
}

.dx-rtl .dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot,
.dx-rtl.dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot {
    margin-right: 6px;
    margin-left: 0;
}

.dx-radio-value-container {
    padding-left: 0;
}

.dx-radiogroup .dx-radiobutton,
.dx-radiogroup .dx-radiobutton-icon {
    margin: 1px 0;
}

.dx-radiogroup.dx-state-readonly .dx-radiobutton-icon:before {
    border-color: #f4f4f4;
    background-color: #fff;
}

.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: 17px;
}

.dx-accordion {
    background-color: #fff;
    color: #696969;
}

.dx-accordion-item {
    border: 1px solid transparent;
    border-top-color: #ddd;
}

    .dx-accordion-item:last-child {
        border-bottom: 1px solid #ddd;
    }

    .dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) .dx-icon {
        color: #696969;
    }

    .dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) > .dx-accordion-item-title {
        color: #696969;
        background-color: rgba(96,96,96,.2);
    }

    .dx-accordion-item.dx-state-hover > .dx-accordion-item-title {
        background-color: rgba(0,0,0,.04);
    }

    .dx-accordion-item.dx-state-hover:not(:last-child):not(.dx-accordion-item-opened):not(.dx-state-focused) {
        border-bottom-color: rgba(0,0,0,.04);
    }

.dx-accordion-item-opened {
    border-color: #ddd;
}

    .dx-accordion-item-opened.dx-state-hover > .dx-accordion-item-title,
    .dx-accordion-item-opened > .dx-accordion-item-title {
        background-color: transparent;
    }

        .dx-accordion-item-opened > .dx-accordion-item-title:before {
            content: "\F014";
        }

    .dx-accordion-item-opened + .dx-accordion-item {
        border-top-color: transparent;
    }

        .dx-accordion-item-opened + .dx-accordion-item.dx-state-hover:not(.dx-state-focused) {
            border-top-color: rgba(0,0,0,.04);
        }

.dx-accordion-item-title {
    color: #696969;
    padding: 9px 12px;
    font-size: 18px;
}

    .dx-accordion-item-title:before {
        font-weight: 400;
        color: #696969;
        content: "\F016";
        font-family: DXIcons;
        font-size: 18px;
        margin-left: 9px;
        margin-right: 0;
        line-height: 24px;
    }

    .dx-accordion-item-title .dx-icon {
        width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 18px 18px;
        padding: 0;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        display: inline-block;
        color: #696969;
    }

.dx-state-disabled.dx-accordion-item {
    opacity: .5;
}

.dx-state-focused.dx-accordion-item {
    border-color: #337ab7;
}

.dx-accordion-item-body {
    padding: 8px 12px 22px;
    font-size: 14px;
}

.dx-rtl .dx-accordion-item-title:before {
    margin-left: 0;
    margin-right: 9px;
}

.dx-slideoutview-content,
.dx-slideoutview-menu-content {
    background-color: #fff;
}

.dx-slideoutview-content {
    border-color: rgba(221,221,221,.5);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1px;
    border-style: solid;
    border-width: 0 1px;
}

.dx-slideout-menu .dx-list-item .dx-icon {
    width: 26px;
    height: 26px;
    background-position: 0 0;
    background-size: 26px 26px;
    padding: 0;
    font-size: 26px;
    text-align: center;
    line-height: 26px;
    margin: -4px 13px -4px 0;
}

    .dx-rtl .dx-slideout-menu .dx-list-item .dx-icon,
    .dx-rtl.dx-slideout-menu .dx-list-item .dx-icon,
    .dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right {
        margin-left: 13px;
        margin-right: 0;
    }

        .dx-rtl .dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right,
        .dx-rtl.dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right {
            margin-right: 13px;
            margin-left: 0;
        }

.dx-colorview-palette-handle {
    background: radial-gradient(transparent 5px,rgba(0,0,0,.2) 6px,#fff 7px,#fff 12px,rgba(0,0,0,.2) 13px);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

.dx-colorview-hue-scale-handle {
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: inset -5px 0 0 3px #fff,inset 5px 0 0 3px #fff,inset -6px 0 1px 4px rgba(0,0,0,.2),inset 6px 0 1px 4px rgba(0,0,0,.2);
    box-shadow: inset -5px 0 0 3px #fff,inset 5px 0 0 3px #fff,inset -6px 0 1px 4px rgba(0,0,0,.2),inset 6px 0 1px 4px rgba(0,0,0,.2);
}

.dx-colorview-alpha-channel-handle {
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -5px 0 3px #fff,inset 0 5px 0 3px #fff,inset 0 -6px 1px 4px rgba(0,0,0,.2),inset 0 6px 1px 4px rgba(0,0,0,.2);
    box-shadow: inset 0 -5px 0 3px #fff,inset 0 5px 0 3px #fff,inset 0 -6px 1px 4px rgba(0,0,0,.2),inset 0 6px 1px 4px rgba(0,0,0,.2);
}

.dx-colorview-container {
    width: 450px;
}

    .dx-colorview-container label {
        line-height: 36px;
        color: #393939;
    }

        .dx-colorview-container label.dx-colorview-label-hex {
            margin: 10px 0 0;
        }

        .dx-colorview-container label.dx-colorview-alpha-channel-label {
            margin-left: 43px;
            width: 115px;
        }

        .dx-colorview-container label .dx-texteditor {
            width: 69px;
            margin: 1px 1px 10px 0;
        }

.dx-colorview-hue-scale-cell {
    margin-left: 19px;
}

.dx-colorview-palette {
    width: 288px;
    height: 299px;
}

.dx-colorview-alpha-channel-scale {
    width: 288px;
}

.dx-colorview-container-row.dx-colorview-alpha-channel-row {
    margin-top: 10px;
}

.dx-colorview-hue-scale {
    width: 18px;
    height: 299px;
}

.dx-colorview-alpha-channel-cell {
    width: 292px;
}

.dx-colorview-hue-scale-wrapper {
    height: 301px;
}

.dx-colorview-color-preview {
    width: 100%;
    height: 40px;
}

.dx-colorview-controls-container {
    width: 90px;
    margin-left: 27px;
}

.dx-colorview-alpha-channel-border,
.dx-colorview-color-preview-container,
.dx-colorview-hue-scale-wrapper,
.dx-colorview-palette-cell {
    padding: 1px;
    margin: 0 1px 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
}

.dx-colorview-color-preview-container {
    margin-bottom: 34px;
}

.dx-rtl .dx-colorview-controls-container {
    margin-left: 0;
    margin-right: 27px;
}

.dx-rtl .dx-colorview-hue-scale-cell {
    margin-left: 0;
    margin-right: 19px;
}

.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label {
    margin-left: 0;
    margin-right: 43px;
}

.dx-colorbox.dx-state-focused .dx-colorbox-input {
    padding-left: 40px;
}

.dx-colorbox .dx-placeholder {
    left: 32px;
}

.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAdElEQVQoU4XR0Q3AIAgFQCarie7UrToMc3QIiyIFFGNe5INcgETAegpQefFCCFPwYZI2qFA/M4EQMQAhKxJgiEcKHFFkwUQY3Q4sBAhUerYzkbaiTUk7Ije0dYoMyeYGi35igUeDzMCiTiKgaPx0BAR1csgHXJxUKOJqsbEAAAAASUVORK5CYII=) no-repeat;
}

.dx-colorbox-color-result-preview {
    border-color: #ddd;
}

.dx-colorbox-overlay {
    padding: 0;
}

    .dx-colorbox-overlay.dx-overlay-content {
        background-color: #fff;
    }

    .dx-colorbox-overlay .dx-popup-content {
        padding: 20px;
    }

.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-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-left: 1px solid #f0efed;
    border-right: 1px solid #f0efed;
}

.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-bottom: 1px solid #f0efed;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-pager {
    border-top: 1px solid #f0efed;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel {
    border-top-width: 0;
    border-left: 1px solid #f0efed;
    border-right: 1px solid #f0efed;
    border-bottom: 1px solid #f0efed;
}

.dx-sortable-dragging > div > .dx-gridbase-container > .dx-datagrid-rowsview {
    border-color: rgba(51,122,183,.5);
}

.dx-datagrid {
    color: #737373;
    background-color: #fff;
}

    .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-sort-down,
    .dx-datagrid .dx-sort-up {
        font-family: inherit;
    }

        .dx-datagrid .dx-sort-down:before,
        .dx-datagrid .dx-sort-up:before {
            font-family: DXIcons,sans-serif;
        }

    .dx-datagrid .dx-datagrid-header-panel .dx-group-panel-item,
    .dx-datagrid .dx-datagrid-header-panel .dx-header-filter {
        outline: 0;
    }

    .dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-group-panel-item:focus,
    .dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus {
        outline: #337ab7 solid 2px;
        outline-offset: -2px;
    }

    .dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus {
        outline-offset: 2px;
    }

    .dx-datagrid .dx-datagrid-headers .dx-header-filter,
    .dx-datagrid .dx-datagrid-headers .dx-header-row > td {
        outline: 0;
    }

    .dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,
    .dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
        outline: #337ab7 solid 2px;
        outline-offset: 2px;
    }

    .dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
        outline-offset: -2px;
    }

    .dx-datagrid .dx-header-filter {
        position: relative;
        color: #3f3f3f;
        font: 14px/1 DXIcons;
    }

        .dx-datagrid .dx-header-filter:before {
            content: "\F050";
        }

    .dx-datagrid .dx-header-filter-empty {
        color: rgba(63,63,63,.5);
    }

    .dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon {
        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-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed {
        background-color: #fff;
    }

    .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,
    .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
    .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
    .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
    .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
        border-left: 2px solid #f0efed;
        border-right: 2px solid #f0efed;
    }

        .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell {
            border-left: none;
        }

        .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
        .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell {
            border-right: none;
        }

    .dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row > td.dx-command-edit > a.dx-link:focus {
        outline: #337ab7 solid 2px;
        outline-offset: 2px;
    }

    .dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row.dx-row-focused > td.dx-command-edit > a.dx-link:focus {
        outline-color: #fff;
        outline-offset: 0;
    }

    .dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form {
        background-color: #fff;
    }

    .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td {
        position: relative;
    }

        .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td:not(.dx-datagrid-group-space):before {
            display: block;
            height: 100%;
            content: '';
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjY1RUVFQzAzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjY1RUVFQkYzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLbJKYAAADrSURBVHja7N3BDYBACABBsQn7L48q0BoMD5SZxAZuc74gF1V1MMfpCARBEEEQRBAEEQRBdovnuxxDq3RD/LIQRBAEQRBBEEQQBBEEQQQBAAAAAAAAABhi8gZVbgxi6kQQBBEEQQRBEEEQRBAEQRBBAAAAAAAAAAAabX2Daux2lqkTQRBEEAQRBEEEQRBBEARBBAEAAAAAAAAAaLR1g2osUyeCIIggCCIIggiCIIIgCIIIAgAAAAAAAADQ6KsbVPnXIKZOBEEQQRBEEAQRBEEEQRAEEYRXoqqcghuCIIIgiCAIIgiCCMIUtwADALYCCr92l++TAAAAAElFTkSuQmCC);
            background-repeat: no-repeat repeat;
        }

        .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: right"]:before {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            background-position-y: 34px;
        }

    .dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content {
        color: #737373;
    }

    .dx-datagrid .dx-error-row td {
        color: #fff;
        padding: 0;
    }

    .dx-datagrid .dx-error-row .dx-error-message {
        background-color: #da7e8c;
        white-space: normal;
        word-wrap: break-word;
    }

    .dx-datagrid .dx-column-lines > td:first-child {
        border-left: none;
    }

    .dx-datagrid .dx-column-lines > td:last-child {
        border-right: none;
    }

    .dx-datagrid .dx-command-drag .dx-datagrid-drag-icon {
        font: 14px/1 DXIcons;
    }

        .dx-datagrid .dx-command-drag .dx-datagrid-drag-icon:before {
            content: "\F038";
        }

.dx-datagrid-filter-panel {
    color: #737373;
    border-top: 1px solid #f0efed;
}

    .dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-clear-filter:focus,
    .dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-text:focus,
    .dx-datagrid-filter-panel.dx-state-focused .dx-icon-filter:focus {
        outline: #337ab7 solid 2px;
        outline-offset: 3px;
    }

.dx-datagrid-form-buttons-container {
    float: right;
}

    .dx-datagrid-form-buttons-container .dx-button {
        margin-left: 10px;
        margin-top: 10px;
    }

.dx-datagrid-column-chooser {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-datagrid-column-chooser input,
    .dx-datagrid-column-chooser textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

.dx-datagrid-adaptive-more {
    cursor: pointer;
    font: 21px/21px DXIcons;
}

    .dx-datagrid-adaptive-more:before {
        content: "\F06C";
    }

.dx-datagrid-edit-popup .dx-error-message {
    background-color: #da7e8c;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 20px;
}

.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
    border-left: 2px solid #f0efed;
    border-right: 2px solid #f0efed;
}

    .dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell {
        border-right: none;
    }

    .dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
    .dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell {
        border-left: none;
    }

.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: left"]:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dx-rtl .dx-datagrid .dx-column-lines > td:first-child {
    border-right: none;
    border-left: 1px solid #f0efed;
}

.dx-rtl .dx-datagrid .dx-column-lines > td:last-child {
    border-left: none;
    border-right: 1px solid #f0efed;
}

.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-datagrid-cell-updated-animation {
    -webkit-animation: 1s dx-datagrid-highlight-change;
    animation: 1s dx-datagrid-highlight-change;
}

@-webkit-keyframes dx-datagrid-highlight-change {
    50%, from {
        background-color: rgba(115,115,115,.08);
    }
}

@keyframes dx-datagrid-highlight-change {
    50%, from {
        background-color: rgba(115,115,115,.08);
    }
}

.dx-tabpanel .dx-tabs {
    display: block;
    border-bottom: none;
    background-color: #f7f7f7;
}

.dx-empty-collection.dx-tabpanel .dx-tabs {
    border-top: none;
}

.dx-tabpanel .dx-tab {
    width: 140px;
}

    .dx-tabpanel .dx-tab:not(.dx-tab-selected):not(.dx-state-hover) {
        background: 0 0;
    }

.dx-tabpanel .dx-tab-selected:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    height: 0;
    border-bottom: 1.5px solid #fff;
    bottom: -1.4px;
}

.dx-tabpanel .dx-tabs-wrapper {
    display: block;
}

.dx-tabpanel.dx-state-focused .dx-multiview-wrapper {
    border: 1px solid #337ab7;
}

.dx-tabpanel.dx-state-focused .dx-tab-selected:after {
    border-top: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-left: 1px solid #337ab7;
}

.dx-tabpanel.dx-state-focused .dx-tabs-scrollable .dx-tab:not(.dx-tab-selected):before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    height: 0;
    border-bottom: 1.5px solid #337ab7;
    bottom: -1.4px;
}

.dx-tabpanel.dx-state-focused .dx-tabs-scrollable .dx-tab-selected:after {
    border-bottom: 1.5px solid #f7f7f7;
}

.dx-tabpanel .dx-multiview-wrapper {
    border: 1px solid #ddd;
}

.dx-form-group-caption {
    font-size: 20px;
}

.dx-form-group-with-caption > .dx-form-group-content {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.dx-field-item-help-text,
.dx-field-item-label-text {
    color: #393939;
}

.dx-field-item-required-mark {
    color: #eb4f4f;
}

.dx-field-item-optional-mark {
    color: #b5b5b5;
}

.dx-context-menu {
    color: #696969;
}

    .dx-context-menu .dx-submenu {
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.15);
        box-shadow: 0 2px 2px rgba(0,0,0,.15);
    }

    .dx-context-menu .dx-menu-item-popout {
        font: 18px/18px DXIcons;
        text-align: center;
    }

        .dx-context-menu .dx-menu-item-popout:before {
            content: "\F04E";
            position: absolute;
            display: block;
            width: 18px;
            top: 50%;
            margin-top: -9px;
            left: 50%;
            margin-left: -9px;
        }

    .dx-context-menu .dx-menu-separator {
        background-color: #ddd;
    }

    .dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
        padding-left: 5px;
    }

.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: 5px;
    padding-left: 25px;
}

.dx-context-menu.dx-rtl .dx-menu-item-content {
    padding: 5px 3px 5px 5px;
}

    .dx-context-menu.dx-rtl .dx-menu-item-content .dx-menu-item-text {
        padding: 0 23px 5px 25px;
    }

.dx-filterbuilder {
    background-color: #fff;
}

    .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text {
        color: #696969;
    }

        .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation {
            background-color: rgba(217,83,79,.3);
        }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:hover {
                background-color: rgba(217,83,79,.5);
            }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation.dx-state-active,
            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:focus {
                background-color: #d9534f;
                color: #fff;
            }

        .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field {
            background-color: rgba(51,122,183,.3);
        }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:hover {
                background-color: rgba(51,122,183,.5);
            }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field.dx-state-active,
            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:focus {
                background-color: #337ab7;
                color: #fff;
            }

        .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation {
            background-color: rgba(92,184,92,.3);
        }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:hover {
                background-color: rgba(92,184,92,.5);
            }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation.dx-state-active,
            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:focus {
                background-color: #5cb85c;
                color: #fff;
            }

        .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text,
        .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:hover {
            background-color: rgba(221,221,221,.5);
        }

            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text.dx-state-active,
            .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:focus {
                background-color: #ddd;
                color: #fff;
            }

    .dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus {
        color: rgba(92,184,92,.3);
    }

        .dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:hover {
            color: rgba(92,184,92,.5);
        }

        .dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus.dx-state-active,
        .dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:focus {
            color: #5cb85c;
        }

    .dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove {
        color: rgba(217,83,79,.3);
    }

        .dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:hover {
            color: rgba(217,83,79,.5);
        }

        .dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:focus {
            color: #d9534f;
        }

.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-item .dx-icon {
    color: #bfbfbf;
    width: 14px;
    height: 14px;
    background-position: 0 0;
    background-size: 14px 14px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.dx-filterbuilder .dx-filterbuilder-action-icon {
    margin-bottom: 9px;
}

.dx-filterbuilder .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-text {
    border-radius: 5px;
}

.dx-filterbuilder .dx-filterbuilder-range-separator {
    color: #696969;
}

.dx-filterbuilder-overlay .dx-treeview-item {
    padding: 5px 15px;
}

.dx-filterbuilder-overlay .dx-rtl .dx-treeview-item {
    padding-left: 15px;
}

.dx-pager {
    padding-top: 9px;
    padding-bottom: 9px;
}

    .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: 7px 9px 8px;
    }

    .dx-pager .dx-pages .dx-separator {
        padding-left: 8px;
        padding-right: 8px;
    }

    .dx-pager .dx-pages .dx-navigate-button {
        width: 9px;
        height: 17px;
        padding: 9px 13px;
    }

    .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 .dx-next-button,
    .dx-pager .dx-pages .dx-prev-button {
        font-size: 21px;
        text-align: center;
        line-height: 21px;
    }

        .dx-pager .dx-pages .dx-next-button:before,
        .dx-pager .dx-pages .dx-prev-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 {
        border-radius: -1px;
        border: 1px solid transparent;
    }

    .dx-pager .dx-page-sizes .dx-page-size {
        padding: 7px 9px 8px 10px;
    }

    .dx-pager .dx-page-sizes .dx-selection,
    .dx-pager .dx-pages .dx-selection {
        color: #696969;
        border-color: transparent;
        background-color: #d4d4d4;
    }

.dx-datagrid .dx-menu-item-has-icon .dx-icon,
.dx-datagrid-container .dx-menu-item-has-icon .dx-icon {
    color: #bfbfbf;
}

.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
    font: 16px/16px DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-size: 16px 16px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before,
    .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-desc,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
    font: 16px/16px DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-size: 16px 16px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before,
    .dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before {
        content: "\F054";
    }

.dx-datagrid .dx-icon-filter-operation-equals,
.dx-datagrid-container .dx-icon-filter-operation-equals {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-equals:before,
    .dx-datagrid-container .dx-icon-filter-operation-equals:before {
        content: "\F044";
    }

.dx-datagrid .dx-icon-filter-operation-default,
.dx-datagrid-container .dx-icon-filter-operation-default {
    font: 12px/12px DXIcons;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-size: 12px 12px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid .dx-icon-filter-operation-default:before,
    .dx-datagrid-container .dx-icon-filter-operation-default:before {
        content: "\F027";
    }

.dx-datagrid .dx-icon-filter-operation-not-equals,
.dx-datagrid-container .dx-icon-filter-operation-not-equals {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-not-equals:before,
    .dx-datagrid-container .dx-icon-filter-operation-not-equals:before {
        content: "\F045";
    }

.dx-datagrid .dx-icon-filter-operation-less,
.dx-datagrid-container .dx-icon-filter-operation-less {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-less:before,
    .dx-datagrid-container .dx-icon-filter-operation-less:before {
        content: "\F046";
    }

.dx-datagrid .dx-icon-filter-operation-less-equal,
.dx-datagrid-container .dx-icon-filter-operation-less-equal {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-less-equal:before,
    .dx-datagrid-container .dx-icon-filter-operation-less-equal:before {
        content: "\F048";
    }

.dx-datagrid .dx-icon-filter-operation-greater,
.dx-datagrid-container .dx-icon-filter-operation-greater {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-greater:before,
    .dx-datagrid-container .dx-icon-filter-operation-greater:before {
        content: "\F047";
    }

.dx-datagrid .dx-icon-filter-operation-greater-equal,
.dx-datagrid-container .dx-icon-filter-operation-greater-equal {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-greater-equal:before,
    .dx-datagrid-container .dx-icon-filter-operation-greater-equal:before {
        content: "\F049";
    }

.dx-datagrid .dx-icon-filter-operation-contains,
.dx-datagrid-container .dx-icon-filter-operation-contains {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-contains:before,
    .dx-datagrid-container .dx-icon-filter-operation-contains:before {
        content: "\F063";
    }

.dx-datagrid .dx-icon-filter-operation-not-contains,
.dx-datagrid-container .dx-icon-filter-operation-not-contains {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-not-contains:before,
    .dx-datagrid-container .dx-icon-filter-operation-not-contains:before {
        content: "\F066";
    }

.dx-datagrid .dx-icon-filter-operation-starts-with,
.dx-datagrid-container .dx-icon-filter-operation-starts-with {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-starts-with:before,
    .dx-datagrid-container .dx-icon-filter-operation-starts-with:before {
        content: "\F064";
    }

.dx-datagrid .dx-icon-filter-operation-ends-with,
.dx-datagrid-container .dx-icon-filter-operation-ends-with {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-ends-with:before,
    .dx-datagrid-container .dx-icon-filter-operation-ends-with:before {
        content: "\F065";
    }

.dx-datagrid .dx-icon-filter-operation-between,
.dx-datagrid-container .dx-icon-filter-operation-between {
    font: 14px/1 DXIcons;
}

    .dx-datagrid .dx-icon-filter-operation-between:before,
    .dx-datagrid-container .dx-icon-filter-operation-between:before {
        content: "\F06A";
    }

.dx-datagrid {
    line-height: inherit;
}

    .dx-datagrid .dx-row-alt > td,
    .dx-datagrid .dx-row-alt > tr > td {
        background-color: #fbfbf9;
        border-top: 1px solid #fbfbf9;
        border-bottom: 1px solid #fbfbf9;
    }

    .dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed) {
        border-bottom-color: transparent;
    }

    .dx-datagrid .dx-link {
        color: #337ab7;
    }

    .dx-datagrid .dx-row-lines > td {
        border-bottom: 1px solid #f0efed;
    }

    .dx-datagrid .dx-column-lines > td {
        border-left: 1px solid #f0efed;
        border-right: 1px solid #f0efed;
    }

    .dx-datagrid .dx-error-row .dx-closebutton {
        float: right;
        margin: 9px;
        font: 14px/14px DXIcons;
        width: 14px;
        height: 14px;
        background-position: 0 0;
        background-size: 14px 14px;
        padding: 0;
        text-align: center;
    }

        .dx-datagrid .dx-error-row .dx-closebutton:before {
            content: "\F00A";
        }

    .dx-datagrid .dx-error-row .dx-error-message {
        padding: 7px 35px 7px 7px;
    }

    .dx-datagrid .dx-row > td {
        padding: 7px;
    }

    .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
        width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 18px 18px;
        padding: 0;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        margin: 0 3px;
    }

    .dx-datagrid .dx-command-drag {
        width: 36px;
        min-width: 36px;
    }

        .dx-datagrid .dx-command-drag .dx-datagrid-drag-icon {
            vertical-align: middle;
            width: 18px;
            height: 18px;
            background-position: 0 0;
            background-size: 18px 18px;
            padding: 0;
            font-size: 18px;
            text-align: center;
            line-height: 19px;
        }

.dx-datagrid-edit-popup .dx-error-message {
    padding: 7px;
}

.dx-datagrid-headers .dx-texteditor-input,
.dx-datagrid-rowsview .dx-texteditor-input {
    padding: 7px;
    min-height: 33px;
}

.dx-datagrid-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input {
    padding-right: 7px;
}

.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: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,
.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input {
    padding-left: 34px;
}

.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input {
    padding-right: 34px;
}

.dx-datagrid-checkbox-size {
    line-height: 1em;
}

    .dx-datagrid-checkbox-size.dx-checkbox-checked .dx-checkbox-icon {
        font-size: 12px;
    }

    .dx-datagrid-checkbox-size .dx-checkbox-icon {
        height: 16px;
        width: 16px;
    }

    .dx-datagrid-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon {
        font-size: 6px;
    }

.dx-datagrid-column-chooser-list .dx-empty-message,
.dx-device-mobile .dx-datagrid-column-chooser-list .dx-empty-message {
    color: #d9d9d9;
    padding: 0 20px;
}

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content {
    padding: 0 20px 20px;
}

    .dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-search {
        margin-bottom: 10px;
    }

    .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: 0 20px 20px;
}

.dx-datagrid-column-chooser .dx-overlay-content {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

    .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
        padding-top: 7px;
        padding-bottom: 9px;
        background-color: transparent;
    }

    .dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
        margin-bottom: 10px;
        background-color: #fff;
        color: #3f3f3f;
        font-weight: 500;
        border: 1px solid #f0efed;
        padding: 7px;
        -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
        box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
    }

.dx-datagrid-drag-header {
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
    color: #3f3f3f;
    font-weight: 500;
    padding: 7px;
    border: 1px solid rgba(51,122,183,.5);
    background-color: #fff;
}

.dx-datagrid-columns-separator {
    background-color: rgba(51,122,183,.5);
}

.dx-datagrid-columns-separator-transparent {
    background-color: transparent;
}

.dx-datagrid-drop-highlight > td {
    background-color: #337ab7;
    color: #fff;
}

.dx-datagrid-focus-overlay {
    border: 2px solid #337ab7;
}

.dx-datagrid-table .dx-row .dx-command-select {
    width: 70px;
    min-width: 70px;
}

.dx-datagrid-table .dx-row .dx-command-edit {
    width: 85px;
    min-width: 85px;
}

.dx-datagrid-table .dx-row .dx-command-expand {
    width: 30px;
    min-width: 30px;
}

    .dx-datagrid-table .dx-row .dx-command-expand.dx-datagrid-group-space {
        padding-top: 7px;
    }

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
    background-color: rgba(0,0,0,.04);
    color: #737373;
}

    .dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space {
        border-right-color: rgba(0,0,0,.04);
    }

    .dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-command-select {
        overflow: inherit;
    }

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input {
    background-color: rgba(0,0,0,.04);
    color: #737373;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td.dx-pointer-events-none {
    background-color: transparent;
}

.dx-datagrid-headers {
    color: #3f3f3f;
    font-weight: 500;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-bottom: 1px solid #f0efed;
}

    .dx-datagrid-headers .dx-datagrid-content {
        margin-bottom: -1px;
    }

.dx-datagrid-borders .dx-datagrid-headers .dx-datagrid-table {
    border-bottom-width: 1px;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #f0efed;
}

.dx-datagrid-filter-row .dx-menu .dx-overlay-content {
    color: #696969;
}

.dx-datagrid-filter-row .dx-menu-item.dx-state-focused {
    background-color: transparent;
}

    .dx-datagrid-filter-row .dx-menu-item.dx-state-focused:after {
        border: 2px solid #337ab7;
    }

    .dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
        background-color: #fff;
    }

        .dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded:after {
            border-color: transparent;
        }

.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-state-hover {
    background-color: transparent;
}

.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover {
    background-color: #fff;
}

.dx-datagrid-filter-row .dx-highlight-outline::after {
    border-color: rgba(92,184,92,.5);
}

.dx-datagrid-filter-row .dx-menu-item-content .dx-icon {
    color: #bfbfbf;
}

.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 7px 7px 7px 32px;
}

.dx-datagrid-filter-range-overlay .dx-overlay-content {
    border: 1px solid #f0efed;
    overflow: inherit;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
    box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}

    .dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline::after {
        border-color: rgba(92,184,92,.5);
        left: 0;
    }

    .dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
        background-color: #fff;
        padding: 7px;
    }

    .dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused:after {
        border: 2px solid #337ab7;
    }

.dx-datagrid-header-panel {
    border-bottom: 1px solid #f0efed;
}

    .dx-datagrid-header-panel .dx-toolbar {
        margin-bottom: 10px;
    }

    .dx-datagrid-header-panel .dx-apply-button {
        background-color: #5cb85c;
        border-color: #4cae4c;
        color: #fff;
    }

        .dx-datagrid-header-panel .dx-apply-button .dx-icon {
            color: #fff;
        }

        .dx-datagrid-header-panel .dx-apply-button.dx-state-hover {
            background-color: #449d44;
            border-color: #4cae4c;
        }

        .dx-datagrid-header-panel .dx-apply-button.dx-state-focused {
            background-color: #3d8b3d;
            border-color: #4cae4c;
        }

        .dx-datagrid-header-panel .dx-apply-button.dx-state-active {
            background-color: #357935;
            border-color: #4cae4c;
            color: #fff;
        }

.dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-addrow-button .dx-icon-edit-button-addrow:before {
        content: "\F00B";
    }

.dx-datagrid-cancel-button .dx-icon-edit-button-cancel {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-cancel-button .dx-icon-edit-button-cancel:before {
        content: "\F04C";
    }

.dx-datagrid-save-button .dx-icon-edit-button-save {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-save-button .dx-icon-edit-button-save:before {
        content: "\F041";
    }

.dx-datagrid-export-button .dx-icon-export-to {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-export-button .dx-icon-export-to:before {
        content: "\F05F";
    }

.dx-datagrid-export-button .dx-icon-export-excel-button {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-datagrid-export-button .dx-icon-export-excel-button:before {
        content: "\F117";
    }

.dx-datagrid-adaptive-more {
    width: 21px;
    height: 21px;
    background-position: 0 0;
    background-size: 21px 21px;
    padding: 0;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}

.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview {
    border-top: 1px solid #f0efed;
}

.dx-datagrid-rowsview .dx-row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .dx-datagrid-rowsview .dx-row.dx-edit-row:first-child > td {
        border-top-width: 0;
        border-bottom: 1px solid #f0efed;
    }

    .dx-datagrid-rowsview .dx-row.dx-edit-row > td {
        border-top: 1px solid #f0efed;
        border-bottom: 1px solid #f0efed;
    }

    .dx-datagrid-rowsview .dx-row.dx-datagrid-edit-form {
        white-space: normal;
    }

.dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row > .dx-datagrid-group-space {
    border-top: 1px solid #f0efed;
    border-bottom: 1px solid #f0efed;
}

.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) > .dx-datagrid-group-space {
    background-color: #fafafa;
}

.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid .dx-highlight-outline::after,
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused > .dx-highlight-outline::after {
    border: 1px solid #c2283f;
}

.dx-datagrid-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content {
    padding: 9px 17px;
}

.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
    border-color: rgba(92,184,92,.5);
}

.dx-datagrid-rowsview .dx-row-removed > td {
    background-color: rgba(92,184,92,.5);
    border-top: 1px solid rgba(92,184,92,.5);
    border-bottom: 1px solid rgba(92,184,92,.5);
}

.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid {
    border: 1px solid #c2283f;
}

    .dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid.dx-adaptive-item-text {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 7px;
    }

.dx-datagrid-rowsview .dx-item-modified {
    border-radius: 0;
    border: 2px solid rgba(92,184,92,.5);
}

    .dx-datagrid-rowsview .dx-item-modified.dx-adaptive-item-text {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
    }

.dx-datagrid-rowsview .dx-row-focused:focus {
    outline: 0;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
    background-color: #337ab7;
    color: #fff;
}

    .dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-texteditor-input,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-texteditor-input {
        border-radius: 0;
    }

    .dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-closed,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-opened,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-closed,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-opened,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-datagrid-group-closed,
    .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-datagrid-group-opened {
        color: #fff;
    }

.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus {
    background-color: #fff;
    color: #737373;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
    border-bottom: 1px solid #337ab7;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
    border-top: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
}

.dx-datagrid-rowsview .dx-row-focused.dx-group-row {
    background-color: #337ab7;
    color: #fff;
}

    .dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-closed,
    .dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-opened,
    .dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item {
        color: #fff;
    }

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: rgba(0,0,0,0);
    color: #737373;
}

    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-datagrid-group-space,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-datagrid-group-space,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-datagrid-group-space,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-datagrid-group-space {
        border-right-color: transparent;
    }

    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-pointer-events-none,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-pointer-events-none,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-pointer-events-none,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-pointer-events-none {
        border-left-color: #f0efed;
        border-right-color: #f0efed;
    }

    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused {
        background-color: #fff;
        color: #737373;
    }

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > td {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:first-child > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:first-child > td {
    border-top: 1px solid transparent;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:last-child > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:last-child > td {
    border-bottom: 1px solid transparent;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
    border-left-color: #f0efed;
    border-right-color: #f0efed;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
    border-bottom-color: #f0efed;
}

.dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 0;
}

.dx-datagrid-search-text {
    color: #fff;
    background-color: #337ab7;
}

.dx-datagrid-nodata {
    color: #d9d9d9;
    font-size: 17px;
}

.dx-datagrid-bottom-load-panel {
    border-top: 1px solid #f0efed;
}

.dx-datagrid-pager {
    border-top: 3px double #f0efed;
}

    .dx-datagrid-pager.dx-widget {
        color: #737373;
    }

    .dx-datagrid-pager .dx-navigate-button,
    .dx-datagrid-pager .dx-page,
    .dx-datagrid-pager .dx-page-size {
        outline: 0;
    }

    .dx-datagrid-pager.dx-state-focused .dx-navigate-button:focus,
    .dx-datagrid-pager.dx-state-focused .dx-page-size:focus,
    .dx-datagrid-pager.dx-state-focused .dx-page:focus {
        outline: #337ab7 solid 2px;
        outline-offset: -2px;
    }

.dx-datagrid-summary-item {
    color: rgba(115,115,115,.7);
}

.dx-datagrid-total-footer {
    border-top: 1px solid #f0efed;
}

.dx-datagrid-revert-tooltip .dx-overlay-content {
    background-color: #fff;
    min-width: inherit;
}

.dx-datagrid-revert-tooltip .dx-revert-button {
    margin: 0 1px;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

    .dx-datagrid-revert-tooltip .dx-revert-button .dx-icon {
        color: #fff;
    }

    .dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover {
        background-color: #c9302c;
        border-color: #d43f3a;
    }

    .dx-datagrid-revert-tooltip .dx-revert-button.dx-state-focused {
        background-color: #b52b27;
        border-color: #d43f3a;
    }

    .dx-datagrid-revert-tooltip .dx-revert-button.dx-state-active {
        background-color: #a02622;
        border-color: #d43f3a;
        color: #fff;
    }

    .dx-datagrid-revert-tooltip .dx-revert-button > .dx-button-content {
        padding: 7px;
    }

.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-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space {
    border-left-color: rgba(0,0,0,.04);
    border-right-color: transparent;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
    margin: 0 3px;
}

.dx-rtl .dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 7px 32px 7px 7px;
}

.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
    border-right-color: #f0efed;
}

    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-datagrid-group-space,
    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td:not(.dx-focused).dx-datagrid-group-space,
    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-datagrid-group-space,
    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td:not(.dx-focused).dx-datagrid-group-space {
        border-left-color: transparent;
    }

    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td.dx-pointer-events-none,
    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none,
    .dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td.dx-pointer-events-none {
        border-left-color: #f0efed;
    }

.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-left: 0;
}

.dx-datagrid-group-panel {
    font-size: 14px;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

    .dx-datagrid-group-panel .dx-group-panel-message {
        color: #3f3f3f;
        font-weight: 500;
        padding: 7px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .dx-datagrid-group-panel .dx-group-panel-item {
        margin-right: 10px;
        color: #3f3f3f;
        font-weight: 500;
        border: 1px solid #f0efed;
        padding: 7px;
    }

    .dx-datagrid-group-panel .dx-block-separator {
        margin-right: 10px;
        color: #3f3f3f;
        font-weight: 500;
        padding: 8px;
        background-color: #eee;
    }

    .dx-datagrid-group-panel .dx-sort {
        color: #bfbfbf;
    }

.dx-datagrid-rowsview .dx-row.dx-group-row:first-child {
    border-top: none;
}

.dx-datagrid-rowsview .dx-row.dx-group-row {
    font-weight: 700;
}

    .dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
        color: #d5d5d5;
        background-color: #f7f7f7;
    }

    .dx-datagrid-rowsview .dx-row.dx-group-row td {
        border-top-color: #f0efed;
        border-bottom-color: #f0efed;
    }

.dx-datagrid-group-opened {
    font: 18px/18px DXIcons;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
    color: #cbcbcb;
}

    .dx-datagrid-group-opened:before {
        content: "\F001";
    }

.dx-datagrid-group-closed {
    font: 18px/18px DXIcons;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
    color: #cbcbcb;
}

    .dx-datagrid-group-closed:before {
        content: "\F04E";
    }

.dx-datagrid-group-closed,
.dx-datagrid-group-opened {
    width: 100%;
}

.dx-row.dx-datagrid-group-footer.dx-column-lines {
    border-bottom: 1px solid #f0efed;
}

.dx-row.dx-datagrid-group-footer > td {
    background-color: #fff;
    border-top: 1px solid #f0efed;
    border-left-width: 0;
    border-right-width: 0;
}

.dx-rtl .dx-datagrid-group-panel .dx-block-separator,
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item {
    margin-left: 10px;
}

.dx-rtl .dx-datagrid-table-fixed .dx-row.dx-group-row td {
    background-color: #f7f7f7;
}

.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,
.dx-datagrid-filter-panel .dx-icon-filter {
    outline: 0;
    color: #337ab7;
}

.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-pivotgrid-fields-container .dx-area-fields {
    position: relative;
}

.dx-pivotgrid-fields-container .dx-sort {
    color: #cbcbcb;
    font-size: 14px;
    width: 14px;
}

.dx-pivotgrid-fields-container .dx-sort-up {
    font: 14px/1 DXIcons;
}

    .dx-pivotgrid-fields-container .dx-sort-up:before {
        content: "\F051";
    }

.dx-pivotgrid-fields-container .dx-sort-down {
    font: 14px/1 DXIcons;
}

    .dx-pivotgrid-fields-container .dx-sort-down:before {
        content: "\F052";
    }

.dx-pivotgrid-fields-container .dx-header-filter {
    color: #3f3f3f;
    font: 14px/1 DXIcons;
    width: 14px;
}

    .dx-pivotgrid-fields-container .dx-header-filter:before {
        content: "\F050";
    }

.dx-pivotgrid-fields-container .dx-header-filter-empty {
    color: rgba(63,63,63,.5);
}

.dx-pivotgrid-fields-container .dx-area-field {
    cursor: pointer;
}

.dx-pivotgrid-fields-container.dx-drag {
    opacity: .8;
}

    .dx-pivotgrid-fields-container.dx-drag .dx-area-field.dx-area-box {
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
        box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
        border: 1px solid rgba(51,122,183,.5);
    }

.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
    background-color: #fff;
    margin-bottom: 4px;
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.dx-pivotgrid-fields-container .dx-drag-source {
    opacity: .5;
}

.dx-pivotgrid-fields-container .dx-column-indicators {
    vertical-align: bottom;
    margin-left: 6px;
    line-height: 19px;
}

.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-area-description-cell.dx-pivotgrid-background,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-data-header {
    background-color: rgba(221,221,221,.2);
}

.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area input,
    .dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

.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-filter-header .dx-area-field-container {
    border-spacing: 8px;
    border-collapse: separate;
}

.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head td {
    padding: 2px;
}

.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head tr > td:first-child {
    padding-left: 2px;
}

.dx-pivotgrid .dx-area-field.dx-area-box {
    margin-bottom: 0;
}

.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td {
    border-top: 1px solid #ddd;
}

.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area-data tr:first-child > td {
    border-top-width: 0;
}

.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-area-row-cell {
    border-right: 1px solid #ddd;
}

.dx-pivotgrid .dx-area-description-cell {
    white-space: nowrap;
}

    .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;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.dx-pivotgrid .dx-area-column-cell,
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-bottom-border {
    border-bottom: 1px solid #ddd;
}

.dx-pivotgrid .dx-pivotgrid-area {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .dx-pivotgrid .dx-pivotgrid-area td {
        color: #cbcbcb;
        padding: 7px 10px;
    }

.dx-pivotgrid .dx-pivotgrid-fields-area-head td {
    position: relative;
    border: none;
    padding: 10px 2px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
    padding-left: 10px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
    padding-right: 10px;
}

.dx-pivotgrid .dx-pivotgrid-fields-area-head .dx-empty-area-text {
    white-space: nowrap;
    padding: 6px 0;
    border: 1px solid transparent;
    color: #888;
}

.dx-pivotgrid .dx-group-connector {
    position: absolute;
    width: 2px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #ddd;
}

    .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-content {
    display: none;
}

.dx-pivotgrid .dx-virtual-mode .dx-virtual-content {
    position: relative;
    overflow: hidden;
    display: block;
}

    .dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td {
        color: transparent;
        background-color: transparent !important;
    }

        .dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td span {
            visibility: hidden;
        }

.dx-pivotgrid .dx-virtual-mode table {
    position: absolute;
}

.dx-pivotgrid .dx-pivotgrid-area-data {
    position: relative;
}

    .dx-pivotgrid .dx-pivotgrid-area-data tbody td {
        text-align: right;
        color: #696969;
        white-space: nowrap;
        border-left: 1px solid #ddd;
    }

        .dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
            border-left: 0;
        }

    .dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-grandtotal,
    .dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-total {
        border-top-width: 0;
    }

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-expand-border {
    border-top: 1px solid #ddd;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
    border-right: 0;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
    min-width: 50px;
    border-right: 1px solid #ddd;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers tr:first-child td {
    border-top: 0;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-pivotgrid-fields-area-head td:last-child {
    border-right: 0;
}

.dx-pivotgrid .dx-pivotgrid-area-data .dx-row-total,
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-row-total {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dx-pivotgrid .dx-area-tree-view .dx-total {
    border-bottom: none;
}

.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
    border-top: 1px solid transparent;
    background-color: rgba(221,221,221,.2);
    padding: 0;
    min-width: 24px;
    width: 19px;
    min-width: 19px;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
    border-right: 1px solid #ddd;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers td {
    text-align: center;
    border: 1px solid #ddd;
}

    .dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,
    .dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
        text-align: left;
    }

    .dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
        border-left: 0;
    }

.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td {
    border-top: 0;
}

.dx-pivotgrid .dx-expand-icon-container {
    margin-left: -5px;
    margin-right: 0;
    width: 14px;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers:last-child {
    border-bottom: 0;
}

.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-data-header,
.dx-pivotgrid .dx-total {
    background-color: rgba(221,221,221,.2);
}

.dx-pivotgrid .dx-grandtotal {
    background-color: #f5f5f5;
}

.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
    border-left: 1px solid #ddd;
}

.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-column-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
    border-right: 1px solid #ddd;
}

.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
    border-top: 1px solid #ddd;
}

    .dx-pivotgrid .dx-pivotgrid-border .dx-filter-header td {
        display: inline-block;
    }

.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
    border-bottom: 1px solid #ddd;
}

.dx-pivotgrid .dx-icon-sorted {
    display: inline-block;
    margin-left: 5px;
    width: 14px;
}

.dx-pivotgrid .dx-popup-content {
    padding: 10px;
}

    .dx-pivotgrid .dx-popup-content .dx-pivotgrid-fields-area-head td {
        padding: 0 2px;
    }

.dx-pivotgridfieldchooser .dx-area-fields {
    overflow: hidden;
}

.dx-pivotgridfieldchooser .dx-treeview-item .dx-icon {
    margin-bottom: 1px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-size: 16px 16px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.dx-pivotgridfieldchooser .dx-treeview-search {
    margin: 5px;
}

.dx-pivotgridfieldchooser .dx-area-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.dx-pivotgridfieldchooser .dx-area {
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .dx-pivotgridfieldchooser .dx-area > .dx-scrollable,
    .dx-pivotgridfieldchooser .dx-area > .dx-scrollable > .dx-scrollable-wrapper,
    .dx-pivotgridfieldchooser .dx-area > .dx-treeview,
    .dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable,
    .dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable-wrapper,
    .dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 0;
    }

        .dx-pivotgridfieldchooser .dx-area > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
        .dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
        .dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable-wrapper > .dx-scrollable-container {
            height: auto;
        }

    .dx-pivotgridfieldchooser .dx-area .dx-area-fields {
        margin-top: 3px;
        border: 1px solid #ddd;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 0;
    }

.dx-pivotgridfieldchooser .dx-area-fields-header .dx-area-caption {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.dx-pivotgridfieldchooser .dx-area-fields[group] {
    padding: 5px;
    background-color: rgba(221,221,221,.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dx-pivotgridfieldchooser .dx-area-fields.dx-drag-target {
    border-color: #337ab7;
}

.dx-pivotgridfieldchooser .dx-area-icon-all {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAJElEQVQoz2P8z4AfsDAwJELVzGfExmIiYAAD5QoYRx1JL0cCAJeiFh8Qq9chAAAAAElFTkSuQmCC) center center no-repeat;
}

.dx-pivotgridfieldchooser .dx-area-icon-filter {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAWElEQVQoz83RsQqAMAxF0fepFxzEQRz8e1sah0JTamhXeVtyCCSRaR6ZTGQsSHJgcRyk1YQ7aBcuB+KkDO0D9UDsHcmARiC2BqiVEfg2+jOoF30+YPnNWV4jV/jo04VE6gAAAABJRU5ErkJggg==) center center no-repeat;
}

.dx-pivotgridfieldchooser .dx-area-icon-row {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAI0lEQVQoz2P4z4AfAlHCfwjEzqKPAsKObIBA7Cz6KBgGIQkAQ8IdQJKOGQIAAAAASUVORK5CYII=) center center no-repeat;
}

.dx-pivotgridfieldchooser .dx-area-icon-column {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAIElEQVQoz2P4z4AfAlHCfwgEshogEFmMPgpGHUkfRwIAQ8IdQALkrHMAAAAASUVORK5CYII=) center center no-repeat;
}

.dx-pivotgridfieldchooser .dx-area-icon-data,
.dx-pivotgridfieldchooser .dx-icon-measure {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMhClIOE/NkiSAl+ooG8CQwKIzwChEQpQlGBXgKYEwxeoSrB6k7ACfFYkYPgDXQGKdAItQpKi2AQAaDQFJxj4SdQAAAAASUVORK5CYII=) center center no-repeat;
}

.dx-pivotgridfieldchooser .dx-icon-dimension {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAH0lEQVQoz2P4z4AfMlBHQcJ/MESjqasAKxx5bqAosgCZ3QSYpC33dQAAAABJRU5ErkJggg==) center center no-repeat;
}

.dx-pivotgridfieldchooser .dx-icon-hierarchy {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMUlEQVQoz2P4z4AfMlBXQcJ/EKShggQoxKEAojsBwxQqKUjACpEVoOhGNYVKCiiKLAATcARoA49V5wAAAABJRU5ErkJggg==) center center no-repeat;
}

.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: 6px;
}

.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;
}

    .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;
    }

.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-fields-area-head tr > td {
    padding: 10px 2px;
}

    .dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
        padding-right: 10px;
    }

    .dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
        padding-left: 10px;
    }

.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-rtl.dx-pivotgrid .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-area-row-cell {
    border-left: 1px solid #ddd;
    border-right: 0;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
    border-left: 0;
    border-right: 1px solid #ddd;
}

    .dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
        border-left: 1px solid #ddd;
        border-right: 0;
    }

.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
    border-right: 0;
    border-left: 1px solid #ddd;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
    border-left: 0;
    border-right: 0;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
    border-right: 0;
    border-left: 1px solid #ddd;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-pivotgrid-area {
    border-left: 0;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
    border-left: 1px solid #ddd;
    border-right: 0;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
    text-align: right;
}

.dx-rtl.dx-pivotgrid .dx-expand-icon-container {
    margin-left: 0;
    margin-right: -5px;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand-icon-container {
    -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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header {
    border-right: 1px solid #ddd;
}

.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header {
    border-left: 1px solid #ddd;
}

.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-pivotgrid {
    background-color: #fff;
}

    .dx-pivotgrid .dx-area-description-cell .dx-button-content,
    .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";
            visibility: hidden;
        }

    .dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand {
        font: 18px/18px DXIcons;
        text-align: center;
        color: #cbcbcb;
    }

        .dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand:before {
            content: "\F04E";
            position: absolute;
            display: block;
            width: 18px;
            top: 50%;
            margin-top: -9px;
            left: 50%;
            margin-left: -9px;
        }

    .dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
        font: 18px/18px DXIcons;
        text-align: center;
        color: #cbcbcb;
    }

        .dx-pivotgrid .dx-pivotgrid-expanded .dx-expand:before {
            content: "\F001";
            position: absolute;
            display: block;
            width: 18px;
            top: 50%;
            margin-top: -9px;
            left: 50%;
            margin-left: -9px;
        }

.dx-pivotgridfieldchooser {
    background-color: #fff;
}

.dx-pivotgrid-fields-container .dx-position-indicator {
    background-color: gray;
}

.dx-treelist-borders > .dx-treelist-headers,
.dx-treelist-borders > .dx-treelist-rowsview,
.dx-treelist-borders > .dx-treelist-total-footer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.dx-treelist-borders > .dx-treelist-rowsview,
.dx-treelist-borders > .dx-treelist-total-footer {
    border-bottom: 1px solid #ddd;
}

.dx-treelist-borders > .dx-treelist-filter-panel,
.dx-treelist-borders > .dx-treelist-headers,
.dx-treelist-borders > .dx-treelist-pager {
    border-top: 1px solid #ddd;
}

.dx-treelist-borders > .dx-treelist-filter-panel {
    border-top-width: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dx-sortable-dragging > div > .dx-gridbase-container > .dx-treelist-rowsview {
    border-color: rgba(51,122,183,.5);
}

.dx-treelist .dx-column-lines > td:first-child {
    border-left: none;
}

.dx-treelist .dx-column-lines > td:last-child {
    border-right: none;
}

.dx-treelist .dx-command-drag .dx-treelist-drag-icon {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-command-drag .dx-treelist-drag-icon:before {
        content: "\F038";
    }

.dx-treelist-container {
    color: #696969;
    background-color: #fff;
}

    .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-sort-down,
    .dx-treelist-container .dx-sort-up {
        font-family: inherit;
    }

        .dx-treelist-container .dx-sort-down:before,
        .dx-treelist-container .dx-sort-up:before {
            font-family: DXIcons,sans-serif;
        }

    .dx-treelist-container .dx-treelist-headers .dx-header-filter,
    .dx-treelist-container .dx-treelist-headers .dx-header-row > td {
        outline: 0;
    }

    .dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,
    .dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus {
        outline: #337ab7 solid 2px;
    }

    .dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus {
        outline-offset: -2px;
    }

    .dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus {
        outline-offset: 2px;
    }

    .dx-treelist-container .dx-header-filter {
        position: relative;
        color: #3f3f3f;
        font: 14px/1 DXIcons;
    }

        .dx-treelist-container .dx-header-filter:before {
            content: "\F050";
        }

    .dx-treelist-container .dx-header-filter-empty {
        color: rgba(63,63,63,.5);
    }

    .dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon {
        width: 14px;
        height: 14px;
        background-position: 0 0;
        background-size: 14px 14px;
        padding: 0;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
    }

    .dx-treelist-container .dx-treelist-content-fixed .dx-treelist-table .dx-col-fixed {
        background-color: #fff;
    }

    .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
    .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,
    .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,
    .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,
    .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none {
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
    }

        .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
        .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-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,
        .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 {
            border-left: none;
        }

        .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
        .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-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,
        .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 {
            border-right: none;
        }

    .dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row > td.dx-command-edit > a.dx-link:focus {
        outline: #337ab7 solid 2px;
        outline-offset: 2px;
    }

    .dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row.dx-row-focused > td.dx-command-edit > a.dx-link:focus {
        outline-color: #fff;
        outline-offset: 0;
    }

    .dx-treelist-container .dx-treelist-rowsview .dx-treelist-edit-form {
        background-color: #fff;
    }

    .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td {
        position: relative;
    }

        .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td:before {
            display: block;
            height: 100%;
            content: '';
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjY1RUVFQzAzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjY1RUVFQkYzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLbJKYAAADrSURBVHja7N3BDYBACABBsQn7L48q0BoMD5SZxAZuc74gF1V1MMfpCARBEEEQRBAEEQRBdovnuxxDq3RD/LIQRBAEQRBBEEQQBBEEQQQBAAAAAAAAABhi8gZVbgxi6kQQBBEEQQRBEEEQRBAEQRBBAAAAAAAAAAAabX2Daux2lqkTQRBEEAQRBEEEQRBBEARBBAEAAAAAAAAAaLR1g2osUyeCIIggCCIIggiCIIIgCIIIAgAAAAAAAADQ6KsbVPnXIKZOBEEQQRBEEAQRBEEEQRAEEYRXoqqcghuCIIIgiCAIIgiCCMIUtwADALYCCr92l++TAAAAAElFTkSuQmCC);
            background-repeat: no-repeat repeat;
        }

        .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: right"]:before {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

    .dx-treelist-container .dx-treelist-filter-row .dx-filter-range-content {
        color: #696969;
    }

    .dx-treelist-container .dx-error-row td {
        color: #fff;
        padding: 0;
    }

    .dx-treelist-container .dx-error-row .dx-error-message {
        background-color: #da7e8c;
        white-space: normal;
        word-wrap: break-word;
    }

.dx-treelist-filter-panel {
    color: #696969;
    border-top: 1px solid #ddd;
}

    .dx-treelist-filter-panel.dx-state-focused .dx-icon-filter:focus,
    .dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-clear-filter:focus,
    .dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-text:focus {
        outline: #337ab7 solid 2px;
    }

.dx-treelist-form-buttons-container {
    float: right;
}

    .dx-treelist-form-buttons-container .dx-button {
        margin-left: 10px;
        margin-top: 10px;
    }

.dx-treelist-column-chooser {
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
}

    .dx-treelist-column-chooser input,
    .dx-treelist-column-chooser textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        line-height: 1.35715;
    }

.dx-treelist-export-menu .dx-menu-item .dx-icon-exportxlsx {
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-size: 16px 16px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.dx-treelist-adaptive-more {
    cursor: pointer;
    font: 21px/21px DXIcons;
}

    .dx-treelist-adaptive-more:before {
        content: "\F06C";
    }

.dx-treelist-edit-popup .dx-error-message {
    background-color: #da7e8c;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 20px;
}

.dx-rtl.dx-treelist .dx-column-lines > td:first-child {
    border-right: none;
    border-left: 1px solid #ddd;
}

.dx-rtl.dx-treelist .dx-column-lines > td:last-child {
    border-left: none;
    border-right: 1px solid #ddd;
}

.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

    .dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
    .dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-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,
    .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 {
        border-right: none;
    }

    .dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
    .dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-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,
    .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 {
        border-left: none;
    }

.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: left"]:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.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-treelist-cell-updated-animation {
    -webkit-animation: 1s dx-treelist-highlight-change;
    animation: 1s dx-treelist-highlight-change;
}

@-webkit-keyframes dx-treelist-highlight-change {
    50%, from {
        background-color: rgba(105,105,105,.08);
    }
}

@keyframes dx-treelist-highlight-change {
    50%, from {
        background-color: rgba(105,105,105,.08);
    }
}

.dx-treelist .dx-menu-item-has-icon .dx-icon,
.dx-treelist-container .dx-menu-item-has-icon .dx-icon {
    color: #bfbfbf;
}

.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
    font: 16px/16px DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-size: 16px 16px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before,
    .dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before {
        content: "\F053";
    }

.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
    font: 16px/16px DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-size: 16px 16px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before,
    .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,
.dx-treelist-container .dx-icon-filter-operation-equals {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-equals:before,
    .dx-treelist-container .dx-icon-filter-operation-equals:before {
        content: "\F044";
    }

.dx-treelist .dx-icon-filter-operation-default,
.dx-treelist-container .dx-icon-filter-operation-default {
    font: 12px/12px DXIcons;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-size: 12px 12px;
    padding: 0;
    text-align: center;
}

    .dx-treelist .dx-icon-filter-operation-default:before,
    .dx-treelist-container .dx-icon-filter-operation-default:before {
        content: "\F027";
    }

.dx-treelist .dx-icon-filter-operation-not-equals,
.dx-treelist-container .dx-icon-filter-operation-not-equals {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-not-equals:before,
    .dx-treelist-container .dx-icon-filter-operation-not-equals:before {
        content: "\F045";
    }

.dx-treelist .dx-icon-filter-operation-less,
.dx-treelist-container .dx-icon-filter-operation-less {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-less:before,
    .dx-treelist-container .dx-icon-filter-operation-less:before {
        content: "\F046";
    }

.dx-treelist .dx-icon-filter-operation-less-equal,
.dx-treelist-container .dx-icon-filter-operation-less-equal {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-less-equal:before,
    .dx-treelist-container .dx-icon-filter-operation-less-equal:before {
        content: "\F048";
    }

.dx-treelist .dx-icon-filter-operation-greater,
.dx-treelist-container .dx-icon-filter-operation-greater {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-greater:before,
    .dx-treelist-container .dx-icon-filter-operation-greater:before {
        content: "\F047";
    }

.dx-treelist .dx-icon-filter-operation-greater-equal,
.dx-treelist-container .dx-icon-filter-operation-greater-equal {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-greater-equal:before,
    .dx-treelist-container .dx-icon-filter-operation-greater-equal:before {
        content: "\F049";
    }

.dx-treelist .dx-icon-filter-operation-contains,
.dx-treelist-container .dx-icon-filter-operation-contains {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-contains:before,
    .dx-treelist-container .dx-icon-filter-operation-contains:before {
        content: "\F063";
    }

.dx-treelist .dx-icon-filter-operation-not-contains,
.dx-treelist-container .dx-icon-filter-operation-not-contains {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-not-contains:before,
    .dx-treelist-container .dx-icon-filter-operation-not-contains:before {
        content: "\F066";
    }

.dx-treelist .dx-icon-filter-operation-starts-with,
.dx-treelist-container .dx-icon-filter-operation-starts-with {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-starts-with:before,
    .dx-treelist-container .dx-icon-filter-operation-starts-with:before {
        content: "\F064";
    }

.dx-treelist .dx-icon-filter-operation-ends-with,
.dx-treelist-container .dx-icon-filter-operation-ends-with {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-ends-with:before,
    .dx-treelist-container .dx-icon-filter-operation-ends-with:before {
        content: "\F065";
    }

.dx-treelist .dx-icon-filter-operation-between,
.dx-treelist-container .dx-icon-filter-operation-between {
    font: 14px/1 DXIcons;
}

    .dx-treelist .dx-icon-filter-operation-between:before,
    .dx-treelist-container .dx-icon-filter-operation-between:before {
        content: "\F06A";
    }

.dx-treelist {
    line-height: inherit;
}

    .dx-treelist .dx-row-alt > td,
    .dx-treelist .dx-row-alt > tr > td {
        background-color: #fbfbf9;
        border-top: 1px solid #fbfbf9;
        border-bottom: 1px solid #fbfbf9;
    }

    .dx-treelist .dx-row-alt.dx-row:not(.dx-row-removed) {
        border-bottom-color: transparent;
    }

    .dx-treelist .dx-link {
        color: #337ab7;
    }

    .dx-treelist .dx-row-lines > td {
        border-bottom: 1px solid #ddd;
    }

    .dx-treelist .dx-column-lines > td {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .dx-treelist .dx-error-row .dx-closebutton {
        float: right;
        margin: 9px;
        font: 14px/14px DXIcons;
        width: 14px;
        height: 14px;
        background-position: 0 0;
        background-size: 14px 14px;
        padding: 0;
        text-align: center;
    }

        .dx-treelist .dx-error-row .dx-closebutton:before {
            content: "\F00A";
        }

    .dx-treelist .dx-error-row .dx-error-message {
        padding: 7px 35px 7px 7px;
    }

    .dx-treelist .dx-row > td {
        padding: 7px;
    }

    .dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link {
        width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 18px 18px;
        padding: 0;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        margin: 0 3px;
    }

    .dx-treelist .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: right"]:before {
        background-position-y: 34px;
    }

    .dx-treelist .dx-command-drag {
        width: 36px;
        min-width: 36px;
    }

        .dx-treelist .dx-command-drag .dx-treelist-drag-icon {
            vertical-align: middle;
            width: 18px;
            height: 18px;
            background-position: 0 0;
            background-size: 18px 18px;
            padding: 0;
            font-size: 18px;
            text-align: center;
            line-height: 19px;
        }

.dx-treelist-edit-popup .dx-error-message {
    padding: 7px;
}

.dx-treelist-headers .dx-texteditor-input,
.dx-treelist-rowsview .dx-texteditor-input {
    padding: 7px;
    min-height: 33px;
}

.dx-treelist-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input {
    padding-right: 7px;
}

.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: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dx-treelist-headers .dx-searchbox .dx-placeholder:before,
.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,
.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input {
    padding-left: 34px;
}

.dx-rtl .dx-treelist-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input {
    padding-right: 34px;
}

.dx-editor-cell .dx-numberbox-spin-button {
    background-color: transparent;
}

.dx-editor-cell .dx-icon-clear {
    left: 0;
}

.dx-editor-cell .dx-texteditor,
.dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background: #fff;
}

.dx-editor-cell .dx-dropdowneditor {
    background-color: #fff;
}

.dx-editor-cell.dx-focused .dx-dropdowneditor-icon {
    border-radius: 0;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
    padding-top: 7px;
    padding-bottom: 7px;
}

.dx-treelist-checkbox-size.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 12px;
}

.dx-treelist-checkbox-size .dx-checkbox-icon {
    height: 16px;
    width: 16px;
}

.dx-treelist-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon {
    font-size: 6px;
}

.dx-device-mobile .dx-treelist-column-chooser-list .dx-empty-message,
.dx-treelist-column-chooser-list .dx-empty-message {
    color: #cfcfcf;
    padding: 0 20px;
}

.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content {
    padding: 0 20px 20px;
}

    .dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-search {
        margin-bottom: 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: 0 20px 20px;
}

.dx-treelist-column-chooser .dx-overlay-content {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

    .dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
        padding-top: 7px;
        padding-bottom: 9px;
        background-color: transparent;
    }

    .dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
        margin-bottom: 10px;
        background-color: #fff;
        color: #3f3f3f;
        font-weight: 500;
        border: 1px solid #ddd;
        padding: 7px;
        -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
        box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
    }

.dx-treelist-drag-header {
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
    color: #3f3f3f;
    font-weight: 500;
    padding: 7px;
    border: 1px solid rgba(51,122,183,.5);
    background-color: #fff;
}

.dx-treelist-columns-separator {
    background-color: rgba(51,122,183,.5);
}

.dx-treelist-columns-separator-transparent {
    background-color: transparent;
}

.dx-treelist-drop-highlight > td {
    background-color: #337ab7;
    color: #fff;
}

.dx-treelist-focus-overlay {
    border: 2px solid #337ab7;
}

.dx-treelist-table .dx-row .dx-command-select {
    width: 70px;
    min-width: 70px;
}

.dx-treelist-table .dx-row .dx-command-edit {
    width: 85px;
    min-width: 85px;
}

.dx-treelist-table .dx-row .dx-command-expand {
    width: 30px;
    min-width: 30px;
}

    .dx-treelist-table .dx-row .dx-command-expand.dx-treelist-group-space {
        padding-top: 7px;
    }

.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
    background-color: rgba(0,0,0,.04);
    color: #696969;
}

    .dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-treelist-group-space {
        border-right-color: rgba(0,0,0,.04);
    }

    .dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-command-select {
        overflow: inherit;
    }

.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-treelist-readonly .dx-texteditor .dx-texteditor-input {
    background-color: rgba(0,0,0,.04);
    color: #696969;
}

.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td.dx-pointer-events-none {
    background-color: transparent;
}

.dx-treelist-headers {
    color: #3f3f3f;
    font-weight: 500;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-bottom: 1px solid #ddd;
}

    .dx-treelist-headers .dx-treelist-content {
        margin-bottom: -1px;
    }

.dx-treelist-borders .dx-treelist-headers .dx-treelist-table {
    border-bottom-width: 1px;
}

.dx-treelist-headers .dx-treelist-table .dx-row > td {
    border-bottom: 1px solid #ddd;
}

.dx-treelist-filter-row .dx-menu .dx-overlay-content {
    color: #696969;
}

.dx-treelist-filter-row .dx-menu-item.dx-state-focused {
    background-color: transparent;
}

    .dx-treelist-filter-row .dx-menu-item.dx-state-focused:after {
        border: 2px solid #337ab7;
    }

    .dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
        background-color: #fff;
    }

        .dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded:after {
            border-color: transparent;
        }

.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-state-hover {
    background-color: transparent;
}

.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover {
    background-color: #fff;
}

.dx-treelist-filter-row .dx-highlight-outline::after {
    border-color: rgba(92,184,92,.5);
}

.dx-treelist-filter-row .dx-menu-item-content .dx-icon {
    color: #bfbfbf;
}

.dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 7px 7px 7px 32px;
}

.dx-treelist-filter-range-overlay .dx-overlay-content {
    border: 1px solid #ddd;
    overflow: inherit;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
    box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}

    .dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline::after {
        border-color: rgba(92,184,92,.5);
        left: 0;
    }

    .dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
        background-color: #fff;
        padding: 7px;
    }

    .dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused:after {
        border: 2px solid #337ab7;
    }

.dx-filter-menu.dx-menu {
    background-color: transparent;
    height: 100%;
}

    .dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content {
        padding: 6px 5px 7px;
    }

        .dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content .dx-icon {
            margin: 0 3px;
        }

.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,
.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}

.dx-highlight-outline {
    padding: 7px;
}

.dx-treelist-header-panel {
    border-bottom: 1px solid #ddd;
}

    .dx-treelist-header-panel .dx-toolbar {
        margin-bottom: 10px;
    }

    .dx-treelist-header-panel .dx-apply-button {
        background-color: #5cb85c;
        border-color: #4cae4c;
        color: #fff;
    }

        .dx-treelist-header-panel .dx-apply-button .dx-icon {
            color: #fff;
        }

        .dx-treelist-header-panel .dx-apply-button.dx-state-hover {
            background-color: #449d44;
            border-color: #4cae4c;
        }

        .dx-treelist-header-panel .dx-apply-button.dx-state-focused {
            background-color: #3d8b3d;
            border-color: #4cae4c;
        }

        .dx-treelist-header-panel .dx-apply-button.dx-state-active {
            background-color: #357935;
            border-color: #4cae4c;
            color: #fff;
        }

.dx-icon-column-chooser {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-icon-column-chooser:before {
        content: "\F04D";
    }

.dx-treelist-addrow-button .dx-icon-edit-button-addrow {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-addrow-button .dx-icon-edit-button-addrow:before {
        content: "\F00B";
    }

.dx-treelist-cancel-button .dx-icon-edit-button-cancel {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-cancel-button .dx-icon-edit-button-cancel:before {
        content: "\F04C";
    }

.dx-treelist-save-button .dx-icon-edit-button-save {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-save-button .dx-icon-edit-button-save:before {
        content: "\F041";
    }

.dx-apply-button .dx-icon-apply-filter {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-apply-button .dx-icon-apply-filter:before {
        content: "\F050";
    }

.dx-treelist-export-button .dx-icon-export-to {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-export-button .dx-icon-export-to:before {
        content: "\F05F";
    }

.dx-treelist-export-button .dx-icon-export-excel-button {
    font: 18px/18px DXIcons;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    text-align: center;
}

    .dx-treelist-export-button .dx-icon-export-excel-button:before {
        content: "\F117";
    }

.dx-treelist-adaptive-more {
    width: 21px;
    height: 21px;
    background-position: 0 0;
    background-size: 21px 21px;
    padding: 0;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}

.dx-treelist-borders .dx-treelist-rowsview,
.dx-treelist-headers + .dx-treelist-rowsview {
    border-top: 1px solid #ddd;
}

.dx-treelist-rowsview .dx-row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .dx-treelist-rowsview .dx-row.dx-edit-row:first-child > td {
        border-top-width: 0;
        border-bottom: 1px solid #ddd;
    }

    .dx-treelist-rowsview .dx-row.dx-edit-row > td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .dx-treelist-rowsview .dx-row.dx-treelist-edit-form {
        white-space: normal;
    }

.dx-treelist-rowsview .dx-master-detail-row .dx-master-detail-cell,
.dx-treelist-rowsview .dx-master-detail-row > .dx-treelist-group-space {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) .dx-master-detail-cell,
.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) > .dx-treelist-group-space {
    background-color: #fafafa;
}

.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid .dx-highlight-outline::after,
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-focused > .dx-highlight-outline::after {
    border: 1px solid #c2283f;
}

.dx-treelist-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content {
    padding: 9px 17px;
}

.dx-treelist-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
    border-color: rgba(92,184,92,.5);
}

.dx-treelist-rowsview .dx-row-removed > td {
    background-color: rgba(92,184,92,.5);
    border-top: 1px solid rgba(92,184,92,.5);
    border-bottom: 1px solid rgba(92,184,92,.5);
}

.dx-treelist-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid {
    border: 1px solid #c2283f;
}

    .dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid.dx-adaptive-item-text {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 7px;
    }

.dx-treelist-rowsview .dx-item-modified {
    border-radius: 0;
    border: 2px solid rgba(92,184,92,.5);
}

    .dx-treelist-rowsview .dx-item-modified.dx-adaptive-item-text {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
    }

.dx-treelist-rowsview .dx-row-focused:focus {
    outline: 0;
}

.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
    background-color: #337ab7;
    color: #fff;
}

    .dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-texteditor-input,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-texteditor-input {
        border-radius: 0;
    }

    .dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-closed,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-opened,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-treelist-group-closed,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-treelist-group-opened,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-treelist-group-closed,
    .dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-treelist-group-opened {
        color: #fff;
    }

.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus {
    background-color: #fff;
    color: #696969;
}

.dx-treelist-rowsview .dx-row-focused.dx-data-row > td,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
    border-bottom: 1px solid #337ab7;
}

.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td,
.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
    border-top: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
}

.dx-treelist-rowsview .dx-row-focused.dx-group-row {
    background-color: #337ab7;
    color: #fff;
}

    .dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item,
    .dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-closed,
    .dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-opened {
        color: #fff;
    }

.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: rgba(0,0,0,0);
    color: #737373;
}

    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-treelist-group-space,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-treelist-group-space,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-treelist-group-space,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-treelist-group-space {
        border-right-color: transparent;
    }

    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-pointer-events-none,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-pointer-events-none,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-pointer-events-none,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-pointer-events-none {
        border-left-color: #f0efed;
        border-right-color: #f0efed;
    }

    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused,
    .dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused {
        background-color: #fff;
        color: #696969;
    }

.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > td {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:first-child > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:first-child > td {
    border-top: 1px solid transparent;
}

.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:last-child > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:last-child > td {
    border-bottom: 1px solid transparent;
}

.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
    border-left-color: #f0efed;
    border-right-color: #f0efed;
}

.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
    border-bottom-color: #f0efed;
}

.dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 0;
}

.dx-treelist-search-text {
    color: #fff;
    background-color: #337ab7;
}

.dx-treelist-nodata {
    color: #cfcfcf;
    font-size: 17px;
}

.dx-treelist-bottom-load-panel {
    border-top: 1px solid #ddd;
}

.dx-treelist-pager {
    border-top: 3px double #ddd;
}

    .dx-treelist-pager.dx-widget {
        color: #696969;
    }

    .dx-treelist-pager .dx-navigate-button,
    .dx-treelist-pager .dx-page,
    .dx-treelist-pager .dx-page-size {
        outline: 0;
    }

    .dx-treelist-pager.dx-state-focused .dx-navigate-button:focus,
    .dx-treelist-pager.dx-state-focused .dx-page-size:focus,
    .dx-treelist-pager.dx-state-focused .dx-page:focus {
        outline: #337ab7 solid 2px;
        outline-offset: -2px;
    }

.dx-treelist-summary-item {
    color: rgba(115,115,115,.7);
}

.dx-treelist-total-footer {
    border-top: 1px solid #ddd;
}

.dx-treelist-revert-tooltip .dx-overlay-content {
    background-color: #fff;
    min-width: inherit;
}

.dx-treelist-revert-tooltip .dx-revert-button {
    margin: 0 1px;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

    .dx-treelist-revert-tooltip .dx-revert-button .dx-icon {
        color: #fff;
    }

    .dx-treelist-revert-tooltip .dx-revert-button.dx-state-hover {
        background-color: #c9302c;
        border-color: #d43f3a;
    }

    .dx-treelist-revert-tooltip .dx-revert-button.dx-state-focused {
        background-color: #b52b27;
        border-color: #d43f3a;
    }

    .dx-treelist-revert-tooltip .dx-revert-button.dx-state-active {
        background-color: #a02622;
        border-color: #d43f3a;
        color: #fff;
    }

    .dx-treelist-revert-tooltip .dx-revert-button > .dx-button-content {
        padding: 7px;
    }

.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-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-treelist-group-space {
    border-left-color: rgba(0,0,0,.04);
    border-right-color: transparent;
}

.dx-rtl .dx-treelist-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
    margin: 0 3px;
}

.dx-rtl .dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 7px 32px 7px 7px;
}

.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td {
    border-right-color: #f0efed;
}

    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-treelist-group-space,
    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td:not(.dx-focused).dx-treelist-group-space,
    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-treelist-group-space,
    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td:not(.dx-focused).dx-treelist-group-space {
        border-left-color: transparent;
    }

    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td.dx-pointer-events-none,
    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none,
    .dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td.dx-pointer-events-none {
        border-left-color: #f0efed;
    }

.dx-rtl .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-left: 0;
}

.dx-treelist-rowsview .dx-treelist-empty-space {
    position: relative;
    display: inline-block;
    width: 14px;
    font: 14px/1 DXIcons;
}

    .dx-treelist-rowsview .dx-treelist-empty-space:before {
        content: "\F04E";
        visibility: hidden;
    }

.dx-treelist-rowsview tr:not(.dx-row-focused) .dx-treelist-empty-space {
    color: #cbcbcb;
}

.dx-treelist-rowsview .dx-treelist-expanded span {
    font: 18px/18px DXIcons;
    text-align: center;
    cursor: pointer;
}

    .dx-treelist-rowsview .dx-treelist-expanded span:before {
        content: "\F001";
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        left: 0;
        margin-left: -5px;
        margin-top: -8px;
    }

.dx-treelist-rowsview .dx-treelist-collapsed span {
    font: 18px/18px DXIcons;
    text-align: center;
    cursor: pointer;
}

    .dx-treelist-rowsview .dx-treelist-collapsed span:before {
        content: "\F04E";
        position: absolute;
        display: block;
        width: 18px;
        top: 50%;
        left: 0;
        margin-left: -6px;
        margin-top: -8px;
    }

.dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space {
    color: #cbcbcb;
}

.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: 0;
}

.dx-treelist-cell-expandable .dx-checkbox,
.dx-treelist-select-all .dx-checkbox {
    position: absolute;
}

.dx-treelist-icon-container.dx-editor-inline-block {
    position: relative;
    padding-right: 23px;
}

    .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: 21px;
        margin-top: 1px;
    }

.dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
    padding-left: 44px;
}

.dx-rtl .dx-treelist-rowsview .dx-treelist-collapsed,
.dx-rtl .dx-treelist-rowsview .dx-treelist-expanded {
    -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: calc(100% - 37px);
}

.dx-rtl .dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
    padding-right: 44px;
    padding-left: 7px;
}

.dx-rtl .dx-treelist-icon-container.dx-editor-inline-block {
    padding-left: 23px;
    padding-right: 0;
}

.dx-treelist-filter-panel .dx-icon-filter,
.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter,
.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
    outline: 0;
    color: #337ab7;
}

.dx-fileuploader-wrapper {
    padding: 7px;
}

.dx-fileuploader-content > .dx-fileuploader-upload-button {
    margin-left: 3px;
    margin-right: 3px;
}

.dx-fileuploader-input-wrapper {
    padding: 7px 0;
    border: 3px dashed transparent;
}

.dx-fileuploader.dx-state-disabled .dx-fileuploader-input-label {
    position: relative;
}

.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-container {
    display: block;
    border: 3px dashed #ddd;
    width: 100%;
}

.dx-fileuploader-dragover .dx-fileuploader-input {
    display: block;
    width: 100%;
    padding: 14px 3px;
    margin-bottom: 1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dx-fileuploader-dragover .dx-fileuploader-input-label {
    text-align: center;
    padding: 14px 9px;
}

.dx-fileuploader-file-size,
.dx-fileuploader-file-status-message {
    color: #cfcfcf;
}

.dx-fileuploader-input {
    padding: 7px 0;
}

.dx-fileuploader-input-label {
    padding: 8px 9px;
    color: #696969;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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-file-name {
    padding-bottom: 3.5px;
    color: #696969;
}

.dx-fileuploader-file-size {
    padding-bottom: 3.5px;
}

.dx-fileuploader-invalid .dx-fileuploader-file-status-message {
    color: #d9534f;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content,
.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item-marker-body,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item-marker-body {
    background: #337ab7;
}

.dx-scheduler-win-no-touch .dx-scheduler-appointment {
    -ms-touch-action: none;
    touch-action: none;
}

.dx-recurrence-datebox-until-date,
.dx-recurrence-numberbox-day-of-month,
.dx-recurrence-numberbox-interval,
.dx-recurrence-numberbox-repeat-count,
.dx-recurrence-selectbox-month-of-year {
    float: left;
    position: relative !important;
}

    .dx-recurrence-datebox-until-date.dx-rtl,
    .dx-recurrence-numberbox-day-of-month.dx-rtl,
    .dx-recurrence-numberbox-interval.dx-rtl,
    .dx-recurrence-numberbox-repeat-count.dx-rtl,
    .dx-recurrence-selectbox-month-of-year.dx-rtl {
        float: right;
    }

.dx-recurrence-numberbox-day-of-month,
.dx-recurrence-numberbox-interval,
.dx-recurrence-numberbox-repeat-count {
    width: 70px !important;
}

.dx-recurrence-repeat-end-wrapper {
    padding: 0 5px;
}

.dx-recurrence-radiogroup-repeat-type-label,
.dx-recurrence-repeat-end-label {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    line-height: 36px;
}

.dx-recurrence-repeat-end-label {
    float: left;
    width: auto;
    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-recurrence-radiogroup-repeat-type {
    margin: 0;
}

    .dx-recurrence-radiogroup-repeat-type .dx-item {
        padding-bottom: 10px;
    }

    .dx-recurrence-radiogroup-repeat-type.dx-rtl .dx-recurrence-repeat-end-label {
        float: right;
    }

.dx-recurrence-editor-container .dx-field-value-static,
.dx-recurrence-editor-container .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 100%;
}

.dx-recurrence-editor-container .dx-field-value:not(.dx-widget) > .dx-checkbox {
    float: left;
}

    .dx-recurrence-editor-container .dx-field-value:not(.dx-widget) > .dx-checkbox.dx-rtl {
        float: right;
    }

.dx-recurrence-editor-container .dx-field-label {
    width: auto;
    float: none;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-selectbox-freq.dx-field-value {
    width: 100%;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-interval-field {
    display: block;
    margin-bottom: 2px;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on {
    display: block;
    padding-top: 5px;
}

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on .dx-recurrence-repeat-on-label {
        padding-top: 10px;
    }

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-numberbox-interval-label,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on-label {
    padding-bottom: 0;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-numberbox-interval-label,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-radiogroup-repeat-type,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container-label,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on-label {
    left: 0;
    position: inherit;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-numberbox-interval-label {
    padding-top: 0;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container-label {
    padding-bottom: 2px;
    padding-top: 0;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-freq-field {
    margin-bottom: 0;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container.dx-field {
    padding-top: 0;
    position: static;
}

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container.dx-field .dx-recurrence-radiogroup-repeat-type {
        margin-top: 0;
    }

.dx-scheduler-recurrence-rule-item.dx-field-item {
    border-top: 1px solid #ddd;
}

    .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-numberbox-interval-label,
    .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-end-container-label,
    .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-on-label {
        left: -90px;
    }

    .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-radiogroup-repeat-type {
        left: -88px;
    }

    .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-item-label:first-child {
        padding-top: 7px;
    }

    .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-h-align .dx-recurrence-repeat-on-week {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-h-align .dx-recurrence-repeat-end-container.dx-field {
        padding-top: 10px;
    }

.dx-scheduler-recurrence-rule-item.dx-label-v-align .dx-recurrence-editor-container {
    padding-top: 17px;
}

.dx-recurrence-editor-container {
    position: relative;
    margin-bottom: 21px;
}

.dx-recurrence-repeat-end-container {
    margin: 0;
}

.dx-recurrence-repeat-end-wrapper .dx-field-value.dx-recurrence-datebox-until-date {
    margin-left: 23px;
}

.dx-recurrence-repeat-end-wrapper .dx-field-value.dx-recurrence-numberbox-repeat-count {
    margin-left: 11px;
}

.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;
}

.dx-scheduler-header {
    position: relative;
    z-index: 1;
    width: 100%;
}

.dx-scheduler-navigator {
    float: left;
    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.dx-tabs-expanded .dx-tab-selected:before {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: '';
    right: 0;
}

.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-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-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
    color: #337ab7;
}

    .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before {
        position: absolute;
        right: 0;
        width: 100%;
        content: '';
        background-color: #63a0d4;
    }

.dx-scheduler-date-time-shader-all-day {
    margin-left: 100px;
    width: 100%;
    background-color: rgba(51,51,51,.04);
    position: absolute;
    pointer-events: none;
}

.dx-scheduler-date-time-indicator {
    background-color: #63a0d4;
    position: absolute;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,.1);
}

    .dx-scheduler-date-time-indicator:before {
        font-size: 30px;
        color: #63a0d4;
        position: absolute;
        z-index: 1000;
        margin-top: -14px;
        margin-left: -12px;
        text-shadow: rgba(255,255,255,.1) 1px 0 0;
    }

.dx-scheduler-date-time-shader {
    pointer-events: none;
}

.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator {
    margin-left: 100px;
    height: 1px;
    font: 14px/1 DXIcons;
}

    .dx-scheduler-work-space-day .dx-scheduler-date-time-indicator:before,
    .dx-scheduler-work-space-week .dx-scheduler-date-time-indicator:before,
    .dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator:before {
        content: "\F04E";
    }

.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator {
    margin-left: 50px;
}

.dx-scheduler-work-space-day .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader {
    margin-left: 100px;
}

.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top:before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top:before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top:before {
    width: inherit;
    height: inherit;
    content: "";
    left: inherit;
    position: absolute;
    margin-left: 100px;
    background-color: rgba(51,51,51,.04);
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top:before,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top:before,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top:before {
    margin-left: 0;
}

.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator {
    margin-left: 0;
    font: 14px/1 DXIcons;
}

    .dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator:before,
    .dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator:before,
    .dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator:before {
        content: "\F04F";
        margin-right: -12px;
    }

.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-top:before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-top:before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-bottom:before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-top:before {
    margin-left: 0;
}

.dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-panel,
.dx-scheduler-timeline-month .dx-scheduler-header-panel,
.dx-scheduler-timeline-week .dx-scheduler-header-panel,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

    .dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-panel thead,
    .dx-scheduler-timeline-month .dx-scheduler-header-panel thead,
    .dx-scheduler-timeline-week .dx-scheduler-header-panel thead,
    .dx-scheduler-timeline-work-week .dx-scheduler-header-panel thead {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%;
    }

.dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-row,
.dx-scheduler-timeline-month .dx-scheduler-header-row,
.dx-scheduler-timeline-week .dx-scheduler-header-row,
.dx-scheduler-timeline-work-week .dx-scheduler-header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

    .dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
    .dx-scheduler-timeline-month .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
    .dx-scheduler-timeline-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
    .dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse nowrap;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
    }

.dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-week-cell {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.dx-scheduler-timeline-day.dx-scheduler-work-space-count .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell {
    border-right: none;
}

.dx-scheduler-timeline .dx-scheduler-date-time-indicator {
    width: 1px;
    top: 0;
    font: 14px/1 DXIcons;
}

    .dx-scheduler-timeline .dx-scheduler-date-time-indicator:before {
        content: "\F001";
        margin-left: -14px;
        margin-top: -12px;
    }

.dx-scheduler-timeline .dx-scheduler-date-time-shader {
    height: 100%;
    position: absolute;
}

    .dx-scheduler-timeline .dx-scheduler-date-time-shader:before {
        width: inherit;
        height: 100%;
        content: "";
        left: 0;
        position: absolute;
        background-color: rgba(51,51,51,.04);
    }

.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
    border-bottom: 2px solid #63a0d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before {
        content: none;
    }

.dx-scheduler-work-space {
    border: 1px solid rgba(221,221,221,.6);
    background-color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-top: none;
    float: left;
}

    .dx-scheduler-work-space.dx-scheduler-timeline-month:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell {
        border-right: none;
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-title {
        border-top: 1px solid rgba(221,221,221,.6);
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell {
        border-left: 1px solid rgba(221,221,221,.6);
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-panel td {
        border-left: 1px solid rgba(221,221,221,.6);
        border-top: 1px solid rgba(221,221,221,.6);
    }

    .dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline) .dx-scheduler-header-panel {
        border-bottom: 2px solid rgba(221,221,221,.6);
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel {
        border-bottom: 1px solid rgba(221,221,221,.6);
    }

.dx-scheduler-date-table-scrollable .dx-scrollable-content {
    overflow: hidden;
    position: relative;
}

.dx-scheduler-date-table-cell {
    border-top: 1px solid rgba(221,221,221,.6);
}

    .dx-scheduler-all-day-table-cell > div,
    .dx-scheduler-date-table-cell > div {
        pointer-events: none;
    }

.dx-scheduler-date-table-cell,
.dx-scheduler-group-header,
.dx-scheduler-header-panel-cell,
.dx-scheduler-time-panel-cell {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    cursor: default;
}

.dx-scheduler-date-table-current-date {
    font-weight: 700;
}

.dx-scheduler-date-table-other-month {
    opacity: .5;
}

.dx-scheduler-group-flex-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .dx-scheduler-group-flex-container .dx-scheduler-group-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

        .dx-scheduler-group-flex-container .dx-scheduler-group-row:before {
            display: none;
        }

        .dx-scheduler-group-flex-container .dx-scheduler-group-row .dx-scheduler-group-header {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            padding: 0 5px;
            height: auto;
            width: 100%;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            text-align: left;
            border: none;
            border-top: 1px solid rgba(221,221,221,.6);
            overflow: hidden;
            text-overflow: ellipsis;
        }

.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell {
    border-top: 1px solid #c4c4c4;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
    border-top: none;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell:after,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell:after,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell:after {
    background-color: #c4c4c4;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-date-table-cell {
    border-left: none;
    border-right: 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-week .dx-scheduler-date-table .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 {
    border-top: none;
}

.dx-scheduler-all-day-table-cell {
    border-left: 1px solid rgba(221,221,221,.6);
    border-top: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell {
    border-top: none;
    border-left: none;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count .dx-scheduler-all-day-title,
.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    border-top: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-overlapping .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,
.dx-scheduler-work-space-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content {
    padding: 0 7px;
}

.dx-scheduler-scrollable-fixed-content {
    height: 100%;
}

.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-month .dx-scheduler-date-table-cell {
    height: auto;
    vertical-align: top;
    text-align: right;
    color: #cbcbcb;
}

    .dx-scheduler-work-space-month .dx-scheduler-date-table-cell > div {
        padding-right: 6px;
    }

.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-work-space-count .dx-scheduler-date-table-cell {
    height: 75px;
}

.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-first-of-month {
    color: #337ab7;
    background-color: rgba(51,122,183,.15);
    font-weight: 700;
}

.dx-scheduler-timeline .dx-scheduler-all-day-panel,
.dx-scheduler-timeline .dx-scheduler-all-day-title,
.dx-scheduler-work-space-month .dx-scheduler-all-day-panel,
.dx-scheduler-work-space-month .dx-scheduler-all-day-title {
    display: none;
}

.dx-scheduler-timeline .dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-month .dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
    right: 20px;
}

.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row:before,
.dx-scheduler-timeline .dx-scheduler-header-row:before {
    content: none;
}

.dx-scheduler-timeline .dx-scheduler-date-table-cell,
.dx-scheduler-timeline .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
    width: 200px;
}

.dx-scheduler-timeline .dx-scheduler-date-table-cell {
    border-right: none;
}

.dx-scheduler-timeline .dx-scheduler-work-space-vertical-group-table {
    display: none;
}

.dx-scheduler-timeline .dx-scheduler-date-table {
    border-spacing: 0;
    border-collapse: separate;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .dx-scheduler-timeline .dx-scheduler-date-table tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%;
        min-height: 100px;
    }

    .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: inherit;
    }

.dx-scheduler-timeline .dx-scheduler-group-table {
    border-spacing: 0;
    border-collapse: separate;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .dx-scheduler-timeline .dx-scheduler-group-table tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%;
    }

.dx-scheduler-timeline .dx-scheduler-group-header-content {
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .dx-scheduler-timeline .dx-scheduler-group-header-content div {
        white-space: normal;
        line-height: normal;
    }

.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header {
    width: 200px;
}

.dx-scheduler-timeline .dx-scheduler-date-table,
.dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-group-table,
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
    height: 100%;
    min-height: 100px;
}

.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-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
    height: auto;
}

.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-color: transparent;
}

.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before {
    border-bottom: 1px solid #c4c4c4;
}

.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-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,.6);
    }

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row .dx-scheduler-group-header {
    border: none;
    border-top: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table {
    border-right: 1px solid rgba(221,221,221,.6);
}

.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-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
    border-right: none;
    border-left: 1px solid rgba(221,221,221,.6);
}

.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-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-group-header-content {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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='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-group-header-content {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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='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: 240px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-group-header-content {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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: 240px;
}

.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: 240px;
    margin-left: 0;
}

.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row .dx-scheduler-group-header {
    border-right: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-last-group-cell {
    border-right: 1px solid #c4c4c4;
}

.dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
    top: 0;
}

.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
    border-right: none;
}

.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-all-day-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-month .dx-scheduler-header-panel-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-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
    border-left: none;
}

.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-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-header-panel-cell:nth-child(5n) {
    border-right: none;
}

.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-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-header-panel-cell:nth-child(5n) {
    border-left: none;
}

.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-day .dx-scheduler-header-panel-cell {
    border-right: none;
}

.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-header-panel-cell {
    border-left: none;
}

.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
    border-right: 1px solid #c4c4c4;
}

.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
    border-left: 1px solid #c4c4c4;
}

.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
    border-right: 1px solid #c4c4c4;
}

.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
    border-right: 1px solid rgba(221,221,221,.6);
    border-left: 1px solid #c4c4c4;
}

.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:nth-child(1n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:nth-child(1n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:nth-child(1n) {
    border-right: 1px solid rgba(221,221,221,.6);
}

.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:nth-child(1n) {
    border-left: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-header-panel {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
}

.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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable {
    height: 51px;
    margin-left: 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):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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):not(.dx-scheduler-work-space-vertical-grouped) .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):not(.dx-scheduler-work-space-vertical-grouped) .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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).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):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 100px;
    margin-bottom: -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):not(.dx-scheduler-work-space-vertical-grouped) .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):not(.dx-scheduler-work-space-vertical-grouped) .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-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-scheduler-all-day-title {
    z-index: 100;
    border-right: 1px solid rgba(221,221,221,.6);
}

    .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100px;
        border-right: 1px solid rgba(221,221,221,.6);
    }

.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-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-time-panel {
    border-right: 1px solid rgba(221,221,221,.6);
}

.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-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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: 116px;
}

.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: 146px;
}

.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: 176px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .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-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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: 66px;
}

.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: 96px;
}

.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: 126px;
}

.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: 36px;
}

.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-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable.dx-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0;
    padding: 0;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .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-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,
.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 {
    border-left: none;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-scrollable-appointments {
    top: 0;
}

.dx-scheduler-header-panel-cell {
    position: relative;
    border-left: 1px solid rgba(221,221,221,.6);
    border-right: 1px solid rgba(221,221,221,.6);
    color: #696969;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-all-day-table-row:before,
.dx-scheduler-group-row:before,
.dx-scheduler-header-row:before {
    content: "";
    width: 100px;
    display: table-cell;
}

.dx-scheduler-small .dx-scheduler-all-day-table-row:before,
.dx-scheduler-small .dx-scheduler-group-row:before,
.dx-scheduler-small .dx-scheduler-header-row:before {
    width: 50px;
}

.dx-scheduler-all-day-panel {
    width: 100%;
}

    .dx-scheduler-all-day-panel .dx-scheduler-all-day-table-cell {
        border-bottom: 2px solid rgba(221,221,221,.6);
    }

.dx-scheduler-all-day-title {
    color: #696969;
    width: 100px;
    position: absolute;
    text-align: center;
    border-bottom: 2px solid rgba(221,221,221,.6);
    -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-vertical-grouped .dx-scheduler-all-day-title {
    height: 50px;
    line-height: 50px;
}

.dx-scheduler-all-day-table {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.dx-scheduler-group-header {
    height: 30px;
    text-align: center;
}

.dx-scheduler-time-panel {
    float: left;
    width: 100px;
    border-collapse: collapse;
}

.dx-scheduler-small .dx-scheduler-time-panel {
    width: 50px;
    font-size: 14px;
}

.dx-scheduler-time-panel-cell {
    color: #696969;
    position: relative;
    width: 100%;
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
    border-bottom: 1px solid transparent;
}

    .dx-scheduler-time-panel-cell > div {
        margin-top: -13px;
    }

.dx-scheduler-small .dx-scheduler-time-panel-cell {
    padding-left: 0;
    padding-right: 10px;
}

.dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell > div {
    margin-top: 0;
}

.dx-scheduler-time-panel-cell:after {
    position: absolute;
    bottom: -1px;
    width: 10%;
    height: 1px;
    content: '';
    right: 0;
    background-color: rgba(221,221,221,.6);
}

.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell {
    color: #337ab7;
}

    .dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: inherit;
        content: '';
        background-color: #63a0d4;
    }

.dx-scheduler-time-panel-row:last-child .dx-scheduler-time-panel-cell:after {
    display: none;
}

.dx-scheduler-date-table {
    width: 100%;
    border-spacing: 0;
    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-all-day-table-cell.dx-state-hover.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-hover.dx-state-focused {
    background-color: #dbe9f5;
}

.dx-scheduler-all-day-table-cell.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-focused {
    background-color: #dbe9f5;
    opacity: 1;
}

.dx-scheduler-all-day-table-cell.dx-scheduler-focused-cell,
.dx-scheduler-date-table-cell.dx-scheduler-focused-cell {
    -webkit-box-shadow: inset 0 0 0 1px #337ab7;
    box-shadow: inset 0 0 0 1px #337ab7;
}

.dx-scheduler-date-table-droppable-cell {
    background-color: #f2f2f2;
}

.dx-scheduler-scrollable-appointments {
    position: absolute;
    top: 0;
}

.dx-scheduler-appointment {
    border-bottom: 1px solid transparent;
    background-clip: padding-box;
    position: absolute;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background-color: #337ab7;
    color: #fff;
    -webkit-box-shadow: inset 0 2px 0 0 rgba(0,0,0,.3);
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,.3);
    left: 0;
    min-width: 4px;
    min-height: 4px;
}

    .dx-scheduler-appointment.dx-resizable-resizing,
    .dx-scheduler-appointment.dx-state-active {
        -webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);
        box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);
    }

    .dx-scheduler-appointment.dx-state-focused {
        -webkit-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;
            background-color: rgba(0,0,0,.3);
            opacity: .98;
        }

    .dx-scheduler-appointment.dx-state-hover {
        -webkit-box-shadow: inset 0 5px 0 0 rgba(0,0,0,.3);
        box-shadow: inset 0 5px 0 0 rgba(0,0,0,.3);
    }

        .dx-scheduler-appointment.dx-state-hover.dx-resizable {
            -webkit-box-shadow: inset 0 5px 0 0 rgba(0,0,0,.3),inset 0 -2px 0 0 rgba(0,0,0,.3);
            box-shadow: inset 0 5px 0 0 rgba(0,0,0,.3),inset 0 -2px 0 0 rgba(0,0,0,.3);
        }

        .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-draggable-dragging {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-shadow: 7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);
        box-shadow: 7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);
    }

    .dx-scheduler-appointment.dx-draggable-dragging,
    .dx-scheduler-appointment.dx-resizable-resizing {
        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-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;
    pointer-events: auto;
}

.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.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 {
    padding-right: 40px;
}

.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced-icon {
    top: 9px;
}

.dx-scheduler-work-space-day .dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon,
.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 {
    top: calc(35% - 3px);
    right: 20px;
}

.dx-scheduler-all-day-appointment,
.dx-scheduler-timeline .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-scheduler-appointment {
    -webkit-box-shadow: inset 2px 0 0 0 rgba(0,0,0,.3);
    box-shadow: inset 2px 0 0 0 rgba(0,0,0,.3);
}

.dx-rtl .dx-scheduler-all-day-appointment,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment {
    -webkit-box-shadow: inset -2px 0 0 0 rgba(0,0,0,.3);
    box-shadow: inset -2px 0 0 0 rgba(0,0,0,.3);
}

.dx-scheduler-all-day-appointment.dx-resizable-resizing,
.dx-scheduler-all-day-appointment.dx-state-active,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-active,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-active {
    -webkit-box-shadow: inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3);
    box-shadow: inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3);
}

.dx-scheduler-all-day-appointment.dx-state-focused,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dx-scheduler-all-day-appointment.dx-state-focused:before,
    .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused:before,
    .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused:before {
        pointer-events: none;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.3);
        opacity: .98;
    }

.dx-scheduler-all-day-appointment.dx-state-hover,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover {
    -webkit-box-shadow: inset 5px 0 0 0 rgba(0,0,0,.3);
    box-shadow: inset 5px 0 0 0 rgba(0,0,0,.3);
}

    .dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,
    .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
    .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable {
        -webkit-box-shadow: inset 5px 0 0 0 rgba(0,0,0,.3),inset -2px 0 0 0 rgba(0,0,0,.3);
        box-shadow: inset 5px 0 0 0 rgba(0,0,0,.3),inset -2px 0 0 0 rgba(0,0,0,.3);
    }

.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover {
    -webkit-box-shadow: inset -5px 0 0 0 rgba(0,0,0,.3);
    box-shadow: inset -5px 0 0 0 rgba(0,0,0,.3);
}

    .dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,
    .dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
    .dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable {
        -webkit-box-shadow: inset -5px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3);
        box-shadow: inset -5px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3);
    }

.dx-scheduler-all-day-appointment.dx-draggable-dragging,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-draggable-dragging,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-draggable-dragging {
    -webkit-box-shadow: inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3),7px 7px 15px 0 rgba(50,50,50,.2);
    box-shadow: inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3),7px 7px 15px 0 rgba(50,50,50,.2);
}

.dx-scheduler-all-day-appointment .dx-scheduler-appointment-reduced-icon {
    position: absolute;
    top: 15%;
}

.dx-scheduler-appointment.dx-scheduler-appointment-body,
.dx-scheduler-appointment.dx-scheduler-appointment-tail {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dx-scheduler-group-header-content div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-recurrence-icon {
    position: absolute;
    background-repeat: no-repeat;
    top: 3px;
    right: 5px;
    display: none;
}

    .dx-scheduler-appointment-recurrence-icon.dx-icon-repeat {
        font-size: 18px;
    }

.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-recurrence-icon {
    display: block;
}

.dx-scheduler-appointment-content {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .99;
}

.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 12px;
}

.dx-scheduler-appointment-content > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-empty .dx-scheduler-appointment-content-details,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-title {
    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;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch {
    margin: 0;
}

.dx-scheduler-appointment-popup .dx-field-item-label-location-left {
    padding-right: 20px;
}

.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item {
    padding-top: 13px;
}

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-h-align.dx-flex-layout {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-label,
    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-value {
        float: none;
    }

        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-label .dx-recurrence-numberbox-repeat-count,
        .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-value .dx-recurrence-numberbox-repeat-count {
            float: left;
        }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-item-label:first-child {
        padding-top: 7px;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-numberbox-interval-label,
    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-end-container-label,
    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-on-label {
        position: absolute;
        left: -90px;
        padding-right: 10px;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-radiogroup-repeat-type {
        position: relative;
        left: -88px;
        top: 13px;
    }

    .dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-value {
        display: inline-block;
    }

.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 {
    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-scheduler-appointment-collector {
    background-color: #337ab7;
    color: #fff;
}

    .dx-scheduler-appointment-collector.dx-button,
    .dx-scheduler-appointment-collector.dx-button.dx-state-active,
    .dx-scheduler-appointment-collector.dx-button.dx-state-focused,
    .dx-scheduler-appointment-collector.dx-button.dx-state-hover {
        background-color: #337ab7;
        color: #fff;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .dx-scheduler-appointment-collector.dx-button .dx-button-content,
        .dx-scheduler-appointment-collector.dx-button.dx-state-active .dx-button-content,
        .dx-scheduler-appointment-collector.dx-button.dx-state-focused .dx-button-content,
        .dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-button-content {
            line-height: inherit;
        }

        .dx-scheduler-appointment-collector.dx-button.dx-state-hover:before {
            pointer-events: none;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,.3);
            opacity: .98;
        }

        .dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-scheduler-appointment-collector-content {
            color: #fff;
            opacity: .99;
        }

.dx-scheduler-appointment-collector-compact .dx-scheduler-appointment-collector-content span:last-child {
    padding-left: 0;
}

.dx-scheduler-agenda .dx-scheduler-date-table-scrollable {
    margin-top: 10px;
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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:after {
        display: none;
    }

.dx-scheduler-agenda .dx-scheduler-group-table {
    border-spacing: 0;
    margin-top: 0;
    height: 100%;
    float: left;
}

.dx-scheduler-agenda .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-time-panel-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-scheduler-work-space-grouped .dx-scheduler-date-table-last-row.dx-scheduler-date-table-row {
    border-bottom: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-agenda .dx-scheduler-group-header {
    vertical-align: top;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 400;
    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: 700;
}

.dx-scheduler-agenda .dx-scheduler-group-header-content:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(221,221,221,.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 .dx-scheduler-appointment-content-allday,
.dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-date {
    opacity: 1;
    font-weight: 700;
    font-size: 13px;
    margin-top: 4px;
}

.dx-scheduler-agenda .dx-scheduler-appointment-content-allday {
    display: inline-block;
    overflow: hidden;
    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 {
    text-align: center;
    opacity: .5;
    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-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count='1'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count='2'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
    padding-bottom: 130px;
    margin-bottom: 130px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count='3'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
    padding-bottom: 170px;
    margin-bottom: 170px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count='1'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count='1'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count='1'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
    padding-bottom: 130px;
    margin-bottom: 130px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count='2'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count='2'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count='2'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
    padding-bottom: 170px;
    margin-bottom: 170px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count='3'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count='3'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count='3'].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
    padding-bottom: 210px;
    margin-bottom: 210px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable {
    display: none;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    margin-left: 0 !important;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content {
    height: 40px;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-row,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-panel,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline:not(.dx-scheduler-work-space-group-by-date) .dx-scheduler-header-row .dx-scheduler-header-panel-cell {
    border-right: none;
}

.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-work-space-vertical-group-table {
    width: 100px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-group-header-content {
    width: 100%;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-left: -200px;
}

    .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-date-table .dx-scheduler-all-day-table-row:before,
    .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
        width: 200px;
    }

.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-date-table {
    margin-right: -200px;
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'] .dx-scheduler-header-panel .dx-scheduler-header-row:before {
    width: 200px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-left: 201px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 201px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable {
    margin-left: 0;
    margin-right: 201px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table {
    margin-right: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 201px 0 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
    width: 100px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
    margin-left: 100px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 100px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-right: 0;
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-date-table-row:before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='1'].dx-scheduler-work-space-month .dx-scheduler-header-row:before {
    width: 100px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-work-space-vertical-group-table {
    width: 150px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-group-header-content {
    width: 100%;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-left: -250px;
}

    .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-date-table .dx-scheduler-all-day-table-row:before,
    .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
        width: 250px;
    }

.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-date-table {
    margin-right: -250px;
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'] .dx-scheduler-header-panel .dx-scheduler-header-row:before {
    width: 250px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-left: 251px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 251px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable {
    margin-left: 0;
    margin-right: 251px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table {
    margin-right: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 251px 0 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
    width: 150px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
    margin-left: 150px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 150px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-right: 0;
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-date-table-row:before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='2'].dx-scheduler-work-space-month .dx-scheduler-header-row:before {
    width: 150px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-work-space-vertical-group-table {
    width: 200px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-group-header-content {
    width: 100%;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-left: -300px;
}

    .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-date-table .dx-scheduler-all-day-table-row:before,
    .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
        width: 300px;
    }

.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-date-table {
    margin-right: -300px;
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'] .dx-scheduler-header-panel .dx-scheduler-header-row:before {
    width: 300px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
    margin-left: 301px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 301px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable {
    margin-left: 0;
    margin-right: 301px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table {
    margin-right: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 301px 0 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
    width: 200px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
    margin-left: 200px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 200px;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-left: 0;
}

.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-date-table {
    margin-right: 0;
    margin-left: 0;
}

.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-date-table-row:before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count='3'].dx-scheduler-work-space-month .dx-scheduler-header-row:before {
    width: 200px;
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table {
    float: left;
    height: 100%;
    min-height: 100px;
    border-right: 1px solid rgba(221,221,221,.6);
    border-top: 1px solid rgba(221,221,221,.6);
    border-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table tbody {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-title,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    top: 0;
    position: relative;
    height: 50px !important;
    line-height: 50px !important;
    border-bottom: none;
    border-right: none;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell {
    border-top: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel {
    display: table-cell;
    position: relative;
}

    .dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel:before {
        content: "";
        width: 100px;
        display: table-cell;
    }

.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel:before {
    width: 50px;
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-table-row {
    height: 50px;
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell {
    border-top: 1px solid rgba(221,221,221,.6);
}

    .dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell > div {
        margin-top: 0;
    }

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-last-group-cell {
    border-bottom: none;
    -webkit-box-shadow: inset 0 -1px 0 rgba(221,221,221,.6);
    box-shadow: inset 0 -1px 0 rgba(221,221,221,.6);
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell {
    border-bottom: 2px solid rgba(221,221,221,.6);
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
    display: block;
    float: left;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-header-row:before {
    display: none;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-group-header {
    -webkit-box-shadow: 0 -2px 0 rgba(221,221,221,.6);
    box-shadow: 0 -2px 0 rgba(221,221,221,.6);
    border-bottom: none;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    height: 75px;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
    border-bottom: none;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row:before {
    display: none;
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
    border-top: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-week .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-week .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-work-week .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-work-week .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space-vertical-grouped:not(.dx-scheduler-work-space-day):not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped:not(.dx-scheduler-work-space-day):not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-day .dx-scheduler-date-table-scrollable {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dx-rtl .dx-scheduler-work-space-vertical-group-table {
    border-right: none;
    border-left: 1px solid rgba(221,221,221,.6);
}

.dx-rtl .dx-scheduler-date-time-shader-all-day {
    margin-left: 0;
    margin-right: 100px;
}

.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-time-panel,
.dx-rtl .dx-scheduler-work-space-vertical-group-table {
    float: right;
}

.dx-rtl .dx-scheduler-time-panel-cell {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
}

    .dx-rtl .dx-scheduler-time-panel-cell:after {
        right: auto;
        left: 0;
    }

.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell {
    border-right: 1px solid rgba(221,221,221,.6);
}

    .dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child,
    .dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child {
        border-right: none;
    }

.dx-rtl .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-date-table {
    float: right;
    margin-left: 0;
    margin-right: -100px;
}

.dx-scheduler-small .dx-rtl .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-date-table {
    margin-right: -50px;
}

.dx-rtl .dx-scheduler-appointment-recurrence-icon,
.dx-rtl .dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
    left: 20px;
    right: auto;
}

.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell {
    border-right: 1px solid rgba(221,221,221,.6);
    border-left: none;
}

.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title {
    border-left: 1px solid rgba(221,221,221,.6);
    border-right: none;
}

    .dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before {
        right: 0;
        border-left: 1px solid rgba(221,221,221,.6);
        border-right: none;
    }

.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-time-panel {
    border-left: 1px solid rgba(221,221,221,.6);
    border-right: none;
}

.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-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,
.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 {
    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-sidebar-scrollable:before {
        right: 0;
        border-left: 1px solid rgba(221,221,221,.6);
        border-right: none;
    }

.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table {
    border-left: 1px solid rgba(221,221,221,.6);
    border-right: none;
}

.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-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-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-scheduler-date-table-cell,
.dx-scheduler-time-panel-cell {
    height: 50px;
}

.dx-scheduler-all-day-title {
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    font-weight: 700;
    top: 56px;
}

.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
    height: 25px;
    line-height: 25px;
}

:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 96px;
}

    :not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
        top: -41px;
        height: 40px;
    }

:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 126px;
}

    :not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
        top: -71px;
        height: 70px;
    }

:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 156px;
}

    :not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
        top: -101px;
        height: 100px;
    }

.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    top: 106px;
}

.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 136px;
}

    .dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title:before,
    .dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
        top: -81px;
        height: 80px;
    }

.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 166px;
}

    .dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title:before,
    .dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
        top: -111px;
        height: 110px;
    }

.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 196px;
}

    .dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title:before,
    .dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
        top: -141px;
        height: 140px;
    }

.dx-scheduler-all-day-table {
    height: 75px;
}

.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
    height: 25px;
}

.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-panel {
    margin-top: 11px;
}

.dx-scheduler-header-panel-cell {
    height: 40px;
}

    .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before {
        top: 37px;
        height: 2px;
    }

.dx-scheduler-timeline .dx-scheduler-date-table-cell {
    height: 75px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 110px;
    margin-bottom: -110px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 140px;
    margin-bottom: -140px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 125px;
    margin-bottom: -125px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).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:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).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:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).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:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 75px;
    margin-bottom: -75px;
}

.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).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:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).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:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).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-work-space-day:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 40px;
    margin-bottom: -40px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 70px;
    margin-bottom: -70px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 85px;
    margin-bottom: -85px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 115px;
    margin-bottom: -115px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 145px;
    margin-bottom: -145px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 175px;
    margin-bottom: -175px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 35px;
    margin-bottom: -35px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 65px;
    margin-bottom: -65px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 95px;
    margin-bottom: -95px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 125px;
    margin-bottom: -125px;
}

.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-title {
    top: 57px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 110px;
    margin-bottom: -110px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 140px;
    margin-bottom: -140px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 125px;
    margin-bottom: -125px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).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-count:not(.dx-scheduler-work-space-vertical-grouped).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-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).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-count:not(.dx-scheduler-work-space-vertical-grouped).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-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).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-count:not(.dx-scheduler-work-space-vertical-grouped).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-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 75px;
    margin-bottom: -75px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).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-count:not(.dx-scheduler-work-space-vertical-grouped).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-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).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-count:not(.dx-scheduler-work-space-vertical-grouped).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-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).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-count:not(.dx-scheduler-work-space-vertical-grouped).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-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel {
    margin-top: 10px;
}

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 136px;
}

    .dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
        top: -81px;
        height: 80px;
    }

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 166px;
}

    .dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
        top: -111px;
        height: 110px;
    }

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 196px;
}

    .dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
        top: -141px;
        height: 140px;
    }

.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-all-day-title {
    top: 106px;
}

.dx-scheduler-work-space-day .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
    border-bottom: none;
}

.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 110px;
    margin-bottom: -110px;
}

.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 140px;
    margin-bottom: -140px;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 13px;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table-first-of-month {
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.dx-scheduler-header {
    background-color: #f5f5f5;
    border: 1px solid rgba(221,221,221,.6);
    height: 56px;
}

.dx-scheduler-navigator {
    padding: 10px;
}

    .dx-scheduler-navigator .dx-button {
        margin-top: -1px;
        height: 36px;
    }

    .dx-scheduler-navigator .dx-button-has-icon .dx-button-content {
        padding: 6px;
    }

.dx-scheduler-navigator-caption {
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0;
}

    .dx-scheduler-navigator-caption.dx-state-active,
    .dx-scheduler-navigator-caption.dx-state-focused,
    .dx-scheduler-navigator-caption.dx-state-hover {
        border-right-width: 1px;
        border-left-width: 1px;
    }

.dx-rtl .dx-scheduler-navigator-next,
.dx-rtl .dx-scheduler-navigator-previous,
.dx-scheduler-navigator-next,
.dx-scheduler-navigator-previous {
    border-radius: 0;
}

.dx-scheduler-view-switcher.dx-tabs {
    font-size: 14px;
}

    .dx-scheduler-view-switcher.dx-tabs .dx-tab:not(.dx-tab-selected):not(.dx-state-hover) {
        background: 0 0;
    }

    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected,
    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:before {
        background-color: #fff;
    }

    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-state-focused:after {
        border-left: 1px solid rgba(221,221,221,.6);
        border-right: 1px solid rgba(221,221,221,.6);
        border-top: 1px solid #337ab7;
        border-bottom: none;
    }

    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:after {
        height: 56px;
    }

.dx-scheduler-view-switcher.dx-dropdownmenu {
    margin-top: 9px;
}

.dx-scheduler-view-switcher-label {
    margin-top: 16px;
    right: 60px;
}

.dx-rtl .dx-scheduler-view-switcher-label {
    left: 60px;
    right: auto;
}

.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
    border-bottom: 1px solid rgba(221,221,221,.6);
}

    .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) .dx-scheduler-group-header {
        font-size: 14px;
        color: #696969;
    }

.dx-scheduler-header-panel .dx-scheduler-group-header {
    font-size: 18px;
}

.dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-header-panel .dx-scheduler-group-header,
.dx-scheduler-work-space-vertical-group-table .dx-scheduler-group-header {
    font-weight: 700;
    color: #696969;
    padding: 0;
}

.dx-scheduler-all-day-panel {
    background-color: #fff;
}

.dx-scheduler-work-space {
    padding-top: 56px;
    margin-top: -56px;
}

    .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-title {
        border-top: 1px solid rgba(221,221,221,.6);
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell {
        border-left: 1px solid rgba(221,221,221,.6);
    }

    .dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-date-table-cell {
        border: none;
    }

.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-date-table-cell {
    border-left: 1px solid rgba(221,221,221,.6);
    border-right: 1px solid rgba(221,221,221,.6);
}

    .dx-scheduler-all-day-table-cell.dx-state-active,
    .dx-scheduler-date-table-cell.dx-state-active {
        background-color: rgba(221,221,221,.7);
    }

    .dx-scheduler-all-day-table-cell.dx-state-hover,
    .dx-scheduler-date-table-cell.dx-state-hover {
        background-color: rgba(0,0,0,.04);
        color: #cbcbcb;
    }

.dx-scheduler-appointment-popup .dx-popup-title {
    background-color: #fff;
}

    .dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton,
    .dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton.dx-rtl {
        margin: 0;
    }

.dx-scheduler-appointment-popup .dx-popup-bottom {
    border-top: 1px solid #ddd;
}

.dx-scheduler-appointment-popup .dx-toolbar-after {
    margin-right: 4px;
}

.dx-rtl .dx-scheduler-appointment-popup .dx-toolbar-after {
    margin-left: 4px;
    margin-right: 0;
}

.dx-scheduler-appointment-popup .dx-form-validation-summary {
    padding: 10px 20px;
}

.dx-scheduler-header-panel,
.dx-scheduler-time-panel,
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    font-size: 16px;
}

.dx-scheduler-work-space-grouped .dx-scheduler-group-row th,
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell {
    border-right: 1px solid #aaa;
}

    .dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,
    .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child {
        border-right: none;
    }

.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th,
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell {
    border-left: 1px solid #aaa;
    border-right: 1px solid rgba(221,221,221,.6);
}

    .dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,
    .dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child {
        border-left: none;
    }

.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-last-group-cell {
    border-right: 1px solid rgba(221,221,221,.6);
    border-left: 1px solid rgba(221,221,221,.6);
}

.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell {
    border-right: 1px solid #aaa;
}

    .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,
    .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,
    .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child {
        border-right: none;
    }

.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell {
    border-left: 1px solid #aaa;
    border-right: 1px solid rgba(221,221,221,.6);
}

    .dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,
    .dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,
    .dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child {
        border-left: none;
    }

.dx-scheduler-appointment-collector {
    height: 20px;
}

    .dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
        line-height: 13.33333333px;
        height: 20px;
    }

    .dx-scheduler-appointment-collector.dx-button.dx-button-default,
    .dx-scheduler-appointment-collector.dx-state-hover:before {
        border-radius: 20px;
    }

.dx-scheduler-appointment {
    border-left: 3px solid transparent;
    border-right: 2px solid transparent;
}

    .dx-scheduler-appointment.dx-state-focused {
        color: #fff;
    }

    .dx-scheduler-appointment.dx-scheduler-appointment-empty {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

.dx-scheduler-appointment-content {
    padding: 5px 7px;
}

.dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
    padding-right: 40px;
}

.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-dropdown-appointment-date {
    color: #cbcbcb;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[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-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[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-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[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-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 41px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 71px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 101px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 11px;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).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.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,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[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,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[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,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[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,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day .dx-scheduler-header-scrollable {
    height: 91px;
}

.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.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,
    .dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before {
        height: 91px;
        margin-top: -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,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day .dx-scrollable.dx-scheduler-date-table-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}

.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before {
    background-color: #fff;
}

.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-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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: 156px;
}

.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: 186px;
}

.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: 216px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
    height: 126px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).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.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).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.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).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.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 76px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 116px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 146px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 176px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-header-scrollable {
    height: 86px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 66px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 96px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 126px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 36px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 106px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 136px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 166px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable {
    height: 76px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).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.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).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.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).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.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 26px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.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: 81px;
}

.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: 111px;
}

.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: 141px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-scrollable {
    height: 51px;
}

.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
    height: auto;
}

.dx-scheduler-agenda .dx-scheduler-appointment-content {
    font-size: 16px;
}

    .dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-date {
        font-size: 13px;
    }

.dx-scheduler-agenda .dx-scheduler-group-header {
    font-size: 18px;
    width: 80px;
}

.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: 0;
    margin-bottom: 0;
}

.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: 30px;
    margin-bottom: -30px;
}

.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: 60px;
    margin-bottom: -60px;
}

.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: 90px;
    margin-bottom: -90px;
}

.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: 0;
    margin-bottom: 0;
}

.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: 30px;
    margin-bottom: -30px;
}

.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: 60px;
    margin-bottom: -60px;
}

.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: 90px;
    margin-bottom: -90px;
}

.dx-scheduler-agenda .dx-scheduler-group-header-content {
    overflow: hidden;
    width: 80px;
}

.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-nodata {
    font-size: 16px;
}

.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content .dx-popup-content .dx-list-item {
    border-top-width: 1px;
}

.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content {
    background: #fff;
}

.dx-drawer-shader {
    background-color: rgba(0,0,0,.5);
}

.dx-htmleditor {
    border-color: #ddd;
}

    .dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child {
        border-bottom: 1px solid #ddd;
    }

    .dx-htmleditor.dx-invalid,
    .dx-htmleditor.dx-invalid.dx-state-focused {
        border-color: #c2283f;
    }

.dx-htmleditor-content.ql-blank::before {
    color: #909090;
}

.dx-htmleditor-content pre {
    color: rgba(105,105,105,.8);
}

.dx-htmleditor-content blockquote {
    color: rgba(105,105,105,.8);
    border-left-color: #ddd;
}

.dx-rtl .dx-htmleditor-content blockquote {
    border-right-color: #ddd;
}

.dx-htmleditor-content .dx-variable > span {
    background: rgba(51,122,183,.15);
}

.dx-htmleditor-toolbar {
    background-color: transparent;
}

    .dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format) {
        background-color: #e6e6e6;
    }

        .dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-success {
            background-color: #449d44;
        }

        .dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-default {
            background-color: #285f8f;
        }

        .dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-danger {
            background-color: #c9302c;
        }

.dx-htmleditor-toolbar-format.dx-dropdowneditor.dx-editor-filled {
    background-color: transparent;
}

.dx-htmleditor-toolbar-format.dx-background-format .dx-button-content,
.dx-htmleditor-toolbar-format.dx-color-format .dx-button-content {
    padding-bottom: 5px;
}

.dx-htmleditor-toolbar-separator {
    border-left-color: #ddd;
}

.dx-htmleditor-toolbar-menu-separator {
    border-top-color: #ddd;
}

.dx-resize-frame {
    border-color: #337ab7;
}

    .dx-resize-frame .dx-resizable-handle-bottom::after,
    .dx-resize-frame .dx-resizable-handle-corner-bottom-left,
    .dx-resize-frame .dx-resizable-handle-corner-bottom-right,
    .dx-resize-frame .dx-resizable-handle-corner-top-left,
    .dx-resize-frame .dx-resizable-handle-corner-top-right,
    .dx-resize-frame .dx-resizable-handle-left::after,
    .dx-resize-frame .dx-resizable-handle-right::after,
    .dx-resize-frame .dx-resizable-handle-top::after {
        background-color: #337ab7;
    }

.dx-mention {
    background-color: #ddd;
    color: #696969;
}

.dx-suggestion-list-wrapper {
    height: 100%;
}

    .dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content {
        border-top-width: 0;
        border-bottom-width: 1px;
    }

        .dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
            border-top-width: 1px;
            border-bottom-width: 0;
        }

    .dx-suggestion-list-wrapper .dx-popup-content {
        height: 100%;
        padding: 1px;
    }

    .dx-suggestion-list-wrapper .dx-list {
        height: 100%;
        min-height: 39.0001px;
    }

        .dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
            min-height: 33.0001px;
        }

            .dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
                padding: 7px 9px;
            }

    .dx-suggestion-list-wrapper .dx-list-select-all {
        padding: 12px 0 8px;
    }

    .dx-suggestion-list-wrapper .dx-empty-message,
    .dx-suggestion-list-wrapper .dx-list-item {
        border-top: 0;
    }

        .dx-suggestion-list-wrapper .dx-empty-message:last-of-type,
        .dx-suggestion-list-wrapper .dx-list-item:last-of-type {
            border-bottom: none;
        }

.dx-fa-button.dx-fa-button-main .dx-overlay-shader {
    background-color: rgba(255,255,255,.8);
}

.dx-fa-button.dx-fa-button-main .dx-overlay-content {
    min-width: 48px;
    max-height: 48px;
    background-color: #bc233c;
    color: #fff;
    overflow: visible;
    border-radius: 24px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
    box-shadow: 0 6px 12px rgba(0,0,0,.2);
}

    .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover {
        background-color: #911b2e;
    }

        .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover .dx-fa-button-icon {
            background-color: transparent;
        }

    .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active {
        background-color: #7c1727;
    }

        .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active .dx-fa-button-icon {
            background-color: transparent;
        }

    .dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon,
    .dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon-close {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper {
        position: static;
    }

        .dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
            background: 0 0;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            margin-right: 0;
        }

    .dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-inkripple {
        border-radius: 24px;
    }

.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon,
    .dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon-close {
        padding: 15px 0 15px 12px;
    }

.dx-fa-button .dx-fa-button-icon,
.dx-fa-button .dx-fa-button-icon-close {
    padding: 6px;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .dx-fa-button .dx-fa-button-icon .dx-icon,
    .dx-fa-button .dx-fa-button-icon-close .dx-icon {
        font-size: 18px;
    }

    .dx-fa-button .dx-fa-button-icon img,
    .dx-fa-button .dx-fa-button-icon-close img {
        width: 100%;
        height: 100%;
    }

.dx-fa-button .dx-overlay-content {
    min-width: 30px;
    max-height: 30px;
    background-color: transparent;
    color: #696969;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper {
            right: auto;
            left: 30px;
        }

            .dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper .dx-fa-button-label {
                margin-left: 10px;
                margin-right: auto;
            }

    .dx-fa-button .dx-overlay-content.dx-state-hover .dx-fa-button-icon {
        background-color: #ebebeb;
    }

    .dx-fa-button .dx-overlay-content.dx-state-active .dx-fa-button-icon {
        background-color: #c2c2c2;
    }

    .dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper {
        position: absolute;
        right: 30px;
    }

        .dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
            background-color: #fff;
            color: #696969;
            white-space: nowrap;
            border-radius: 4px;
            padding: 0 10px;
            margin-right: 10px;
            line-height: 26px;
            height: 26px;
            -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
            box-shadow: 0 1px 4px rgba(0,0,0,.2);
            font-size: 12px;
        }

    .dx-fa-button .dx-overlay-content .dx-fa-button-icon {
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
        background-color: #fff;
        border-radius: 50%;
        position: relative;
    }

    .dx-fa-button .dx-overlay-content .dx-inkripple {
        overflow: hidden;
        border-radius: 15px;
    }

.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label {
    padding: 0 16px 0 8px;
    font-size: 14px;
    margin-right: 0;
}

.dx-splitter {
    background-color: rgba(51,122,183,.5);
}

    .dx-splitter.dx-splitter-transparent {
        background-color: transparent;
    }

.dx-splitter-border {
    background-color: #ddd;
}

.dx-filemanager,
.dx-filemanager .dx-filemanager-notification-common {
    border-color: #ddd;
}

    .dx-filemanager .dx-filemanager-progress-panel {
        background-color: #fff;
    }

        .dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details {
            border-color: #ddd;
        }

            .dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details > .dx-filemanager-progress-box {
                -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.175);
                box-shadow: 0 4px 8px 0 rgba(0,0,0,.175);
            }

    .dx-filemanager .dx-filemanager-progress-box-error {
        color: #fff;
        background: #d9534f;
    }

    .dx-filemanager .dx-filemanager-toolbar {
        background: #fff;
    }

        .dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar,
        .dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar .dx-toolbar {
            background: #f7f7f7;
        }

        .dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
            height: 36px;
            background: #ddd;
        }

        .dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-viewmode-item .dx-texteditor {
            width: 150px;
        }

        .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled {
            background: 0 0;
        }

            .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-active,
            .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-focused,
            .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-hover {
                background: rgba(105,105,105,.1);
            }

            .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor {
                border-color: transparent;
            }

                .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor .dx-dropdowneditor-icon {
                    background: 0 0;
                }

                .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
                .dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon {
                    background: 0 0;
                    border-color: transparent;
                }

        .dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-has-large-icon .dx-button-content {
            padding: 4px;
        }

    .dx-filemanager .dx-filemanager-container {
        border-top-color: #ddd;
    }

    .dx-filemanager .dx-filemanager-dirs-panel {
        border-right-color: #ddd;
    }

    .dx-filemanager .dx-filemanager-breadcrumbs {
        border-bottom-color: #ddd;
    }

        .dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item.dx-state-focused {
            background: #ddd;
            color: #696969;
        }

        .dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
            background: #ddd;
        }

        .dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,
        .dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover {
            background: 0 0;
        }

    .dx-filemanager .dx-filemanager-thumbnails.dx-filemanager-inactive-area .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item.dx-filemanager-item-selected {
        color: #696969;
        background: #fff;
    }

    .dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-filemanager-item-selected {
        color: #696969;
        background: #e6e6e6;
    }

    .dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-filemanager-item-focused {
        border-color: #696969;
    }

    .dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-item-custom-thumbnail {
        color: #ddd;
    }

    .dx-filemanager .dx-filemanager-files-view {
        background: #fff;
    }

        .dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-filemanager-details-item-thumbnail {
            font-size: 18px;
        }

.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-content > i {
    margin-bottom: 0;
}

.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item {
    background: #fff;
}

    .dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item.dx-state-hover {
        background: #ebebeb;
    }

    .dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item * {
        color: #696969;
    }

.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox > .dx-treeview-item.dx-filemanager-focused-item {
    background: #ebebeb;
}

    .dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox > .dx-treeview-item.dx-filemanager-focused-item * {
        color: #696969;
    }

.dx-filemanager-file-actions-button .dx-button {
    min-width: 32px;
    height: 21px;
}

    .dx-filemanager-file-actions-button .dx-button .dx-button-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.dx-filemanager-i.dx-filemanager-i-progress,
.dx-filemanager-i.dx-filemanager-i-refresh,
.dx-filemanager-i.dx-icon.dx-filemanager-i-progress,
.dx-filemanager-i.dx-icon.dx-filemanager-i-refresh {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%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%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23696969%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x31_%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M11%2C4c2.45%2C0%2C4.59%2C1.26%2C5.84%2C3.16L15%2C9l6%2C1l-1-6l-1.73%2C1.73C16.64%2C3.47%2C14%2C2%2C11%2C2%0A%09%09c-4.97%2C0-9%2C4.03-9%2C9h2C4%2C7.13%2C7.13%2C4%2C11%2C4z%22%2F%3E%0A%09%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.92%2C12c-0.49%2C3.39-3.39%2C6-6.92%2C6c-2.19%2C0-4.13-1.01-5.41-2.59L7%2C14l-6-1l1%2C6l2.17-2.17%0A%09%09C5.82%2C18.76%2C8.26%2C20%2C11%2C20c4.63%2C0%2C8.44-3.5%2C8.94-8H17.92z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    width: 22px;
    height: 22px;
}

.dx-filemanager-i.dx-filemanager-i-done,
.dx-filemanager-i.dx-icon.dx-filemanager-i-done {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%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%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23696969%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%235cb85c%3B%7D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M21.35%2C14.35l-4.71%2C5l-3-3l0.71-0.71l2.15%2C2.15l4.15-4.15L21.35%2C14.35z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 22px;
    height: 22px;
}

.dx-filemanager-i.dx-filemanager-i-danger,
.dx-filemanager-i.dx-icon.dx-filemanager-i-danger {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%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%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23696969%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23d9534f%3B%7D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M17%2C20v-1h1v1H17z%20M17%2C13h1v5h-1V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 22px;
    height: 22px;
}

.dx-filemanager-i.dx-filemanager-i-cancel,
.dx-filemanager-i.dx-icon.dx-filemanager-i-cancel {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x32_%22%20fill%3D%22%23696969%22%20d%3D%22M8%2C0c4.42%2C0%2C8%2C3.58%2C8%2C8s-3.58%2C8-8%2C8c-4.42%2C0-8-3.58-8-8S3.58%2C0%2C8%2C0%20M10.87%2C4L8%2C6.87L5.13%2C4L4%2C5.13L6.87%2C8%0A%09L4%2C10.87L5.13%2C12L8%2C9.13L10.87%2C12L12%2C10.87L9.13%2C8L12%2C5.13L10.87%2C4z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 22px;
    height: 22px;
}

.dx-diagram {
    border-color: #ddd;
}

    .dx-diagram .dxdi-control .dxdi-canvas {
        background-color: #d9d9d9;
    }

        .dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner path {
            stroke: #969696;
            stroke-opacity: 1;
        }

        .dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner ellipse {
            stroke: #969696;
            stroke-opacity: .55;
        }

        .dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-user .dxdi-background {
            fill: #969696;
            opacity: .55;
        }

        .dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-warning ellipse {
            fill: #d9534f;
        }

    .dx-diagram .dx-diagram-toolbar-wrapper {
        border-bottom: 1px solid #ddd;
    }

    .dx-diagram .dx-diagram-left-panel,
    .dx-diagram .dx-diagram-right-panel {
        background: #fff;
    }

        .dx-diagram .dx-diagram-left-panel .dx-accordion .dx-accordion-item,
        .dx-diagram .dx-diagram-right-panel .dx-accordion .dx-accordion-item {
            border-left: none;
            border-right: none;
        }

            .dx-diagram .dx-diagram-left-panel .dx-accordion .dx-accordion-item .dx-diagram-right-panel-begin-group,
            .dx-diagram .dx-diagram-right-panel .dx-accordion .dx-accordion-item .dx-diagram-right-panel-begin-group {
                padding-top: 24px;
            }

            .dx-diagram .dx-diagram-left-panel .dx-accordion .dx-accordion-item:first-of-type,
            .dx-diagram .dx-diagram-right-panel .dx-accordion .dx-accordion-item:first-of-type {
                border-top: none;
            }

        .dx-diagram .dx-diagram-left-panel .dx-accordion .dx-state-focused.dx-accordion-item,
        .dx-diagram .dx-diagram-right-panel .dx-accordion .dx-state-focused.dx-accordion-item {
            border-color: #ddd;
        }

        .dx-diagram .dx-diagram-left-panel .dx-accordion .dx-state-focused.dx-accordion-item-closed:not(:last-of-type),
        .dx-diagram .dx-diagram-right-panel .dx-accordion .dx-state-focused.dx-accordion-item-closed:not(:last-of-type) {
            border-bottom-color: transparent;
        }

    .dx-diagram .dx-diagram-left-panel {
        border-right-color: #ddd;
    }

        .dx-diagram .dx-diagram-left-panel .dxdi-toolbox .dxdi-canvas .dxdi-shape-text {
            opacity: .25;
        }

    .dx-diagram .dx-diagram-right-panel {
        border-left-color: #ddd;
    }

    .dx-diagram.dx-diagram-fullscreen {
        background-color: #fff;
    }

.dx-diagram-toolbar {
    background-color: transparent;
}

    .dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format) {
        background-color: #e6e6e6;
    }

        .dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-success {
            background-color: #449d44;
        }

        .dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-default {
            background-color: #285f8f;
        }

        .dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-danger {
            background-color: #c9302c;
        }

    .dx-diagram-toolbar .dx-dropdowneditor.dx-editor-filled {
        background-color: transparent;
    }

    .dx-diagram-toolbar .dx-diagram-toolbar-separator {
        border-left-color: #ddd;
    }

    .dx-diagram-toolbar .dx-diagram-toolbar-menu-separator {
        border-top-color: #ddd;
    }

    .dx-diagram-toolbar .dx-diagram-toolbar-text {
        padding: 8px 0 9px 15px;
    }

    .dx-diagram-toolbar .dx-diagram-select-sm .dx-texteditor {
        width: 90px;
    }

    .dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
    .dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-icon {
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }

    .dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
    .dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-icon,
    .dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
    .dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-icon,
    .dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
    .dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-icon,
    .dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
    .dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-icon {
        margin-left: 8px;
        margin-right: 7px;
    }

    .dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-icon,
    .dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-icon,
    .dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-icon,
    .dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-icon {
        font-size: 18px;
        color: #696969;
    }

.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content {
    padding: 5px;
}

.dx-diagram-touchbar.dx-context-menu .dx-menu-separator {
    width: 1px;
    height: 30px;
    margin: 0;
}

.dx-diagram-i-connector-begin-none {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2032%2022%22%20style%3D%22enable-background%3Anew%200%200%2032%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M1%2C15l9-9l1%2C1l-9%2C9L1%2C15z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3Cpath%20d%3D%22M12%2C10V5H0v12h12v-5h20v-2H12z%20M10%2C15H2V7h8V15z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 26.28px;
    height: 18px;
}

.dx-diagram-i-connector-begin-arrow {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2032%2022%22%20style%3D%22enable-background%3Anew%200%200%2032%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M12%2C12v4L0%2C11l12-5v4h20v2H12z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 26.28px;
    height: 18px;
}

.dx-diagram-i-connector-end-none {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2032%2022%22%20style%3D%22enable-background%3Anew%200%200%2032%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M21%2C15l9-9l1%2C1l-9%2C9L21%2C15z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3Cpath%20d%3D%22M0%2C10l0%2C2h20v5h12V5H20v5H0z%20M22%2C7h8v8h-8V7z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 26.28px;
    height: 18px;
}

.dx-diagram-i-connector-end-arrow {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2032%2022%22%20style%3D%22enable-background%3Anew%200%200%2032%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M0%2C12l0-2h20V6l12%2C5l-12%2C5v-4H0z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 26.28px;
    height: 18px;
}

.dx-diagram-i-connector-orthogonal {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2032%2022%22%20style%3D%22enable-background%3Anew%200%200%2032%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M24%2C22v-8h3V5H8v3H0V0h8v3h19h2v2v9h3v8H24z%20M6%2C2H2v4h4V2z%20M30%2C16h-4v4h4V16z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 26.28px;
    height: 18px;
}

.dx-diagram-i-connector-straight {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2032%2022%22%20style%3D%22enable-background%3Anew%200%200%2032%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M24%2C14v2.2L8%2C2.8V0H0v8h8V5.8l16%2C13.3V22h8v-8H24z%20M6%2C6H2V2h4V6z%20M30%2C20h-4v-4h4V20z%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 26.28px;
    height: 18px;
}

.dx-diagram-i-button-fill {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x32_%22%20d%3D%22M7.6%2C1L6.7%2C1.9l1.9%2C1.9L3%2C9.4L9.5%2C16L16%2C9.4L7.6%2C1z%20M5%2C9l4.5-4.5L14%2C9H5z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A%0A");
    width: 18px;
    height: 21px;
}

.dx-diagram-i-button-fullscreen {
    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%3Csvg%20version%3D%221.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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20points%3D%220%2C6%202%2C6%202%2C2%206%2C2%206%2C0%200%2C0%22%20fill%3D%22%23696969%22%2F%3E%0A%3Cpolygon%20points%3D%222%2C12%200%2C12%200%2C18%206%2C18%206%2C16%202%2C16%22%20fill%3D%22%23696969%22%2F%3E%0A%3Cpolygon%20points%3D%2212%2C0%2012%2C2%2016%2C2%2016%2C6%2018%2C6%2018%2C0%22%20fill%3D%22%23696969%22%2F%3E%0A%3Cpolygon%20points%3D%2216%2C16%2012%2C16%2012%2C18%2018%2C18%2018%2C12%2016%2C12%22%20fill%3D%22%23696969%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-lock {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x31_%22%20d%3D%22M14%2C5c0-2.8-2.2-5-5-5C6.2%2C0%2C4%2C2.2%2C4%2C5C2.9%2C5%2C2%2C5.9%2C2%2C7v8c0%2C1.1%2C0.9%2C2%2C2%2C2h10c1.1%2C0%2C2-0.9%2C2-2V7%0A%09C16%2C5.9%2C15.1%2C5%2C14%2C5z%20M9%2C13c-1.1%2C0-2-0.9-2-2s0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C11%2C12.1%2C10.1%2C13%2C9%2C13z%20M6%2C5c0-1.7%2C1.3-3%2C3-3%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3H6z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-unlock {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C17H4c-1.1%2C0-2-0.9-2-2V7c0-1.1%2C0.9-2%2C2-2h2h2h4c0-1.7-1.3-3-3-3C8.1%2C2%2C7.3%2C2.4%2C6.8%2C3H4.4%0A%09C5.2%2C1.2%2C7%2C0%2C9%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5c1.1%2C0%2C2%2C0.9%2C2%2C2v8C16%2C16.1%2C15.1%2C17%2C14%2C17z%20M9%2C9c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2%0A%09C11%2C9.9%2C10.1%2C9%2C9%2C9z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-send-to-back {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st1%22%20d%3D%22M8%2C12c-1.1%2C0-2-0.9-2-2V4H4C2.9%2C4%2C2%2C4.9%2C2%2C6v8c0%2C1.1%2C0.9%2C2%2C2%2C2h8c1.1%2C0%2C2-0.9%2C2-2v-2H8z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-bring-to-front {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3Cpath%20id%3D%22_x30_%22%20class%3D%22st1%22%20d%3D%22M4%2C4h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H4c-1.1%2C0-2-0.9-2-2V6C2%2C4.9%2C2.9%2C4%2C4%2C4z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-select-all {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.75%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M7.5%2C5c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.1l0%2C0l6.8%2C5.3c0.3%2C0.2%2C0.3%2C0.5%2C0.1%2C0.8c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.2%0A%09l-1.9%2C0.3l1.3%2C2.6c0.2%2C0.3%2C0%2C0.6-0.3%2C0.7l-2.1%2C0.9C11.4%2C16%2C11.3%2C16%2C11.2%2C16c-0.2%2C0-0.4-0.1-0.5-0.3l-1.3-2.6l-1.5%2C1.1%0A%09c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.3%2C0-0.6-0.2-0.6-0.5V5.6C6.9%2C5.3%2C7.2%2C5%2C7.5%2C5z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3Cg%20id%3D%22_x33_%22%20class%3D%22st1%22%3E%0A%09%3Cpolygon%20id%3D%22_x31__1_%22%20class%3D%22st0%22%20points%3D%2211%2C5%2013%2C7%2015%2C7%2015%2C5%20%09%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x32__1_%22%20x%3D%2210.6%22%20y%3D%221%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%202.1005%209.0711)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x33__1_%22%20x%3D%227%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%224%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x34_%22%20x%3D%222.6%22%20y%3D%229%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-5.8995%205.7574)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x35_%22%20x%3D%223%22%20y%3D%220.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-0.2426%203.4142)%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222.8%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x36_%22%20x%3D%221%22%20y%3D%225%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%222%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-image-delete {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M16%2C14.4L14.5%2C16l-2-2l-2%2C2L9%2C14.4l2-2l-2-2L10.5%2C9l2%2C2l2-2l1.5%2C1.5l-2%2C2L16%2C14.4z%20M11%2C5l-4%2C6L5%2C9%0A%09l-3%2C5h5v2H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4l-2%2C2L11%2C5z%20M4.5%2C4C3.7%2C4%2C3%2C4.6%2C3%2C5.5S3.7%2C7%2C4.5%2C7S6%2C6.3%2C6%2C5.5%0A%09S5.3%2C4%2C4.5%2C4z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-image-edit {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C8l-3-3l-4%2C6L5%2C9l-3%2C5h6v2H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L14%2C8z%0A%09%20M4.5%2C4C3.7%2C4%2C3%2C4.7%2C3%2C5.5S3.7%2C7%2C4.5%2C7S6%2C6.3%2C6%2C5.5S5.3%2C4%2C4.5%2C4z%20M16%2C11.5L11.5%2C16H10v-1.5l4.5-4.5L16%2C11.5z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-button-image-insert {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C8l-3-3l-4%2C7L5%2C9l-3%2C5h6v2H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L14%2C8z%0A%09%20M4.5%2C4C3.7%2C4%2C3%2C4.7%2C3%2C5.5S3.7%2C7%2C4.5%2C7S6%2C6.3%2C6%2C5.5S5.3%2C4%2C4.5%2C4z%20M12%2C10h2v2h2v2h-2v2h-2v-2h-2v-2h2V10z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-lock {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x31_%22%20d%3D%22M14%2C5c0-2.8-2.2-5-5-5C6.2%2C0%2C4%2C2.2%2C4%2C5C2.9%2C5%2C2%2C5.9%2C2%2C7v8c0%2C1.1%2C0.9%2C2%2C2%2C2h10c1.1%2C0%2C2-0.9%2C2-2V7%0A%09C16%2C5.9%2C15.1%2C5%2C14%2C5z%20M9%2C13c-1.1%2C0-2-0.9-2-2s0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C11%2C12.1%2C10.1%2C13%2C9%2C13z%20M6%2C5c0-1.7%2C1.3-3%2C3-3%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3H6z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-unlock {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C17H4c-1.1%2C0-2-0.9-2-2V7c0-1.1%2C0.9-2%2C2-2h2h2h4c0-1.7-1.3-3-3-3C8.1%2C2%2C7.3%2C2.4%2C6.8%2C3H4.4%0A%09C5.2%2C1.2%2C7%2C0%2C9%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5c1.1%2C0%2C2%2C0.9%2C2%2C2v8C16%2C16.1%2C15.1%2C17%2C14%2C17z%20M9%2C9c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2%0A%09C11%2C9.9%2C10.1%2C9%2C9%2C9z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-send-to-back {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st1%22%20d%3D%22M8%2C12c-1.1%2C0-2-0.9-2-2V4H4C2.9%2C4%2C2%2C4.9%2C2%2C6v8c0%2C1.1%2C0.9%2C2%2C2%2C2h8c1.1%2C0%2C2-0.9%2C2-2v-2H8z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-bring-to-front {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3Cpath%20id%3D%22_x30_%22%20class%3D%22st1%22%20d%3D%22M4%2C4h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H4c-1.1%2C0-2-0.9-2-2V6C2%2C4.9%2C2.9%2C4%2C4%2C4z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-select-all {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.75%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M7.5%2C5c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.1l0%2C0l6.8%2C5.3c0.3%2C0.2%2C0.3%2C0.5%2C0.1%2C0.8c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.2%0A%09l-1.9%2C0.3l1.3%2C2.6c0.2%2C0.3%2C0%2C0.6-0.3%2C0.7l-2.1%2C0.9C11.4%2C16%2C11.3%2C16%2C11.2%2C16c-0.2%2C0-0.4-0.1-0.5-0.3l-1.3-2.6l-1.5%2C1.1%0A%09c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.3%2C0-0.6-0.2-0.6-0.5V5.6C6.9%2C5.3%2C7.2%2C5%2C7.5%2C5z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3Cg%20id%3D%22_x33_%22%20class%3D%22st1%22%3E%0A%09%3Cpolygon%20id%3D%22_x31__1_%22%20class%3D%22st0%22%20points%3D%2211%2C5%2013%2C7%2015%2C7%2015%2C5%20%09%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x32__1_%22%20x%3D%2210.6%22%20y%3D%221%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%202.1005%209.0711)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x33__1_%22%20x%3D%227%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%224%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x34_%22%20x%3D%222.6%22%20y%3D%229%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-5.8995%205.7574)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x35_%22%20x%3D%223%22%20y%3D%220.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-0.2426%203.4142)%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222.8%22%20fill%3D%22%23696969%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x36_%22%20x%3D%221%22%20y%3D%225%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%222%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-image-delete {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M16%2C14.4L14.5%2C16l-2-2l-2%2C2L9%2C14.4l2-2l-2-2L10.5%2C9l2%2C2l2-2l1.5%2C1.5l-2%2C2L16%2C14.4z%20M11%2C5l-4%2C6L5%2C9%0A%09l-3%2C5h5v2H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4l-2%2C2L11%2C5z%20M4.5%2C4C3.7%2C4%2C3%2C4.6%2C3%2C5.5S3.7%2C7%2C4.5%2C7S6%2C6.3%2C6%2C5.5%0A%09S5.3%2C4%2C4.5%2C4z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-image-edit {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C8l-3-3l-4%2C6L5%2C9l-3%2C5h6v2H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L14%2C8z%0A%09%20M4.5%2C4C3.7%2C4%2C3%2C4.7%2C3%2C5.5S3.7%2C7%2C4.5%2C7S6%2C6.3%2C6%2C5.5S5.3%2C4%2C4.5%2C4z%20M16%2C11.5L11.5%2C16H10v-1.5l4.5-4.5L16%2C11.5z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-diagram-i-menu-image-insert {
    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%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%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%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C8l-3-3l-4%2C7L5%2C9l-3%2C5h6v2H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L14%2C8z%0A%09%20M4.5%2C4C3.7%2C4%2C3%2C4.7%2C3%2C5.5S3.7%2C7%2C4.5%2C7S6%2C6.3%2C6%2C5.5S5.3%2C4%2C4.5%2C4z%20M12%2C10h2v2h2v2h-2v2h-2v-2h-2v-2h2V10z%22%20fill%3D%22%23696969%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
}

.dx-gantt {
    border: 1px solid #ddd;
}

    .dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row > td,
    .dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row > tr > td,
    .dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
    .dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td {
        background-color: rgba(0,0,0,0);
    }

    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row > tr > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td {
        color: #696969;
    }

    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines > tr > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines > tr > td {
        border-bottom-color: #ddd;
    }

    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines > tr > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines > td,
    .dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines > tr > td {
        border-left-color: #ddd;
        border-right-color: #ddd;
    }

    .dx-gantt .dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space {
        color: #393939;
    }

    .dx-gantt .dx-gantt-view {
        background-color: #fff;
    }

    .dx-gantt .dx-header-row {
        height: 45px;
    }

    .dx-gantt .dx-gantt-header {
        color: #3f3f3f;
    }

        .dx-gantt .dx-gantt-header .dx-gantt-hb,
        .dx-gantt .dx-gantt-header .dx-gantt-tsa,
        .dx-gantt .dx-gantt-header .dx-gantt-tsac,
        .dx-gantt .dx-gantt-header .dx-gantt-vb {
            border-color: #ddd;
            background-color: #fff;
        }

    .dx-gantt .dx-gantt-si {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dx-gantt .dx-gantt-tsa,
    .dx-gantt .dx-gantt-tsac {
        border-bottom: 1px solid #ddd;
    }

    .dx-gantt .dx-gantt-hb {
        border-top: 1px solid #ddd;
    }

    .dx-gantt .dx-gantt-vb {
        border-left: 1px solid #ddd;
    }

    .dx-gantt .dx-gantt-taskWrapper {
        padding-top: 7px;
    }

        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-task,
        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-taskRes,
        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleOut {
            height: 21px;
        }

        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-task {
            background-color: #337ab7;
            border-radius: 0;
        }

            .dx-gantt .dx-gantt-taskWrapper .dx-gantt-task .dx-gantt-tPrg {
                border-radius: 0;
                background-color: rgba(0,0,0,.2);
            }

            .dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask {
                border-radius: 0;
            }

                .dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask .dx-gantt-titleIn {
                    padding: 0 2px;
                }

        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-taskRes {
            color: #fff;
            background-color: #999;
            border-radius: 0;
            margin-left: 21px;
            padding-left: 4px;
            padding-right: 4px;
        }

        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleIn {
            color: #fff;
            padding: 0 7px;
        }

        .dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleOut {
            padding-right: 20px;
        }

    .dx-gantt .dx-gantt-milestone {
        background-image: linear-gradient(135deg,#ddd,#696969);
        width: 14px;
        height: 14px;
    }

    .dx-gantt .dx-gantt-task-edit-wrapper {
        padding-top: 7px;
        padding-left: 1px;
    }

        .dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame {
            height: 21px;
            border: 1px solid #285f8f;
            border-radius: 0;
        }

            .dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress {
                border-color: transparent transparent #285f8f;
            }

            .dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress-status {
                border-radius: 0;
            }

    .dx-gantt .dx-gantt-task-edit-wrapper-successor {
        padding-top: 7px;
    }

        .dx-gantt .dx-gantt-task-edit-wrapper-successor .dx-gantt-task-edit-frame-successor {
            height: 21px;
        }

    .dx-gantt .dx-gantt-task-edit-dependency-l,
    .dx-gantt .dx-gantt-task-edit-dependency-r,
    .dx-gantt .dx-gantt-task-edit-successor-dependency-l,
    .dx-gantt .dx-gantt-task-edit-successor-dependency-r {
        background: #fff;
        border: 1px solid #285f8f;
        width: 10px;
        height: 10px;
        top: 5px;
    }

    .dx-gantt .dx-gantt-task-edit-dependency-r,
    .dx-gantt .dx-gantt-task-edit-successor-dependency-r {
        left: -11px;
    }

    .dx-gantt .dx-gantt-task-edit-dependency-l,
    .dx-gantt .dx-gantt-task-edit-successor-dependency-l {
        right: -11px;
    }

    .dx-gantt .dx-gantt-task-edit-dependency-line {
        background-color: #696969;
    }

    .dx-gantt .dx-gantt-sel {
        background-color: rgba(0,0,0,0);
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .dx-gantt .dx-gantt-tac-hb .dx-gantt-sel {
        border: none;
    }

    .dx-gantt .dx-gantt-conn-v {
        border-left-color: #696969;
    }

    .dx-gantt .dx-gantt-conn-h {
        border-top-color: #696969;
    }

    .dx-gantt .dx-gantt-arrow {
        border: 5px solid #696969;
    }

    .dx-gantt .dx-gantt-altRow,
    .dx-gantt .dx-gantt-collapsable-row {
        background-color: #f5f5f5;
    }

.dx-sortable-placeholder {
    border-color: #337ab7;
}

.dx-sortable-dragging > * {
    border-color: rgba(51,122,183,.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.2);
}
.dx-datagrid {
  font-family: "Open Sans";
  font-size: 13px;
  line-height: normal;
  /*header dividers*/ }
  .dx-datagrid .seat-number {
    width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  .dx-datagrid .seats-map {
    display: inline-block;
    float: right; }
    .dx-datagrid .seats-map .dx-loadindicator {
      height: 15px !important; }
  .dx-datagrid .dx-header-row {
    background-color: #faf9f7;
    line-height: 26px; }
  .dx-datagrid .dx-highlight-outline {
    padding: 0; }
  .dx-datagrid .dx-row > td {
    padding-left: 15px; }
  .dx-datagrid .dx-command-select {
    padding: 0 10px !important;
    width: 20px !important;
    min-width: 20px !important; }
  .dx-datagrid .dx-row:nth-child(even) td {
    /*background-color: #fbfbf9; // + row alternation color*/ }
  .dx-datagrid .dx-column-lines > td {
    /*border-right-color: #f0efed; // +*/ }
  .dx-datagrid .dx-datagrid-rowsview {
    border-top: none; }
    .dx-datagrid .dx-datagrid-rowsview .dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child {
      padding-left: 20px; }
    .dx-datagrid .dx-datagrid-rowsview .dx-row-alt.dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid .dx-datagrid-rowsview .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid .dx-datagrid-rowsview .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid .dx-datagrid-rowsview .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
      background-color: #fbfbf9; }
  .dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row.dx-header-row > td {
    border-bottom: 1px solid #f0efed;
    /*color: #3f3f3f; //+*/
    font-family: Ubuntu;
    /*font-weight: 500; //+*/
    font-size: 14px; }
    .dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row.dx-header-row > td:first-child {
      padding-left: 20px; }
  .dx-datagrid .dx-datagrid-focus-overlay {
    display: none !important; }
  .dx-datagrid .dx-command-edit {
    padding-right: 15px !important; }
    .dx-datagrid .dx-command-edit.seats {
      width: 100% !important;
      padding-right: 0 !important; }
    .dx-datagrid .dx-command-edit .documents-button svg {
      width: 19px;
      height: 15px;
      fill: #108ddc;
      fill-rule: evenodd;
      cursor: pointer; }
    .dx-datagrid .dx-command-edit .delete-button {
      vertical-align: middle; }
      .dx-datagrid .dx-command-edit .delete-button svg {
        height: 13px;
        width: 13px;
        cursor: pointer;
        fill: #999;
        margin: 0 auto; }
    .dx-datagrid .dx-command-edit .download-button svg {
      cursor: pointer;
      width: 20px;
      height: 15px;
      fill: #108ddc;
      fill-rule: evenodd;
      vertical-align: middle; }
      .dx-datagrid .dx-command-edit .download-button svg:hover {
        color: #e02c49;
        fill: #e02c49; }
    .dx-datagrid .dx-command-edit .dx-loadindicator {
      vertical-align: middle;
      height: 21px;
      margin: 0 auto; }
    .dx-datagrid .dx-command-edit .dx-link-button {
      display: inline-block;
      padding: 0 18px;
      font-size: 10px;
      font-weight: 700;
      font-family: Ubuntu, Verdana, Arial, sans-serif;
      line-height: 21px;
      border: 1px solid #bc233c;
      border-radius: 2px;
      height: 21px;
      color: #bc233c !important;
      text-decoration: none; }
      .dx-datagrid .dx-command-edit .dx-link-button:hover {
        background-color: #d12a46;
        border: 1px solid #d12a46;
        color: #fff !important; }
      .dx-datagrid .dx-command-edit .dx-link-button:active {
        background-color: #bc233c;
        border: 1px solid #bc233c;
        color: #fff !important; }
    .dx-datagrid .dx-command-edit .map-button {
      padding: 0;
      height: 21px;
      color: #fff;
      border: 1px solid #bc233c;
      border-radius: 2px; }
      .dx-datagrid .dx-command-edit .map-button:hover .dx-button-content {
        padding: 0 10px;
        background-color: #bc233c;
        color: #fff; }
      .dx-datagrid .dx-command-edit .map-button .dx-button-content {
        padding: 0 10px;
        background-color: #fff;
        color: #bc233c; }
        .dx-datagrid .dx-command-edit .map-button .dx-button-content .dx-button-text {
          line-height: 0;
          font-size: 10px;
          font-weight: 700;
          font-family: Ubuntu, Verdana, Arial, sans-serif; }
    .dx-datagrid .dx-command-edit .dx-link-save,
    .dx-datagrid .dx-command-edit .dx-link-cancel,
    .dx-datagrid .dx-command-edit .save-button,
    .dx-datagrid .dx-command-edit .cancel-button {
      display: inline-block;
      padding: 0 8px;
      font-size: 10px;
      font-weight: 700;
      font-family: Ubuntu, Verdana, Arial, sans-serif;
      line-height: 21px;
      border: 1px solid #bc233c;
      border-radius: 2px;
      height: 21px;
      color: #bc233c !important;
      text-decoration: none; }
      .dx-datagrid .dx-command-edit .dx-link-save:hover,
      .dx-datagrid .dx-command-edit .dx-link-cancel:hover,
      .dx-datagrid .dx-command-edit .save-button:hover,
      .dx-datagrid .dx-command-edit .cancel-button:hover {
        background-color: #d12a46;
        border: 1px solid #d12a46;
        color: #fff !important; }
      .dx-datagrid .dx-command-edit .dx-link-save:active,
      .dx-datagrid .dx-command-edit .dx-link-cancel:active,
      .dx-datagrid .dx-command-edit .save-button:active,
      .dx-datagrid .dx-command-edit .cancel-button:active {
        background-color: #bc233c;
        border: 1px solid #bc233c;
        color: #fff !important; }
    .dx-datagrid .dx-command-edit .custom-button {
      margin-right: 3px; }
    .dx-datagrid .dx-command-edit.commands-hidden .dx-link-button,
    .dx-datagrid .dx-command-edit.commands-hidden .dx-link-save,
    .dx-datagrid .dx-command-edit.commands-hidden .dx-link-cancel {
      display: none; }
    .dx-datagrid .dx-command-edit .disabled-grid-link {
      pointer-events: none;
      cursor: not-allowed;
      text-decoration: none;
      opacity: 0.5; }

.dx-tooltip {
  position: absolute; }

.dx-field {
  display: flex;
  flex-direction: row;
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  min-height: 27px; }
  .dx-field .dx-field-label {
    line-height: 22px;
    width: 120px;
    padding: 0;
    float: none;
    font-weight: 500; }
  .dx-field .dx-field-value {
    flex: 1;
    margin-right: 50px;
    float: none; }

.dx-checkbox .dx-checkbox-icon {
  width: 15px;
  height: 15px; }

.dx-checkbox .dx-checkbox-text {
  margin-left: 5px;
  padding-left: unset;
  font-size: 12px; }

.dx-checkbox-checked .dx-checkbox-icon {
  font: 10px/1.2 DXIcons;
  text-align: center;
  color: #393939;
  width: 15px;
  height: 15px; }
  .dx-checkbox-checked .dx-checkbox-icon:before {
    margin-top: -6px; }

.dx-textbox {
  font-size: 12px;
  line-height: 1;
  height: 27px; }
  .dx-textbox .dx-texteditor-input {
    min-height: 25px;
    padding: 3px 9px 4px; }
  .dx-textbox .dx-clear-button-area {
    width: 30px; }
  .dx-textbox .dx-icon-clear {
    font-size: 14px; }
    .dx-textbox .dx-icon-clear:before {
      content: '\F00A';
      color: #8C8C8C !important;
      opacity: 0.8 !important; }

.dx-button {
  height: 28px;
  position: relative; }
  .dx-button.dx-button-has-text .dx-button-content {
    padding: 0 18px; }
  .dx-button .dx-button-text {
    font-size: 16px;
    font-weight: 700;
    font-family: Ubuntu, Verdana, Arial, sans-serif;
    line-height: 26px; }
  .dx-button .dx-loadindicator {
    height: 100% !important;
    position: absolute;
    left: 5px;
    top: 0; }
    .dx-button .dx-loadindicator .dx-loadindicator-wrapper {
      height: 100% !important;
      padding: 3px; }
      .dx-button .dx-loadindicator .dx-loadindicator-wrapper .dx-loadindicator-icon .dx-loadindicator-segment {
        background: #fff; }
  .dx-button.dx-button-default {
    border-color: #bc233c; }
    .dx-button.dx-button-default.dx-state-hover {
      background-color: #de2a48;
      border-color: #de2a48; }
    .dx-button.dx-button-default.dx-state-focused {
      background-color: #bc233c;
      border-color: #bc233c; }

.dx-numberbox {
  font-size: 12px;
  line-height: 1;
  height: 27px; }
  .dx-numberbox .dx-texteditor-input {
    min-height: 25px;
    padding: 3px 9px 4px; }
  .dx-numberbox .dx-numberbox-spin-container {
    width: 20px; }
  .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    width: 46px; }
  .dx-numberbox.plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-up-icon:before,
  .dx-numberbox.plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-down-icon:before {
    margin-top: -11px; }
  .dx-numberbox.plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-up-icon:before {
    content: '+';
    width: 0;
    left: 69%; }
  .dx-numberbox.plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-down-icon:before {
    content: '\336';
    width: 0;
    left: 90%; }

.dx-datebox .dx-dropdowneditor-button {
  width: 25px; }
  .dx-datebox .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    color: #8C8C8C !important;
    opacity: 0.8 !important; }

.dx-datebox.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
  right: 29px; }

.dx-datebox-wrapper-calendar .dx-calendar {
  margin: 0;
  width: 212px;
  min-width: 212px;
  min-height: 236px;
  height: auto; }

.dx-datebox-wrapper-calendar .dx-overlay-content {
  border-color: #f4f4f4;
  box-shadow: none; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator {
    height: 28px; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body {
    top: 28px;
    border: 1px solid #f4f4f4; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table {
      border-collapse: separate; }
      .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table thead tr th {
        background-color: #f7f7f5;
        height: 25px;
        font-family: Ubuntu,Verdana,Arial,sans-serif;
        font-weight: 400;
        color: #737373;
        border-width: 1px;
        border-style: solid;
        border-color: #fff;
        vertical-align: middle;
        text-align: center;
        text-transform: capitalize;
        line-height: 1.4;
        padding: 0; }
      .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td {
        height: 30px;
        width: 30px;
        min-width: 30px;
        text-align: center;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        font-family: Ubuntu,Verdana,Arial,sans-serif;
        font-size: 12px;
        font-weight: 300;
        padding: 0;
        border: 0;
        overflow: hidden;
        box-sizing: border-box; }
        .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td span {
          display: block; }
          .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td span.weekend {
            opacity: .8;
            color: #d32743; }
        .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td.dx-calendar-other-month {
          opacity: .8; }
        .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td.dx-calendar-selected-date {
          background-color: #e6e6e6;
          color: inherit;
          box-shadow: none; }
        .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td.dx-calendar-contoured-date {
          box-shadow: none;
          border: 1px solid #bebebe; }
        .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-body table tbody tr td.dx-state-hover {
          opacity: .9 !important;
          border: 1px solid #d32743; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-button {
    border: none; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-caption-button.dx-state-hover {
    background-color: inherit; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-caption-button .dx-button-content {
    padding: 0;
    text-transform: capitalize; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-caption-button .dx-button-content .dx-button-text {
      font-family: Ubuntu,Verdana,Arial,sans-serif;
      font-size: 13px;
      font-weight: 300;
      line-height: 28px;
      text-align: center;
      color: #515151; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-previous-view {
    width: 18px;
    height: 18px;
    margin: 5px; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-previous-view .dx-button-content {
      height: auto; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-previous-view .dx-icon-chevronleft:before {
      font-size: 12px; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-previous-view.dx-state-hover {
      background-color: #f2f2f2; }
  .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-next-view {
    width: 18px;
    height: 18px;
    margin: 5px; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-next-view .dx-button-content {
      height: auto; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-next-view .dx-icon-chevronright:before {
      font-size: 12px; }
    .dx-datebox-wrapper-calendar .dx-overlay-content .dx-calendar-navigator .dx-calendar-navigator-next-view.dx-state-hover {
      background-color: #f2f2f2; }

.dx-slider-bar {
  height: 2px; }

.dx-slider-range {
  box-sizing: border-box;
  border: 1px solid #9e1d32 !important; }

.dx-slider-handle {
  margin-top: -4px;
  box-sizing: content-box;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 0.5px solid #bc233c;
  border-radius: 4px; }

.dx-state-focused.dx-slider-handle, .dx-state-active.dx-slider-handle, .dx-state-hover.dx-slider-handle {
  background: #fff !important;
  border: 0.5px solid #bc233c !important; }

.dx-state-hover.dx-slider-handle {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin-top: -6px; }

.autocomplete .dx-dropdowneditor-input-wrapper .dx-icon-clear {
  font-size: 14px; }
  .autocomplete .dx-dropdowneditor-input-wrapper .dx-icon-clear:before {
    content: '\F00A';
    color: #8C8C8C !important;
    opacity: 0.8 !important; }

.autocomplete.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
  right: 26px; }

.autocomplete.dx-show-clear-button input {
  padding-right: 25px; }

/*.dx-tooltip-wrapper {
    .dx-overlay-content {
        .dx-popup-content {
            width: 100%;
        }
    }
}*/
td.dx-editor-cell {
  transition: background-color 0.3s ease; }
  td.dx-editor-cell input {
    transition: background-color 0.3s ease; }
  td.dx-editor-cell.mandatory-for-group {
    background-color: #f9f9c7 !important; }
  td.dx-editor-cell.mandatory-for-group input {
    background-color: #f9f9c7 !important; }
  td.dx-editor-cell.mandatory-for-group .dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon,
  td.dx-editor-cell.mandatory-for-group .dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
    background-color: #f9f9c7 !important; }
  td.dx-editor-cell.mandatory-for-group .dx-dropdowneditor {
    background-color: inherit; }
@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.baron {
  position: relative;
  overflow: hidden; }

.baron__clipper {
  position: relative;
  overflow: hidden; }

.baron__scroller {
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  /* remove line to customize scrollbar in iOs */ }

.baron__scroller::-webkit-scrollbar {
  width: 0;
  height: 0; }

.baron__track {
  display: none;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0; }

.baron._scrollbar .baron__track {
  display: block; }

.baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.baron__bar {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 8px;
  background-color: #f5edef;
  transition: background-color .3s; }
  .baron__bar:hover {
    background-color: #dad3d5; }
  ._dragging .baron__bar {
    background-color: #f5edef; }

.baron._scrollbar .baron__bar {
  display: block; }

.baron__control {
  display: none; }

/* SIMPLE */
.baron._simple .baron__track {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 8px;
  background: #ddf;
  background: rgba(0, 0, 255, 0.1);
  pointer-events: none; }

.baron._size_s .baron__track {
  width: 4px;
  right: 3px; }

.map__filter.baron._simple .baron__track {
  right: 3px;
  background-color: transparent; }

.baron._simple .baron__track_size_s {
  width: 6px; }

.baron._simple .baron__track_size_xs {
  width: 4px; }

.baron._simple._scrollbar .baron__track {
  opacity: 1; }

.baron._simple .baron__bar {
  position: absolute;
  z-index: 1;
  width: 8px;
  background: #e5e5e5;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  pointer-events: auto; }

.baron._simple .baron__track_size_s .baron__bar {
  width: 6px; }

.baron._size_s .baron__bar,
.baron_size_s .baron__bar {
  width: 4px; }

.baron._simple .baron__bar:hover {
  opacity: .8; }

.baron._simple.baron .baron__bar {
  opacity: .6; }

.animate-ng-show.ng-hide {
  opacity: 0; }

.animate-ng-show.ng-hide-remove, .animate-ng-show.ng-hide-add {
  transition: 0.3s linear all; }

.animate-ng-show-collapse-to-the-right.ng-hide {
  opacity: 0;
  width: 0; }

.animate-ng-show-collapse-to-the-right.ng-hide-remove, .animate-ng-show-collapse-to-the-right.ng-hide-add {
  transition: 0.3s linear all; }

.animate-ng-if.ng-enter, .animate-ng-if.ng-leave {
  transition: 0.3s linear all; }

.animate-ng-if.ng-enter,
.animate-ng-if.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-ng-if.ng-leave,
.animate-ng-if.ng-enter.ng-enter-active {
  opacity: 1; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative;
  font-size: 12px;
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  line-height: 1.4;
  background-color: #eae9e5;
  display: flex;
  flex-direction: column; }

input,
textarea {
  font-family: "Open Sans", Arial, sans-serif; }

img {
  max-width: 100%; }

.wrap {
  position: relative;
  min-width: 1336px;
  flex: 1;
  display: flex;
  flex-direction: column; }

.ui-view-content {
  flex: 1;
  display: flex; }

.inner {
  margin: 0 auto;
  max-width: 1884px;
  padding: 0 18px;
  flex: 1; }

.hidden {
  display: none !important;
  visibility: hidden; }

.pre-wrap-text {
  white-space: pre-line; }

.justify-text {
  text-align: justify; }

.google-map {
  position: absolute;
  width: 100%;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0; }

.angular-google-map-container {
  position: absolute;
  width: 100%;
  height: 100%; }

#outlet {
  display: flex;
  width: 100%; }
  #outlet iframe {
    display: flex;
    flex: 1;
    border: none; }

.icon {
  /* &-arr-r_s_white {
		@include sprite($arr-r_s_white);
	} */
  /* &-search_s {
		@include sprite($search_s);
	
		.filter__search & {
		}
	} */
  /* &-pin-blue_s {
		@include sprite($pin-blue_s);
	}
	
	&-pin-blue_xs {
		@include sprite($pin-blue_xs);
	
		.show-map_size_m & {
			top: 6px;
		}
	}
	
	&-pin-blue_xl {
		@include sprite($pin-blue_xl);
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-blue_l {
		@include sprite($pin-blue_l);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-blue_m {
		@include sprite($pin-blue_m);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-red_xl {
		@include sprite($pin-red_xl);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-red_l {
		@include sprite($pin-red_l);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-red_m {
		@include sprite($pin-red_m);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-green_xl {
		@include sprite($pin-green_xl);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-green_l {
		@include sprite($pin-green_l);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	&-pin-green_m {
		@include sprite($pin-green_m);
	
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	 */
  /* &-print-green {
		@include sprite($print-green)
	
		position: relative;
		display: inline-block;
		width: 18px;
		height: 18px;
	
		&_grenn {
			fill: #01B685;
			fill-rule: evenodd;
		}
	
		&::after {
			content: '';
			position: absolute;
			width: 100%;
			height: 1px;
			bottom: -4px;
			background-color: #01B685;
			display: none;
		}
	
		&:hover::after,
		.actions__item:hover &::after {
			display: block;
		}
	
	
		.actions__item_disable &::after,
		.actions__item_disable:hover &::after {
			display: none;
		}
	} */
  /* &-sightseeng {
		@include sprite($sightseeng)
	
		position: relative;
		display: inline-block;
	
		&:hover,
		.actions__item:hover & {
			@include sprite($sightseeng_h)
		}
	
		.actions__item_disable &,
		.actions__item_disable:hover & {
			@include sprite($sightseeng_dis)
		}
	
		.actions__item_disable &::after,
		.actions__item_disable:hover &::after {
			display: none;
		}
	} */
  /* &-ok {
		@include sprite($ok);
		position: absolute;
		@include center();
	} */
  /* 
	&-transfer_s {
		@include sprite($transfer_s);
		display: inline-block;
		vertical-align: middle;
	
		&:hover {
			@include sprite($transfer_s_h);
		}
	} */
  /* &-copy-red {
		@include sprite($copy-red);
		display: inline-block;
		vertical-align: middle;
	}
	
	&-info-blue {
		@include sprite($info-blue);
		display: inline-block;
		vertical-align: middle;
	}
	
	&-info-red {
		@include sprite($info-red);
		display: inline-block;
		vertical-align: middle;
	} */
  /* &-note-blue {
		@include sprite($note-blue);
	}
	
	&-note-red {
		@include sprite($note-red);
		display: inline-block;
		vertical-align: middle;
	} */
  /* 	&-download-red_s {
	@include sprite($download-red_s);
	display: inline-block;
	vertical-align: middle;
}

&-download-blue_m {
	@include sprite($download-blue_m);
	display: inline-block;
	vertical-align: middle;
}

&-download-red_m {
	@include sprite($download-red_m);
	display: inline-block;
	vertical-align: middle;
} */
  /* &-mail-blue_s {
		@include sprite($mail-blue_s);
		display: inline-block;
		vertical-align: middle;
	}
	
	&-mail-red_s {
		@include sprite($mail-red_s);
		display: inline-block;
		vertical-align: middle;
	}
	
	&-mail-blue_m {
		@include sprite($mail-blue_m);
		display: inline-block;
		vertical-align: middle;
	}
	
	&-mail-red_m {
		@include sprite($mail-red_m);
		display: inline-block;
		vertical-align: middle;
	} */ }
  .icon-close {
    width: 18px;
    height: 18px;
    fill: #D9D9D9; }
    .nav-search__close:hover .icon-close {
      fill: #cf101f; }
    .search__remove .icon-close {
      width: 11px;
      height: 11px;
      fill: #D9D9D9; }
    .search__remove:hover .icon-close {
      fill: #cf101f; }
  .icon-profile {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 13px;
    height: 13px; }
    .user__dropdown-item:hover .icon-profile {
      fill: #cf101f; }
  .icon-settings {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 14px;
    height: 14px; }
    .user__dropdown-item:hover .icon-settings {
      fill: #cf101f; }
  .icon-exit {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 7px; }
    .user__dropdown-item:hover .icon-exit {
      fill: #cf101f; }
  .icon-drop {
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 5px;
    margin-top: -1px; }
    .nav__link_dropdown:hover .icon-drop,
    .user__head:hover .icon-drop,
    .nav__list-item_open .icon-drop,
    .user__head_open .icon-drop {
      fill: #cf1221; }
    .nav__list-item_open .icon-drop,
    .user__head_open .icon-drop {
      transform: rotate(180deg); }
  .icon-flight {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    fill: #525252; }
    .nav-order .icon-flight {
      margin: 0 8px 0 3px; }
    .dropdown__item:hover .icon-flight {
      fill: #c60813; }
  .icon-home {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 11px;
    fill: #525252; }
    .nav-order .icon-home {
      margin: 0 8px 0 3px; }
    .dropdown__item:hover .icon-home {
      fill: #c60813; }
  .icon-airplane {
    position: absolute;
    top: 23px;
    left: 22px;
    width: 57px;
    height: 56px;
    fill: #fff; }
  .icon-hotel {
    position: absolute;
    top: 17px;
    left: 19px;
    width: 64px;
    height: 64px;
    fill: #fff; }
  .icon-sightseeng {
    position: absolute;
    top: 17px;
    left: 24px;
    width: 54px;
    height: 64px;
    fill: #fff; }
    .actions__item .icon-sightseeng {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      width: 17px;
      height: 19px;
      fill: #808080; }
    .action__item .icon-sightseeng:hover,
    .actions__item:hover .icon-sightseeng {
      fill: #d32743; }
    .actions__item_disable .icon-sightseeng,
    .actions__item_disable:hover .icon-sightseeng {
      fill: #CBCAC8; }
  .widget__title-link .icon-arr-r {
    position: absolute;
    right: 0;
    top: 15px;
    width: 9px;
    height: 15px;
    fill: #fff; }
  .widget__search-arr .icon-arr-r {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    opacity: .5;
    fill: #fff; }
  .pager__next .icon-arr-r {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    fill: #686868; }
  .link_size_m .icon-arr-r {
    position: absolute;
    right: 0;
    top: 7px;
    width: 6px;
    height: 9px; }
  .link_size_xl .icon-arr-r {
    position: absolute;
    right: 0;
    top: 11px;
    width: 8px;
    height: 14px; }
  .link_theme_black .icon-arr-r {
    fill: #3f3f3f; }
  .link_theme_black:hover .icon-arr-r {
    fill: #d32743; }
  .link_theme_blue .icon-arr-r {
    fill: #0087dc; }
  .sidenav__link .icon-arr-r {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 7px;
    height: 10px;
    fill: #d32743; }
  .cal__year .icon-arr-r {
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #3f3f3f; }
  .pager__prev .icon-arr-l {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    fill: #686868; }
  .cal__year .icon-arr-l {
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #686868; }
  .widget__search-btn .icon-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    fill: #fff; }
  .filter__search .icon-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    top: 11px;
    fill: #C2C2C2;
    margin-top: -1px; }
  .pager__prev .icon-arr-l_m {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .pager__next .icon-arr-r_m {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .icon-fuel {
    position: absolute;
    left: 0;
    top: 4px;
    width: 19px;
    height: 18px;
    fill: #0087DC; }
  .icon-calendar {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 12px;
    height: 14px;
    margin-top: -1px;
    fill: #8C8C8C; }
    .input_disable .icon-calendar {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -167px -81px;
      width: 12px;
      height: 13px; }
  .icon-minus {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px; }
    .icon-minus::before {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      left: 0;
      top: 4px;
      background-color: #8a8a8a; }
  .icon-plus {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px; }
    .icon-plus::before {
      content: '';
      position: absolute;
      height: 1px;
      left: 0;
      top: 4px;
      width: 100%;
      background-color: #8a8a8a; }
    .icon-plus::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      left: 4px;
      top: 0;
      background-color: #8a8a8a; }
    .link_size_m .icon-plus {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      height: 10px;
      width: 10px;
      left: auto;
      top: auto;
      margin: -3px 4px 0 0; }
      .link_size_m .icon-plus::before {
        height: 2px;
        background-color: #0087dc; }
      .link_size_m .icon-plus::after {
        width: 2px;
        background-color: #0087dc; }
    .search__add .icon-plus {
      position: relative;
      display: inline-block;
      margin-right: 5px;
      left: auto;
      top: auto; }
    .search__add .icon-plus::before,
    .search__add .icon-plus::after {
      background-color: #d9d9d9; }
    .search__add:hover .icon-plus::before,
    .search__add:hover .icon-plus::after {
      background-color: #d32743; }
    .search__add.disabled:hover .icon-plus::before,
    .search__add.disabled:hover .icon-plus::after {
      background-color: #d9d9d9; }
    .airport-search__add .icon-plus {
      position: absolute;
      left: 3px;
      top: 3px;
      margin: 0; }
      .airport-search__add .icon-plus::before, .airport-search__add .icon-plus::after {
        margin: 0; }
      .airport-search__add .icon-plus::after {
        left: 4px; }
      .airport-search__add .icon-plus::before {
        left: 0; }
    .airport-search__add:hover .icon-plus::before, .airport-search__add:hover .icon-plus::after,
    .airport-search__item_active .icon-plus::before,
    .airport-search__item_active .icon-plus::after {
      background-color: #fff; }
  .icon-remove {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -286px -59px;
    width: 11px;
    height: 11px; }
    .search__remove:hover .icon-remove {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -286px -46px;
      width: 11px;
      height: 11px; }
  .icon-show-all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1px;
    width: 18px;
    height: 18px;
    fill: #D32743; }
    .icon-show-all.up {
      -webkit-transform: rotate(180deg) translate(50%, 50%);
      transform: rotate(180deg) translate(50%, 50%); }
    .search__show:hover .icon-show-all {
      fill: #D32743; }
    .search__show:active .icon-show-all {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -250px -183px;
      width: 17px;
      height: 17px; }
  .icon-more {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #0087dc;
    border-radius: 50%;
    cursor: pointer; }
    .icon-more::before {
      content: '';
      position: absolute;
      left: 2px;
      top: 5px;
      width: 7px;
      height: 1px;
      background-color: #0087dc; }
    .icon-more::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 5px;
      width: 1px;
      height: 7px;
      background-color: #0087dc; }
    .show-more .icon-more {
      top: 2px;
      left: 1px; }
    .show-more_active .icon-more::after {
      display: none; }
  .icon-less {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #0087dc;
    border-radius: 50%;
    cursor: pointer; }
    .icon-less::before {
      content: '';
      position: absolute;
      left: 2px;
      top: 5px;
      width: 7px;
      height: 1px;
      background-color: #0087dc; }
    .show-more .icon-less {
      top: 2px;
      left: 1px; }
    .show-more_active .icon-less::after {
      display: none; }
  .result__show-map .icon-location {
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 14px;
    fill: #0087DC; }
  .show-map .icon-location {
    position: absolute;
    left: 1px;
    top: 4px;
    width: 8px;
    height: 11px;
    fill: #0087DC; }
    .hotel_card .show-map .icon-location {
      left: -13px; }
  .hotel__city .icon-location {
    width: 11px;
    height: 14px; }
  .rating_size_s .icon-5stars {
    width: 62px;
    height: 10px;
    display: block; }
  .rating_size_m .icon-5stars {
    width: 82px;
    height: 13px; }
  .rating_size_l .icon-5stars {
    width: 101px;
    height: 16px; }
  .icon-5stars_grey {
    fill: #8C8C8C; }
  .icon-5stars_gold {
    fill: #EBD800; }
  .icon-pin-l {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 58px; }
    .icon-pin-l.pin-theme_blue {
      fill: #1EABDC; }
    .icon-pin-l.pin-theme_red {
      fill: #C5253F; }
    .icon-pin-l.pin-theme_green {
      fill: #22BE43; }
    .icon-pin-l.pin-size_s {
      width: 20px;
      height: 30px; }
    .icon-pin-l.pin-size_m {
      width: 24px;
      height: 37px; }
  .icon-pin-m {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 37px; }
    .icon-pin-m.pin-theme_blue {
      fill: #1EABDC; }
    .icon-pin-m.pin-theme_red {
      fill: #C5253F; }
    .icon-pin-m.pin-theme_green {
      fill: #22BE43; }
    .icon-pin-m.pin-size_s {
      width: 20px;
      height: 30px; }
    .icon-pin-m.pin-size_m {
      width: 24px;
      height: 37px; }
  .icon-coin {
    width: 11px;
    height: 9px;
    fill: #D32743; }
    .hotel__paid-lbl .icon-coin {
      position: absolute;
      left: 0;
      top: 5px; }
  .hotel__comment-item .icon-comment {
    display: block;
    position: relative;
    width: 14px;
    height: 16px;
    pointer-events: none; }
  .icon-comment_blue {
    fill: #29B2EB; }
    .icon-comment_blue:hover {
      fill: #f00; }
  .icon-comment_green {
    fill: #1EDD58; }
  .icon-comment_orange {
    fill: #E1961F; }
  .icon-comment-b {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -269px -226px;
    width: 14px;
    height: 16px; }
    .hotel__comment-item .icon-comment-b {
      display: block;
      position: relative;
      width: 14px;
      height: 16px; }
    .hotel__comment-item:hover .icon-comment-b {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -269px -190px;
      width: 14px;
      height: 16px; }
  .icon-comment-g {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -269px -154px;
    width: 14px;
    height: 16px; }
    .hotel__comment .icon-comment-g {
      display: block;
      position: relative; }
    .hotel__comment-item:hover .icon-comment-g {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -269px -172px;
      width: 14px;
      height: 16px; }
  .icon-comment-o {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -269px -208px;
    width: 14px;
    height: 16px; }
    .hotel__comment .icon-comment-o {
      display: block;
      position: relative; }
    .hotel__comment-item:hover .icon-comment-o {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -269px -136px;
      width: 14px;
      height: 16px; }
  .hotel__fig .icon-camera {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 36px;
    fill: #EDEDEB; }
  .show-list .icon-show-list {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    fill: #0087DC; }
  .icon-export {
    fill: #808080; }
    .export__item .icon-export {
      position: absolute;
      left: 0;
      top: 3px;
      width: 16px;
      height: 17px; }
    .export__item:hover .icon-export {
      fill: #d32743; }
    .export__item_disable .icon-export,
    .export__item_disable:hover .icon-export {
      fill: #cbcac8; }
  .icon-info {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px; }
    .icon-info_purple {
      fill: #7B88E9; }
    .icon-info_blue {
      fill: #0087DC; }
    .icon-info_red {
      fill: #E72D4B; }
  .sidenav__link .icon-stat {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 22px;
    fill: #B3B3B3; }
  .sidenav__link:hover .icon-stat {
    fill: #8C8C8C; }
  .sidenav__item_active .icon-stat,
  .sidenav__item_active .sidenav__link:hover .icon-stat {
    fill: #D32743; }
  .icon-news {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -207px -152px;
    width: 19px;
    height: 19px; }
    .sidenav__link .icon-news {
      position: absolute;
      left: 0;
      top: 2px;
      width: 19px;
      height: 19px;
      fill-rule: evenodd;
      fill: #B3B3B3; }
    .sidenav__link:hover .icon-news {
      fill: #8C8C8C; }
    .sidenav__item_active .icon-news,
    .sidenav__item_active .sidenav__link:hover .icon-news {
      fill: #D32743; }
  .sidenav__link .icon-catalog {
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 20px;
    fill: #B3B3B3; }
  .sidenav__link:hover .icon-catalog {
    fill: #8C8C8C; }
  .sidenav__item_active .icon-catalog,
  .sidenav__item_active .sidenav__link:hover .icon-catalog {
    fill: #D32743; }
  .sidenav__link .icon-user {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    fill: #B3B3B3; }
  .sidenav__link:hover .icon-user {
    fill: #8C8C8C; }
  .sidenav__item_active .icon-user,
  .sidenav__item_active .sidenav__link:hover .icon-user {
    fill: #D32743; }
  .icon-arr-l_s_black {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -8px -277px;
    width: 6px;
    height: 10px; }
    .cal__year .icon-arr-l_s_black {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .icon-arr-r_s_black {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: 0px -277px;
    width: 6px;
    height: 10px; }
    .cal__year .icon-arr-r_s_black {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .icon-arr-r_s_blue {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -16px -277px;
    width: 6px;
    height: 9px; }
    .link_size_m .icon-arr-r_s_blue {
      position: absolute;
      right: 0;
      top: 7px; }
  .icon-arr-down_grey {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -122px -58px;
    width: 10px;
    height: 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .tbl__row_open .icon-arr-down_grey {
      transform: rotate(180deg); }
  .icon-arr-down-duble_grey {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -286px -187px;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .editor__btn .icon-ul {
    width: 18px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    fill-rule: evenodd;
    fill: #3f3f3f; }
  .icon-ul .chcls-1 {
    fill: #d32743; }
  .icon-ol {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -229px 0px;
    width: 19px;
    height: 18px; }
    .editor__btn .icon-ol {
      display: inline-block;
      vertical-align: middle;
      width: 19px;
      height: 18px; }
  .icon-castle {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -256px -239px;
    width: 7px;
    height: 9px; }
    .second-nav__item .icon-castle {
      position: relative;
      display: inline-block;
      margin-right: 7px; }
  .icon-print-blue {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -80px -219px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .icon-print-red {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -229px -160px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .icon-print {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    fill-rule: evenodd; }
    .icon-print_green {
      fill: #01B685; }
    .icon-print_blue {
      fill: #0087DC; }
    .icon-print_red {
      fill: #E72D4B; }
    .actions__item_disable .icon-print,
    .actions__item_disable:hover .icon-print {
      fill: #CBCAC8; }
  .icon-mail {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    fill-rule: evenodd; }
    .icon-mail_purple {
      fill: #7D8CE3; }
    .icon-mail_blue {
      fill: #0087DC; }
    .icon-mail_red {
      fill: #E72D4B; }
    .actions__item_disable .icon-mail,
    .actions__item_disable:hover .icon-mail {
      fill: #CBCAC8; }
    .icon-mail_size_s {
      width: 18px;
      height: 12px; }
    .icon-mail_size_m {
      width: 19px;
      height: 13px; }
  .icon-issue {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 16px;
    fill: #808080; }
    .icon-issue:hover,
    .actions__item:hover .icon-issue {
      fill: #d32743; }
    .actions__item_disable .icon-issue,
    .actions__item_disable:hover .icon-issue {
      fill: #CBCAC8; }
  .icon-close-round {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: #808080; }
    .icon-close-round:hover,
    .actions__item:hover .icon-close-round {
      fill: #d32743; }
    .actions__item_disable .icon-close-round,
    .actions__item_disable:hover .icon-close-round {
      fill: #CBCAC8; }
  .icon-transfer {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 19px;
    fill: #808080; }
    .icon-transfer:hover,
    .actions__item:hover .icon-transfer {
      fill: #d32743; }
    .actions__item_disable .icon-transfer,
    .actions__item_disable:hover .icon-transfer {
      fill: #CBCAC8; }
    .icon-transfer_size_s {
      width: 10px;
      height: 11px;
      fill: #B3B3B3; }
  .icon-key {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    fill: #808080; }
    .icon-key:hover,
    .actions__item:hover .icon-key {
      fill: #d32743; }
    .actions__item_disable .icon-key,
    .actions__item_disable:hover .icon-key {
      fill: #CBCAC8; }
  .icon-save {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #808080; }
    .icon-save:hover,
    .actions__item:hover .icon-save {
      fill: #d32743; }
    .actions__item_disable .icon-save,
    .actions__item_disable:hover .icon-save {
      fill: #CBCAC8; }
  .icon-reload {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    fill: #808080; }
    .icon-reload:hover,
    .actions__item:hover .icon-reload {
      fill: #d32743; }
    .actions__item_disable .icon-reload,
    .actions__item_disable:hover .icon-reload {
      fill: #CBCAC8; }
  .icon-undo {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 16px;
    fill: #808080; }
    .icon-undo:hover,
    .actions__item:hover .icon-undo {
      fill: #d32743; }
    .actions__item_disable .icon-undo,
    .actions__item_disable:hover .icon-undo {
      fill: #CBCAC8; }
  .tip .icon-alert {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    fill: #E82D4B;
    fill-rule: evenodd; }
  .icon-current {
    display: inline-block;
    width: 12px;
    height: 12px;
    fill: #cf1221;
    fill-rule: evenodd; }
  .icon-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*.input__status &,*/ }
    .select__status .icon-check {
      width: 10px;
      height: 7px;
      fill: #d32743; }
    .checkbox_size_s .icon-check {
      width: 10px;
      height: 7px;
      fill: #3f3f3f; }
    .checkbox_size_m .icon-check {
      width: 10px;
      height: 7px;
      fill: #3f3f3f; }
  .icon-point-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -2px;
    width: 13px;
    height: 18px;
    fill: #959595; }
  .icon-point-b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 18px;
    fill: #959595; }
  .icon-arrows {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -100px -219px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    fill: #B3B3B3; }
    .fromto__arr_active .icon-arrows {
      background-image: url(/wwwroot/img/assets/img/icons.png);
      background-position: -229px -60px;
      width: 18px;
      height: 18px;
      fill: #D32743; }
  .icon-image-add {
    /* .cls-2 {
			fill: #fff;
			stroke: #0087dc;
			stroke-width: 1px;
		} */ }
    .link .icon-image-add {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px;
      width: 23px;
      height: 19px;
      fill: #0087dc;
      fill-rule: evenodd; }
  .link .icon-image {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 19px;
    height: 15px;
    fill: #0087dc; }
  .icon-moon {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    fill: #B3B3B3; }
    .icon-moon:hover {
      fill: #d32743; }
  .icon-bagage {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -286px -233px;
    width: 10px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 9px;
    fill: #b3b3b3; }
    .icon-bagage:hover {
      fill: #d32743; }
  .icon-ticket, .search-page .icon-bilet {
    background-image: url(/wwwroot/img/assets/img/icons.png);
    background-position: -184px -259px;
    width: 13px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 8px;
    fill: #b3b3b3; }
    .icon-ticket:hover, .search-page .icon-bilet:hover {
      fill: #d32743; }
  .icon-trash {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 18px;
    fill: #108DDC; }
    .icon-trash:hover, .icon-trash_active {
      fill: #E82D4B; }
    .icon-trash_disable {
      fill: #C1D7E3; }
  .icon-edit {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: #108DDC; }
    .icon-edit:hover, .icon-edit_active {
      fill: #E82D4B; }
    .icon-edit_disable {
      fill: #C1D7E3; }
  .icon-copy {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    fill: #108DDC; }
    .icon-copy:hover, .icon-copy_active, .icon-copy_red {
      fill: #E82D4B; }
  .icon-note {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 17px;
    fill: #108DDC; }
    .icon-note_red {
      fill: #E82D4B; }
  .icon-doc {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 15px;
    fill: #108DDC; }
    .icon-doc_red {
      fill: #E82D4B; }
  .icon-archive {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    fill: #108DDC; }
    .icon-archive_red {
      fill: #E82D4B; }
  .icon-cancel {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: #108DDC;
    fill-rule: evenodd; }
    .icon-cancel_red {
      fill: #E82D4B; }
  .icon-download {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 13px;
    fill: #108DDC;
    fill-rule: evenodd; }
    .icon-download_red {
      fill: #E82D4B; }
    .icon-download_size_s {
      width: 13px;
      height: 12px; }

.header {
  position: relative;
  margin-bottom: 18px;
  z-index: 2; }
  .header__main {
    height: 44px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
    .header__main:before, .header__main:after {
      content: "";
      display: table; }
    .header__main:after {
      clear: both; }
  .header__main-inner {
    position: relative;
    height: 100%;
    padding: 0 155px 0 130px;
    flex: 1; }
  .header__second {
    height: 30px;
    background-color: #bc233c; }

.footer {
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  min-width: 1336px;
  clear: both;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e6e5e1; }
  .footer:before, .footer:after {
    content: "";
    display: table; }
  .footer:after {
    clear: both; }

.powered {
  position: absolute; }
  .powered__lbl {
    display: block;
    font-size: 9px;
    font-weight: 300;
    font-family: Open Sans, Arial, sans-serif;
    color: #505050; }
  .powered__logo {
    height: 28px;
    position: relative;
    margin-top: -10px; }

.version {
  font-weight: 300;
  font-family: Open Sans, Arial, sans-serif;
  text-align: right;
  color: #464646;
  flex: 1; }
  .version__lbl {
    display: block; }

.logo {
  position: absolute;
  left: 0;
  width: 112px;
  height: 26px;
  margin-top: 5px; }

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  background-color: #fff;
  z-index: 100; }
  .dropdown_shadow_s {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .dropdown_shadow_m {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); }
  .dropdown_shadow_l {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); }
  .dropdown_has-arrow {
    margin-top: 7px; }
    .dropdown_has-arrow::before {
      content: '';
      position: absolute;
      left: 14px;
      top: -3px;
      border-left: 4px solid rgba(255, 255, 255, 0);
      border-right: 4px solid rgba(255, 255, 255, 0);
      border-bottom: 4px solid white; }
  .dropdown_fullwidth {
    left: 0;
    right: 0; }
    .input .dropdown_fullwidth,
    .input__box .dropdown_fullwidth,
    .select .dropdown_fullwidth,
    .select__box .dropdown_fullwidth {
      left: 1px;
      right: 1px; }
    .select_no-border .dropdown_fullwidth {
      left: 0;
      right: 0; }
  .dropdown__list {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  .dropdown__item {
    position: relative;
    padding: 5px 13px;
    color: #737373;
    cursor: pointer; }
    .select_size_s .dropdown__item {
      padding: 3px 7px; }
    .dropdown__item_has-control,
    .select_size_s .dropdown__item_has-control {
      padding-right: 44px; }
      .dropdown__item_has-control:hover,
      .select_size_s .dropdown__item_has-control:hover {
        background-color: transparent; }
    .dropdown__item:hover {
      background-color: #fff0f4; }
    .dropdown__item_separeted {
      border-bottom: 1px dashed #f5f2f2;
      background-clip: padding-box; }
    .input__box .dropdown__item {
      padding: 5px 8px 5px 7px; }
  .dropdown__item-control {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
  .dropdown__link {
    display: block;
    color: #545454; }
    .dropdown__item:hover .dropdown__link {
      color: #cf101f; }

.nav {
  display: inline-block;
  vertical-align: top;
  height: 44px; }
  .nav__list {
    height: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 0; }
  .nav__list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 15px;
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase; }
    .nav__list-item_separeted {
      margin-left: 1px; }
    .nav__list-item_separeted::before {
      content: '';
      position: absolute;
      left: -1px;
      top: 50%;
      margin-top: -4px;
      height: 10px;
      width: 1px;
      background-color: #414141; }
    .nav__list-item_active {
      padding: 0 16px;
      color: #fff;
      background-color: #bc233c; }
      .nav__list-item_active a {
        color: #fff; }
  .nav__link {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    text-transform: inherit;
    padding: 0 16px;
    color: #414141;
    border: none;
    background-color: transparent;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    /* &_dropdown::after {
			content: '';
			position: absolute;
			right: 0;
			top: 50%;
			@include sprite($arr-down);
			margin-top: -2px;
		}
		
		&_dropdown:hover::after {
			@include sprite($arr-down_h);
		} */ }
    .nav__list-item_open .nav__link {
      color: #cf1221; }
    .nav__list-item_separeted .nav__link:hover {
      background-color: transparent; }

.second-nav {
  height: 100%;
  text-align: center; }
  .second-nav__list {
    vertical-align: top;
    display: inline-block;
    padding-left: 0;
    margin: 0;
    height: 100%;
    font-size: 0;
    list-style: none; }
  .second-nav__item {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 30px;
    font-size: 12px; }
    .second-nav__item_active {
      padding: 0 17px;
      color: #fff;
      background-color: #ad2037; }
  .second-nav__link {
    display: block;
    padding: 0 17px;
    color: #e9cece;
    transition: color .3s, background-color .3s;
    text-decoration: none; }
    .second-nav__link:hover {
      color: #fff;
      background-color: #ad2037; }

.nav-order {
  width: 230px;
  left: 4px;
  font-size: 10px;
  line-height: 1.4;
  border-top: 1px solid #e5e5e5; }
  .nav-order__item {
    color: #9d9d9d; }
    .nav-order__item:hover {
      color: #cf7b82; }
  .nav-order__title {
    display: block;
    font-size: 14px;
    color: #414141; }
    .nav-order__item:hover .nav-order__title {
      color: #cf1423; }
  .nav-order__date {
    display: inline-block;
    margin-left: 10px; }
  .nav-order__check {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px; }

.link {
  display: inline-block;
  position: relative; }
  .link:hover {
    text-decoration: underline; }
  .tbl .link:hover {
    color: #0087dc; }
  .link_theme_black {
    color: #3f3f3f;
    transition: color .2s; }
    .link_theme_black:hover {
      color: #d32743; }
  .link_theme_grey {
    color: #737373; }
    .link_theme_grey:hover {
      color: #737373; }
  .link_size_m {
    font-size: 16px;
    font-weight: 500; }
  .link_size_l {
    font-size: 18px;
    font-weight: 500; }
  .link_size_xl {
    font-size: 26px; }
  .link_arrowed {
    position: relative;
    display: inline-block;
    /* &.link_size_xl.link_theme_black::after {
			@include sprite($arr-r_m);
		}
		
		&.link_size_xl.link_theme_black:hover::after {
			@include sprite($arr-r_m_h);
		} */ }
    .link_arrowed::after {
      position: absolute;
      right: 0;
      content: ''; }
    .link_arrowed.link_size_xl {
      padding-right: 16px; }
      .link_arrowed.link_size_xl::after {
        top: 12px; }
    .link_arrowed.link_size_m {
      padding-right: 10px; }
  .link_remove {
    padding-right: 12px; }
  .link__remove {
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg); }
    .link__remove::before {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      margin-top: -1px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #0087dc; }
    .link__remove::after {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      margin-top: -1px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #0087dc; }
  .link_pseudo .link__text {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px dashed transparent; }
  .link_pseudo:hover .link__text {
    color: #0087dc;
    border-bottom-color: #0087dc; }
  .link_pseudo.link_theme_grey:hover .link__text {
    color: #737373;
    border-bottom-color: #737373; }
  .link_drop::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-right: 4px solid rgba(255, 255, 255, 0);
    border-top: 7px solid; }
  .link_drop_open::after {
    border-top: none;
    border-bottom: 7px solid; }
  .link_drop.link_size_m {
    padding-right: 15px; }
  .link_drop.link_size_l {
    padding-right: 16px; }

.pager {
  position: absolute;
  right: 21px;
  top: 25px;
  font-size: 0; }
  .head .pager {
    right: -5px; }
  .pager__prev, .pager__next {
    display: inline-block;
    position: relative;
    width: 20px;
    text-align: center;
    cursor: pointer; }
  .pager__prev {
    margin-right: 2px; }

.head {
  position: relative;
  padding: 13px 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  color: #3f3f3f;
  border-bottom: 1px solid #f0f0f0; }

.head-wrap {
  position: relative;
  padding: 0 25px; }
  .baron .head-wrap {
    margin-left: -25px; }
  .head-wrap_state_fixed {
    position: absolute;
    z-index: 1;
    background-color: #fff; }

.user {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  text-align: left; }
  .user__head {
    position: relative;
    display: inline-block;
    padding: 0 16px 0 12px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    text-align: right;
    /* &::after {
			content: '';
			position: absolute;
			right: 0;
			top: 50%;
			@include sprite($arr-down);
			margin-top: -2px;
		}
		
		.user:hover &::after {
			@include sprite($arr-down_h);
		} */ }
  .user__company {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #404040;
    transition: color .3s; }
    .user:hover .user__company,
    .user__head_open .user__company {
      color: #c60813; }
  .user__name {
    font-size: 9px;
    font-weight: 300;
    color: #8d8d8d; }
  .user__dropdown {
    position: initial;
    width: 100%;
    right: -3px;
    left: auto;
    line-height: 1;
    border-top: 1px solid #e5e5e5; }
  .user__dropdown-item {
    display: block;
    margin: -5px -13px;
    padding: 7px 13px 7px 30px;
    line-height: 1;
    color: #414141; }
    .user__dropdown-item:hover {
      color: #cf101f; }

.nav-search {
  position: absolute;
  top: 0;
  left: 130px;
  right: 130px;
  padding: 8px 0;
  height: 44px;
  background-color: #fff; }
  .nav-search__inp-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 808px; }
  .nav-search__inp {
    height: 28px;
    width: 100%;
    padding: 0 13px;
    font-size: 14px;
    border: none;
    background-color: #edebeb; }
  .nav-search__close {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 27px;
    text-align: center;
    border: none;
    background-color: transparent; }
    .nav-search__close .icon {
      position: relative;
      top: -1px;
      display: inline-block;
      vertical-align: middle; }
  .nav-search__dropdown {
    font-size: 14px; }
  .nav-search__result {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  .nav-search__result-link {
    display: block;
    padding: 5px 13px;
    color: #545454; }
    .nav-search__result-link:hover {
      background-color: #f5f2f2;
      color: #cf101f; }

.block {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
  .block_theme-dashboard {
    margin-bottom: 10px; }
    .block_theme-dashboard a {
      color: #0087dc; }
  .block__container {
    padding: 13px 26px 17px; }
    .block__container_min-height {
      min-height: 120px; }
  .block__title {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: normal; }
  .block__content {
    display: flex; }
    .block__content_direction-column {
      flex-direction: column; }
    .block__content_margin {
      margin-right: 5px; }
    .block__content_border {
      border: 1px solid #f0efed; }
    .block__content_all_initial {
      all: initial; }
  .block__loader.dx-overlay-wrapper {
    height: 50px !important; }

.sidebar {
  width: 33.33333%;
  float: right;
  padding-left: 7px; }

.main {
  margin-right: 33.33333%;
  padding-right: 3px; }

.accounting__icon {
  vertical-align: middle;
  color: #bc233c; }
  .accounting__icon_can-issued {
    color: #008000; }

.accounting__title {
  font-size: 13px;
  min-height: 18px; }

.accounting__balance {
  font-size: 20px;
  min-height: 28px; }

.kampagner {
  padding: 0 26px; }
  .kampagner__body {
    margin: 10px 0;
    height: 315px; }
  .kampagner__list {
    padding-left: 0;
    margin: 10px 0;
    list-style: none; }
  .kampagner__list-item {
    margin-bottom: 25px;
    font-size: 13px;
    color: #3f3f3f; }
    .kampagner__list-item:last-child {
      margin-bottom: 0; }
  .kampagner__title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2; }
  .kampagner__footer {
    padding: 13px 0;
    border-top: 1px solid #f0f0f0; }
  .kampagner__footer-link {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 17px;
    font-weight: bold;
    font-family: Open Sans, Arial, sans-serif; }
    .kampagner__footer-link:hover {
      text-decoration: underline; }

.catalog {
  padding: 0 25px 20px;
  margin-bottom: 10px; }
  .catalog__title {
    display: inline;
    margin: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.2; }
  .catalog__head {
    margin-bottom: 20px; }
  .catalog__list {
    padding-left: 0;
    margin: 0 -15px 30px -14px;
    font-size: 0;
    list-style: none; }
    .catalog__list:last-child {
      margin-bottom: 0; }
  .catalog__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px; }

.form__row {
  position: relative;
  margin-bottom: 12px;
  line-height: 1; }
  .form__row:last-child {
    margin-bottom: 0; }
  .form__row_align_justify {
    width: 100%;
    text-align: justify;
    text-align-last: justify;
    font-size: 0; }
    .form__row_align_justify::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      overflow: hidden;
      visibility: hidden; }

.form__lbl {
  font-size: 14px;
  font-weight: 500;
  color: #3f3f3f; }

.form__lbl_disabled {
  color: #c4c4c4; }

.form__dash {
  font-size: 12px;
  color: #585858;
  vertical-align: top;
  line-height: 23px; }

.input {
  position: relative;
  display: inline-block;
  font-family: Open Sans, Arial, sans-serif;
  text-align: left;
  background-color: #d9d9d9;
  /*&__status {
		position: absolute;
		right: 0;
		height: 100%;
		text-align: center;
		cursor: pointer;
		font-family: $font-text;
		color: $color-notice;
		opacity: 0;

		.input_invalid &,
		.input_valid & {
			opacity: 1;
		}

		.input_size_s & {
			font-size: 12px;
			width: 20px;
			line-height: 23px;
		}

		.input_size_m & {
			font-size: 13px;
			width: 20px;
			line-height: 25px;
		}

		.input_size_l & {
			font-size: 15px;
			width: 20px;
			line-height: 27px;
		}

		.input_size_xl & {
			font-size: 18px;
			width: 30px;
			line-height: 32px;
		}
	}*/ }
  .input::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff; }
  .input:hover, .input_focus {
    background-color: #bfbfbf; }
  .input_disable, .input_disable:hover {
    background-color: #eee; }
  .control-group .input::before {
    right: 0; }
  .control-group .input:last-child::before {
    right: 1px; }
  .input_size_xs {
    font-size: 12px;
    line-height: 15px; }
  .input_size_s {
    font-size: 12px;
    line-height: 15px; }
  .input_size_m {
    font-size: 12px;
    line-height: 15px; }
  .input_size_l {
    font-size: 13px;
    line-height: 16px; }
  .input_size_l {
    font-size: 13px;
    line-height: 16px; }
  .input_fullwidth {
    width: 100%; }
  .input_invalid, .input_invalid:hover {
    background-color: #d32743; }
  .input__box {
    position: relative;
    display: block;
    user-select: none; }
    .input_size_xs.input_required .input__box {
      padding-right: 18px; }
    .input_size_s.input_required .input__box {
      padding-right: 20px; }
    .input_size_m.input_required .input__box {
      padding-right: 20px; }
    .input_size_l.input_required .input__box {
      padding-right: 20px; }
    .input_size_l.input_required .input__box {
      padding-right: 27px; }
    .input_size_xs.input_has-control .input__box {
      margin-right: 22px; }
    .input_size_s.input_has-control .input__box {
      margin-right: 23px; }
    .input_size_m.input_has-control .input__box {
      margin-right: 25px; }
    .input_size_l.input_has-control .input__box {
      margin-right: 27px; }
    .input_size_xl.input_has-control .input__box {
      margin-right: 32px; }
    .input_size_s.input_has-2-control .input__box {
      margin-right: 45px; }
    .input_size_m.input_has-2-control .input__box {
      margin-right: 51px; }
    .input_size_l.input_has-2-control .input__box {
      margin-right: 55px; }
    .input_size_l.input_has-2-control .input__box {
      margin-right: 65px; }
    .input_size_l.input_has-control-before .input__box {
      margin-left: 27px; }
  .input__field {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 5px 0 8px;
    padding-top: 1px;
    font: inherit;
    line-height: inherit;
    outline: none;
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: #737373; }
    .input_size_xs .input__field {
      height: 22px; }
    .input_size_s .input__field {
      height: 23px; }
    .input_size_m .input__field {
      height: 25px; }
    .input_size_l .input__field {
      height: 27px; }
    .input_size_l.input_required .input__field {
      padding-right: 0; }
    .input_size_xl .input__field {
      height: 32px; }
    .input__field::placeholder {
      color: #b3b3b3;
      opacity: 1; }
  .input__control {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    font-size: 0;
    border-left: 1px solid #ebebeb; }
    .input_has-control-before .input__control {
      left: 0;
      right: auto;
      border-left: none;
      border-right: 1px solid #ebebeb; }
  .input__control-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    cursor: pointer; }
    .input_size_s .input__control-item {
      width: 22px; }
    .input_size_m .input__control-item {
      width: 25px; }
    .input_size_l .input__control-item {
      width: 27px; }
    .input_size_xl .input__control-item {
      width: 32px; }
  .input__spin-plus, .input__spin-minus {
    position: absolute;
    left: 0;
    right: 1px; }
    .input__spin-plus:hover, .input__spin-minus:hover {
      background-color: #ebebeb; }
    .input_disable .input__spin-plus:hover, .input_disable .input__spin-minus:hover {
      background-color: transparent; }
    .input__spin-plus::before, .input__spin-minus::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-left: 3px solid rgba(255, 255, 255, 0);
      border-right: 3px solid rgba(255, 255, 255, 0); }
    .input_disable .input__spin-plus::before, .input_disable .input__spin-minus::before {
      border-bottom-color: #d8d8d8; }
  .input__spin-plus {
    top: 0;
    bottom: 51%; }
    .input__spin-plus::before {
      border-bottom: 5px solid #737373; }
  .input__spin-minus {
    top: 51%;
    bottom: 0; }
    .input__spin-minus::before {
      border-top: 5px solid #737373; }
    .input_disable .input__spin-minus::before {
      border-top-color: #d8d8d8; }

.number {
  position: relative;
  display: inline-block;
  width: 75px;
  font-family: Open Sans, Arial, sans-serif;
  text-align: left;
  background-color: #d9d9d9;
  /*&__status {
		position: absolute;
		top: 0;
		right: -20px;
		height: 100%;
		text-align: center;
		cursor: pointer;
		font-family: $font-text;
		color: $color-notice;
		opacity: 0;

		.number_invalid &,
		.number_valid & {
			opacity: 1;
		}

		.number_size_s & {
			font-size: 18px;
			width: 20px;
			line-height: 23px;
		}

		.number_size_m & {
			font-size: 18px;
			width: 20px;
			line-height: 25px;
		}

		.number_size_l & {
			font-size: 18px;
			width: 20px;
			line-height: 27px;
		}

		.number_size_xl & {
			font-size: 20px;
			width: 30px;
			line-height: 32px;
		}
	}*/ }
  .number::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff; }
  .number:hover, .number_focus {
    background-color: #bfbfbf; }
  .number_disable, .number_disable:hover {
    background-color: #eee; }
  .number_avaible {
    width: auto; }
  .control-group .number::before {
    right: 0; }
  .control-group .number:last-child::before {
    right: 1px; }
  .number_size_xs {
    font-size: 12px;
    line-height: 15px; }
  .number_size_s {
    font-size: 12px;
    line-height: 15px; }
  .number_size_m {
    font-size: 12px;
    line-height: 15px; }
  .number_size_l {
    font-size: 13px;
    line-height: 16px; }
  .number_size_l {
    font-size: 13px;
    line-height: 16px; }
  .number_fullwidth {
    width: 100%; }
  .number_invalid, .number_invalid:hover {
    background-color: #d32743; }
  .number__box {
    position: relative;
    display: block;
    user-select: none; }
    .number_size_xs .number__box {
      padding-left: 20px;
      padding-right: 20px; }
    .number_size_s .number__box {
      padding-left: 20px;
      padding-right: 20px; }
    .number_size_m .number__box {
      padding-left: 20px;
      padding-right: 20px; }
    .number_size_l .number__box {
      padding-left: 20px;
      padding-right: 20px; }
    .number_size_l .number__box {
      padding-left: 30px;
      padding-right: 30px; }
  .number__minus, .number__plus {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 20px;
    cursor: pointer;
    background-color: #f2eded; }
    .number_disable-button .number__minus, .number_disable-button .number__plus {
      background-color: #fffafa;
      opacity: .5; }
    .number_disable .number__minus, .number_disable .number__plus {
      background-color: transparent;
      cursor: default; }
  .number__minus {
    left: 1px;
    border-right: 1px solid #d9d9d9; }
  .number__plus {
    right: 1px;
    border-left: 1px solid #d9d9d9; }
  .number__field {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 5px 0 5px;
    padding-top: 1px;
    font: inherit;
    line-height: inherit;
    outline: none;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: #737373; }
    .number_size_xs .number__field {
      height: 22px; }
    .number_size_s .number__field {
      height: 23px; }
    .number_size_m .number__field {
      height: 25px; }
    .number_size_l .number__field {
      height: 27px; }
    .number_size_xl .number__field {
      height: 32px; }
    .number_disable .number__field {
      color: #d8d8d8; }
    .number__field::placeholder {
      color: #b3b3b3;
      opacity: 1; }

.select {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-family: Open Sans, Arial, sans-serif;
  text-align: left;
  text-align-last: auto;
  background-color: #d9d9d9;
  cursor: pointer;
  /*&__status {
		position: absolute;
		height: 100%;
		width: 20px;
		font-family: $font-text;
		color: $color-notice;
		text-align: center;
		cursor: pointer;

		.select_size_s & {
			right: 23px;
			line-height: 23px;
		}

		.select_size_m & {
			right: 25px;
			line-height: 25px;
			font-size: 13px;
		}
	}*/ }
  .select::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff; }
  .select_no-border {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); }
  .select_no-border::before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .select_size_s {
    font-size: 12px; }
  .select_size_m {
    font-size: 13px; }
  .select_error, .select_invalid, .select_error:hover, .select_invalid:hover {
    background-color: #d32743; }
  .select_disable, .select_disable:hover {
    background-color: #eee;
    cursor: default; }
  .select_fullwidth {
    width: 100%; }
  .select__box {
    position: relative;
    display: block;
    user-select: none;
    white-space: nowrap; }
    .select_has-2-control .select__box {
      margin-right: 45px; }
  .select__text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 23px 0 8px;
    width: 100%;
    min-width: 100px;
    font: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #737373; }
    .select__text_placeholder {
      color: #b3b3b3; }
    .select_disabled .select__text {
      color: #d8d8d8; }
    .select_size_s .select__text {
      height: 23px;
      line-height: 24px; }
    .select_size_s.select_required .select__text {
      padding-right: 45px; }
    .select_size_m .select__text {
      height: 25px;
      line-height: 26px; }
    .select_size_m.select_required .select__text {
      padding-right: 47px; }
    .select_no-border.select_focus .select__text,
    .select_no-border:hover .select__text {
      color: #d32743; }
  .select__trigger {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    cursor: pointer; }
    .select__trigger::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      color: #737373;
      transform: translate(-50%, -50%);
      border-left: 3px solid rgba(255, 255, 255, 0);
      border-right: 3px solid rgba(255, 255, 255, 0);
      border-top: 5px solid; }
    .select_no-border.select_focus .select__trigger::after {
      color: #d32743; }
    .select_has-control .select__trigger,
    .select_has-2-control .select__trigger {
      right: 0; }
    .select_disable .select__trigger::after {
      color: #eee; }
    .select_open .select__trigger::after {
      border-top: none;
      border-bottom: 5px solid; }
    .select__trigger:hover {
      background-color: #f2eded; }
    .select_size_s .select__trigger {
      width: 22px; }
    .select_size_m .select__trigger {
      width: 24px; }
  .select__control {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    font-size: 0;
    border-left: 1px solid #ebebeb; }
  .select__control-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    cursor: pointer; }
    .select__control-item:hover {
      background-color: #f2eded; }
    .select_size_s .select__control-item {
      width: 22px; }

.checkbox {
  position: relative;
  font-size: 12px; }
  .checkbox__box {
    position: relative;
    display: inline-block;
    border: 1px solid #dfdfdf;
    background-color: #fff; }
    .checkbox:hover .checkbox__box {
      border-color: #bfbfbf; }
    .checkbox_error .checkbox__box {
      border-color: #d32743; }
    .checkbox_disable .checkbox__box {
      border-color: #eee; }
    .checkbox_simple .checkbox__box {
      vertical-align: middle; }
    .checkbox__box input {
      position: absolute;
      z-index: -1;
      margin: 0;
      opacity: 0; }
    .checkbox__box::after {
      content: '';
      position: absolute;
      visibility: hidden;
      opacity: 0; }
    .checkbox_size_s .checkbox__box {
      width: 15px;
      height: 15px;
      line-height: 15px;
      top: 3px;
      margin-right: 7px; }
    .checkbox_size_m .checkbox__box {
      width: 16px;
      height: 16px;
      line-height: 16px;
      top: 4px;
      margin-right: 7px; }
    .checkbox_simple .checkbox__box {
      top: 0;
      margin-right: 0; }
  .checkbox__check {
    opacity: 0;
    transform: none; }
  .checkbox_size_s .checkbox__check {
    width: 10px;
    height: 7px;
    left: 2px;
    top: 3px; }
  .checkbox_size_m .checkbox__check {
    left: 2px;
    top: 4px; }
  .checkbox_checked .checkbox__check {
    visibility: visible;
    opacity: 1; }
  .checkbox_simple .checkbox {
    margin-right: 0;
    top: 0; }
  .checkbox__text {
    color: #3f3f3f; }

.radio {
  position: relative;
  font-family: Open Sans, Arial, sans-serif; }
  .radio_size_s {
    font-size: 12px; }
  .radio_size_l {
    font-size: 22px; }
  .radio__box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #cdcdcd; }
    .radio_error .radio__box {
      border-color: #d32743; }
    .radio_disable .radio__box {
      opacity: 0.5; }
    .radio__box input {
      position: absolute;
      z-index: -1;
      margin: 0;
      opacity: 0; }
    .radio__box::after {
      content: '';
      position: absolute;
      visibility: hidden;
      opacity: 0;
      background-color: #3f3f3f;
      border-radius: 50%; }
    .radio_size_s .radio__box {
      top: 2px;
      width: 13px;
      height: 13px;
      line-height: 13px;
      margin-right: 5px; }
      .radio_size_s .radio__box::after {
        top: 2px;
        left: 2px;
        width: 7px;
        height: 7px; }
    .radio_size_m .radio__box {
      top: 2px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      margin-right: 5px; }
      .radio_size_m .radio__box::after {
        top: 2px;
        left: 2px;
        width: 9px;
        height: 9px; }
    .radio_size_l .radio__box {
      top: 2px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-right: 6px;
      border-width: 2px;
      border-color: #515151; }
      .radio_size_l .radio__box::after {
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px; }
    .radio_checked .radio__box::after {
      opacity: 1;
      visibility: visible; }
  .radio_disable .radio__text {
    color: #ccc; }

.control-group {
  font-size: 0;
  display: inline-block; }

.rating {
  position: relative;
  display: inline-block; }
  .rating_size_s {
    height: 10px; }
    .checkbox_checked .rating_size_s .icon-5stars_grey {
      display: none; }
  .rating_size_m {
    height: 13px;
    width: 82px; }
  .rating_size_l {
    height: 16px;
    width: 101px; }
  .rating__active {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .rating_size_s .rating__active {
      height: 10px; }
      .checkbox .rating_size_s .rating__active {
        display: none; }
      .checkbox_checked .rating_size_s .rating__active {
        display: block; }
    .rating_size_m .rating__active {
      height: 13px; }
    .rating_size_l .rating__active {
      height: 16px; }

.search {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  margin-bottom: 10px; }
  .search__main {
    padding-left: 75px;
    min-width: 273px;
    width: 20.52632%; }
  .search__info {
    padding-left: 90px;
    min-width: 273px;
    width: 24.52632%; }
  .search__rooms {
    padding-left: 71px;
    padding-right: 22px;
    min-width: 395px;
    width: 29.69925%; }
  .search__sbm {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 180px; }
    .search__sbm .btn-progress-text {
      width: 180px !important; }
  .search__dates {
    position: relative;
    padding-left: 50px;
    width: 275px;
    margin-right: 25px; }
  .search__type {
    display: flex;
    flex: 1;
    margin-right: 25px; }
  .search__lbl {
    float: left;
    line-height: 22px; }
    .search__main .search__lbl {
      margin-left: -75px; }
    .search__info .search__lbl {
      margin-left: -90px; }
    .search__rooms .search__lbl {
      margin-left: -71px; }
    .search__dates .search__lbl {
      margin-left: -50px; }
    .search__type .search__lbl {
      display: table;
      vertical-align: top;
      margin-right: 9px; }
  .search__date {
    width: 45%; }
  .search__roomer {
    width: 48%;
    position: relative;
    display: inline-block; }
  .search__add {
    width: 100%;
    height: 23px;
    padding: 0;
    color: #c4c4c4;
    border: 1px dashed #d9d9d9;
    background-color: transparent;
    transition: color .2s, border-color .2s;
    outline: none; }
    .search__add:hover {
      color: #d32743;
      border-color: #d32743; }
    .search__add.disabled:hover {
      color: #c4c4c4;
      border: 1px dashed #d9d9d9; }
  .search__remove, .search__show {
    position: absolute;
    right: -22px;
    top: 0;
    width: 22px;
    height: 22px;
    border: none;
    background-color: transparent;
    outline: none; }
  .search__btn {
    width: 180px; }
  .search__rating-5 {
    width: 62px;
    overflow: hidden; }
  .search__rating-4 {
    width: 50px;
    overflow: hidden; }
  .search__rating-3 {
    width: 38px;
    overflow: hidden; }
  .search__rating-2 {
    width: 25px;
    overflow: hidden; }
  .search__rating-1 {
    width: 13px;
    overflow: hidden; }

.filter {
  width: 185px;
  vertical-align: top;
  display: inline-block;
  padding: 0 25px; }
  .filter__item {
    border: none;
    margin: 0 0 6px;
    padding: 0; }
    .filter__item:last-child {
      margin-bottom: 0; }
  .filter__search {
    position: relative;
    margin: 0;
    height: 22px; }
  .filter__search-inp {
    width: 100%;
    margin-top: 1px;
    font-size: 11px;
    font-family: Open Sans, Arial, sans-serif;
    border: none; }
    .filter__search-inp::placeholder {
      opacity: 1;
      color: #b3b3b3; }
  .filter__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    border: none;
    background-color: transparent; }
  .filter__head {
    padding: 4px 0;
    margin: 0;
    font-size: 13px;
    color: #b3b3b3;
    border-bottom: 0; }
  .filter__row {
    margin-bottom: 6px; }
    .filter__row:before, .filter__row:after {
      content: "";
      display: table; }
    .filter__row:after {
      clear: both; }
  .filter .filter__lbl {
    float: left;
    display: block;
    width: 107px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .filter__value {
    float: right;
    max-width: 50px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    margin-top: 1px;
    text-align: right;
    color: #b3b3b3; }
  .filter__show {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    color: #0087dc;
    cursor: pointer; }

checkbox .only-button {
  font-size: 12px;
  text-decoration: underline; }

.nothing-found {
  min-height: 480px;
  background-color: #eae9e5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .nothing-found__block {
    position: absolute;
    left: 30%;
    top: 40%; }
  .nothing-found__lbl {
    font-size: 39px;
    font-weight: 500;
    line-height: 39px;
    color: #CDCCC8; }
  .nothing-found__logo {
    width: 30px;
    height: 30px;
    fill: #CDCCC8;
    margin-right: 5px; }
  .nothing-found__cloud {
    fill: #fff;
    position: absolute; }
  .nothing-found__cloud-1 {
    left: calc(30% - 150px);
    top: calc(40% - 100px);
    width: 83px;
    height: 43px; }
  .nothing-found__cloud-2 {
    left: calc(30% + 350px);
    top: calc(40% + 20px);
    width: 123px;
    height: 63px; }
  .nothing-found__cloud-3 {
    left: calc(30% - 50px);
    top: calc(40% + 100px);
    width: 160px;
    height: 82px; }

.result {
  background-image: url(/wwwroot/img/assets/img/bg-logo.png);
  background-position: 50% 38%;
  background-repeat: no-repeat;
  min-height: 480px;
  display: inline-block; }
  .result__header {
    padding: 10px 25px 14px;
    margin-bottom: 10px;
    font-size: 13px;
    display: flex;
    flex-direction: row; }
  .result__action {
    width: 190px;
    justify-content: flex-end;
    text-align: right;
    margin-top: 4px;
    font-size: 12px; }
  .result__action-item {
    display: inline-block;
    margin-left: 18px;
    line-height: 1.2; }
    .result__action-item_active {
      border-bottom: 1px dashed; }
  .result__title {
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2; }
  .result__header-desc {
    width: 100px;
    /*fix*/
    margin-top: 4px;
    margin-bottom: 0;
    white-space: nowrap;
    flex-grow: 1; }
    .result__header-desc.expanded {
      white-space: normal; }
    .result__header-desc p {
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis; }
  .result__filter {
    height: 25px; }
    .result__filter-order {
      display: flex;
      flex-direction: row;
      line-height: 25px; }
  .result__descriptor {
    flex: 1;
    min-width: 620px; }
  .result__price {
    display: inline-block;
    width: 155px; }
  .result__sort {
    display: inline-block;
    width: 180px;
    flex: 1;
    margin-left: 5px; }
  .result__show-map {
    position: relative;
    padding-left: 17px;
    margin-right: 46px;
    font-size: 13px;
    font-weight: bold; }
  .result__list {
    margin-top: 10px;
    padding-left: 0;
    list-style: none; }
  .result__item {
    border-bottom: 1px solid #f0f0f0; }
    .result__item:last-child {
      border-bottom: none; }

.descriptor__item {
  display: inline-block;
  margin-right: 33px;
  color: #737373; }
  .descriptor_package .descriptor__item {
    margin-right: 14px; }

.descriptor__mark {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  margin-top: -1px; }
  .descriptor__mark_bk {
    background-color: #24ca47; }
  .descriptor__mark_supplier {
    background-color: #25b2e3; }
  .descriptor__mark_promo {
    width: 36px;
    background-image: linear-gradient(#fdfcf3, #faf5dd); }
  .descriptor__mark_basic {
    background-color: #cc2641; }
  .descriptor__mark_package {
    background-color: #26bbed; }
  .descriptor__mark_self-package {
    background-color: #1d8bb1; }
  .descriptor__mark_youth {
    background-color: #d9e01e; }
  .descriptor__mark_one-way {
    background-color: #24ca47; }

.show-map {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding-left: 14px;
  font-size: 13px; }
  .show-map:hover {
    text-decoration: underline; }
  .show-map_size_m {
    font-size: 15px; }

@media screen and (min-width: 1920px) {
  .flight-form.one-way-container .customer-picker, .flight-form.two-way-container .customer-picker {
    margin-right: 227px; } }

@media screen and (min-width: 1366px) {
  .flight-booking .passengers .input-container {
    width: 307px; } }

@media screen and (min-width: 1920px) {
  .flight-booking .passengers .input-container {
    width: 345px; } }

@media screen and (min-width: 1366px) {
  .flight-booking .passengers .passengers-footer .btn {
    width: 307px;
    height: 34px; } }

@media screen and (min-width: 1920px) {
  .flight-booking .passengers .passengers-footer .btn {
    width: 345px;
    height: 34px; } }

.flight-search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .flight-search .flight-search-body {
    flex: 1; }

.dashboard-form {
  min-width: 150px; }
  .dashboard-form .dx-icon-user {
    color: #a2a2a2;
    font-size: 19px;
    margin: 3px 0px 3px 3px; }
  .dashboard-form .passenger-picker {
    border: 1px solid #d9d9d9;
    margin: 0 !important; }
    .dashboard-form .passenger-picker .dropdown {
      right: 0 !important; }
      .dashboard-form .passenger-picker .dropdown .number__box span:focus {
        border-radius: 10px;
        outline: none;
        box-shadow: 0 0 2px 1px #c7c7c7; }
    .dashboard-form .passenger-picker .select__text {
      width: unset;
      width: 90%;
      padding-left: 7px;
      border-left: 1px solid #d9d9d9; }
      .dashboard-form .passenger-picker .select__text:focus {
        outline: none; }
    .dashboard-form .passenger-picker .select__trigger {
      top: 0;
      bottom: 0;
      border-left: 1px solid #d9d9d9; }

.flight-form {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: auto; }
  .flight-form [role="listbox"] {
    font-size: 12px;
    line-height: 1;
    height: 27px; }
  .flight-form .legs {
    padding: 20px 25px 30px 25px; }
    .flight-form .legs .search__lbl {
      margin-left: -75px; }
    .flight-form .legs .from {
      width: auto;
      flex: 1;
      margin-left: 0; }
    .flight-form .legs .to {
      width: auto;
      flex: 1;
      margin-left: 0;
      margin-right: 30px; }
      .flight-form .legs .to label {
        float: left;
        margin-left: -25px;
        line-height: 24px; }
    .flight-form .legs .date {
      display: block;
      flex: 260px 0;
      margin-right: 30px;
      margin-left: 0; }
      .flight-form .legs .date label {
        margin-top: 5px;
        margin-right: 5px; }
    .flight-form .legs .form__row {
      min-height: 15px;
      display: flex;
      flex-direction: row; }
  .flight-form .datasources {
    padding-left: 75px;
    min-width: 100px;
    width: 20%; }
  .flight-form.multiple-container .customer-picker {
    margin-right: 17px; }
  .flight-form .passengers {
    padding-left: 75px;
    min-width: 100px;
    width: 20%; }
    .flight-form .passengers .search__lbl {
      margin-left: -75px; }
  .flight-form .row {
    position: relative; }
  .flight-form .select-control:hover .destination-icon {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    box-shadow: none !important; }
  .flight-form .select-control:hover .form-control {
    border: 1px solid #bfbfbf;
    box-shadow: none !important; }
  .flight-form .select-control input {
    height: 26px !important; }
  .flight-form .swap {
    width: 28px;
    height: 28px;
    margin: 0 1px;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 4px; }
    .flight-form .swap svg {
      fill: #b3b3b3; }
    .flight-form .swap:hover svg {
      fill: #D32743; }
  .flight-form label[for=recommendations-count] {
    max-width: 130px; }
  .flight-form label[for=customer] {
    flex: 0 75px; }
  .flight-form .recommendations-count-input {
    max-width: 84px; }
  .flight-form .customer-autocomplete {
    width: 320px; }
  .flight-form .customer-name {
    color: #737373;
    line-height: 23px;
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    padding-left: 10px; }
  .flight-form .top-bar {
    background-color: white;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row; }
    .flight-form .top-bar .tabs {
      height: 37px;
      padding-left: 25px; }
      .flight-form .top-bar .tabs .tab {
        float: left;
        cursor: pointer;
        background-color: white;
        width: 170px;
        line-height: 37px;
        border-bottom: 1px solid #d9d9d9;
        font-family: Ubuntu;
        font-size: 14px;
        color: #737373;
        display: flex;
        flex-direction: row; }
        .flight-form .top-bar .tabs .tab.selected {
          color: #d32743;
          border-bottom: 1px solid #d9d9d9; }
          .flight-form .top-bar .tabs .tab.selected .tab-container .redline {
            background-color: #d32743; }
          .flight-form .top-bar .tabs .tab.selected .tab-container .tab-icon {
            fill: #d32743; }
        .flight-form .top-bar .tabs .tab:hover {
          color: #d32743;
          border-bottom: 1px solid #d9d9d9; }
          .flight-form .top-bar .tabs .tab:hover .tab-container .tab-icon {
            fill: #d32743; }
        .flight-form .top-bar .tabs .tab .tab-icon {
          width: 26px;
          height: 28px;
          margin: 5px 8px 4px 0;
          float: left;
          fill: #737373; }
        .flight-form .top-bar .tabs .tab .tab-container {
          position: relative; }
          .flight-form .top-bar .tabs .tab .tab-container .redline {
            background-color: transparent;
            height: 2px;
            bottom: -1px;
            width: 100%;
            position: absolute; }
        .flight-form .top-bar .tabs .tab .remainder {
          flex: 1; }
    .flight-form .top-bar .other {
      background-color: #faf9f7;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      flex: 1;
      display: flex;
      flex-direction: row;
      padding-bottom: 1px; }
      .flight-form .top-bar .other .admin-controls {
        flex: 1;
        display: flex;
        justify-content: flex-end; }
        .flight-form .top-bar .other .admin-controls .debug {
          margin: 10px 15px 0; }
          .flight-form .top-bar .other .admin-controls .debug label {
            font-weight: 500;
            font-size: 13px;
            font-family: Ubuntu;
            color: #737373;
            display: block;
            float: left;
            padding-top: 2px;
            margin-right: 5px; }
      .flight-form .top-bar .other .common-controls {
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
        width: 260px;
        z-index: 1; }
      .flight-form .top-bar .other .cabin-classes-container {
        flex: 1;
        display: flex;
        justify-content: flex-end; }
        .flight-form .top-bar .other .cabin-classes-container .cabin-classes {
          margin-right: 0;
          float: right;
          font-size: 12px;
          font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif; }
          .flight-form .top-bar .other .cabin-classes-container .cabin-classes .header {
            font-weight: 400; }
          .flight-form .top-bar .other .cabin-classes-container .cabin-classes .items {
            font-weight: 300; }
      .flight-form .top-bar .other .passenger-picker {
        margin-right: 0px;
        width: 115px; }
        .flight-form .top-bar .other .passenger-picker .select__box .select__text {
          width: 115px;
          text-align: right; }
      .flight-form .top-bar .other .customer-picker {
        margin-top: 5px;
        width: 180px; }
      .flight-form .top-bar .other .advanced-search-picker {
        margin-right: 0px;
        width: 115px; }
        .flight-form .top-bar .other .advanced-search-picker .select__box .select__text {
          width: 115px;
          text-align: right; }
  .flight-form .tab-content {
    padding: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
    .flight-form .tab-content .autocomplite {
      -webkit-flex: 1;
      -ms-flex: 1;
      -o-flex: 1;
      flex: 1; }
    .flight-form .tab-content .destination-icon-invalid {
      border-top: 1px solid #c2283f !important;
      border-bottom: 1px solid #c2283f !important;
      border-left: 1px solid #c2283f !important; }
    .flight-form .tab-content .destination-icon-to {
      width: 27px;
      position: unset;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      line-height: 18px;
      text-align: center;
      color: #737373;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      border-left: 1px solid #d9d9d9;
      padding-left: 0px;
      padding-top: 4px;
      cursor: pointer; }
      .flight-form .tab-content .destination-icon-to:before {
        display: inline-block;
        content: ".";
        color: transparent;
        font-size: 0;
        height: 100%;
        position: absolute;
        left: 0;
        padding: 1px 0;
        top: -1px;
        bottom: -1px;
        width: 10px; }
      .flight-form .tab-content .destination-icon-to .red:before {
        border-left: 2px solid #d32743; }
      .flight-form .tab-content .destination-icon-to .grey:before {
        border-left: 2px solid #999896; }
      .flight-form .tab-content .destination-icon-to svg use {
        --outer-background-color: #999896;
        --inner-background-color: white;
        --letter-color: #999896; }
    .flight-form .tab-content .one-way-container {
      transition: opacity 0.3s linear, height 0.3s linear, max-height 0.3s linear;
      overflow: hidden; }
      .flight-form .tab-content .one-way-container .remainder {
        flex: 1; }
      .flight-form .tab-content .one-way-container .to {
        width: auto;
        flex: 1;
        margin-left: 0;
        margin-right: 30px;
        display: flex;
        height: 27px; }
      .flight-form .tab-content .one-way-container .from {
        width: auto;
        flex: 1;
        margin-left: 0;
        display: flex;
        height: 27px; }
    .flight-form .tab-content .two-way-container {
      transition: opacity 0.3s linear, height 0.3s linear, max-height 0.3s linear;
      overflow: hidden;
      padding: 20px 25px 30px 25px;
      display: flex;
      flex-direction: row; }
      .flight-form .tab-content .two-way-container .from {
        width: auto;
        flex: 1;
        margin-left: 0;
        display: flex;
        height: 27px; }
      .flight-form .tab-content .two-way-container .to {
        width: auto;
        flex: 1;
        margin-left: 0;
        margin-right: 30px;
        display: flex;
        height: 27px; }
      .flight-form .tab-content .two-way-container .dates {
        width: 314px;
        margin-right: 30px;
        margin-left: 0;
        display: flex;
        flex-direction: row; }
        .flight-form .tab-content .two-way-container .dates .datepicker {
          flex: 1; }
        .flight-form .tab-content .two-way-container .dates .dash {
          line-height: 28px;
          width: 30px;
          text-align: center; }
    .flight-form .tab-content .multiple-container {
      transition: opacity 0.3s linear, height 0.3s linear, max-height 0.3s linear;
      overflow: hidden;
      padding: 20px 25px 30px 25px;
      display: flex;
      flex-direction: column; }
      .flight-form .tab-content .multiple-container .from {
        width: auto;
        flex: 1;
        margin-left: 0;
        display: flex;
        height: 27px; }
      .flight-form .tab-content .multiple-container .to {
        width: auto;
        flex: 1;
        margin-left: 0;
        margin-right: 30px;
        display: flex;
        height: 27px; }
      .flight-form .tab-content .multiple-container .date {
        display: block;
        flex: 232px 0;
        margin-left: 0; }
      .flight-form .tab-content .multiple-container .row {
        margin: 0 0 14px 0;
        display: flex;
        flex-direction: row; }
      .flight-form .tab-content .multiple-container .toolbar-buttons {
        margin: 0; }
      .flight-form .tab-content .multiple-container .add-leg-button {
        flex: 1;
        margin-right: 30px;
        width: 100%;
        height: 28px;
        padding: 0;
        color: #c4c4c4;
        border: 1px dashed #d9d9d9;
        background-color: transparent;
        -webkit-transition: color .2s, border-color .2s;
        transition: color .2s, border-color .2s;
        outline: none; }
        .flight-form .tab-content .multiple-container .add-leg-button:hover {
          color: #d32743;
          border-color: #d32743; }
          .flight-form .tab-content .multiple-container .add-leg-button:hover icon-plus:before, .flight-form .tab-content .multiple-container .add-leg-button:hover icon-plus:after {
            background-color: #d32743; }
        .flight-form .tab-content .multiple-container .add-leg-button .icon-plus {
          position: relative;
          display: inline-block;
          margin-right: 5px;
          left: auto;
          top: auto; }
          .flight-form .tab-content .multiple-container .add-leg-button .icon-plus:before, .flight-form .tab-content .multiple-container .add-leg-button .icon-plus:after {
            background-color: #d9d9d9; }
      .flight-form .tab-content .multiple-container .search-button {
        flex: 232px 0; }
      .flight-form .tab-content .multiple-container .remove-leg-button {
        height: 22px;
        width: 22px;
        position: absolute;
        right: -23px;
        margin: 3px 0;
        border: none;
        background-color: transparent; }
        .flight-form .tab-content .multiple-container .remove-leg-button:hover .icon-close {
          fill: #cf101f; }
        .flight-form .tab-content .multiple-container .remove-leg-button .icon-close {
          width: 11px;
          height: 11px;
          fill: #D9D9D9; }
    .flight-form .tab-content .destination-icon {
      width: 27px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      line-height: 23px;
      text-align: center;
      color: #737373;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      border-left: 1px solid #d9d9d9;
      padding-left: 0px;
      padding-top: 4px;
      cursor: pointer; }
      .flight-form .tab-content .destination-icon:before {
        display: inline-block;
        content: ".";
        color: transparent;
        font-size: 0;
        height: 100%;
        position: absolute;
        left: 0;
        padding: 1px 0;
        top: -1px;
        bottom: -1px;
        width: 10px; }
      .flight-form .tab-content .destination-icon.red:before {
        border-left: 2px solid #d32743; }
      .flight-form .tab-content .destination-icon.grey:before {
        border-left: 2px solid #999896; }
      .flight-form .tab-content .destination-icon svg use {
        --outer-background-color: #999896;
        --inner-background-color: white;
        --letter-color: #999896; }
    .flight-form .tab-content .view-container {
      transition: opacity 0.3s linear, height 0.3s linear, max-height 0.3s linear;
      overflow: hidden; }
  .flight-form .tab-triangled {
    float: left;
    cursor: pointer;
    width: 224px;
    line-height: 37px;
    font-family: Ubuntu;
    font-size: 14px;
    color: #737373;
    position: relative;
    background-color: #faf9f7;
    display: flex;
    fill: #737373; }
    .flight-form .tab-triangled.selected {
      color: #d32743; }
      .flight-form .tab-triangled.selected .tab-triangled-content .tab-icon {
        fill: #d32743; }
      .flight-form .tab-triangled.selected .redline {
        background-color: #d32743; }
    .flight-form .tab-triangled:hover {
      color: #d32743; }
      .flight-form .tab-triangled:hover .tab-triangled-content .tab-icon {
        fill: #d32743; }
    .flight-form .tab-triangled .tab-triangled-content {
      background-color: white;
      position: relative;
      border-bottom: 1px solid #d9d9d9; }
    .flight-form .tab-triangled .triangle {
      background-color: transparent;
      border-style: solid;
      border-width: 0 34px 37px 0px;
      border-color: transparent transparent white transparent;
      padding-bottom: 1px;
      flex: 1; }
    .flight-form .tab-triangled .tab-icon {
      width: 28px;
      height: 28px;
      margin: 5px 5px 4px 0;
      float: left; }
    .flight-form .tab-triangled .redline {
      background-color: transparent;
      height: 2px;
      bottom: -1px;
      width: 100%;
      position: absolute; }
  .flight-form .passenger-picker {
    color: #737373;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 12px; }
    .flight-form .passenger-picker .dropdown_shadow_s {
      box-shadow: none; }
    .flight-form .passenger-picker.select {
      background-color: transparent;
      margin-top: 5px;
      margin-right: 10px; }
      .flight-form .passenger-picker.select:before {
        background-color: transparent !important; }
    .flight-form .passenger-picker .number {
      background-color: transparent !important; }
      .flight-form .passenger-picker .number:before {
        background-color: transparent !important; }
    .flight-form .passenger-picker .number__minus, .flight-form .passenger-picker .number__plus {
      background-color: transparent;
      border: 0; }
      .flight-form .passenger-picker .number__minus:hover, .flight-form .passenger-picker .number__plus:hover {
        border: 2px solid #f2eded;
        border-radius: 10px; }
    .flight-form .passenger-picker span.number__field {
      padding-top: 5px; }
    .flight-form .passenger-picker .select__trigger:hover {
      background-color: transparent; }
    .flight-form .passenger-picker .select__text {
      padding-right: 25px !important; }
    .flight-form .passenger-picker .dropdown {
      right: 10px;
      left: auto;
      top: 33px;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #f4f4f4;
      border-left: 1px solid #f4f4f4;
      border-right: 1px solid #f4f4f4; }
    .flight-form .passenger-picker .dropdown__list {
      position: relative; }
      .flight-form .passenger-picker .dropdown__list:before {
        position: absolute;
        content: '';
        left: 150px;
        top: -6px;
        width: 0;
        clear: both;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 6px solid white; }
      .flight-form .passenger-picker .dropdown__list.dropdown__list_main:before {
        border-bottom-color: white; }
      .flight-form .passenger-picker .dropdown__list.dropdown__list_secondary {
        background-color: #F9F8F6;
        margin-top: 10px;
        border-top: 2px solid #F0EFEE;
        padding-bottom: 5px; }
        .flight-form .passenger-picker .dropdown__list.dropdown__list_secondary:before {
          position: absolute;
          content: '';
          left: 150px;
          top: -7px;
          width: 0;
          clear: both;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 7px solid #F0EFEE; }
        .flight-form .passenger-picker .dropdown__list.dropdown__list_secondary:after {
          position: absolute;
          content: '';
          left: 152px;
          top: -6px;
          width: 0;
          clear: both;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 6px solid #F9F8F6; }
      .flight-form .passenger-picker .dropdown__list li {
        width: 220px;
        height: 30px;
        clear: both; }
        .flight-form .passenger-picker .dropdown__list li .label {
          float: left;
          padding: 10px 15px 0px 15px;
          font-weight: 300; }
          .flight-form .passenger-picker .dropdown__list li .label small {
            color: #ccc;
            font-size: 13px; }
        .flight-form .passenger-picker .dropdown__list li .number {
          float: right;
          padding-top: 5px;
          padding-right: 5px; }
          .flight-form .passenger-picker .dropdown__list li .number .number__field {
            font-size: 14px;
            font-weight: 600; }
    .flight-form .passenger-picker.select_open .select__text, .flight-form .passenger-picker .select__box:hover .select__text {
      color: #d32743; }
    .flight-form .passenger-picker.select_open .select__trigger:after, .flight-form .passenger-picker .select__box:hover .select__trigger:after {
      color: #d32743; }
  .flight-form .advanced-search-picker {
    color: #737373;
    font-family: Ubuntu;
    font-size: 13px; }
    .flight-form .advanced-search-picker .dropdown_shadow_s {
      box-shadow: none; }
    .flight-form .advanced-search-picker.select {
      background-color: transparent;
      margin-top: 5px;
      margin-right: 10px; }
      .flight-form .advanced-search-picker.select:before {
        background-color: transparent !important; }
    .flight-form .advanced-search-picker .select__text {
      padding-right: 25px !important;
      font-weight: 500; }
    .flight-form .advanced-search-picker .dropdown {
      right: 10px;
      left: auto;
      top: 33px;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #f4f4f4;
      border-left: 1px solid #f4f4f4;
      border-right: 1px solid #f4f4f4; }
    .flight-form .advanced-search-picker .dropdown__list {
      position: relative; }
      .flight-form .advanced-search-picker .dropdown__list:before {
        position: absolute;
        content: '';
        left: 520px;
        top: -9px;
        width: 0;
        clear: both;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 6px solid white; }
      .flight-form .advanced-search-picker .dropdown__list.dropdown__list_main:before {
        border-bottom-color: white; }
    .flight-form .advanced-search-picker.select_open .select__text, .flight-form .advanced-search-picker .select__box:hover .select__text {
      color: #d32743; }
    .flight-form .advanced-search-picker.select_open .select__trigger:after, .flight-form .advanced-search-picker .select__box:hover .select__trigger:after {
      color: #d32743; }
  .flight-form .advanced-search-container {
    display: flex;
    padding: 0;
    font-size: 12px; }
    .flight-form .advanced-search-container .parameters {
      display: flex;
      width: 180px;
      margin: 0; }
      .flight-form .advanced-search-container .parameters span {
        margin: auto; }
    .flight-form .advanced-search-container .airlines-item {
      display: inline-block;
      width: 125px; }
      .flight-form .advanced-search-container .airlines-item .airlines-label {
        margin-right: 5px; }
      .flight-form .advanced-search-container .airlines-item .airlines-input {
        width: 142px;
        font-size: 12px; }
    .flight-form .advanced-search-container .baggage-item .baggage-label {
      display: inline-block; }
    .flight-form .advanced-search-container .advanced-parameters-item {
      display: flex;
      width: 232px;
      flex: 1; }
      .flight-form .advanced-search-container .advanced-parameters-item span {
        margin: 0px auto 0; }
      .flight-form .advanced-search-container .advanced-parameters-item .dx-checkbox-icon {
        margin: 5px auto 0; }
    .flight-form .advanced-search-container.one-way .advanced-parameters-item {
      width: 290px; }
      .flight-form .advanced-search-container.one-way .advanced-parameters-item .baggage-item {
        margin: 0;
        width: 120px; }
      .flight-form .advanced-search-container.one-way .advanced-parameters-item .dx-checkbox-icon {
        margin: 0 10px 0 0; }
      .flight-form .advanced-search-container.one-way .advanced-parameters-item .airlines-item {
        margin: 0 12px 5px 0; }
        .flight-form .advanced-search-container.one-way .advanced-parameters-item .airlines-item .airlines-input {
          width: 120px; }
    .flight-form .advanced-search-container.two-way .parameters {
      width: 180px; }
    .flight-form .advanced-search-container.two-way .advanced-parameters-item {
      width: 314px;
      margin-right: 30px; }
      .flight-form .advanced-search-container.two-way .advanced-parameters-item .airlines-item {
        margin-bottom: 5px;
        margin-right: 46px; }
        .flight-form .advanced-search-container.two-way .advanced-parameters-item .airlines-item .airlines-input {
          width: 142px; }
      .flight-form .advanced-search-container.two-way .advanced-parameters-item .baggage-item {
        margin: 0;
        width: 120px; }
      .flight-form .advanced-search-container.two-way .advanced-parameters-item .dx-checkbox-icon {
        margin: 0 10px 0 0; }
    .flight-form .advanced-search-container.multiple {
      display: inline-block;
      width: 260px; }
      .flight-form .advanced-search-container.multiple .airlines-item {
        margin-bottom: 14px; }
        .flight-form .advanced-search-container.multiple .airlines-item .airlines-input {
          width: auto; }
      .flight-form .advanced-search-container.multiple .baggage-item {
        margin: 10px 0;
        display: inline-block;
        float: right;
        margin-top: 5px;
        width: 120px; }
        .flight-form .advanced-search-container.multiple .baggage-item .baggage-checkbox {
          margin-right: 5px; }
      .flight-form .advanced-search-container.multiple .parameters {
        width: 260px; }
        .flight-form .advanced-search-container.multiple .parameters span {
          margin: auto; }

.advanced-search-popup {
  flex-flow: row;
  display: flex; }
  .advanced-search-popup .dx-textbox {
    height: 22px;
    width: 100px; }
  .advanced-search-popup .dx-texteditor-input {
    min-height: 20px;
    padding: 1px 5px;
    font-family: "Open Sans", Arial, sans-serif; }

.advanced-search {
  display: flex;
  flex-direction: row-reverse;
  margin: 5px 25px 5px 0;
  font-weight: 500;
  line-height: 26px;
  color: #737373;
  font-family: Ubuntu;
  font-size: 13px; }
  .advanced-search span {
    cursor: pointer; }
    .advanced-search span:hover {
      color: #d32743; }
  .advanced-search .advanced-search-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 300px;
    margin-top: 4px;
    height: 20px; }
    .advanced-search .advanced-search-item .dx-checkbox-container {
      margin-top: 6px; }
  .advanced-search-container {
    padding: 10px;
    display: flex;
    flex-flow: row; }
  .advanced-search-picker :before {
    left: 550px; }
  .advanced-search-row-container {
    display: flex;
    flex-flow: column; }
  .advanced-search_panel {
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200; }
  .advanced-search_panel:hover {
    cursor: default; }
  .advanced-search-item {
    display: flex;
    flex-flow: row;
    width: 300px;
    margin-top: 4px;
    height: 20px; }
  .advanced-search-label {
    width: 190px;
    margin-top: 8px; }
  .advanced-search-textbox {
    width: 100px; }
  .advanced-search-checkbox {
    margin-top: 8px !important; }
  .advanced-search_header {
    font-size: large; }
  .advanced-search_absolute {
    position: absolute; }

.search-page {
  flex: 1;
  display: flex;
  flex-direction: row; }
  .search-page .row-offset-0 {
    margin: 0; }
    .search-page .row-offset-0 > [class^="col-"], .search-page .row-offset-0 > [class*=" col-"] {
      padding: 0; }
  .search-page .row-offset-20 {
    margin: 0 -10px; }
    .search-page .row-offset-20 > [class^="col-"], .search-page .row-offset-20 > [class*=" col-"] {
      padding: 0 10px; }
  .search-page .row-offset-30 {
    margin: 0 -15px; }
    .search-page .row-offset-30 > [class^="col-"], .search-page .row-offset-30 > [class*=" col-"] {
      padding: 0 15px; }
  .search-page .c-scroll-x {
    overflow-x: auto; }
  .search-page .ticket {
    position: relative;
    background: #fff;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 0 10px;
    padding: 18px;
    color: #515151; }
    .search-page .ticket .row {
      margin: 0; }
      .search-page .ticket .row > [class^="col-"], .search-page .ticket .row > [class*=" col-"] {
        padding: 0; }
    .search-page .ticket.ticket-blue {
      border-left-color: #6980D3; }
    .search-page .ticket.ticket-orange {
      border-left-color: #E7A759; }
    .search-page .ticket.theme-purple {
      border-left-color: #B3559D; }
      .search-page .ticket.theme-purple .ticket-check {
        border-color: #B3559D; }
      .search-page .ticket.theme-purple .ticket-check-input {
        background: #B3559D; }
    .search-page .ticket.theme-blue {
      border-left-color: #6980D3; }
      .search-page .ticket.theme-blue .ticket-check {
        border-color: #6980D3; }
      .search-page .ticket.theme-blue .ticket-check-input {
        background: #6980D3; }
    .search-page .ticket.theme-orange {
      border-left-color: #E7A759; }
      .search-page .ticket.theme-orange .ticket-check {
        border-color: #E7A759; }
      .search-page .ticket.theme-orange .ticket-check-input {
        background: #E7A759; }
    .search-page .ticket.theme-gray {
      border-left-color: #908F8D; }
      .search-page .ticket.theme-gray .ticket-check {
        border-color: #ABABAB; }
        .search-page .ticket.theme-gray .ticket-check .ticket-check-input {
          background: #ABABAB; }
      .search-page .ticket.theme-gray.is-check .ticket-check {
        border-color: #454545; }
        .search-page .ticket.theme-gray.is-check .ticket-check .ticket-check-input {
          background: #454545; }
    .search-page .ticket .ticket-check {
      border-color: #ABABAB; }
      .search-page .ticket .ticket-check .ticket-check-input {
        background: #ABABAB; }
    .search-page .ticket.is-check .ticket-check {
      border-color: #454545; }
      .search-page .ticket.is-check .ticket-check .ticket-check-input {
        background: #454545; }
    .search-page .ticket:hover .ticket-toggle {
      background: #FAFAFA; }
    .search-page .ticket.ticket-selected {
      border-left-color: #42C4EF; }
      .search-page .ticket.ticket-selected.route_package {
        border-left-color: #E82D4B !important; }
  .search-page .ticket-direction {
    margin: 0 30px 10px;
    padding: 4px 0 0;
    list-style: none;
    font-size: 21px;
    line-height: 1.2;
    white-space: nowrap; }
    .search-page .ticket-direction > li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 34px 0 0;
      margin: 0 -4px 0 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50%; }
      .search-page .ticket-direction > li:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        right: 8px;
        width: 17px;
        height: 8px;
        background: url(/wwwroot/img/assets/img/sprite.png) -259px -105px no-repeat; }
      .search-page .ticket-direction > li:last-child {
        padding: 0; }
        .search-page .ticket-direction > li:last-child:after {
          display: none; }
    .search-page .ticket-direction small {
      display: block;
      font-size: 11px;
      line-height: 1.2;
      color: #9e9e9e; }
  .search-page .ticket-transfer {
    margin: 5px 0 10px;
    padding: 0;
    list-style: none;
    text-align: justify;
    font-size: 11px;
    line-height: 15px;
    color: #515151;
    max-width: 280px;
    white-space: nowrap; }
    .search-page .ticket-transfer:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0; }
    .search-page .ticket-transfer > li {
      text-align: center;
      display: inline-block;
      vertical-align: bottom;
      margin: 0 7px; }
      .search-page .ticket-transfer > li:first-child {
        margin-left: 0; }
      .search-page .ticket-transfer > li:last-child {
        margin-right: 0; }
    .search-page .ticket-transfer time {
      font-size: 22px;
      color: #515151; }
    .search-page .ticket-transfer small {
      display: block;
      font-size: 11px;
      color: #9e9e9e;
      position: relative;
      top: 1px; }
    @media (min-width: 992px) {
      .search-page .ticket-transfer {
        margin-left: auto;
        margin-right: auto; } }
  .search-page .ticket-transfer-line {
    display: block;
    width: 130px;
    height: 2px;
    position: relative;
    background: #C8C8C8;
    margin: 15px auto 5px;
    padding: 0;
    list-style: none; }
    .search-page .ticket-transfer-line:after, .search-page .ticket-transfer-line:before {
      content: '';
      display: block;
      position: absolute;
      top: -2px; }
    .search-page .ticket-transfer-line:after {
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 4px solid #C8C8C8;
      right: -4px; }
    .search-page .ticket-transfer-line:before {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #D0D0D0;
      left: 50%;
      margin: 0 0 0 -3px;
      display: none; }
    .search-page .ticket-transfer-line.is-2 .ticket-transfer-item:nth-of-type(1) .ticket-transfer-dot {
      margin-left: -20px; }
    .search-page .ticket-transfer-line.is-2 .ticket-transfer-item:nth-of-type(1) .ticket-transfer-tech-stop {
      margin-left: -28px; }
    .search-page .ticket-transfer-line.is-2 .ticket-transfer-item:nth-of-type(2) .ticket-transfer-dot {
      margin-left: 20px; }
    .search-page .ticket-transfer-line.is-2 .ticket-transfer-item:nth-of-type(2) .ticket-transfer-tech-stop {
      margin-left: 13px; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-dot {
      left: auto;
      right: auto; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-item:nth-of-type(1) .ticket-transfer-dot {
      left: 30px; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-item:nth-of-type(1) .ticket-transfer-tech-stop {
      margin-left: -50px; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-item:nth-of-type(2) .ticket-transfer-dot {
      left: 50%;
      margin-left: -3px; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-item:nth-of-type(2) .ticket-transfer-tech-stop {
      margin-left: -15px; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-item:nth-of-type(3) .ticket-transfer-dot {
      left: 50%;
      margin-left: 32px; }
    .search-page .ticket-transfer-line.is-3 .ticket-transfer-item:nth-of-type(3) .ticket-transfer-tech-stop {
      margin-left: 20px; }
  .search-page .ticket-transfer-text {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 0 5px; }
  .search-page .ticket-transfer-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #D0D0D0;
    left: 50%;
    margin: 0 0 0 -3px;
    position: absolute;
    top: -2px;
    cursor: help; }
    .search-page .ticket-transfer-dot:hover {
      background: #9D9D9D; }
    .search-page .ticket-transfer-dot span {
      text-align: center;
      position: absolute;
      bottom: 100%;
      left: -100px;
      right: -100px;
      display: block;
      padding: 0 0 5px; }
  .search-page .ticket-transfer-tech-stop {
    width: 6px;
    height: 6px;
    border: 1px solid white;
    margin: 0;
    top: -2px;
    border-radius: 50%;
    background: #C8C8C8;
    left: 75%;
    transform: translateX(-50%);
    position: absolute;
    display: block; }
  .search-page .first-tech-stop {
    width: 6px;
    height: 6px;
    border: 1px solid white;
    margin: 0;
    top: -2px;
    border-radius: 50%;
    background: #C8C8C8;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block; }
  .search-page .first-tech-stop.two-segments {
    margin-left: -30px; }
  .search-page .first-tech-stop.three-segments {
    margin-left: -40px; }
  .search-page .first-tech-stop.four-segments {
    margin-left: -50px; }
  .search-page .ticket-details {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    font-size: 11px;
    line-height: 15px;
    clear: right;
    color: #9e9e9e; }
    .search-page .ticket-details > li {
      display: inline-block;
      vertical-align: top;
      margin: 1px 15px 1px 0;
      white-space: nowrap; }
      .search-page .ticket-details > li:last-child {
        margin-right: 0; }
    .search-page .ticket-details b {
      font-size: 12px;
      color: #515151;
      border-bottom: 1px dashed transparent; }
      .search-page .ticket-details b:hover {
        border-color: #515151; }
    .search-page .ticket-details mark {
      background: none;
      padding: 0;
      color: #D32743; }
      .search-page .ticket-details mark b {
        color: #D32743;
        font-size: 11px;
        border-color: transparent; }
        .search-page .ticket-details mark b:hover {
          border-color: transparent; }
    @media (min-width: 992px) {
      .search-page .ticket-details {
        width: 240px;
        float: right;
        padding: 0 0 0 10px; } }
    .search-page .ticket-details .is-red {
      color: #C2283F; }
      .search-page .ticket-details .is-red b {
        color: #C2283F; }
        .search-page .ticket-details .is-red b:hover {
          border-color: #C2283F; }
  @media (min-width: 992px) {
    .search-page .col-md-240 {
      width: 240px; } }
  .search-page .icon-ticket, .search-page .icon-bilet {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 0;
    top: -1px; }
  .search-page .icon-moon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 0;
    top: -1px;
    width: 12px;
    height: 12px;
    top: -2px; }
  .search-page .icon-transfer {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 0;
    top: -1px;
    width: 14px;
    height: 15px;
    top: -2px; }
  .search-page .icon-weight-min {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 0;
    top: -1px;
    width: 10px;
    height: 9px;
    top: -1px; }
  .search-page .icon-weight {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 0;
    top: -1px;
    width: 12px;
    height: 10px;
    top: -2px;
    margin-right: 7px; }
  .search-page .icon-bilet {
    width: 13px;
    height: 8px; }
  .search-page .no-baggage {
    position: relative; }
    .search-page .no-baggage:after {
      content: "";
      z-index: 10;
      position: absolute;
      width: 2px;
      height: 20px;
      top: -2px;
      display: block;
      background: #D32743;
      right: 7px;
      transform: translate(-50%, 0) rotate(50deg); }
  .search-page .ticket-table {
    width: 100%;
    border: 1px solid #E5E5E5;
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    color: #9e9e9e;
    background: #fff; }
    .search-page .ticket-table .no-baggage:after {
      right: 13px; }
    .search-page .ticket-table td {
      float: none;
      padding: 7px 10px; }
      .search-page .ticket-table td:nth-child(1) {
        width: 33.3%;
        white-space: nowrap; }
      .search-page .ticket-table td:nth-child(2) {
        width: 38%; }
      .search-page .ticket-table td:nth-child(3) {
        width: auto; }
        .search-page .ticket-table td:nth-child(3) .icon-weight {
          width: 10px;
          height: 9px;
          top: 0; }
        .search-page .ticket-table td:nth-child(3) span.icon:hover {
          cursor: help;
          color: #C2283F; }
        .search-page .ticket-table td:nth-child(3) span mark {
          background: none;
          padding: 0;
          color: #D32743;
          font-size: 11px;
          cursor: help; }
      .search-page .ticket-table td:nth-child(4) {
        width: 100px;
        padding-left: 0; }
        .search-page .ticket-table td:nth-child(4) img {
          max-width: initial;
          height: 20px;
          float: left; }
      .search-page .ticket-table td:nth-child(5) {
        max-width: 130px;
        text-align: center; }
    .search-page .ticket-table tr:nth-child(even) {
      background: #FAFAFA; }
    @media (max-width: 991px) {
      .search-page .ticket-table {
        font-size: 12px; }
        .search-page .ticket-table tr {
          display: block;
          padding: 7px 0; }
        .search-page .ticket-table td {
          display: inline-block !important;
          vertical-align: top;
          width: auto;
          padding: 0 10px; }
          .search-page .ticket-table td:nth-child(1), .search-page .ticket-table td:nth-child(2), .search-page .ticket-table td:nth-child(3), .search-page .ticket-table td:nth-child(4) {
            width: auto; } }
  .search-page .technical-stops {
    border-radius: 20px;
    padding: 4px 10px;
    background-color: #f9f8f6;
    margin-left: 7px;
    white-space: nowrap; }
  .search-page .white-bg {
    background-color: white; }
  .search-page .ticket-table-time {
    display: block;
    max-width: 295px;
    margin: 0 auto -16px;
    text-align: justify;
    line-height: 16px; }
    .search-page .ticket-table-time:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      line-height: 0; }
    .search-page .ticket-table-time span {
      margin: 0 5px; }
      .search-page .ticket-table-time span.time-cell {
        color: #515151; }
      .search-page .ticket-table-time span:first-child {
        margin-left: 0; }
      .search-page .ticket-table-time span:last-child {
        margin-right: 0; }
  .search-page .ticket-selected {
    margin: 0;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-bottom: none;
    /*&.is-check {
            background: #FFFBEA;

            &:hover {
                background: #F7F3E4;

                .ticket-toggle {
                    background: #F7F3E4;
                }
            }
        }*/ }
    .search-page .ticket-selected:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #eee;
      z-index: 100; }
    .search-page .ticket-selected:last-child:after {
      display: none; }
    .search-page .ticket-selected:hover {
      background: #F9F8F6; }
      .search-page .ticket-selected:hover .ticket-toggle {
        background: #F9F8F6; }
    .search-page .ticket-selected .row {
      margin-right: 20px; }
    .search-page .ticket-selected .ticket-table {
      color: #9e9e9e;
      margin: 0 0 10px; }
    @media (min-width: 768px) {
      .search-page .ticket-selected .ticket-transfer {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 1199px) {
      .search-page .ticket-selected .ticket-details {
        float: none;
        padding: 0;
        width: auto;
        margin: 0; } }
  .search-page .dashed {
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #D0D0D0, #D0D0D0 2px, transparent 2px, transparent 4px);
    margin: 0 0 25px; }
  .search-page .ticket-check {
    position: absolute;
    top: 25px;
    left: 14px;
    border: 2px solid #ccc;
    width: 20px;
    height: 20px;
    z-index: 5;
    border-radius: 50%; }
    .search-page .ticket-check input {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      cursor: pointer; }
      .search-page .ticket-check input:checked ~ .ticket-check-input {
        visibility: visible; }
    @media (min-width: 768px) {
      .search-page .ticket-check {
        display: block; }
        .search-page .ticket-check .ticket-check {
          top: 50%;
          margin: -10px 0 0; } }
  .search-page .ticket-check-input {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: -6px 0 0 -6px;
    visibility: hidden; }
  .search-page .ticket-toggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    border: none;
    background: none;
    border-left: 1px dashed #EDEDED;
    z-index: 20;
    background: #FFFFFF;
    color: #B2B2B2; }
    .search-page .ticket-toggle:hover {
      background: rgba(0, 0, 0, 0.03); }
    .search-page .ticket-toggle.is-active .icon-ticket-toggle {
      transform: rotate(180deg); }
    .search-page .ticket-toggle:focus {
      outline: none; }
  .search-page .tickets-toggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    border: none;
    background: transparent;
    border-left: 1px dashed #EDEDED;
    z-index: 20;
    color: #B2B2B2; }
    .search-page .tickets-toggle:focus {
      outline: none; }
    .search-page .tickets-toggle:hover {
      background: rgba(0, 0, 0, 0.03); }
    .search-page .tickets-toggle.is-active .icon-tickets-toggle {
      transform: rotate(180deg); }
  .search-page .icon-ticket-toggle {
    transition: transform 0.4s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 11px;
    margin: -6px 0 0 -10px; }
  .search-page .icon-tickets-toggle {
    transition: transform 0.4s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 21px;
    margin: -6px 0 0 -10px; }
  .search-page .ticket-toggle-content {
    padding: 0 20px 0 0; }
  .search-page .airlines {
    background: #F9F8F6;
    margin: 0 0 10px;
    position: relative; }
    .search-page .airlines:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 24px;
      background-size: contain; }
  .search-page .airlines-head {
    position: relative;
    padding: 15px 30px 15px 20px; }
  .search-page .airlines-heading {
    overflow: hidden;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    color: #BC233C; }
    @media (min-width: 768px) {
      .search-page .airlines-heading {
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px; } }
  .search-page .airlines-price {
    display: none; }
    .search-page .airlines-price span {
      display: block; }
      .search-page .airlines-price span.airlines-datasource {
        display: block;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal; }
    @media (min-width: 768px) {
      .search-page .airlines-price {
        display: block;
        margin: 0;
        float: right;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        color: #515151; } }
  .search-page .airlines-logo {
    display: none; }
    @media (min-width: 768px) {
      .search-page .airlines-logo {
        display: inline-block;
        vertical-align: middle;
        height: 28px;
        margin: 0em 20px 0em 0px; }
        .search-page .airlines-logo img {
          max-height: 28px; } }
  .search-page .airlines-group {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px; }
    .search-page .airlines-group:last-child {
      margin: 0; }
  .search-page .airlines-foot {
    padding: 10px 25px 15px 20px; }
    .search-page .airlines-foot .btn {
      width: 100%; }
    @media (min-width: 768px) {
      .search-page .airlines-foot {
        text-align: right; }
        .search-page .airlines-foot .btn {
          width: 240px; } }
  .search-page .select-recommendation-button .dx-button-content {
    padding: 0; }
    .search-page .select-recommendation-button .dx-button-content .dx-button-text {
      font-size: 15px; }
  .search-page .select-recommendation-button.selected {
    background-color: #bc233c; }
    .search-page .select-recommendation-button.selected .dx-button-text {
      color: #fff; }
  .search-page .airlines-total {
    display: block;
    text-align: right;
    margin: 0 0 10px;
    line-height: 1;
    float: left; }
    .search-page .airlines-total:last-of-type {
      float: none; }
      .search-page .airlines-total:last-of-type b {
        font-weight: 700;
        color: #515151;
        font-size: 24px; }
    .search-page .airlines-total b {
      font-size: 21px;
      font-weight: normal;
      color: #9e9e9e;
      display: block;
      line-height: 28px; }
    .search-page .airlines-total small {
      display: block;
      font-size: 13px;
      line-height: 16px;
      color: #b2b2b2; }
    @media (min-width: 768px) {
      .search-page .airlines-total {
        display: inline-block;
        vertical-align: middle;
        margin: 0 25px 0 0; }
        .search-page .airlines-total small {
          display: inline-block; } }

.result-view {
  overflow: hidden;
  flex: 1;
  margin-left: 10px;
  position: relative; }

.filter-view {
  flex: 280px 0; }
  .filter-view .filter-container {
    background-color: white;
    padding: 0 25px 20px 26px; }
    .filter-view .filter-container .filter__item_sorting {
      display: flex;
      padding: 26px 0 12px 0;
      border-bottom: 1px solid #efefef; }
      .filter-view .filter-container .filter__item_sorting .element {
        color: #b3b3b3;
        flex: 1;
        cursor: pointer;
        display: flex; }
        .filter-view .filter-container .filter__item_sorting .element .icon svg {
          fill: #b3b3b3; }
        .filter-view .filter-container .filter__item_sorting .element .price {
          font-size: 16px;
          font-weight: 400;
          color: #8c8c8c; }
        .filter-view .filter-container .filter__item_sorting .element .info {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .filter-view .filter-container .filter__item_sorting .element .info .title {
            font-size: 18px;
            font-weight: 500; }
            .filter-view .filter-container .filter__item_sorting .element .info .title svg {
              fill: #d32743; }
        .filter-view .filter-container .filter__item_sorting .element:hover {
          color: #8c8c8c; }
          .filter-view .filter-container .filter__item_sorting .element:hover .icon svg {
            fill: #8c8c8c; }
        .filter-view .filter-container .filter__item_sorting .element.selected {
          color: #bc233c; }
          .filter-view .filter-container .filter__item_sorting .element.selected .icon svg {
            fill: #d32743; }

.flight-booking {
  flex: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column; }
  .flight-booking .booking {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .flight-booking .booking .booking-routes {
      flex: 1; }
      .flight-booking .booking .booking-routes .airlines {
        background: transparent; }
      .flight-booking .booking .booking-routes .airlines-head {
        background: #fff; }
      .flight-booking .booking .booking-routes .airlines-heading {
        color: #515151; }
      .flight-booking .booking .booking-routes .ticket-direction {
        margin-left: 2px; }
      .flight-booking .booking .booking-routes .ticket-selected:hover {
        background: #fff; }
    .flight-booking .booking .booking-price {
      width: 300px;
      margin-left: 10px;
      background-color: #FEFEFE;
      margin-bottom: 10px; }
      .flight-booking .booking .booking-price .header {
        border-bottom: 1px solid #ECECEC;
        color: #3E3E3E;
        position: relative;
        padding: 15px 20px 15px 20px; }
        .flight-booking .booking .booking-price .header .airlines-heading {
          color: #515151; }
      .flight-booking .booking .booking-price .prices {
        border-bottom: 1px solid #ECECEC;
        display: table;
        margin: 0 20px 0 20px; }
        .flight-booking .booking .booking-price .prices .price-row {
          font-size: 16px;
          color: #3E3E3E;
          display: table-row; }
          .flight-booking .booking .booking-price .prices .price-row .label {
            font-size: 14px;
            font-weight: 500;
            display: table-row;
            padding-bottom: 15px; }
          .flight-booking .booking .booking-price .prices .price-row .count {
            font-size: 14px;
            font-weight: bold;
            text-align: right;
            display: table-cell;
            width: 1%;
            white-space: nowrap;
            padding-bottom: 15px; }
            .flight-booking .booking .booking-price .prices .price-row .count span {
              margin: 0 3px; }
          .flight-booking .booking .booking-price .prices .price-row .price {
            text-align: right;
            font-size: 14px;
            font-weight: bold;
            display: table-cell;
            width: 1%;
            white-space: nowrap;
            padding-bottom: 15px; }
      .flight-booking .booking .booking-price .total {
        font-size: 26px;
        font-weight: bold;
        color: #3E3E3E;
        padding: 15px 20px 15px 20px;
        display: flex; }
        .flight-booking .booking .booking-price .total span:first-child {
          width: 50%; }
        .flight-booking .booking .booking-price .total span:last-child {
          width: 50%;
          text-align: right; }
  .flight-booking .passengers {
    background-color: #FEFEFE; }
    .flight-booking .passengers .passengers-header {
      padding: 10px 20px;
      border-bottom: 1px solid #ECECEC; }
      .flight-booking .passengers .passengers-header h2 {
        font-size: 26px;
        font-weight: normal;
        color: #3F3F3F;
        margin: 0; }
    .flight-booking .passengers .passengers-body .passenger {
      border-bottom: 1px solid #ECECEC;
      padding: 0 0 20px 20px; }
      .flight-booking .passengers .passengers-body .passenger .passenger-header {
        margin-bottom: 0; }
        .flight-booking .passengers .passengers-body .passenger .passenger-header h2 {
          padding: 10px 0;
          font-weight: normal;
          font-size: 19px;
          color: #3F3F3F;
          margin: 0; }
      .flight-booking .passengers .passengers-body .passenger .passenger-body {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch; }
        .flight-booking .passengers .passengers-body .passenger .passenger-body input, .flight-booking .passengers .passengers-body .passenger .passenger-body .select-input {
          display: block;
          width: 100%;
          height: 32px;
          font-size: 13px;
          border: 1px solid #d9d9d9;
          color: #3f3f3f;
          max-width: 100%; }
        .flight-booking .passengers .passengers-body .passenger .passenger-body .select-control ul li {
          padding-left: 0px !important; }
          .flight-booking .passengers .passengers-body .passenger .passenger-body .select-control ul li input {
            border: 0 !important;
            height: 30px !important; }
        .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container {
          margin-bottom: 15px;
          width: 307px;
          margin-right: 20px;
          position: relative; }
          .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container > .placeholder {
            position: absolute;
            left: 9px;
            font-size: 13px;
            line-height: 23px;
            bottom: 5px;
            /*color: #757575;*/
            color: #9e9e9e;
            font-family: "Open Sans", Arial, sans-serif;
            transition: bottom .1s ease-out, font-size .1s ease-out; }
          .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container input {
            padding: 5px 0 7px 8px;
            font-family: 'Droid Sans',sans-serif; }
          .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container > input:focus + .placeholder, .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container.has-value > .placeholder, .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container .has-focus > .placeholder {
            bottom: -5px;
            font-size: 8px;
            line-height: 20px; }
          .flight-booking .passengers .passengers-body .passenger .passenger-body .input-container .datepicker-icon {
            width: 32px !important; }
    .flight-booking .passengers .passengers-footer {
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
      padding: 15px 20px; }
      .flight-booking .passengers .passengers-footer .dx-button {
        width: 200px;
        height: 32px; }
    .flight-booking .passengers .offer-sender-section {
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
      padding: 0 20px 15px; }
      .flight-booking .passengers .offer-sender-section .dx-button {
        width: 200px;
        height: 32px; }
      .flight-booking .passengers .offer-sender-section .offer-remark-textbox {
        margin-right: 15px; }
  .flight-booking .services {
    background-color: #FEFEFE;
    margin-bottom: 10px; }
    .flight-booking .services .services-header {
      padding: 10px 20px;
      border-bottom: 1px solid #ECECEC; }
      .flight-booking .services .services-header h2 {
        font-size: 26px;
        font-weight: normal;
        color: #515151;
        margin: 0; }
    .flight-booking .services .services-body {
      padding: 10px 20px; }
      .flight-booking .services .services-body table {
        color: #515151; }
      .flight-booking .services .services-body thead th {
        padding: 8px 0;
        font-weight: 700;
        font-size: 13px;
        text-align: left; }
        .flight-booking .services .services-body thead th.name {
          min-width: 250px; }
        .flight-booking .services .services-body thead th.route {
          min-width: 150px; }
        .flight-booking .services .services-body thead th.price {
          min-width: 100px; }
        .flight-booking .services .services-body thead th.passengers {
          min-width: 150px; }
        .flight-booking .services .services-body thead th.total {
          min-width: 100px; }
      .flight-booking .services .services-body tbody td {
        padding: 8px 15px 8px 0;
        font-size: 13px; }
    .flight-booking .services .passenger-type {
      padding: 8px 0;
      font-weight: 700;
      font-size: 16px; }

.animate-switch-container {
  transition: all linear 0.3s; }

.animate-opacity.ng-animate {
  transition: all linear 0.3s; }

.animate-opacity.ng-leave,
.animate-opacity.ng-leave.ng-leave-active {
  display: none; }

.animate-opacity.ng-enter {
  opacity: 0; }

.animate-opacity.ng-enter.ng-enter-active {
  opacity: 1; }

.collapse {
  overflow: hidden;
  transition: max-height 0.3s;
  background: lightgreen; }

.icon-plane-down, .icon-plane-up {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 4px;
  border-bottom: 1px solid #393939; }

.icon-plane-down {
  width: 15px;
  height: 12px;
  top: -2px; }

.icon-plane-up {
  width: 15px;
  height: 10px; }

.filtration-label {
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  color: #b3b3b3;
  margin-bottom: 16px; }

.slider-label-left {
  border: 1px solid #d9d9d9;
  height: 18px;
  width: 40px;
  font-family: Ubuntu;
  font-size: 11px;
  float: left;
  margin-bottom: 2px;
  text-align: center; }

.slider-label-right {
  border: 1px solid #d9d9d9;
  height: 18px;
  width: 40px;
  font-family: Ubuntu;
  font-size: 11px;
  float: right;
  margin-bottom: 2px;
  color: #737373;
  text-align: center; }

.range-slider {
  width: 229px; }

.filter__row .filter__lbl.checkbox {
  float: left; }

.faretype-legend-container {
  display: flex;
  flex-direction: row; }

.faretype-legend-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }

.faretype-legend-box {
  width: 16px;
  height: 16px; }
  .faretype-legend-box_package {
    background-color: #42C4EF; }
  .faretype-legend-box_youth {
    background-color: #EFEC44; }
  .faretype-legend-box_vfr {
    background-color: #FC518D; }
  .faretype-legend-box_rp {
    background-color: #E82D4B; }
  .faretype-legend-box_rb {
    background-color: #53E071; }
  .faretype-legend-box_ra {
    background-color: #3A9ABB; }
  .faretype-legend-box_corporateCode {
    background-color: #999895; }

.faretype__route__oneway {
  border-left-color: #53E071 !important; }

.faretype__route_package {
  border-left-color: #42C4EF !important; }

.faretype__route_youth {
  border-left-color: #EFEC44 !important; }

.faretype__route_valid {
  border-left-color: #FC518D !important; }

.faretype__route_alert {
  border-left-color: #E82D4B !important; }

.faretype__route_selfPackage {
  border-left-color: #3A9ABB !important; }

.faretype__route_corporateCode {
  border-left-color: #999895 !important; }

.faretype_lable {
  color: #000000;
  margin-left: 5px;
  margin-right: 10px; }

/* fare family info popover */
.fareFamilyPopoverTitle {
  float: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #BC233C;
  margin-right: 40px; }

.icon-fareFamily {
  fill: #BC233C;
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  margin-left: 5px; }

.fareFamily-list {
  padding: 10px 0px;
  font-weight: bold; }

.fareFamily-list-item {
  font-family: Ubuntu;
  font-size: 14px;
  background-color: #faf9f7;
  margin: 5px 15px;
  overflow: auto; }

.fareFamily-list-item-atcharge {
  background-color: #d8d5f5; }

.fareFamily-list-item-included {
  background-color: #e3f5d5; }

.fareFamily-list-item-notoffered {
  background-color: #f5d5da; }

.fareFamily-list-item > div {
  padding: 5px;
  float: left; }

.fareFamily-list-item > div:first-child {
  width: 70%; }

.fareFamily-list-item > div:last-child {
  width: 30%; }

.fareFamily-list-noData {
  color: #d9d9d9;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif; }

/* fare familt options popover */
.fare-family-services_info {
  padding-top: 1px; }

.fare-family-services_icon {
  fill: #BC233C;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  cursor: pointer; }

.fare-family-services_list {
  color: #4d4d4d;
  font-family: Ubuntu;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  padding: 10px; }

.fare-family-selected .fare-family-services_icon {
  fill: #fff; }

.hotel-search {
  flex: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column; }
  .hotel-search .rooms-picker-container {
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 12px; }
  .hotel-search .hotel-search-body {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: flex-start; }
    .hotel-search .hotel-search-body .filter .filter__item:first-child .filter__item:first-child {
      padding-top: 24px; }
  .hotel-search div[ui-view="form"] {
    z-index: 1; }
  .hotel-search div[ui-view="filter"] {
    z-index: 1;
    position: relative;
    overflow-y: auto;
    flex: 0 0 200px;
    transition: 0.5s all ease-out; }
  .hotel-search div[ui-view="result"] {
    overflow: hidden;
    flex: 1 auto; }
  .hotel-search .result-container {
    height: 100%;
    display: flex;
    flex-flow: row;
    /*flex: 1;*/ }
  .hotel-search .result-filter {
    flex: 1 auto;
    z-index: 1; }
  .hotel-search .result__filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex: 1;
    align-self: flex-start; }
  .hotel-search .hotel-info-container {
    z-index: 1;
    width: 286px; }
  .hotel-search .list-mode {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .hotel-search .form__row .city {
    display: inline-block;
    width: 100%; }
  .hotel-search .form__row .load-indicator {
    margin-left: -27px;
    position: absolute;
    margin-top: 5px;
    background-color: #fff; }

.hotel {
  position: relative;
  padding: 15px 25px 15px 124px;
  min-height: 118px;
  display: flex; }
  .hotel_room {
    display: block;
    padding: 15px 25px; }
  .hotel:hover {
    box-shadow: inset 0 0 0 2px #ed546d; }
  .hotel-card:hover, .hotel_room:hover {
    box-shadow: none; }
  .hotel_mark {
    padding-left: 135px; }
    .hotel_mark::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 15px; }
    .hotel_mark .hotel__rating {
      float: right; }
  .hotel_mark_bk::before {
    background-color: #24ca47;
    vertical-align: text-bottom; }
  .hotel_mark_supplier::before {
    background-color: #25b2e3;
    vertical-align: text-bottom; }
  .hotel_promo {
    background-color: #FCF7D2;
    background-image: linear-gradient(#FCF7D2, #FCF7D2);
    vertical-align: text-bottom; }
  .hotel__fig {
    position: absolute;
    left: 20px;
    top: 15px;
    margin: 0;
    width: 85px;
    height: 85px; }
    .hotel_mark .hotel__fig {
      left: 30px; }
    .hotel__fig_placeholder {
      border: 1px solid #ebebeb; }
    .hotel_card .hotel__fig {
      left: 25px;
      width: 70px;
      height: 70px; }
    .hotel__fig img {
      max-width: 100%;
      width: 85px;
      height: 85px; }
  .hotel__about {
    min-width: 56%;
    max-width: 56%;
    flex-grow: 1;
    margin-right: 20px; }
  .hotel__name {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3f3f3f; }
    .hotel_card .hotel__name {
      margin-top: 0;
      margin-bottom: 0px;
      font-size: 20px;
      line-height: 1; }
    .hotel_room .hotel__name {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.2; }
  .hotel__adr {
    display: inline-block;
    font-style: normal;
    font-size: 13px; }
    .hotel_room .hotel__adr {
      margin-bottom: 15px;
      line-height: 1.55; }
  .hotel__city {
    margin-bottom: 12px; }
  .hotel__paid {
    font-size: 13px;
    color: #d32743; }
    .hotel_card .hotel__paid {
      margin-bottom: 35px; }
  .hotel__paid-item {
    display: inline-block;
    margin-right: 28px;
    width: 100%; }
    .hotel_card .hotel__paid-item {
      display: block;
      margin-bottom: 1px; }
      .hotel_card .hotel__paid-item:last-child {
        margin-bottom: 0; }
  .hotel-paid-item {
    display: inline-block; }
  .hotel__paid-lbl {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin-right: 5px; }
  .hotel__paid-lbl-text {
    display: inline-block;
    line-height: 1.1; }
  .hotel__rating {
    margin-top: 0px;
    margin-right: 11px;
    display: inline-block; }
    .hotel_card .hotel__rating {
      margin-top: 7px;
      margin-bottom: 3px; }
    .hotel_room .hotel__rating {
      margin-top: 10px;
      margin-bottom: 10px; }
  .hotel__comment {
    margin: 45px 30px 0 10px;
    white-space: nowrap; }
    .hotel_card .hotel__comment {
      margin: 0 0 5px; }
  .hotel__comment-item {
    display: inline-block;
    margin: 1px 0;
    width: 16px;
    cursor: pointer; }
  .hotel__price {
    width: 0;
    display: flex;
    align-self: flex-start;
    justify-content: flex-end;
    flex-grow: 1; }
    .hotel__price .hotel_card {
      display: block; }
  .hotel__price-item {
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    color: #3f3f3f; }
    .hotel__price-item + .hotel__price-item {
      margin-left: 20px; }
      .map__card .hotel__price-item + .hotel__price-item {
        margin-left: 15px; }
  .hotel__price-lbl {
    font-size: 11px;
    color: #b3b3b3; }
    .hotel__price-lbl--fees {
      margin-top: -4px;
      margin-bottom: 8px; }
  .hotel__price-value {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px; }
  .hotel__price-btn {
    width: 130px; }
  .hotel__map {
    margin-bottom: 20px; }
  .hotel__show-map {
    color: #25b2e3;
    font-weight: bold; }
    .hotel_card .hotel__show-map {
      padding-left: 0; }

.hotel-card {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 4px solid #cc4359;
  width: 286px;
  display: block;
  background: #FFF;
  /*&__header {
        padding: 15px 25px 0 105px;
        min-width: 0;
        min-height: 85px;
        margin-bottom: 13px;
    }

    &__address {
        display: block;
        font-style: normal;
        font-size: 13px;
        padding: 0 38px;
        margin-bottom: 15px;
    }

    &__paid {
        padding: 0 25px;
        font-size: 13px;
        color: #d32743;
        margin-bottom: 20px;

        .hotel__paid-lbl {
            position: relative;
            display: inline-block;
            margin-right: 5px;
            padding: 0;
        }

        &-lbl-text {
            display: inline-block;
            line-height: 1.1;
            margin-left: 16px;
        }
    }*/ }
  .hotel-card.recommended-by-billetkontoret {
    border-left-color: #23c445; }
  .hotel-card.recommended-by-supplier {
    border-left-color: #1eabdc; }
  .hotel-card .hotel__rating {
    margin-top: 4px;
    margin-bottom: 3px; }
  .hotel-card .hotel-show-map {
    padding-left: 0;
    color: #25b2e3;
    font-weight: bold; }
  .hotel-card .show-map .icon-location {
    left: -13px; }
  .hotel-card .hotel-card-header figure {
    left: 25px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 15px;
    margin: 0; }
    .hotel-card .hotel-card-header figure .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 45px;
      height: 36px;
      fill: #ededeb; }
    .hotel-card .hotel-card-header figure img {
      height: 70px; }
  .hotel-card .hotel-card-details .hotel-card-address {
    display: block;
    font-style: normal;
    font-size: 13px;
    padding: 0 38px;
    margin-bottom: 15px; }
  .hotel-card .hotel-card-details .hotel-card-paid {
    padding: 0 25px;
    font-size: 13px;
    color: #d32743;
    margin-bottom: 20px; }
  .hotel-card .hotel-card-details .hotel-card-price {
    background-color: #ffffff;
    padding: 15px 25px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end; }
    .hotel-card .hotel-card-details .hotel-card-price .hotel-card-price-item {
      text-align: right;
      color: #3f3f3f;
      -webkit-box-flex: 1;
      flex: 1; }
  .hotel-card .hotel-info {
    padding: 15px 25px 0 105px;
    min-width: 0;
    min-height: 85px;
    margin-bottom: 13px; }
    .hotel-card .hotel-info .hotel-name {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 1;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #3f3f3f; }
    .hotel-card .hotel-info .hotel-comment {
      margin: 0 0 5px;
      white-space: nowrap; }
  .hotel-card.collapsed .hotel-name {
    font-size: 17px; }
  .hotel-card.collapsed figure {
    left: 40px;
    width: 40px;
    height: 40px; }
  .hotel-card.collapsed .hotel-info {
    min-height: 0; }
  .hotel-card .hotel-price-lbl {
    font-size: 11px;
    color: #b3b3b3; }
  .hotel-card .hotel-price-value {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px; }
  .hotel-card-price {
    background-color: #ffffff;
    padding: 15px 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .hotel-card-price-item {
      text-align: right;
      color: #3f3f3f;
      flex: 1; }
      .hotel-card-price-item .price-value {
        margin-bottom: 8px;
        font-size: 28px;
        font-weight: bold;
        line-height: 32px; }
      .hotel-card-price-item + .hotel-card-price-item {
        margin-left: 15px; }
  .hotel-card .hotel-price-btn {
    color: #bc233c;
    padding: 0;
    width: 100%;
    text-decoration: none;
    border-color: #bc233c;
    font-size: 13px;
    line-height: 24px; }
    .hotel-card .hotel-price-btn:hover, .hotel-card .hotel-price-btn:focus {
      outline: 0 !important;
      color: #ffffff;
      background-color: #de2a48;
      text-decoration: none; }
  .hotel-card .hotel__price-item {
    margin: 0; }

.map {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-width: 1336px;
  overflow: hidden; }
  .map__inner {
    position: absolute;
    top: 82px;
    left: 0;
    bottom: 0;
    right: 0; }
  .map__filter {
    width: 185px;
    float: left; }
  .map__card {
    width: 286px;
    margin-bottom: 10px; }
  .mapmode-container {
    display: flex;
    flex-direction: row;
    z-index: 1;
    flex-basis: 32px; }
  .map__bar-container {
    height: 30px;
    margin-bottom: 10px;
    z-index: 1;
    z-index: 1;
    height: 30px; }
  .map__bar {
    margin-right: 10px;
    flex: 1;
    height: 30px;
    z-index: 1; }
  .map__cards {
    width: 286px;
    align-self: flex-start;
    margin-right: 45px; }
  .map__descriptor {
    padding: 7px 8px;
    height: 31px;
    margin-right: 66px; }
  .map__descriptor-right {
    float: right;
    padding-right: 5px;
    padding-left: 10px;
    border-left: 1px solid #e3e3e3; }
  .map__bar-right {
    float: right; }
  .map__zoom {
    float: right;
    margin-left: 10px;
    height: 31px; }

.show-list {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #25b2e3;
  text-decoration: none; }
  .show-list:hover {
    color: #0087DC; }

.map-close-button {
  background-color: #222222;
  width: 40px;
  height: 80px;
  z-index: 0;
  position: absolute;
  bottom: 147px;
  right: 0px;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 80px;
  border: 1px solid black;
  border-radius: 5px;
  color: #B3B3B3;
  cursor: pointer; }

.map-close-button:hover {
  color: #E6E6E6; }

.zoom {
  font-size: 0; }
  .zoom__separ {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background-color: #e3e3e1; }
  .zoom__in, .zoom__out {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 1px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .zoom__in::before, .zoom__out::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background-color: #b3b3b3; }
  .zoom__in:hover::before, .zoom__out:hover::before {
    background-color: #bc233c; }
  .zoom__out::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
    background-color: #b3b3b3; }
  .zoom__out:hover::after {
    background-color: #bc233c; }

.room {
  color: #3f3f3f;
  min-height: 768px;
  flex: 1; }
  .room__hotel {
    width: 290px;
    float: left; }
  .room__item {
    margin-left: 300px;
    margin-bottom: 10px; }
    .room__item_hotel {
      padding: 15px 25px; }
  .room__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    color: #bc233c;
    border-bottom: 1px solid #f0f0f0; }
    .room__head passengers-count {
      flex: 1;
      margin-left: 20px; }
  .room__name {
    font-size: 26px; }
  .room__date {
    font-size: 22px; }
  .room__about-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 55px;
    padding-top: 12px;
    padding-bottom: 12px; }
  .room__type {
    font-size: 22px;
    margin-right: 80px; }
  .room__toggle-link {
    margin-top: 2px;
    display: inline-block;
    vertical-align: top;
    align-self: top;
    white-space: nowrap;
    border-bottom: 1px dashed transparent; }
    .room__toggle-link:hover {
      border-bottom-color: #0087dc; }
  .room__subtitle {
    margin: 0 0 4px;
    font-size: 15px;
    font-family: Ubuntu, Verdana, Arial, sans-serif;
    font-weight: 500; }
  .room-radio {
    margin-bottom: 3px; }
    .room-radio label:before {
      width: 20px !important;
      height: 20px !important; }
    .room-radio label:after {
      top: 6px !important;
      left: 4px !important;
      width: 12px !important;
      height: 12px !important; }
    .room-radio.checked label:after {
      background-color: #4c4c4c !important; }
    .room-radio.checked label:before {
      border-color: #4c4c4c !important; }
  .room-name {
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 15px;
    color: #3f3f3f; }
  .room-label {
    cursor: pointer; }
  .room-offers {
    font-weight: bold;
    color: #d32743; }
  .room-additional-price {
    font-family: Ubuntu;
    font-size: 13px;
    color: #b3b3b3;
    margin-bottom: 5px;
    font-weight: normal; }
    .room-additional-price.has-price {
      color: #d32743; }
  .room__conditions-col-list {
    font-size: 0;
    margin-bottom: 20px;
    margin-right: -20px; }
  .room__conditions-col {
    column-gap: 20px;
    column-width: 200px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 12px; }
  .room__conditions-item {
    position: relative;
    margin-bottom: 3px;
    white-space: normal;
    word-break: normal;
    font-weight: normal;
    padding-right: 10px; }
    .room__conditions-item_marker {
      padding-left: 0; }
    .room__about-facilities .room__conditions-item {
      font-size: 13px; }
    .room__conditions-item.pre-wrap-text {
      white-space: pre-line; }
  .room__conditions-item-category {
    padding-right: 10px;
    margin-bottom: 3px; }
  .room__facilities-col {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 12px; }
    .room__facilities-col-list {
      font-size: 0;
      margin-bottom: 20px;
      margin-right: -20px; }
  .room__facilities-item {
    position: relative;
    margin-bottom: 3px;
    white-space: normal;
    word-break: normal;
    padding-right: 30px; }
  .room__condition {
    float: left;
    width: 33%;
    padding-right: 20px;
    margin-bottom: 20px;
    min-height: 100px; }
    .room__condition.alone-in-group {
      width: 100%; }
  .room__facilities {
    float: left;
    padding-right: 20px;
    min-height: 100px;
    padding-top: 10px;
    margin-bottom: 0px;
    width: 100%; }
    .room__facilities-col-list {
      margin-bottom: 0px; }
  .room__conditions-desc {
    position: relative;
    line-height: 1.5; }
    .has-underline .room__conditions-desc {
      padding-bottom: 15px; }
      .has-underline .room__conditions-desc:after {
        content: '';
        position: absolute;
        width: 29px;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #e4e4e4; }
    .room__conditions-desc p {
      margin-top: 0; }
      .room__conditions-desc p:last-child {
        margin-bottom: 0; }
  .room__case {
    padding: 0 25px;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(to top, #FDFDFD, #FFFFFF); }
  .room__about {
    flex-grow: 1;
    width: 70%; }
  .room__about-hotel {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0; }
    .room__about-hotel p {
      line-height: 1.5;
      margin-top: 0; }
      .room__about-hotel p:last-child {
        margin-bottom: 0; }
  .room__title {
    margin: 0 0 2px;
    font-size: 22px;
    font-family: Open Sans, Arial, sans-serif; }
  .room__price {
    margin: 4px 0;
    width: 245px;
    padding: 1px 0 11px 18px;
    border-left: 1px dashed #f0f0f0; }
  .room__price-value {
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    color: #3f3f3f;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer; }
  .room__price-type {
    text-align: right; }
  .room__paid {
    color: #d32743;
    margin-top: 20px; }
  .room__paid-item {
    display: block;
    text-align: right; }
  .room__paid-supplier {
    margin-bottom: 3px;
    font-size: 11px;
    color: #b3b3b3; }
  .room__paid-lbl {
    position: relative;
    display: inline-block;
    margin-right: 5px; }
  .room__paid-lbl-text {
    display: inline-block;
    line-height: 1.1; }
  .room__btn {
    width: 229px;
    float: right; }

.book {
  padding: 0 25px;
  display: flex;
  border-bottom: 1px solid #f0f0f0; }
  .book__info {
    flex-grow: 1;
    margin-right: 20px; }
  .book__price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 4px 0;
    width: 340px;
    padding: 1px 0 15px 18px;
    border-left: 1px dashed #f0f0f0; }
  .book__price-value {
    font-size: 34px;
    font-weight: bold;
    text-align: right;
    color: #3f3f3f; }
  .book__price-btn {
    width: 100%; }
  .book__head {
    display: flex;
    justify-content: space-between;
    height: 55px;
    padding-top: 12px;
    margin-bottom: 12px;
    font-size: 24px; }
    .book__price .book__head {
      padding-top: 7px;
      height: 50px;
      border-bottom: 1px solid #f0f0f0; }
    .book_remarks .book__head {
      border-bottom: 1px solid #f0f0f0; }
    .form.book .book__head {
      margin-bottom: 0; }
  .book__import .flex-container-row {
    display: flex;
    flex-direction: row; }
  .book__section {
    border: none;
    padding: 0;
    margin: 0 0 30px; }
    .book__section:last-child {
      margin-bottom: 19px; }
  .book__legend {
    padding-bottom: 15px;
    font-size: 19px;
    color: #b3b3b3; }
  .book__row {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 50px; }
  .book__emergency-phone {
    padding-left: 137px;
    margin-bottom: 12px !important; }
  .book__lbl {
    position: absolute;
    left: 0;
    width: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #3f3f3f;
    padding: 2px 0; }
  .book__emergency-phone-lbl {
    width: 137px; }
  .book__about {
    flex-grow: 1;
    display: flex; }
  .book__about-name {
    flex-grow: 1; }
  .book__about-sname {
    width: 310px; }
    .book__about-sname.emergency-phone {
      background-color: inherit; }
      .book__about-sname.emergency-phone:before {
        left: unset; }
      .book__about-sname.emergency-phone .country-code {
        display: inline-block; }
      .book__about-sname.emergency-phone .phone-number {
        display: inline-block; }
  .book__import-passenger {
    width: 100%; }
  .book__age {
    width: 65px;
    margin-right: 5px; }
  .book .passenger-age {
    width: 85px;
    margin-right: 10px !important; }
  .book .passenger-title {
    width: 80px; }
  .book .passenger-title .single-option {
    display: block !important; }
  .book.book_remarks {
    padding-bottom: 12px; }
    .book.book_remarks ul {
      margin-left: -28px; }
  .book .notifications .checkboxes {
    width: 340px;
    float: right;
    padding: 0 18px 15px 18px; }
  .book .label {
    font-weight: 400;
    display: flex;
    flex-direction: row; }
  .book .label .label-text {
    flex: 1;
    padding-left: 15px; }

.gallery .fig {
  margin-bottom: 5px; }

.gallery__thumbs {
  font-size: 0;
  margin: 0 -5px 0 0; }

.gallery__thumbs-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  width: 56px;
  height: 56px;
  cursor: pointer; }
  .gallery__thumbs-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .2s; }
  .gallery__thumbs-item:hover::after {
    background-color: rgba(255, 255, 255, 0.5); }
  .gallery__thumbs-item_active::after {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #eb2052; }
  .gallery__thumbs-item_active:hover::after {
    background-color: rgba(255, 255, 255, 0.3); }
  .gallery__thumbs-item img {
    width: 56px;
    height: 56px; }

.contact {
  color: #3f3f3f; }
  .contact__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0 -5px;
    justify-content: flex-start; }
  .contact__list-item {
    display: flex;
    flex-direction: column;
    flex: 1 0 262px;
    max-width: 265px;
    padding: 0 5px;
    margin: 0 0 10px; }
  .contact__block {
    flex: 1;
    flex-direction: column;
    padding: 14px 25px;
    height: 100%;
    font-size: 13px; }
  .contact__title {
    margin: 0 0 13px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2; }
  .contact__item {
    margin-bottom: 10px; }
    .contact__item:last-child {
      margin-bottom: 0; }
  .contact__item-row {
    margin-bottom: 2px; }
    .contact__item-row:last-child {
      margin-bottom: 0; }

.account__panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 25px;
  margin-bottom: 15px; }

.account__actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

.account__actions-balance {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #3f3f3f; }

.account__body {
  margin-left: 290px;
  height: 100%; }

.account__dates {
  position: relative;
  float: right;
  margin: 15px 20px 0 0; }

.account__dates-text {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px dashed; }

.account__tab {
  display: flex;
  flex-direction: column;
  height: 100%; }

.export__item {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  margin-right: 27px;
  font-size: 15px;
  font-weight: 500;
  color: #808080; }
  .export__item:hover {
    color: #d32743;
    text-decoration: underline; }
  .export__item_disable {
    color: #cbcac8; }
    .export__item_disable:hover {
      color: #cbcac8;
      text-decoration: none; }

.export__info {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  border-left: 1px solid #ccc; }

.export__info-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.tbl {
  width: 100%;
  font-family: Open Sans, Arial, sans-serif;
  color: #3f3f3f; }
  .tbl_simple {
    width: 100%;
    border: 1px solid #f0efed;
    background-color: #fff; }
  .tbl_avia {
    background-color: #fff; }
  .tbl th,
  .tbl td {
    border-left: 1px solid #f0efed;
    border-bottom: 1px solid #f0efed;
    line-height: 1; }
    .tbl th:first-child,
    .tbl td:first-child {
      border-left: none; }
  .tbl td {
    border-bottom: none; }
  .tbl_avia .tbl__row_open {
    background-color: #fbfbf9; }
  .tbl__head {
    padding: 8px 14px;
    font-size: 14px;
    font-family: Ubuntu, Verdana, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    background-color: #faf9f7; }
    .tbl_avia .tbl__head {
      height: 40px;
      border-bottom: 1px solid #f0efed;
      border-right: 1px solid #f0efed; }
      .tbl_avia .tbl__head:hover {
        background-color: #f4f3f1;
        cursor: pointer; }
    .tbl__head_align_right {
      text-align: right; }
    .tbl__head_align_left {
      text-align: left; }
    .tbl__head:hover {
      cursor: pointer;
      background-color: #f2f1ef; }
    .tbl__head_active {
      background-color: #f4f3f1; }
    .stat__header-tbl .tbl__head:first-child {
      padding-left: 21px; }
    .tbl__head:last-child {
      padding-right: 21px; }
    .tbl__head_toggle, .tbl__head_toggle:last-child {
      width: 20px;
      padding: 0;
      vertical-align: middle;
      text-align: center;
      cursor: pointer; }
      .tbl__head_toggle:hover, .tbl__head_toggle:last-child:hover {
        background-color: #f2f1ef; }
    .tbl_simple .tbl__head {
      padding: 5px 7px;
      height: auto;
      font-size: 12px;
      background-color: #fff; }
  .tbl__cell {
    padding: 12px 14px;
    font-size: 13px;
    color: #737373;
    border-bottom: none;
    vertical-align: top; }
    .tbl_avia .tbl__cell {
      padding: 12px 14px; }
    .tbl__cell_align_right {
      text-align: right; }
    .tbl__cell_align_left {
      text-align: left; }
    .tbl__cell_active {
      background-color: #fafaf8; }
    .tbl_stat .tbl__cell:first-child {
      padding-left: 21px; }
    .tbl__cell:last-child {
      padding-right: 21px; }
    .stat__footer-tbl .tbl__cell {
      font-weight: bold;
      background-color: #fff; }
    .stat__footer-tbl .tbl__cell:first-child {
      padding-left: 21px; }
    .tbl__cell_toggle, .tbl__cell_toggle:last-child {
      width: 20px;
      padding: 0;
      vertical-align: middle;
      text-align: center;
      cursor: pointer; }
      .tbl__cell_toggle:hover,
      .tbl__row_open .tbl__cell_toggle:hover, .tbl__cell_toggle:last-child:hover,
      .tbl__row_open .tbl__cell_toggle:last-child:hover {
        background-color: #f2f1ef; }
    .tbl__row_accordeon .tbl__cell,
    .tbl__row_accordeon .tbl__cell:last-child {
      padding: 0;
      background-color: #fbfbf9; }
    .tbl__row_accordeon_open .tbl__cell,
    .tbl__row_accordeon_open .tbl__cell:last-child {
      padding: 0 14px 7px; }
    .tbl__row_accordeon_open + .tbl__row .tbl__cell {
      border-top: 1px solid #f0efed; }
    .tbl_simple .tbl__cell,
    .tbl_simple .tbl__cell:last-child {
      padding: 5px 7px;
      font-size: 11px;
      color: #979797;
      border-bottom: none;
      background-color: #fff; }
    .tbl__row_even .tbl__cell {
      background-color: #fbfbf9; }
  .tbl__hidble {
    overflow: hidden;
    height: 0; }
    .tbl__row_accordeon_open .tbl__hidble {
      height: auto; }
  .tbl__row:nth-child(odd) .tbl__cell {
    background-color: #fbfbf9; }
    .stat__footer-tbl .tbl__row:nth-child(odd) .tbl__cell {
      background-color: #fff; }
  .tbl__row:nth-child(odd) .tbl__cell_active {
    background-color: #f6f6f2; }
    .stat__footer-tbl .tbl__row:nth-child(odd) .tbl__cell_active {
      background-color: #fff; }
  .tbl__row_open .tbl__cell,
  .tbl__row_open:nth-child(odd) .tbl__cell {
    background-color: #fbfbf9;
    border-left: none;
    border-top: 1px solid #f0efed; }
  .tbl__trigger {
    position: relative;
    top: 5px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 6px solid #a6a6a6; }
    .tbl__trigger_active {
      border-top: 6px solid #a6a6a6;
      border-bottom: none; }
    .tbl_simple .tbl__trigger {
      top: 4px;
      margin-right: 0; }

.sidenav {
  width: 280px;
  padding: 0 25px 1px;
  float: left; }
  .sidenav__list {
    padding-left: 0;
    list-style: none;
    margin: 21px 0; }
  .sidenav__item {
    margin-bottom: 26px; }
    .sidenav__item:last-child {
      margin-bottom: 0; }
  .sidenav__link {
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #b3b3b3; }
    .sidenav__link:hover {
      color: #8c8c8c; }
    .sidenav__item_active .sidenav__link,
    .sidenav__item_active .sidenav__link:hover {
      color: #d32743;
      /* 
			&::after {
				content: '';
				display: inline-block;
				vertical-align: middle;
				margin-left: 5px;
				@include sprite($arr-r_s_red);
			} */ }

.tab {
  display: flex;
  flex-direction: column; }
  .tab__head {
    font-size: 0; }
  .tab__head-item {
    display: inline-block;
    vertical-align: top;
    height: 52px;
    font-size: 18px;
    font-weight: 500;
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #b3b3b3;
    border-top: 3px solid #b3b3b3;
    border-right: 1px solid #f0efed;
    cursor: pointer; }
    .tab__head-item_active {
      border-top-color: #bc233c;
      color: #d32743; }
    .tab__head-item:hover {
      border-top-color: #8c8c8c;
      color: #8c8c8c; }
  .tab__body {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column; }

.stat {
  color: #3f3f3f;
  display: flex;
  flex-direction: column;
  flex: 1; }
  .stat__header {
    width: 100%;
    height: 41px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    background-color: #faf9f7;
    border-bottom: 1px solid #f0efed; }
  .stat__header-tbl {
    height: 41px;
    color: #3f3f3f;
    font-size: 14px; }
  .stat__header-cell {
    position: relative;
    padding: 0 14px;
    border-left: 1px solid #f0efed; }
    .stat__header-cell:first-child {
      padding-left: 21px;
      border-left: none; }
    .stat__header-cell:last-child {
      padding-right: 21px; }
    .stat__header-cell:hover {
      background-color: #ededeb;
      cursor: pointer; }
  .stat__header-trigger {
    position: absolute;
    right: 10px;
    top: 18px;
    display: inline-block;
    margin-left: 4px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 6px solid #a6a6a6; }
  .stat__body {
    flex-grow: 1;
    overflow: hidden;
    height: 100%;
    font-family: Open Sans, Arial, sans-serif; }
  .stat__body-inner {
    height: 100%; }
  .stat__cell {
    padding: 5px 14px;
    flex-grow: 1; }
    .stat__cell:first-child {
      padding-left: 21px;
      flex-grow: 0; }
    .stat__cell:last-child {
      padding-right: 21px;
      flex-grow: 0; }
  .stat__footer {
    height: 35px;
    font-size: 14px;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 34px;
    color: #737373;
    border-top: 1px solid #f0efed; }
  .stat__footer-tbl {
    height: 35px;
    font-weight: bold;
    color: #737373; }
  .stat__footer-cell {
    padding: 0 14px;
    font-weight: bold; }
    .stat__footer-cell:first-child {
      padding-left: 21px; }
    .stat__footer-cell:last-child {
      padding-right: 21px; }
    .stat__footer-cell_total {
      flex: 1; }
    .stat__footer-cell_overall {
      position: relative;
      left: -1px;
      width: 17%;
      border-left: 1px solid #f0efed; }
  .stat__row {
    display: flex; }

.cal {
  width: 302px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  background-color: #f7f7f5;
  text-align: left;
  text-align-last: auto; }
  .cal:before, .cal:after {
    content: "";
    display: table; }
  .cal:after {
    clear: both; }
  .cal__month {
    width: 86px;
    float: left;
    color: #737373; }
  .cal__month-list {
    position: relative; }
  .cal__month-scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 53px;
    border-top: 1px solid #eaeae9;
    border-bottom: 1px solid #eaeae9;
    background-color: #fff; }
    .cal__month-scroll_top {
      border-top: none; }
  .cal__month-item {
    position: relative;
    padding: 5px 10px 5px;
    cursor: pointer; }
  .cal__body {
    padding: 8px 9px;
    margin-left: 86px;
    background-color: #fff; }
  .cal__year {
    margin-bottom: 10px; }
  .cal__year-next, .cal__year-prev {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer; }
    .cal__year-next:hover, .cal__year-prev:hover {
      background-color: #f2f2f2; }
  .cal__year-prev {
    float: left; }
  .cal__year-next {
    float: right; }
  .cal__year-value {
    display: block;
    margin: 0 20px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #515151; }
  .cal__days {
    font-size: 0; }
  .cal__days-month {
    height: 26px;
    margin-bottom: -26px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    color: #b3b3b3; }
  .cal__days-item {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    color: #737373;
    cursor: pointer;
    border: 1px solid transparent; }
    .cal__days-item_past {
      color: #b3b3b3; }
    .cal__days-item_weekend {
      color: #d32743; }
    .cal__days-item_selected {
      background-color: #e6e6e6; }
    .cal__days-item_selected-start ~ .cal__days-item {
      background-color: #f2f2f2; }
    .cal__days-item_selected-end ~ .cal__days-item {
      background-color: transparent; }
    .cal__days-item_selected, .cal__days-item_selected.cal__days-item_selected-end {
      background-color: #e6e6e6; }
    .cal__days-item_startday ~ .cal__days-item {
      background-color: #fffce5; }
    .cal__days-item_endday ~ .cal__days-item {
      background-color: transparent; }
    .cal__days-item_selected-day, .cal__days-item_selected-day.cal__days-item_endday {
      background-color: #f2efd9; }
    .cal__days-item:hover {
      border-color: #d32743; }
  .cal__days-month_start-day_7 + .cal__days-item {
    margin-left: 156px; }
  .cal__days-month_start-day_6 + .cal__days-item {
    margin-left: 130px; }
  .cal__days-month_start-day_5 + .cal__days-item {
    margin-left: 104px; }
  .cal__days-month_start-day_4 + .cal__days-item {
    margin-left: 78px; }
  .cal__days-month_start-day_3 + .cal__days-item {
    margin-left: 52px; }
  .cal__days-month_start-day_2 + .cal__days-item {
    margin-left: 26px; }
  .cal__tabs {
    padding: 8px 10px;
    background-color: #f7f7f5;
    border-bottom: 1px solid #e9e9e7; }
  .cal__tabs-item {
    display: inline-block;
    padding: 0 5px 1px;
    margin: 0 2px;
    color: #737373;
    cursor: pointer; }
    .cal__tabs-item:first-child {
      margin-left: 0; }
    .cal__tabs-item_active {
      background-color: #e6e6e3; }
  .cal__tabs-text {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px dashed; }
    .cal__tabs-item:hover .cal__tabs-text {
      color: #d32743; }
    .cal__tabs-item_active .cal__tabs-text {
      border-bottom-color: transparent; }
  .cal__footer {
    padding: 6px;
    border-top: 1px solid #e9e9e7; }

.editor {
  width: 570px;
  background-color: #fff; }
  .editor__bar {
    height: 33px;
    font-size: 0;
    white-space: nowrap;
    padding: 5px 6px 0 7px;
    border: 1px solid #d9d9d9; }
  .editor__btn {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    margin: 0 1px;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent;
    color: #3f3f3f;
    outline: none; }
    .editor__btn:hover {
      background-color: #e6e6e6;
      border-color: #e6e6e6; }
    .editor__btn_b {
      width: 22px;
      font-size: 20px;
      font-weight: bold; }
    .editor__btn_i {
      width: 22px;
      font-size: 20px;
      font-style: italic; }
    .editor__btn_u {
      width: 22px;
      font-size: 20px;
      font-weight: 500; }
    .editor__btn_h1 {
      width: 32px;
      font-size: 20px;
      font-weight: 500; }
    .editor__btn_h2 {
      width: 31px;
      font-size: 18px;
      font-weight: 500; }
      .editor__btn_h2 .editor__btn-text {
        position: relative;
        top: 1px; }
    .editor__btn_txt {
      width: 29px;
      font-size: 15px;
      font-weight: 500; }
      .editor__btn_txt .editor__btn-text {
        position: relative;
        top: 2px; }
    .editor__btn_ul {
      width: 28px; }
    .editor__btn_ol {
      width: 28px; }
    .editor__btn_url {
      width: 37px;
      font-size: 20px;
      font-weight: 500; }
  .editor__btn-text {
    position: relative;
    line-height: 1px; }
    .editor__btn_u .editor__btn-text {
      display: inline-block;
      border-bottom: 1px solid;
      line-height: 16px; }
  .editor__separ {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background-color: #f2f2f2;
    margin: 0 9px; }
  .editor__control {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    margin-left: 9px; }
  .editor__field {
    font-size: 11px;
    width: 84px; }
  .editor__paste {
    color: #7f7f7f; }
  .editor__body {
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #3f3f3f;
    border: 1px solid #d9d9d9;
    border-top: none; }
    .editor__body h1 {
      margin: 0 0 27px;
      font-size: 24px;
      font-weight: normal;
      line-height: 1.2; }
    .editor__body h2 {
      margin: 0 0 8px;
      line-height: 1.2;
      font-size: 16px;
      font-weight: 500; }
    .editor__body ul {
      padding-left: 20px;
      list-style: none; }
      .editor__body ul ul {
        margin-top: .5em; }
      .editor__body ul li {
        position: relative; }
        .editor__body ul li::before {
          content: '';
          position: absolute;
          left: -19px;
          top: 7px;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: #d32743; }
        .editor__body ul li li::before {
          content: '';
          position: absolute;
          left: -19px;
          top: 7px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          border: 1px solid #d32743;
          background-color: transparent; }
    .editor__body li {
      margin-bottom: 10px; }
    .editor__body ol {
      padding-left: 20px;
      list-style: none;
      counter-reset: li; }
      .editor__body ol ol {
        margin-top: 0.5em; }
      .editor__body ol li {
        position: relative; }
        .editor__body ol li::before {
          content: counter(li) ".";
          /* В качестве данных используем счетчик */
          counter-increment: li;
          position: absolute;
          left: -20px;
          font-weight: bold; }

.actions {
  font-size: 0; }
  .actions__item {
    display: inline-block;
    height: 20px;
    margin: 0 7px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #808080;
    text-decoration: none; }
    .actions__item:first-child {
      margin-left: 0; }
    .actions__item .icon {
      vertical-align: middle; }
    .actions__item_iconed {
      position: relative; }
      .actions__item_iconed::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -4px;
        background-color: #01B685;
        display: none; }
      .actions__item_iconed:hover::after {
        display: block; }
      .actions__item_iconed.actions__item_disable::after, .actions__item_iconed.actions__item_disable:hover::after {
        display: none; }
    .actions__item_disable {
      cursor: default; }
  .actions__item-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .actions__item:hover .actions__item-text {
      text-decoration: underline;
      color: #d32743; }
    .actions__item_disable .actions__item-text,
    .actions__item_disable:hover .actions__item-text {
      color: #cbcac8;
      text-decoration: none; }
  .actions__separ {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 21px;
    margin: 1px 7px 0;
    background-color: #ccc; }

.separ {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 21px;
  margin: 0 12px;
  background-color: #ccc; }

.fromto {
  display: flex;
  width: 1015px;
  align-content: center; }
  .fromto__arr {
    margin: 0 7px;
    height: 27px;
    line-height: 25px; }
  .fromto__start, .fromto__end {
    flex-grow: 1px;
    width: 45%; }

.control {
  font-size: 0; }
  .control__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 23px;
    cursor: pointer; }
    .control__item::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      transform: translate(-50%, -50%);
      height: 20px;
      border-radius: 50%;
      background-color: #f2eded;
      opacity: 0; }
    .control__item:hover::before {
      opacity: 1; }

.tooltip__remark-title {
  font-weight: bold;
  text-align: left;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 5px; }

.tooltip__remark-text {
  text-align: left;
  font-style: normal;
  font-size: 12px;
  max-width: 500px; }

.tooltip__breakdown table:not(:last-child) {
  border-bottom: 1px solid #AAABA6; }

.tooltip__breakdown th {
  color: #AAABA6; }

.tooltip__breakdown th, .tooltip__breakdown td {
  text-align: left;
  font-style: normal;
  font-size: 12px;
  padding-right: 20px; }
  .tooltip__breakdown th:last-of-type, .tooltip__breakdown td:last-of-type {
    padding-right: 0; }

.tooltip .week {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-family: Open Sans, Arial, sans-serif;
  color: #3f3f3f;
  border-bottom: 1px solid #e5e3cd;
  display: table;
  width: 100%; }
  .tooltip .week:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .tooltip .week__title {
    padding: 10px 0 5px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px; }
    .week__row:first-child .tooltip .week__title {
      padding-top: 0; }
  .tooltip .week__day {
    vertical-align: top;
    padding-right: 25px; }
    .tooltip .week__day:last-child {
      padding-right: 0; }
  .tooltip .week__day-lbl {
    display: block;
    margin-bottom: 3px;
    line-height: 1;
    color: #9b9b9b; }

/*.tooltip {
	position: absolute;
	max-width: 384px;
	line-height: 1.5;
	color: #3f3f3f;
	background-color: #fffde4;
	box-shadow: 0 2px 4px rgba(#000,.3);

	&_fullwidth {
		max-width: 100%;
	}

	&_size_l {
		padding: 19px 25px;
	}

	&_size_m {
		padding: 10px 14px;
		line-height: 1.4;
	}

	&_size_s {
		padding: 5px 10px;
		line-height: 1.4;
	}

	&__arrow {
		position: absolute;
		left: 50%;
		transform: rotate(45deg);
		background-color: #fffde4;
		box-shadow: 2px 2px 2px rgba(#000,.15);
	}

	&_size_l &__arrow {
		bottom: -5px;
		margin-left: -7px;
		width: 10px;
		height: 10px;
	}

	&_size_l.tooltip_side_left &__arrow {
		left: 2px;
		bottom: 50%;
		margin-bottom: -5px;
		box-shadow: -2px 2px 2px rgba(#000,.15);
	}

	&_size_l.tooltip_side_right &__arrow {
		left: auto;
		right: -5px;
		bottom: 50%;
		margin-bottom: -5px;
		box-shadow: 2px -2px 2px rgba(#000,.15);
	}

	&_size_l.tooltip_side_top &__arrow {
		left: 50%;
		margin-left: -7px;
		top: -5px;
		box-shadow: -1px -1px 1px rgba(#000,.05);
	}

	&_size_m &__arrow,
	&_size_s &__arrow {
		bottom: -3px;
		margin-left: -3px;
		width: 6px;
		height: 6px;
	}

	&_size_m.tooltip_side_left &__arrow,
	&_size_s.tooltip_side_left &__arrow {
		left: 0;
		bottom: 50%;
		margin-bottom: -3px;
		box-shadow: -2px 2px 2px rgba(#000,.15);
	}

	&_size_m.tooltip_side_right &__arrow,
	&_size_s.tooltip_side_right &__arrow {
		left: auto;
		right: -3px;
		bottom: 50%;
		margin-bottom: -3px;
		box-shadow: 2px -2px 2px rgba(#000,.15);
	}

	&_size_m.tooltip_side_top &__arrow,
	&_size_s.tooltip_side_top &__arrow {
		left: 50%;
		margin-left: -3px;
		top: -3px;
		box-shadow: -1px -1px 1px rgba(#000,.05);
	}
}*/
/*.week {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-family: $font-text;
	color: #3f3f3f;
	border-bottom: 1px solid #e5e3cd;
	display: table;
	width: 100%;

	&:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	&__title {
		padding: 10px 0 5px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 5px;

		.week__row:first-child &{
			padding-top: 0;
		}
	}

	&__day {
		vertical-align: top;
		padding-right: 25px;

		&:last-child {
			padding-right: 0;
		}
	}

	&__day-lbl {
		display: block;
		margin-bottom: 3px;
		line-height: 1;
		color: #9b9b9b;
	}
}*/
.show-more {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #0087dc;
  cursor: pointer; }
  .show-more__text {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px dashed transparent; }
  .show-more:hover .show-more__text {
    border-bottom-color: #0087dc; }

.airport-search {
  border: 1px solid #e6e6e6;
  font-family: Open Sans, Arial, sans-serif; }
  .airport-search__head {
    position: relative;
    padding: 10px 0;
    font-size: 0;
    background-color: #f5f3f0;
    border-bottom: 1px solid #f0efed; }
  .airport-search__arr {
    position: absolute;
    left: -4px;
    top: 19px;
    background-color: #f5f3f0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #f0efed; }
  .airport-search__col {
    width: 165px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px; }
  .airport-search__head .airport-search__col {
    padding: 0 5px; }
    .airport-search__head .airport-search__col:first-child {
      padding-left: 10px; }
  .airport-search__body .airport-search__col {
    border-right: 1px solid #f0efed; }
    .airport-search__body .airport-search__col:last-child {
      border-right: none; }
  .airport-search__field {
    width: 150px; }
  .airport-search__body {
    position: relative;
    height: 385px;
    width: 660px;
    background-color: #fff;
    font-size: 0; }
    .airport-search_2-col .airport-search__body {
      width: 330px; }
  .airport-search__list {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  .airport-search__item {
    position: relative;
    padding: 6px 13px 6px;
    font-size: 11px;
    line-height: 1.1;
    color: #737373;
    cursor: pointer; }
    .airport-search__item:nth-child(even) {
      background-color: #fbfbf9; }
    .airport-search__item:hover {
      background-color: #f5f4f2; }
    .airport-search__item_active, .airport-search__item_active:nth-child(even) {
      background-color: #f5f4f2; }
  .airport-search__add {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff; }
    .airport-search__add:hover {
      background-color: #d32743; }
    .airport-search__item_active .airport-search__add {
      background-color: #d32743; }

.order-search {
  display: flex;
  flex-direction: column; }
  .order-search.export-button {
    margin-bottom: 10px; }

.orders {
  width: 113px;
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column; }

.bookings-grid {
  min-height: 100%; }
  .bookings-grid .dx-datagrid {
    min-height: 100%; }

.order-edit-block .invoice-deposits-grid {
  background-color: #fff;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px; }
  .order-edit-block .invoice-deposits-grid .panel-header {
    border-bottom: none; }
  .order-edit-block .invoice-deposits-grid .panel-body {
    padding: 0;
    padding-right: 5px; }
  .order-edit-block .invoice-deposits-grid tr.dx-group-row {
    color: #777 !important; }
  .order-edit-block .invoice-deposits-grid tr td.dx-datagrid-group-space {
    min-width: 2px !important;
    width: 2px !important;
    padding-left: 0 !important; }

.segment-hotel .room__about-head {
  margin-bottom: 0;
  padding-bottom: 0; }
  .segment-hotel .room__about-head .room__name {
    color: #3f3f3f;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .segment-hotel .room__about-head .room__name:after {
      content: '';
      position: absolute;
      width: 29px;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #e4e4e4; }
    .segment-hotel .room__about-head .room__name span {
      color: #bc233c; }

.segment-hotel .room-title {
  font-family: Ubuntu, Verdana, Arial, sans-serif; }

.segment-hotel .room__conditions-col {
  padding-right: 10px; }
  .segment-hotel .room__conditions-col.service {
    max-width: 50%; }
  .segment-hotel .room__conditions-col .remark ul {
    margin: 0 0 0 -28px; }
  .segment-hotel .room__conditions-col .room__subtitle:empty:after, .segment-hotel .room__conditions-col .room__conditions-item:empty:after {
    content: '.';
    visibility: hidden; }

.segment-hotel .room__conditions-col-list {
  margin-right: 0; }
  .segment-hotel .room__conditions-col-list.passengers .room__subtitle {
    margin-top: 12px; }

.segment-hotel .segment-hotel_label label {
  margin: 0 0 2px;
  font-size: 14px;
  font-family: Ubuntu, Verdana, Arial, sans-serif; }

.segment-hotel .segment-hotel_label span {
  font-size: 14px;
  font-family: Ubuntu, Verdana, Arial, sans-serif; }

.segment-hotel .segment-hotel_label.date label {
  width: 60px; }

.segment-hotel .segment-hotel_label.date span {
  font-weight: bold; }

.segment-hotel .segment-hotel_label.supplier {
  margin-bottom: 10px; }
  .segment-hotel .segment-hotel_label.supplier label {
    font-weight: normal;
    width: 60px; }

.segment-hotel .hotel__map {
  padding-bottom: 20px;
  position: relative; }
  .segment-hotel .hotel__map:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #e4e4e4; }

.segment-hotel .segment-hotel__info-block {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px; }
  .segment-hotel .segment-hotel__info-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #e4e4e4; }
  .segment-hotel .segment-hotel__info-block label {
    width: 90px; }

.segment-hotel .room__paid {
  color: #d32743; }
  .segment-hotel .room__paid .supplement {
    color: #d32743; }
  .segment-hotel .room__paid .room__conditions-col-list {
    margin-bottom: 0;
    margin-right: -20px; }
    .segment-hotel .room__paid .room__conditions-col-list .room__conditions-col:first-child {
      width: 60%; }
    .segment-hotel .room__paid .room__conditions-col-list .room__conditions-col:last-child {
      width: 40%; }
    .segment-hotel .room__paid .room__conditions-col-list .room__conditions-col .room__conditions-item {
      padding-right: 0; }
      .segment-hotel .room__paid .room__conditions-col-list .room__conditions-col .room__conditions-item.rate {
        padding-right: 20px;
        text-align: right; }
  .segment-hotel .room__paid .room__toggle {
    margin-bottom: 20px; }

.scrollbar-grey::-webkit-scrollbar-track {
  background-color: transparent; }

.scrollbar-grey::-webkit-scrollbar {
  width: 14px; }

.scrollbar-grey::-webkit-scrollbar-thumb {
  background: #eae9e5;
  background-clip: padding-box;
  border: 4px solid rgba(0, 0, 0, 0); }

.spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000; }
  .spinner-mask {
    background-color: #fff;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5020; }
  .spinner-content {
    background: url(/wwwroot/img/assets/img/loading.gif) no-repeat fixed center;
    height: 90px;
    margin-top: 20%;
    opacity: 1;
    z-index: 5040; }

.info-page__toolbar {
  text-align: right;
  padding-bottom: 20px; }
  .info-page__toolbar__edit-button {
    width: 150px;
    margin-top: 20px; }

.info-page__content {
  all: initial;
  padding: 20px; }
  .info-page__content .news-item {
    padding: 20px;
    border-bottom: 1px solid #A8A8A8;
    font-weight: normal; }
    .info-page__content .news-item h3 {
      font-size: 100%; }
    .info-page__content .news-item.x-view-item-focused {
      outline: none !important; }
  .info-page__content .catalog-item {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 12px; }
    .info-page__content .catalog-item p {
      text-align: center;
      font-weight: normal; }

.deposit-and-liability {
  display: flex;
  flex-direction: column; }
  .deposit-and-liability .dil-button-container {
    width: 100%;
    margin-bottom: 10px; }
  .deposit-and-liability .dil__container {
    height: 100%; }
  .deposit-and-liability .dil__item {
    padding: 13px 26px 17px; }
    .deposit-and-liability .dil__item .title {
      font-size: 26px;
      font-weight: normal;
      margin: 0px 0px 8px; }
    .deposit-and-liability .dil__item .content {
      border: 1px solid #f0efed; }
  .deposit-and-liability .dil-grid .order-no {
    color: #0087dc;
    cursor: pointer;
    display: inline; }
  .deposit-and-liability .dil-grid .grid-link {
    color: #0087dc;
    margin-right: 5px; }
  .deposit-and-liability .dil-form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .deposit-and-liability .dil-form .search-button {
      width: 180px;
      float: right; }
    .deposit-and-liability .dil-form .dx-field .dx-field-label {
      line-height: 28px;
      width: 50px; }
    .deposit-and-liability .dil-form .dx-field .dx-field-value {
      margin: 0; }
    .deposit-and-liability .dil-form .dx-field:last-of-type {
      margin-right: 20px; }
    .deposit-and-liability .dil-form .form__row {
      width: 100%;
      display: inline-block; }
    .deposit-and-liability .dil-form .dates {
      width: auto;
      display: flex; }
    .deposit-and-liability .dil-form .dates .dash {
      line-height: 28px;
      width: 30px;
      text-align: center; }
    .deposit-and-liability .dil-form .dil-form .search-button {
      width: 180px;
      float: right; }

.orders {
  width: auto; }
  .orders .order-no {
    color: #0087dc;
    cursor: pointer;
    display: inline; }
  .orders .segments-grid .segment-status {
    width: fit-content; }
  .orders .action-icon {
    fill: #108ddc;
    fill-rule: evenodd; }
    .orders .action-icon .document {
      width: 19px; }
    .orders .action-icon .cancel {
      width: 16px; }
    .orders .action-icon .download {
      width: 19px; }
  .orders .grid-link {
    color: #0087dc;
    margin-right: 5px; }

.pnrNumber-popover-item {
  padding: 10px;
  font-weight: bold; }
  .pnrNumber-popover-item .grid-link {
    color: #0087dc;
    margin-right: 5px; }

.news-block {
  overflow: auto;
  height: 600px;
  min-height: 120px; }

.queue__container {
  height: 100%; }

.queue__item {
  padding: 13px 26px 17px; }
  .queue__item .title {
    font-size: 26px;
    font-weight: normal;
    margin: 0px 0px 8px; }
  .queue__item .content {
    border: 1px solid #f0efed; }

.queue-search {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .queue-search .pnr-no {
    color: #0087dc;
    cursor: pointer;
    display: inline; }

.skeleton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #eae9e5 !important;
  border: 1px solid gainsboro !important; }
  .skeleton:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: shimmer 3s infinite;
    content: ''; }

@keyframes shimmer {
  100% {
    transform: translateX(100%); } }

.dashboard-form {
  display: flex;
  flex: 1;
  flex-direction: row; }
  .dashboard-form__item {
    width: 100%; }
    .dashboard-form__item:not(:last-of-type) {
      margin-right: 5px; }
    .dashboard-form__item_fixed-width-20 {
      width: 20px; }
    .dashboard-form__item_fixed-width-180 {
      flex-basis: 180px;
      flex-shrink: 0; }

.dashboard .skeleton {
  height: 120px;
  width: 100%;
  background-color: #dadad8 !important;
  border: unset;
  margin-bottom: 5px; }
  .dashboard .skeleton * {
    display: none; }

.remove-button {
  width: 22px;
  height: 22px;
  border: none;
  background-color: transparent;
  outline: none;
  position: relative; }
  .remove-button__icon {
    width: 11px;
    height: 11px;
    fill: #D9D9D9; }

.passengers-count {
  margin: 10px 18px 0 0; }
  .passengers-count .icon {
    margin-left: 10px;
    margin-right: 3px;
    fill: #3f3f3f; }
    .passengers-count .icon.icon-adult {
      width: 14px;
      height: 14px; }
    .passengers-count .icon.icon-child {
      width: 12px;
      height: 12px; }
  .passengers-count span {
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f; }

.pnr-passengers-header {
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-size: 24px;
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px;
  border-left: 1px solid #f0efed; }

.pnr-passengers-note {
  background-color: #ffffff;
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-style: italic;
  position: relative;
  top: -19px;
  right: inherit;
  height: 20px;
  color: #3f3f3f;
  margin-bottom: -20px;
  width: fit-content;
  margin-right: 8px;
  float: right; }

.pnr-segments-header {
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-size: 24px;
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px;
  border-left: 1px solid #f0efed; }

.pnr-services-table-container {
  overflow: auto;
  height: calc(100% - 40px); }

.pnr-services-table {
  width: 100%;
  overflow: auto; }

thead.pnr-services-head td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }

tbody.pnr-services-block-type td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1; }

.pnr-services-title {
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px; }

.pnr-services-header {
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px; }

.pnr-services-passenger {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2px; }

.pnr-services-cell-text {
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pnr-services-cell-currency {
  font-family: Ubuntu, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px; }

.pnr-services-cell-checkbox {
  width: 80px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 15px; }

.pnr-services-cell-bg {
  background-color: #ffffff; }

.pnr-services-cell-checkbox > div > .dx-checkbox > .dx-checkbox-container {
  border: 1px solid #ad3240; }

.pnr-services-cell-alt-bg {
  background-color: #FAFAF7; }

.pnr-services-cell-passenger-bg {
  background-color: rgba(173, 51, 64, 0.06);
  padding: 0 2px; }

.pnr-services-add-button {
  width: 180px;
  display: block;
  float: right; }

.pnr-services-button-container {
  margin-top: 20px;
  margin-right: unset;
  flex: 1;
  float: none;
  display: flex;
  justify-content: flex-end; }

.pnr-services-description-tooltip > div > div.dx-popover-arrow {
  display: none; }

.pnr-services-description-tooltip.dx-tooltip-wrapper .dx-overlay-content {
  background-color: #FFFFFF;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.pnr-services-description-tooltip > div > div.dx-popup-content {
  background: #FFFFFF;
  border: 3px solid #6C6C6C;
  border-radius: 0 10px 10px 20px;
  box-sizing: border-box;
  text-align: left; }

.pnr-services-nothing-found__block {
  position: absolute;
  left: calc(50% - 130px);
  top: calc(50% - 20px); }

pnr-passenger-form .dx-scrollbar-vertical {
  right: -14px; }

.passenger-form .info-header {
  top: -7px;
  margin-bottom: 10px;
  font-style: italic; }

.passenger-form .info-character {
  font-family: math;
  margin-right: 2px; }

.passenger-form {
  display: block; }

.passenger-form fieldset {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0; }

.passenger-form fieldset .column {
  float: left;
  width: 50%; }

.passenger-form .dx-field .dx-field-value {
  margin-right: 20px; }

.passenger-form .dx-field .dx-field-label {
  width: 160px;
  font-weight: 400; }

.passenger-save-button {
  width: 150px;
  display: block;
  float: right;
  margin-bottom: 20px; }

.grid {
  display: block;
  flex-grow: 1;
  position: relative;
  height: 100%; }
  .grid div[dx-data-grid] {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }

.user-picker {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .user-picker .users-grid {
    flex: 1;
    margin-top: 10px; }

.users-grid .dx-datagrid-pager {
  border: none; }

.users-grid .dx-command-edit {
  vertical-align: middle !important; }

.users-grid .dx-datagrid-rowsview {
  border-top: 1px solid #f0efed; }

.user-picker-popup {
  padding: 15px 15px 10px 15px; }

.seat-map-tabs {
  display: flex; }
  .seat-map-tabs .tab {
    background-color: white;
    color: #696969; }
  .seat-map-tabs .tab-line {
    border-bottom: 1px solid #ddd;
    flex: auto; }
  .seat-map-tabs .selected {
    border-bottom: none; }
  .seat-map-tabs .unselected {
    background-color: #faf9f7; }
  .seat-map-tabs .tab-icon {
    fill: #696969; }

.seats-map {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .seats-map .dx-loadpanel-content {
    transform: translate(358px, 60px) !important; }
  .seats-map .airplane-nose {
    width: 195px;
    --main: #fbfbfb;
    --windows: #dddddd; }
  .seats-map .airplane-tail {
    width: 128px;
    --wing: #fbfbfb;
    --body1: #fbfbfb;
    --body2: #dddddd; }
  .seats-map .icon.icon-airplane-seat {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    margin: 0 3px;
    border-radius: 5px;
    fill: #555; }
    .seats-map .icon.icon-airplane-seat.free {
      background-color: #BBE5D7; }
      .seats-map .icon.icon-airplane-seat.free.has-price {
        background-color: #F9E39A; }
    .seats-map .icon.icon-airplane-seat.selected {
      background-color: #9CB1CE; }
    .seats-map .icon.icon-airplane-seat.occupied {
      background-color: #FCB4C0; }
    .seats-map .icon.icon-airplane-seat.restricted {
      background-color: #D9D9E3;
      opacity: 0.3; }
  .seats-map .columns-container {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: normal;
    flex-basis: 24px;
    padding: 40px 0; }
  .seats-map .load-panel-container {
    width: 100%; }
    .seats-map .load-panel-container .scroll-container {
      margin: auto;
      max-width: 100%;
      overflow: auto; }
    .seats-map .load-panel-container .dx-overlay-wrapper {
      transition: .4s background-color ease; }
    .seats-map .load-panel-container.loading .dx-overlay-wrapper {
      background-color: #faf9f7 !important; }
  .seats-map .legend-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-self: flex-start; }
    .seats-map .legend-container .legend-item {
      display: flex;
      flex-direction: row; }
      .seats-map .legend-container .legend-item .lable {
        margin-left: 5px;
        margin-right: 10px; }
      .seats-map .legend-container .legend-item .icon.icon-airplane-seat {
        margin: 2px; }
  .seats-map .seats-table-container {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .seats-map .seats-table-container .seats-table {
      display: flex;
      flex-direction: row;
      margin: auto;
      margin-top: 10px;
      height: 100%; }
    .seats-map .seats-table-container .not-available-overlay {
      height: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
  .seats-map pnr-seats-map-passengers {
    margin-top: 20px; }
    .seats-map pnr-seats-map-passengers .dx-command-select {
      overflow: unset; }
    .seats-map pnr-seats-map-passengers .passenger-selection-container {
      position: relative; }
      .seats-map pnr-seats-map-passengers .passenger-selection-container .dx-radiogroup {
        position: absolute;
        top: -3px; }
    .seats-map pnr-seats-map-passengers .passenger-seat-container {
      text-align: center; }
    .seats-map pnr-seats-map-passengers .dx-item.dx-radiobutton {
      display: block; }
    .seats-map pnr-seats-map-passengers .remove-seat-button {
      position: absolute;
      right: 10px;
      margin-top: 1px; }
      .seats-map pnr-seats-map-passengers .remove-seat-button:hover .icon-close {
        fill: #cf101f; }
      .seats-map pnr-seats-map-passengers .remove-seat-button .icon-close {
        cursor: pointer;
        width: 11px;
        height: 11px;
        fill: #D9D9D9; }
  .seats-map .toolbar-bottom {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%; }
    .seats-map .toolbar-bottom .reservation-button {
      float: right; }

.element {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: normal;
  flex-basis: 24px; }

.row-number {
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 13px; }

facilities-element {
  display: flex;
  flex-direction: column;
  flex: 1; }
  facilities-element .facility-container {
    flex: 1;
    border: 1px solid transparent;
    display: flex;
    margin: 1px;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s background-color ease, 0.5s border-color ease; }
    facilities-element .facility-container.has-facility {
      background-color: #fbfbfb;
      border: 1px solid #eeeeee; }
      facilities-element .facility-container.has-facility:hover {
        background-color: #eeeeee;
        border: 1px solid #dedede; }
    facilities-element .facility-container .facility {
      font-size: 8px;
      text-align: center; }
      facilities-element .facility-container .facility .facility-icon {
        width: 18px;
        height: 18px;
        margin: 0 3px;
        border-radius: 5px;
        fill: #888888; }

row-element {
  display: flex;
  flex: 1;
  justify-self: stretch; }
  row-element .row-container {
    display: flex;
    flex-direction: column;
    flex: 1; }
    row-element .row-container .aisle {
      height: 10px; }
    row-element .row-container .element-container {
      display: flex;
      margin: 0;
      flex: 1; }

.outside-element-container {
  height: 13px; }
  .outside-element-container.exit {
    color: #d81414;
    font-size: 8px;
    font-weight: 700;
    text-align: center; }
  .outside-element-container.wing {
    background-color: #dddee0; }

.plane-board-container {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .plane-board-container.right-side {
    margin-bottom: 5px; }
  .plane-board-container.left-side {
    margin-top: 5px; }
  .plane-board-container .part1,
  .plane-board-container .part3 {
    flex: 1;
    height: 3px;
    background-color: #aaa; }
  .plane-board-container .part2 {
    flex: 2;
    height: 3px;
    background-color: #aaa; }
  .plane-board-container.has-window .part2 {
    background-color: #ddd; }

columns {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-self: stretch; }
  columns .column {
    flex: 1;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 600;
    width: 25px;
    text-align: center; }
  columns .aisle {
    height: 10px; }

pnr-seat {
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer; }
  pnr-seat .seat-container {
    display: flex;
    width: 100%;
    margin: 0 0 4px 0; }
    pnr-seat .seat-container .facility {
      background-color: #fbfbfb;
      border: 1px solid #eeeeee;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 18px;
      height: 18px;
      border-radius: 3px; }
  pnr-seat .seat-text {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-size: 10px;
    line-height: 17px; }

.c-swap-button {
  width: 19px;
  height: 28px;
  margin: 0 1px;
  cursor: pointer;
  padding-top: 4px; }
  .c-swap-button svg {
    fill: #b3b3b3; }
    .c-swap-button svg:hover {
      fill: #D32743; }

.passenger-count-picker {
  color: #737373;
  font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
  font-size: 12px;
  border: 1px solid #d9d9d9;
  margin: 0 !important;
  width: 100%; }
  .passenger-count-picker .select__text {
    width: unset;
    border-left: 1px solid #d9d9d9;
    padding-left: 7px;
    padding-right: 25px !important;
    height: 25px;
    min-width: 120px; }
    .passenger-count-picker .select__text:focus {
      outline: none; }
  .passenger-count-picker .select__trigger {
    top: 0;
    bottom: 0;
    right: 0;
    width: 23px;
    border-left: 1px solid #d9d9d9; }
  .passenger-count-picker.select {
    background-color: transparent;
    margin-top: 5px;
    margin-right: 10px; }
    .passenger-count-picker.select:before {
      background-color: transparent !important; }
  .passenger-count-picker span.number__field {
    padding-top: 5px; }
  .passenger-count-picker .select__trigger:hover {
    background-color: transparent; }
  .passenger-count-picker.select_open .select__text, .passenger-count-picker .select__box:hover .select__text {
    color: #d32743; }
  .passenger-count-picker.select_open .select__trigger:after, .passenger-count-picker .select__box:hover .select__trigger:after {
    color: #d32743; }

.passenger-count-editor {
  position: absolute;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  background-color: #fff;
  z-index: 100;
  right: -1px;
  left: auto;
  top: 33px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4; }
  .passenger-count-editor .passenger-count-editor {
    right: 10px;
    left: auto;
    top: 33px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4; }
  .passenger-count-editor .number__box span:focus {
    border-radius: 10px;
    outline: none;
    box-shadow: 0 0 2px 1px #c7c7c7; }
  .passenger-count-editor .number {
    background-color: transparent !important; }
    .passenger-count-editor .number:before {
      background-color: transparent !important; }
  .passenger-count-editor .number__minus, .passenger-count-editor .number__plus {
    background-color: transparent;
    border: 0; }
    .passenger-count-editor .number__minus:hover, .passenger-count-editor .number__plus:hover {
      border: 2px solid #f2eded;
      border-radius: 10px; }
  .passenger-count-editor .passenger-count-editor__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    position: relative; }
    .passenger-count-editor .passenger-count-editor__list:before {
      position: absolute;
      content: '';
      left: 150px;
      top: -6px;
      width: 0;
      clear: both;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 6px solid white; }
    .passenger-count-editor .passenger-count-editor__list.passenger-count-editor__list_main:before {
      border-bottom-color: white; }
    .passenger-count-editor .passenger-count-editor__list.passenger-count-editor__list_secondary {
      background-color: #F9F8F6;
      margin-top: 10px;
      border-top: 2px solid #F0EFEE;
      padding-bottom: 5px; }
      .passenger-count-editor .passenger-count-editor__list.passenger-count-editor__list_secondary:before {
        position: absolute;
        content: '';
        left: 150px;
        top: -7px;
        width: 0;
        clear: both;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 7px solid #F0EFEE; }
      .passenger-count-editor .passenger-count-editor__list.passenger-count-editor__list_secondary:after {
        position: absolute;
        content: '';
        left: 152px;
        top: -6px;
        width: 0;
        clear: both;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 6px solid #F9F8F6; }
    .passenger-count-editor .passenger-count-editor__list li {
      width: 220px;
      height: 30px;
      clear: both; }
      .passenger-count-editor .passenger-count-editor__list li .label {
        float: left;
        padding: 10px 15px 0px 15px;
        font-weight: 300; }
        .passenger-count-editor .passenger-count-editor__list li .label small {
          color: #ccc;
          font-size: 13px; }
      .passenger-count-editor .passenger-count-editor__list li .number {
        float: right;
        padding-top: 5px;
        padding-right: 5px; }
        .passenger-count-editor .passenger-count-editor__list li .number .number__field {
          font-size: 14px;
          font-weight: 600; }

.rooms-count-picker {
  display: block;
  position: relative; }
  .rooms-count-picker:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff; }
  .rooms-count-picker_opened .rooms-count-picker__dropdown-button:after {
    border-top: none;
    border-bottom: 5px solid; }
  .rooms-count-picker__icon {
    color: #a2a2a2;
    font-size: 19px;
    line-height: 19px;
    margin: 3px 0px 3px 3px;
    display: inline-block;
    text-rendering: auto;
    background-position: 50% 50%;
    position: absolute;
    font: 19px/1 DXIcons; }
    .rooms-count-picker__icon:before {
      content: "\F02D"; }
  .rooms-count-picker__select {
    display: block;
    border: 1px solid #d9d9d9;
    margin: 0 !important;
    background-color: transparent !important;
    font-size: 12px;
    position: relative;
    vertical-align: bottom;
    font-family: Open Sans, Arial, sans-serif;
    text-align: left;
    text-align-last: auto;
    background-color: #d9d9d9;
    cursor: pointer; }
    .rooms-count-picker__select .select_open .select__trigger::after {
      border-top: none;
      border-bottom: 5px solid; }
  .rooms-count-picker__text {
    position: relative;
    display: inline-block;
    padding: 0 45px 0 7px;
    margin-left: -1px;
    min-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #737373;
    width: 90%;
    border-left: 1px solid #d9d9d9;
    outline: none;
    line-height: 24px;
    height: 25px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    user-select: none;
    vertical-align: top; }
  .rooms-count-picker__dropdown-button {
    position: absolute;
    width: 22px;
    top: 0;
    bottom: 0;
    right: 1px;
    cursor: pointer;
    border-left: 1px solid #d9d9d9; }
    .rooms-count-picker__dropdown-button:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      color: #737373;
      transform: translate(-50%, -50%);
      border-left: 3px solid rgba(255, 255, 255, 0);
      border-right: 3px solid rgba(255, 255, 255, 0);
      border-top: 5px solid; }
  .rooms-count-picker__dropdown-container {
    position: absolute;
    left: -1px;
    top: 26px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    cursor: auto; }

.toggle-expand-button {
  width: 22px;
  height: 22px;
  border: none;
  background-color: transparent;
  outline: none;
  position: relative;
  left: 0; }
  .toggle-expand-button__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1px;
    width: 18px;
    height: 18px;
    fill: #D32743; }
    .toggle-expand-button__icon_up {
      transform: rotate(180deg) translate(50%, 50%); }

.rooms-count-editor {
  border: 1px solid #f4f4f4;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  background-color: #fff;
  padding: 10px 0px 0px 15px; }
  .rooms-count-editor__room-editor-container {
    display: flex;
    flex-direction: row;
    min-height: 25px;
    position: relative;
    padding-right: 22px;
    margin-bottom: 12px; }
  .rooms-count-editor__button-container {
    position: absolute;
    right: 0;
    display: flex;
    height: 100%; }
  .rooms-count-editor__add-room-container {
    width: 100%;
    text-align: justify;
    font-size: 0;
    position: relative;
    line-height: 1;
    display: flex;
    flex-direction: row;
    padding-right: 25px; }
  .rooms-count-editor__add-room-label {
    font-family: Ubuntu, Verdana, Arial, sans-serif;
    margin-right: 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    height: 25px; }
    .rooms-count-editor__add-room-label_disabled {
      color: #c4c4c4; }
  .rooms-count-editor__add-room-button {
    flex: 1;
    height: 25px;
    font-size: 12px;
    width: 100%;
    padding: 0;
    color: #c4c4c4;
    border: 1px dashed #d9d9d9;
    background-color: transparent;
    transition: color .2s, border-color .2s;
    outline: none; }
    .rooms-count-editor__add-room-button:hover {
      color: #d32743;
      border-color: #d32743; }
  .rooms-count-editor__add-room-button:hover .rooms-count-editor__add-room-button-icon:before,
  .rooms-count-editor__add-room-button:hover .rooms-count-editor__add-room-button-icon:after {
    background-color: #d32743; }
  .rooms-count-editor__add-room-button-icon {
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -4px;
    position: relative;
    display: inline-block;
    margin-right: 5px; }
    .rooms-count-editor__add-room-button-icon:before {
      top: 5px;
      background-color: #d9d9d9;
      content: '';
      position: absolute;
      height: 1px;
      left: 0;
      width: 100%; }
    .rooms-count-editor__add-room-button-icon:after {
      top: 1px;
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      left: 4px;
      background-color: #d9d9d9; }
  .rooms-count-editor__remove-button {
    height: 100%; }

.room-count-editor {
  width: 470px;
  display: flex;
  flex: 1; }
  .room-count-editor__label {
    font-family: Ubuntu, Verdana, Arial, sans-serif;
    margin-right: 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    height: 25px;
    white-space: nowrap; }

.c-button .dx-button {
  width: 100%; }

.c-city-picker {
  width: 100%;
  flex: 1;
  margin-left: 0;
  display: flex;
  height: 27px;
  position: relative; }
  .c-city-picker__icon {
    width: 27px;
    position: unset;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    line-height: 18px;
    text-align: center;
    color: #737373;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding-left: 0;
    padding-top: 4px;
    cursor: pointer; }
    .c-city-picker__icon svg use {
      --outer-background-color: #999896;
      --inner-background-color: white;
      --letter-color: #999896; }
  .c-city-picker .dx-texteditor {
    flex: 1; }
    .c-city-picker .dx-texteditor-input {
      padding-right: 0 !important; }
  .c-city-picker__load-indicator {
    right: 8px;
    position: absolute;
    margin-top: 5px;
    background-color: #fff; }

.c-number-box {
  display: block;
  flex: 1; }
  .c-number-box .dx-numberbox-spin-up-icon:before {
    content: '+';
    width: 0;
    left: 69%;
    margin-top: -11px; }
  .c-number-box .dx-numberbox-spin-down-icon:before {
    content: '\\336';
    width: 0;
    left: 90%;
    margin-top: -11px; }
  .c-number-box--plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-up-icon:before,
  .c-number-box--plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-down-icon:before {
    margin-top: -11px; }
  .c-number-box--plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-up-icon:before {
    content: '+';
    width: 0;
    left: 69%; }
  .c-number-box--plus-minus .dx-texteditor-buttons-container .dx-numberbox-spin-down-icon:before {
    content: '\336';
    width: 0;
    left: 90%; }

.crs-notes {
  display: flex; }
  .crs-notes a {
    color: #989696;
    text-decoration: none;
    white-space: nowrap; }
    .crs-notes a:hover {
      color: #3c3a3a; }
  .crs-notes__tabs {
    vertical-align: top; }
  .crs-notes__tab-item {
    margin: 10px;
    cursor: pointer;
    width: 100%;
    display: flex;
    margin-right: 8px; }
    .crs-notes__tab-item .icon {
      opacity: 0; }
    .crs-notes__tab-item.selected {
      margin-right: 3px !important; }
      .crs-notes__tab-item.selected a {
        color: #bc233c !important;
        font-weight: 500; }
      .crs-notes__tab-item.selected .icon {
        opacity: 1;
        font-weight: 600;
        color: #bc233c;
        margin-top: 3px; }
  .crs-notes__text {
    margin: 5px 20px;
    width: 100%; }
.modal-body {
  padding: 0;
  margin-left: -10px;
  display: flex;
  flex-direction: row; }
  .modal-body .dialog-icon {
    width: 105px;
    background-color: #bc233c;
    min-height: 90px;
    vertical-align: top;
    position: absolute;
    height: calc(100% - 60px); }
    .modal-body .dialog-icon .icon {
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 105px;
      height: 72px; }
    .modal-body .dialog-icon .icon-error {
      background: url(/wwwroot/img/content/additional/error-modal/dialog-error.png) center center no-repeat; }
    .modal-body .dialog-icon .icon-check {
      background: url(/wwwroot/img/content/additional/error-modal/dialog-check.png) center center no-repeat;
      transform: none;
      left: 0; }
  .modal-body .content {
    flex: 1;
    padding-left: 115px;
    padding-top: 10px;
    min-height: 90px;
    background-color: #de2a48;
    color: #fff;
    margin-right: 20px; }
    .modal-body .content .content-title {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      line-height: 28px; }
    .modal-body .content .content-body {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      margin-top: 1em; }
      .modal-body .content .content-body .break {
        margin-top: 10px; }

.flex-container-row {
  display: flex;
  flex-direction: row; }

.flex-container-column {
  display: flex;
  flex-direction: column; }

.flexed {
  flex: 1; }

.order-flex {
  display: flex; }
