/* Minification failed. Returning unminified contents.
(2609,58): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en);
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
.sweet-alert button {
  background-color: #34495e;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert p {
  font-size: 14px;
  font-weight: 400;
}
.sweet-alert h2 {
  font-size: 26px;
}
.sweet-alert {
  padding: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.cg-notify-message.homer-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  border: none ;
  margin-top: 30px;
  color: inherit;
}
.homer-notify.alert-warning {
  border-left: 6px solid #ffb606;
}
.homer-notify.alert-success {
  border-left: 6px solid #62cb31;
}
.homer-notify.alert-danger {
  border-left: 6px solid #c0392b;
}
.homer-notify.alert-info {
  border-left: 6px solid #3498db;
}
.h-modal-icon {
  font-size: 66px;
}
.inmodal .color-line {
  border-radius: 4px 4px 0 0;
}
.modal-content {
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modal-backdrop.in {
  opacity: 0.4;
}
.modal-backdrop {
  position: fixed;
  bottom: 0;
}
.modal-dialog {
  margin-top: 80px;
}
.modal-title {
  font-size: 30px;
  font-weight: 300;
}
.modal-header {
  padding: 40px 30px;
  background: #f7f9fa;
}
.modal-body {
  padding: 20px 30px;
}
.modal-header small {
  color: #9d9fa2;
}
.modal-footer {
  background: #f7f9fa;
}
.hmodal-info .color-line {
  background: #3498db;
}
.hmodal-warning .color-line {
  background: #ffb606;
}
.hmodal-success .color-line {
  background: #62cb31;
}
.hmodal-danger .color-line {
  background: #c0392b;
}
.hmodal-info h4.modal-title {
  color: #3498db;
}
.hmodal-warning h4.modal-title {
  color: #ffb606;
}
.hmodal-success h4.modal-title {
  color: #62cb31;
}
.hmodal-danger h4.modal-title {
  color: #c0392b;
}
/* Progress bar */
.progress {
  border-radius: 2px;
  margin-bottom: 10px;
}
.progress-bar {
  background-color: #f1f3f6;
  text-align: right;
  padding-right: 10px;
  color: #6a6c6f;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-bar-success {
  border-right: 4px solid #58b62c;
}
.progress-bar-info {
  border-right: 4px solid #258cd1;
}
.progress-bar-warning {
  border-right: 4px solid #eba600;
}
.progress-bar-danger {
  border-right: 4px solid #e43725;
}
.full .progress-bar-success {
  background-color: #62cb31;
  border-right: 4px solid #58b62c;
}
.full .progress-bar-info {
  background-color: #3498db;
  border-right: 4px solid #258cd1;
}
.full .progress-bar-warning {
  background-color: #ffb606;
  border-right: 4px solid #eba600;
}
.full .progress-bar-danger {
  background-color: #e74c3c;
  border-right: 4px solid #e43725;
}
.full .progress-bar {
  color: #ffffff;
}
body.blank {
  background-color: #f1f3f6;
}
.login-container {
  max-width: 420px;
  margin: auto;
  padding-top: 6%;
}
.register-container {
  max-width: 720px;
  margin: auto;
  padding-top: 6%;
}
.lock-container {
  max-width: 420px;
  margin: auto;
  padding-top: 6%;
}
.error-container {
  max-width: 620px;
  margin: auto;
  padding-top: 6%;
}
.big-icon {
  font-size: 120px;
}
.error-container h1 {
  font-size: 44px;
}
.back-link {
  float: left;
  width: 100%;
  margin: 10px;
}
@media (max-width: 420px) {
  .login-container,
  .lock-container {
    margin: auto 10px;
  }
}
@media (max-width: 720px) {
  .register-container {
    margin: auto 10px;
  }
  .lock-container {
    padding-top: 15%;
  }
}
@media (max-width: 620px) {
  .error-container {
    margin: auto 10px;
  }
}
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 98%;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.v-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.v-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e8ebf0;
}
.vertical-timeline-content .btn {
  float: right;
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #e4e5e7;
  text-align: center;
  background: #fff;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  border: 1px solid #e4e5e7;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0 0 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  font-weight: 500;
  text-align: right;
  font-size: 13px;
}
.vertical-date small {
  color: #62cb31;
  font-weight: 400;
}
.vertical-timeline-content:after,
.vertical-timeline-content:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vertical-timeline-content:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.vertical-timeline-content:before {
  border-color: transparent;
  border-right-color: #e4e5e7;
  border-width: 11px;
  margin-top: -11px;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
.contact-panel h3 {
  margin-bottom: 2px;
}
.contact-panel h3 a {
  color: inherit;
}
.contact-panel p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
}
.contact-panel img {
  width: 76px;
  height: 76px;
}
.contact-footer {
  padding: 0 15px;
}
.contact-stat span {
  font-size: 10px;
  font-weight: 500;
  display: block;
  color: #9d9fa2;
  text-transform: uppercase;
}
.contact-stat {
  padding: 8px 0px;
  text-align: center;
}
.contact-panel:hover .panel-body {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  z-index: 1;
}
/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: inherit;
  text-shadow: none;
}
.fc-state-default {
  border: 1px solid;
}
.fc-button {
  color: inherit;
  border: 1px solid #e4e5e7;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap;
}
.fc-state-active {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff;
}
.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e4e5e7;
  font-weight: normal;
}
.fc-border-separate tbody {
  background-color: #F8F8F8;
}
.fc-state-highlight {
  background: none repeat scroll 0 0 #f1f3f6;
}
.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #34495e;
  border-color: #34495e;
}
.fc-event-time,
.fc-event-title {
  color: #717171;
  padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
  color: #fff;
}
.fc-view-container .fc-widget-header {
  background: #f7f8fa;
}
.fc-widget-header .fc-day-header {
  padding: 12px 0;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: center;
}
.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
  padding: 6px;
}
.fc-day-grid-event {
  margin: 2px 6px 0;
}
.note-editor {
  border: 1px solid #e4e5e7;
}
.note-editor .note-toolbar {
  border-bottom: 1px solid #e4e5e7;
}
.note-editor .btn-default {
  border-color: #e4e5e7;
}
.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e4e5e7;
}
.ngCell {
  border-right: none;
}
.ngTopPanel {
  background: #fff;
}
.ngRow.even {
  background: #f9f9f9;
}
.ngRow.selected {
  background: #e5e8ee;
}
.ngRow {
  border-bottom: 1px solid #e4e5e7;
}
.ngCell {
  background-color: transparent;
}
.ngHeaderCell {
  border-right: none;
}
.gridStyle {
  border: 1px solid #e4e5e7;
  height: 400px;
}
.show-grid [class^="col-"] {
  background-color: #f1f3f6 !important;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
.show-grid {
  margin: 15px 0;
}
.dropdown-menu.hdropdown {
  padding: 0;
  z-index: 1060;
}
.dropdown-menu.hdropdown .title {
  padding: 12px 12px;
  text-align: center;
  border-bottom: 1px solid #e4e5e7;
}
.dropdown-menu.hdropdown li {
  padding: 6px 12px;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid #e4e5e7;
}
.dropdown-menu.filedropdown li {
  padding: 6px 6px;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid #e4e5e7;
}
.dropdown-menu.filedropdown li i {
  margin-right: 10px;
}
.dropdown-menu.hdropdown.notification li {
  padding: 12px 12px;
}
.dropdown-menu.hdropdown.notification li .label {
  margin-right: 10px;
}
.dropdown-menu.hdropdown li > a:hover,
.dropdown-menu.filedropdown li > a:hover {
  background: inherit;
}
.dropdown-menu.hdropdown li:hover,
.dropdown-menu.filedropdown li:hover {
  background: #f1f3f6;
}
.dropdown-menu.hdropdown li.summary {
  padding: 6px 12px;
  text-align: center;
  background: #fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
  color: inherit;
  background: #f7f8fa;
  border-bottom: 1px solid #e4e5e7;
}
.chat-avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.chat-user-name {
  padding: 10px;
}
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}
.chat-user a {
  color: inherit;
}
.chat-view {
  z-index: 1070;
}
.chat-users,
.chat-statistic {
  margin-left: -30px;
}
@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0px;
  }
}
.chat-view .ibox-content {
  padding: 0;
}
.chat-message {
  padding: 10px 20px;
}
.message-avatar {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-top: 1px;
}
.chat-discussion .chat-message .message-avatar {
  float: left;
  margin-right: 10px;
}
.chat-discussion .message {
  background-color: #f7f8fa;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}
.chat-discussion .chat-message .message-date {
  float: right;
}
.chat-discussion .chat-message .message {
  text-align: left;
  margin-left: 55px;
}
.message-date {
  font-size: 10px;
  color: #888888;
}
.message-content {
  display: block;
}
.chat-users,
.chat-discussion {
  overflow-y: auto;
  height: 500px;
}
.chat-discussion .chat-message.left .message-date {
  float: right;
}
.chat-discussion .chat-message.right .message-date {
  float: left;
}
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}
.chat-discussion {
  padding: 15px 10px;
}
.header-line.extreme-color {
  width: 20%;
}
.header-line {
  height: 6px;
  width: 10%;
  float: left;
  margin: 0;
  position: relative;
}
.header-line div {
  position: absolute;
  top: 70px;
  left: 15px;
  font-weight: 600;
  color: #fff;
}
.header-line div span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.color-demo .header-line {
  height: 118px;
}
.color-demo .header-line:after {
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 10px;
  width: 100%;
}
/* Buttons */
.btn {
  border-radius: 3px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-primary.btn-outline {
  color: #34495e;
}
.btn-primary2.btn-outline {
  color: #9b59b6;
}
.btn-success.btn-outline {
  color: #62cb31;
}
.btn-info.btn-outline {
  color: #3498db;
}
.btn-warning.btn-outline {
  color: #ffb606;
}
.btn-warning2.btn-outline {
  color: #e67e22;
}
.btn-danger.btn-outline {
  color: #e74c3c;
}
.btn-danger2.btn-outline {
  color: #c0392b;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #34495e;
  border-color: #34495e;
  color: #FFFFFF ;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #3f5872;
  border-color: #3f5872;
  color: #FFFFFF ;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #293a4a;
  border-color: #293a4a;
}
.btn-primary2 {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #FFFFFF ;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
  background-color: #a86ebf;
  border-color: #a86ebf;
  color: #FFFFFF ;
}
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
  background-image: none;
}
.btn-primary2.disabled,
.btn-primary2.disabled:hover,
.btn-primary2.disabled:focus,
.btn-primary2.disabled:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled],
.btn-primary2[disabled]:hover,
.btn-primary2[disabled]:focus,
.btn-primary2[disabled]:active,
.btn-primary2.active[disabled],
fieldset[disabled] .btn-primary2,
fieldset[disabled] .btn-primary2:hover,
fieldset[disabled] .btn-primary2:focus,
fieldset[disabled] .btn-primary2:active,
fieldset[disabled] .btn-primary2.active {
  background-color: #8c49a7;
  border-color: #8c49a7;
}
.btn-success {
  background-color: #62cb31;
  border-color: #62cb31;
  color: #FFFFFF ;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #74d348;
  border-color: #74d348;
  color: #FFFFFF ;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #56b22b;
  border-color: #56b22b;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #FFFFFF ;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #4ea5e0;
  border-color: #4ea5e0;
  color: #FFFFFF ;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #2489cc;
  border-color: #2489cc;
}
.btn-default {
  background-color: #fff;
  border-color: #e4e5e7;
  color: #6a6c6f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #d9dbdd;
  color: #606265;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e4ebee;
  border-color: #e4ebee;
}
.btn-warning {
  background-color: #ffb606;
  border-color: #ffb606;
  color: #FFFFFF ;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffbf25;
  border-color: #ffbf25;
  color: #FFFFFF ;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #e6a300;
  border-color: #e6a300;
}
.btn-warning2 {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #FFFFFF ;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
  background-color: #e98e3d;
  border-color: #e98e3d;
  color: #FFFFFF ;
}
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
  background-image: none;
}
.btn-warning2.disabled,
.btn-warning2.disabled:hover,
.btn-warning2.disabled:focus,
.btn-warning2.disabled:active,
.btn-warning2.disabled.active,
.btn-warning2[disabled],
.btn-warning2[disabled]:hover,
.btn-warning2[disabled]:focus,
.btn-warning2[disabled]:active,
.btn-warning2.active[disabled],
fieldset[disabled] .btn-warning2,
fieldset[disabled] .btn-warning2:hover,
fieldset[disabled] .btn-warning2:focus,
fieldset[disabled] .btn-warning2:active,
fieldset[disabled] .btn-warning2.active {
  background-color: #d26f18;
  border-color: #d26f18;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #FFFFFF ;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #ea6557;
  border-color: #ea6557;
  color: #FFFFFF ;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e43321;
  border-color: #e43321;
}
.btn-danger2 {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #FFFFFF ;
}
.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
  background-color: #d24637;
  border-color: #d24637;
  color: #FFFFFF ;
}
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
  background-image: none;
}
.btn-danger2.disabled,
.btn-danger2.disabled:hover,
.btn-danger2.disabled:focus,
.btn-danger2.disabled:active,
.btn-danger2.disabled.active,
.btn-danger2[disabled],
.btn-danger2[disabled]:hover,
.btn-danger2[disabled]:focus,
.btn-danger2[disabled]:active,
.btn-danger2.active[disabled],
fieldset[disabled] .btn-danger2,
fieldset[disabled] .btn-danger2:hover,
fieldset[disabled] .btn-danger2:focus,
fieldset[disabled] .btn-danger2:active,
fieldset[disabled] .btn-danger2.active {
  background-color: #a73225;
  border-color: #a73225;
}
.btn-link {
  color: inherit ;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #6a6c6f;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #9d9fa2;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-xs {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 7px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-xs {
  width: 20px;
  height: 20px;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 1;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
/* Fonts */
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 600;
}
.font-extra-bold {
  font-weight: 700;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-trans {
  opacity: 0.5 !important;
}
.text-big {
  font-size: 60px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200;
}
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/Content/img/green.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_square-green {
  background-position: 0 0;
}
.icheckbox_square-green.hover {
  background-position: -24px 0;
}
.icheckbox_square-green.checked {
  background-position: -48px 0;
}
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-green {
  background-position: -120px 0;
}
.iradio_square-green.hover {
  background-position: -144px 0;
}
.iradio_square-green.checked {
  background-position: -168px 0;
}
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(/Content/img/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* Layout */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden!important;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #6a6c6f;
  margin: 0;
  padding: 0;
  height: 100%;
}
#header {
  background-color: #fff;
  display: block;
  height: 62px;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e4e5e7;
}
#menu {
  width: 180px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 62px;
  transition: all 0.4s ease 0s;
}
#wrapper {
  margin: 0 0 0 180px;
  padding: 0;
  background: #f1f3f6;
  border-left: 1px solid #e4e5e7;
  transition: all 0.4s ease 0s;
  position: relative;
  min-height: 100%;
}
.content {
  padding: 25px 40px 40px 40px;
  min-width: 320px;
}
.footer {
  padding: 10px 18px;
  background: #ffffff;
  border-top: 1px solid #e4e5e7;
  transition: all 0.4s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .content {
    padding: 15px 15px 15px 15px;
    min-width: 320px;
  }
}
.content-boxed {
  max-width: 1100px;
  margin: auto;
  padding-top: 60px;
}
#page-header {
  padding: 20px 40px;
}
.color-line {
  background: #f7f9fa;
  height: 6px;
  background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.fixed-navbar #header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.fixed-navbar #wrapper {
  top: 62px;
}
.fixed-sidebar #menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 197px;
  margin-right: -17px;
}
.fixed-sidebar.show-sidebar #menu {
  width: 180px;
}
.fixed-footer .footer {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 181px;
  right: 0;
}
.fixed-footer.hide-sidebar .footer {
  left: 0;
}
@media (max-width: 768px) {
  .fixed-footer .footer {
    left: 0;
  }
  .fixed-footer.show-sidebar .footer {
    left: 181px;
  }
}
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e4e5e7;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
}
#right-sidebar.sidebar-open {
  display: block;
}
.fixed-small-header .small-header {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  margin-left: 181px;
  z-index: 1001;
}
.fixed-small-header .content {
  padding-top: 80px;
}
.fixed-small-header.hide-sidebar .small-header {
  margin-left: 0;
}
.fixed-small-header.page-small .small-header {
  margin-left: 0;
}
.fixed-small-header.page-small .content {
  padding-top: 120px;
}
.fixed-small-header.page-small.show-sidebar .small-header {
  margin-left: 181px;
  overflow: hidden;
}
.boxed {
  background-color: #ffffff;
}
.boxed .profile-picture {
  background-color: white;
}
.boxed .boxed-wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
}
/* Lists */
.list .list-item-container {
  float: left;
}
.list-item-container div:first-child {
  border-top: none;
}
.list .list-item .list-item-content p {
  margin-bottom: 3px;
  margin-top: 0;
}
.list .list-item-date {
  color: #AAAAAA;
  font-size: 10px;
  text-align: center;
}
.list .list-item {
  float: left;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e5e7;
}
.list .list-item-container-small {
  min-width: 80px;
  text-align: center;
}
.list .list-item .list-item-content .list-item-right {
  height: 100%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.list .list-item .list-item-content h1,
.list .list-item .list-item-content h2,
.list .list-item .list-item-content h3,
.list .list-item .list-item-content h4,
.list .list-item .list-item-content h5,
.list .list-item .list-item-content h6,
.list .list-item .list-item-content .list-item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
/* Panels */
.hpanel > .panel-heading {
  color: inherit;
  font-weight: 600;
  padding: 10px 4px;
  transition: all .3s;
  border: 1px solid transparent;
}
.hpanel .hbuilt.panel-heading {
  border-bottom: none;
}
.hpanel > .panel-footer,
.hpanel > .panel-section {
  color: inherit;
  border: 1px solid #e4e5e7;
  border-top: none;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 15px;
}
.hpanel.panel-collapse > .panel-heading,
.hpanel .hbuilt {
  background: #fff;
  border-color: #e4e5e7;
  border: 1px solid #e4e5e7;
  padding: 10px 10px;
  border-radius: 2px;
}
.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.hpanel.panel-group .panel-body:first-child {
  border-top: 1px solid #e4e5e7;
}
.hpanel.panel-group .panel-body {
  border-top: none;
}
.panel-collapse .panel-body {
  border: none;
}
.hpanel {
  background-color: none;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.hpanel .alert {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #e4e5e7;
  border-bottom: none;
}
.panel-tools a {
  margin-left: 5px;
  color: #9d9fa2;
  cursor: pointer;
}
.hpanel.hgreen .panel-body {
  border-top: 2px solid #62cb31;
}
.hpanel.hblue .panel-body {
  border-top: 2px solid #3498db;
}
.hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606;
}
.hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}
.hpanel.horange .panel-body {
  border-top: 2px solid #e67e22;
}
.hpanel.hred .panel-body {
  border-top: 2px solid #e74c3c;
}
.hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}
.hpanel.hnavyblue .panel-body {
  border-top: 2px solid #34495e;
}
.hpanel.hbggreen .panel-body {
  background: #62cb31;
  color: #fff;
  border: none;
}
.hpanel.hbgblue .panel-body {
  background: #3498db;
  color: #fff;
  border: none;
}
.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: none;
}
.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: none;
}
.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: none;
}
.hpanel.hbgred .panel-body {
  background: #e74c3c;
  color: #fff;
  border: none;
}
.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: none;
}
.hpanel.hbgnavyblue .panel-body {
  background: #34495e;
  color: #fff;
  border: none;
}
.panel-group .panel-heading {
  background-color: #f7f9fa;
}
.small-header .hpanel {
  margin-bottom: 0;
}
.small-header {
  padding: 0 !important;
}
.small-header .panel-body {
  padding: 15px 25px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}
.panel-body h5,
.panel-body h4 {
  font-weight: 600;
}
.small-header .panel-body h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.small-header .panel-body small {
  color: #838589;
}
.hbreadcrumb {
  padding: 2px 0px;
  margin-top: 6px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  border-radius: #fff;
  font-size: 11px;
}
.hbreadcrumb > li {
  display: inline-block;
}
.hbreadcrumb > li + li:before {
  padding: 0 5px;
  color: #34495e;
}
.hbreadcrumb > .active {
  color: #9d9fa2;
}
.wrapper {
  padding: 10px 20px;
}
.hpanel.collapsed .panel-body,
.hpanel.collapsed .panel-footer {
  display: none;
}
.hpanel.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.hpanel.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.hpanel.collapsed.panel-collapse .panel-body {
  border-width: 0 1px 1px 1px;
  border-color: #e4e5e7;
  border-style: solid;
}
.hpanel.collapsed .hbuilt.panel-heading {
  border-bottom: 1px solid #e4e5e7;
}
body.fullscreen-panel-mode {
  overflow-y: hidden;
}
.hpanel.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.hpanel.fullscreen .showhide {
  display: none;
}
.hpanel.fullscreen .panel-body {
  min-height: calc(100% - 77px);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #e4e5e7;
  border-bottom-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid #e4e5e7;
}
.tab-pane .panel-body {
  border-top: none;
}
.tabs-left .tab-pane .panel-body,
.tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e4e5e7;
}
.nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-left .panel-body {
  position: static;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #e4e5e7;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e4e5e7;
  border-bottom-color: transparent;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}
.tooltip-inner {
  background-color: #34495e;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
}
/* Opacity */
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
/* Google Maps */
.google-map {
  height: 300px;
}
.hr-line-dashed {
  background-color: transparent;
  border-top: 1px dotted #f1f3f6;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
/* Mixin */
.animated-panel {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Color */
.h-bg-navy-blue {
  background: #34495e;
}
.h-bg-violet {
  background: #9b59b6;
}
.h-bg-blue {
  background: #3498db;
}
.h-bg-green {
  background: #62cb31;
}
.h-bg-yellow {
  background: #ffb606;
}
.h-bg-orange {
  background: #e67e22;
}
.h-bg-red {
  background: #e74c3c;
}
.h-bg-red-deep {
  background: #c0392b;
}
.text-primary {
  color: #34495e;
}
.text-primary-2 {
  color: #9b59b6;
}
.text-info {
  color: #3498db;
}
.text-success {
  color: #62cb31;
}
.text-warning {
  color: #ffb606;
}
.text-danger {
  color: #e74c3c;
}
.text-white {
  color: #fff;
}
.border-top {
  border-top: 1px solid #e4e5e7;
}
.border-bottom {
  border-bottom: 1px solid #e4e5e7;
}
.border-right {
  border-right: 1px solid #e4e5e7;
}
.border-left {
  border-left: 1px solid #e4e5e7;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Inputs */
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control {
  border-color: #d62c1a !important;
}
.has-warning .form-control {
  border-color: #d29400 !important;
}
.has-success .form-control {
  border-color: #4ea227 !important;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d62c1a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #d29400;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4ea227;
}
/* Backgrounds */
.bg-white {
  background-color: #fff;
}
.bg-light-soft {
  background-color: #f1f3f6;
}
.bg-light {
  background-color: #f7f9fa;
}
/* Slider */
#logo {
  float: left;
  width: 180px;
  background-color: #34495e;
  padding: 18px 10px 18px 18px;
  height: 56px;
  text-align: center;
}
#logo span {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
#logo.light-version {
  background-color: #f7f9fa;
  border-bottom: 1px solid #e4e5e7;
  text-align: center;
}
#logo.light-version span {
  font-weight: 600;
  color: #34495e;
  font-size: 14px;
}
.profile-picture {
  padding: 7px 7px;
  text-align: center;
}
.stats-box div {
  display: inline-block;
  vertical-align: middle;
}
.stats-label {
  line-height: 1.2;
}
.stats-label small {
  font-size: 80%;
  line-height: 0.6;
}
.stats-box-value {
  background: #ffffff;
}
.stats-box-detail {
  background: #34495e;
  color: #fff;
  position: relative;
}
/* Labels */
.label-menu-corner .label {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 18px;
  top: 12px;
}
/* Menu */
#side-menu {
  background: #f7f9fa;
}
#side-menu li a {
  color: #6a6c6f;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
}
#side-menu li {
  border-bottom: 1px solid #e4e5e7;
}
#side-menu li:first-child {
  border-top: 1px solid #e4e5e7;
}
#side-menu li.active a,
#side-menu li:hover a {
  color: #34495e;
}
#side-menu li .nav-second-level li a {
  padding: 10px 10px 10px 30px;
  color: #6a6c6f;
  text-transform: none;
  font-weight: 600;
}
#side-menu li .nav-second-level li.active a {
  color: #34495e;
  background-color: #f7f9fa;
}
#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
  background: #fff;
}
#side-menu li.active {
  background: #fff;
}
.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
#top-navigation {
  height: 56px;
  position: relative;
  float: left;
}
.navbar-static-top {
  margin: 0 0 0 180px;
}
.navbar.navbar-static-top a,
.nav.navbar-nav li a {
  color: #9d9fa2;
}
.header-link {
  padding: 18px 26px 17px 26px;
  font-size: 14px;
  float: left;
  border-right: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  margin-right: 15px;
  background: #f7f9fa;
  cursor: pointer;
}
.header-link:hover {
  background: #f1f4f6;
}
.navbar-nav > li,
.navbar-nav > li > a {
  height: 56px;
}
.navbar-nav > li > a {
  padding: 15px 20px;
  font-size: 25px;
}
.navbar-nav > li:last-child > a {
  padding-right: 35px;
}
.navbar.navbar-static-top .hide-menu {
  color: #9d9fa2;
}
.panel-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
/* Box */
.box {
  padding: 40px;
}
.box-rb-border {
  border-right: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}
.box-b-border {
  border-bottom: 1px solid #e4e5e7;
}
.box-r-border {
  border-right: 1px solid #e4e5e7;
}
/* Height */
.h-100 {
  min-height: 100px;
}
.h-150 {
  min-height: 150px;
}
.h-200 {
  min-height: 200px;
}
.h-300 {
  min-height: 300px;
}
.h-400 {
  min-height: 400px;
}
.h-500 {
  min-height: 500px;
}
.h-600 {
  min-height: 600px;
}
/* Sidebar Hide */
body.hide-sidebar #menu {
  margin-left: -180px;
}
body.hide-sidebar #wrapper {
  margin-left: 0;
}
body.page-small #menu {
  margin-left: -180px;
}
body.page-small #wrapper {
  margin-left: 0;
}
body.page-small.show-sidebar #menu {
  margin-left: 0;
}
body.page-small.show-sidebar #wrapper {
  margin-left: 180px;
}
a {
  cursor: pointer;
  color: #34495e;
}
a:hover,
a:focus {
  color: #34495e;
  text-decoration: none;
}
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-background {
  background: transparent !important;
}
.navbar-form-custom {
  float: left;
  height: 52px;
  padding: 0;
  width: 180px;
}
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 13px;
  height: 52px;
  margin: 0;
  z-index: 1060;
  padding: 0;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.vertical-mid {
  display: table;
}
.vertical-mid * {
  display: table-cell;
  vertical-align: middle;
}
/* Labels */
.label-success {
  background-color: #62cb31;
}
/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #34495e;
  border-color: #34495e;
  color: #FFFFFF !important;
}
.list-group-item-heading {
  margin-top: 10px;
}
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  line-height: inherit;
}
.list-group-item {
  background-color: inherit;
  border: 1px solid #e4e5e7;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.no-padding .list-group {
  margin-bottom: 0;
}
.well {
  background: #f7f9fa;
  box-shadow: none;
}
/* Stats */
.stats h4,
h5,
h6 {
  margin: 5px 0;
}
.stats-title h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
/* Widths */
.w-xs {
  min-width: 100px;
}
.w-sm {
  min-width: 120px;
}
.w-m {
  min-width: 140px;
}
.w-lg {
  min-width: 160px;
}
.w-xl {
  min-width: 180px;
}
.w-xxl {
  min-width: 200px;
}
/* Charts */
.flot-chart {
  display: block;
  height: 300px;
  position: relative;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.stats .flot-chart {
  height: 60px;
}
/* Messages */
.feed-activity-list .feed-element {
  border-bottom: 1px solid #E7EAEC;
}
.feed-element:first-child {
  margin-top: 0;
}
.feed-element {
  padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
  margin-top: 15px;
}
.feed-element,
.media-body {
  overflow: hidden;
}
.feed-element > .pull-left {
  margin-right: 10px;
}
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.feed-element .well {
  border: 1px solid #E7EAEC;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.feed-element .actions {
  margin-top: 10px;
}
.feed-element .photos {
  margin: 10px 0;
}
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.feed-element img {
  filter: url(/Content/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/'><feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/></filter></svg>#grayscale);
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.small-logo {
  display: none;
  text-align: center;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 800;
}
.img-small {
  width: 62px;
  height: 62px;
}
@media (max-width: 768px) {
  .navbar-form-custom,
  .navbar-right,
  #logo {
    display: none;
  }
  .navbar-static-top {
    margin: 0;
  }
  .small-logo {
    display: block;
    float: left;
  }
  .header-line div {
    display: none;
  }
  .color-demo .header-line {
    height: 48px;
  }
  #hbreadcrumb {
    float: none !important;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  #wrapper {
    overflow: hidden;
  }
}
.canvass {
  -moz-transition: width 0.01s, height 0.01s;
  -webkit-transition: width 0.01s, height 0.01s;
  -o-transition: width 0.01s, height 0.01s;
  transition: width 0.01s, height 0.01s;
}
.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 10px 10px;
  vertical-align: middle;
}
.icons-box {
  padding: 20px;
}
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons-box .infont {
  text-align: center;
  margin-bottom: 25px;
}
.icons-box .infont i {
  font-size: 35px;
  display: block;
  color: #676a6c;
}
.icons-box .infont span {
  color: #a6a8a9;
}
.icons-box .infont span {
  margin: 1px;
  display: block;
}
.fullpanel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1070;
  overflow-x: scroll;
  transition: all 2s;
}
.transition {
  transition: all 0.5s;
}
.normalheader .hpanel {
  margin-bottom: 0;
}
.normalheader {
  min-width: 320px;
  padding: 40px 40px 0px 40px;
}
@media (max-width: 768px) {
  .normalheader {
    padding: 15px 15px 0px 15px;
  }
}
.normalheader h2 {
  margin-top: 0px;
}
.input-xs {
  height: 20px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}
.clip-header i {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.clip-header {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  background: #f7f9fa;
  padding: 4px 5px;
  border-left: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}
.dropdown-menu {
  font-size: 13px;
  border-radius: 3px;
}
.dropdown-example {
  display: inline-block;
  margin: 0px 10px 10px 10px;
}
.dropdown-example .dropdown-menu {
  position: static;
  display: block;
}
.pagination-example .pagination {
  margin: 0 0 10px 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3498db;
  border-color: #258cd1;
  color: #fff;
  cursor: default;
  z-index: 2;
}
.hbreadcrumb a.active {
  color: #9d9fa2;
}
.form-control {
  border-color: #e4e5e7 !important;
}
.input-group-addon {
  background: #fafbfc;
  border-color: #e4e5e7 !important;
}
.sidebar-button {
  padding: 4px 10px 0 10px;
}
.sidebar-button i {
  font-size: 20px;
}
/* Splash style */
.splash {
  position: absolute;
  z-index: 2000;
  background: white;
  color: gray;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.splash-title {
  text-align: center;
  max-width: 500px;
  margin: 15% auto;
  padding: 20px;
}
.splash-title h1 {
  font-size: 26px;
}
/* Checkbox styles */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #34495e;
  border-color: #34495e;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3498db;
  border-color: #3498db;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffb606;
  border-color: #ffb606;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #62cb31;
  border-color: #62cb31;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #34495e;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #34495e;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #34495e;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #e74c3c;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e74c3c;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #e74c3c;
}
.radio-info input[type="radio"] + label::after {
  background-color: #3498db;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #3498db;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #3498db;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffb606;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffb606;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffb606;
}
.radio-success input[type="radio"] + label::after {
  background-color: #62cb31;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #62cb31;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #62cb31;
}
.checkbox input:hover,
.radio input:hover {
  cursor: pointer;
}
/* UI Sortable */
.ui-sortable .panel-body {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #f7f9fa;
}
.ibox.ui-sortable-placeholder {
  margin: 0px 0px 23px !important;
}
/* Badge colors */
.badge.badge-success {
  background-color: #62cb31;
}
.badge.badge-info {
  background-color: #3498db;
}
.badge.badge-danger {
  background-color: #e74c3c;
}
.badge.badge-warning {
  background-color: #ffb606;
}
.badge.badge-primary {
  background-color: #34495e;
}
/* Tables */
.table > thead > tr > th {
  border-bottom: none;
}
.no-padding table {
  margin-bottom: 0;
}
/* Validation */
.form-control.error {
  border-color: #e74c3c !important;
}
label.error,
label span.error {
  color: #e74c3c;
  margin: 5px 0 0 0;
  font-weight: 400;
}
label span.error {
  margin-left: 5px;
}
label.error:before {
  content: "\f071";
  font-family: 'FontAwesome';
  margin: 0 4px;
}
/* File manager */
.hpanel .panel-body.file-body {
  padding: 30px 0;
  text-align: center;
}
.file-body i.fa {
  font-size: 56px;
}
/* Filter search */
.filter-item {
  margin-bottom: 0;
}
.filter-item .panel-body {
  padding: 10px 20px;
  border-bottom: none;
}
.filter-item a {
  color: #6a6c6f;
}
.filter-item:last-child {
  border-bottom: 1px solid #e4e5e7;
}
.filter-item:hover .panel-body,
.filter-item.active .panel-body {
  background: #fafcfd;
  z-index: 100;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
}
.filter-item::selection .panel-body {
  background: #fafcfd;
}
.filter-item h4 {
  margin-bottom: 5px;
}
/* Big menu */
.hdropdown.bigmenu {
  padding: 30px 30px 0px 30px;
}
.bigmenu a i {
  font-size: 46px;
}
.bigmenu a {
  display: block;
  text-align: center;
  margin: 0 10px 30px 0;
  min-width: 100px;
}
.bigmenu h5 {
  font-size: 13px;
  margin-top: 10px;
}
/* Notes page */
@media (min-width: 991px) {
  #notes {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
#notes .panel-body:first-child {
  border-top: none;
}
.note-content textarea {
  border: none;
  width: 100%;
  padding: 0;
  min-height: 360px;
}
.note-link h5 {
  margin-top: 0;
}
.note-link:hover {
  background: #f7f9fa;
}
/* App Plans */
.plan-box {
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.7;
  transition: all 0.2s ease 0s;
}
.plan-box.active,
.plan-box:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Mobile navbar */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
  .mobile-menu .navbar-nav > li,
  .mobile-menu .navbar-nav {
    float: none;
  }
}
.mobile-navbar {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 100;
}
.mobile-navbar .navbar-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e4e5e7;
}
.mobile-navbar .navbar-nav > li > a {
  padding: 15px 15px;
  font-size: 14px;
  color: #6a6c6f;
}
.mobile-navbar .navbar-nav > li > a:hover,
.mobile-navbar .navbar-nav > li > a:focus,
.mobile-navbar .navbar-nav .open > a,
.mobile-navbar .navbar-nav .open > a:hover,
.mobile-navbar .navbar-nav .open > a:focus {
  border-bottom: none;
}
@media (min-width: 769px) {
  .mobile-navbar,
  .mobile-navbar.collapse.in {
    display: none;
  }
}
/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
/* Fix for xeditable and chekcbox plugin in angularJS version */
.x-edit-checkbox .checkbox label::before {
  display: none;
}
.projects .project-label {
  font-weight: 600;
}
.projects .hpanel .panel-body {
  border-bottom: none;
}
.projects .hpanel:last-child .panel-body {
  border-bottom: 1px solid #e4e5e7;
}
.projects .hpanel:last-child .panel-body {
  border-bottom: 1px solid #e4e5e7;
}
.projects .hpanel h4 a {
  color: #6a6c6f;
}
.projects .project-people img {
  width: 28px;
  height: 28px;
  margin-left: 2px;
  margin-bottom: 4px;
}
.projects .project-info {
  text-align: right;
}
@media (max-width: 768px) {
  .projects .project-info {
    text-align: left;
  }
}
.social-board .social-profile img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.social-board .social-profile h5 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.social-board .social-form {
  margin: 10px 0;
}
.social-board .social-form input {
  font-size: 12px;
  padding: 2px 12px;
  height: 28px;
}
.social-talk .social-profile img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.social-talk .text-muted {
  color: #aaacae;
}
.social-talk {
  margin-bottom: 10px;
}
.social-talk .social-content {
  margin-top: 2px;
}
.angular-ui-tree-handle {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #e4e5e7;
  color: inherit;
  padding: 10px;
  font-weight: normal;
}
.angular-ui-tree-handle:hover {
  font-weight: bold;
  cursor: pointer;
}
.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 1px dashed #e4e5e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group-title {
  background-color: #687074 !important;
  color: #FFF !important;
}
.tree-node {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #e4e5e7;
  color: inherit;
  padding: 10px;
  border-radius: 3px;
}
.tree-node .btn {
  min-width: 22px;
  margin-right: 4px;
}
.tree-node-content {
  margin: 5px 5px 5px 0;
}
.tree-handle {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #e4e5e7;
  color: inherit;
  padding: 10px;
}
.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 1px dashed #e4e5e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tour-backdrop {
  opacity: 0.5;
}
.blog-box p {
  font-size: 12px;
}
.blog-box h4 {
  font-weight: bold;
  margin-top: 0;
}
.blog-box .panel-heading {
  background: #fff;
  border-top: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
}
.blog-box .panel-footer {
  color: #909295;
}
.blog-box .panel-heading .media-body {
  line-height: 16px;
}
.blog-box .panel-heading .media img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.blog-box .panel-heading .media-body h5 {
  margin-top: 0;
}
.blog-box .panel-image {
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
  position: relative;
}
.blog-box .panel-image .title {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  color: #fff;
}
.blog-box .panel-image .title h4 {
  margin-bottom: 0px;
}
.blog-box .panel-image .title a {
  color: #fff !important;
}
.blog-article-box .panel-heading {
  background: #fff;
  border-top: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 80px 10px;
  position: relative;
  font-weight: 500;
  text-align: center;
}
.blog-article-box .panel-heading h4 {
  font-size: 32px;
  font-weight: 700;
  color: #515355;
}
.blog-article-box .panel-body {
  padding: 50px 70px;
}
.blog-article-box .panel-body p {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 20px;
  line-height: 32px;
  color: #515355;
}
@media (max-width: 768px) {
  .blog-article-box .panel-body {
    padding: 10px 20px;
  }
  .blog-article-box .panel-body p {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
    line-height: 28px;
  }
  .blog-article-box .panel-heading {
    padding: 20px 20px;
  }
}
.forum-box .panel-body {
  border-bottom: none;
}
.forum-box .panel-body:last-child {
  border-bottom: 1px solid #e4e5e7;
}
.forum-box .forum-heading h4 {
  margin-bottom: 3px;
  font-weight: 600;
  margin-top: 5px;
  display: inline;
}
.forum-box .forum-heading .label {
  margin-right: 5px;
}
.forum-box .forum-heading .desc {
  color: #909295;
  font-size: 12px;
}
.forum-box .panel-heading {
  border: 1px solid #e4e5e7;
  border-bottom: none;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 20px;
}
.forum-box .forum-info {
  text-align: right;
  line-height: 20px;
}
.forum-box .forum-info .number {
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
}
.forum-box .forum-info span {
  font-size: 12px;
}
.forum-box .panel-body .media-image {
  text-align: center;
  margin-right: 10px;
  min-width: 100px;
}
.forum-box .panel-body .media img {
  margin-top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.forum-box .author-info {
  font-size: 12px;
}
.forum-box .forum-comments {
  border: 1px solid #e4e5e7;
  border-left: none;
  border-right: none;
  background: #f7f9fa;
  margin-top: 20px;
  padding: 10px 15px;
}
.forum-box .forum-comments .media img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 10px;
}
.forum-box .forum-comments form {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .forum-box .forum-info {
    text-align: left;
  }
}
ul.mailbox-list,
ul.h-list {
  list-style: none;
  padding: 0;
}
ul.mailbox-list li a,
ul.h-list li a {
  padding: 10px 15px;
  display: block;
}
ul.mailbox-list li a i,
ul.h-list li a i {
  margin-right: 6px;
  display: inline-block;
}
ul.mailbox-list li.active a,
ul.h-list li.active a {
  background: #f7f9fa;
  border: 1px solid #e4e5e7;
  font-weight: 600;
  border-radius: 1px;
}
ul.mailbox-list li:hover a,
ul.h-list li:hover a {
  font-weight: 600;
}
.table-mailbox .radio,
.table-mailbox .checkbox {
  margin: 0;
}
.table-mailbox .radio label,
.table-mailbox .checkbox label {
  cursor: default;
}
.table-mailbox tr.unread td a {
  font-weight: 600;
}
.table-mailbox tr td span.label {
  margin-left: 10px;
}
.table-mailbox tr:first-child td {
  border-top: none;
}
.table-mailbox tr td:first-child {
  width: 33px;
  padding-right: 0;
}
.mailbox-pagination {
  text-align: right;
}
@media (max-width: 768px) {
  .mailbox-pagination {
    text-align: left;
  }
}
.email-compose .note-editor {
  border: none;
}
.email-compose .note-editor .note-editable {
  padding: 15px 25px;
}
.email-compose .note-toolbar {
  padding: 5px 15px;
}
.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
  margin-bottom: 5px;
}
.note-editor .note-toolbar {
  /* Background from footer panel */
  background-color: #f7f9fa;
}
.landing-page .navbar-form-custom,
.landing-page .navbar-right,
.landing-page #logo {
  display: block;
}
.landing-page .navbar-default {
  background: #fff;
}
.landing-page .navbar .navbar-brand {
  font-size: 12px;
  height: auto;
  margin-top: 8px;
  padding: 9px 15px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  display: block;
  background-color: #62cb31;
  margin-left: 0;
}
.landing-page .navbar-default .navbar-toggle:hover,
.landing-page .navbar-default .navbar-toggle:focus {
  background: #62cb31;
}
.landing-page .navbar-default .navbar-toggle:hover .icon-bar,
.landing-page .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff !important;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover,
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #62cb31;
  border: none;
}
.landing-page .navbar-default li a:hover {
  border-bottom: none;
}
.landing-page .brand-desc {
  color: #455463;
  margin: 17px 10px 0 90px;
  width: 180px;
}
.landing-page .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 15px;
  color: #455463;
}
.landing-page .navbar-nav > li,
.landing-page .navbar-nav > li > a {
  height: 55px;
}
.landing-page header {
  background: url(/images/landing/header.jpg) 50% 0 no-repeat;
  height: 480px;
  padding-top: 50px;
  margin-bottom: 30px;
}
.landing-page section {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #e4e5e7;
}
.landing-page section h2 {
  margin-top: 0;
}
.landing-page section p {
  margin-top: 0px;
}
.landing-page header .container {
  position: relative;
}
.landing-page .heading {
  margin-top: 60px;
  color: #edf0f5;
}
.landing-page .heading h1 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}
.landing-page h4 {
  font-weight: 600;
}
.landing-page p {
  color: #a7afb8;
}
.landing-page .heading span {
  font-size: 13px;
  font-weight: 600;
}
.landing-page .heading p.small {
  margin-top: 10px;
  color: #a7afb8;
  max-width: 260px;
}
.landing-page .heading-image {
  position: absolute;
  right: 60px;
  top: 120px;
  text-align: right;
}
.landing-page .heading-image p {
  color: #a7afb8;
  margin-bottom: 5px;
}
.landing-page .heading-image img {
  -webkit-box-shadow: 0px 0px 8px 0px #333333;
  -moz-box-shadow: 0px 0px 8px 0px #333333;
  box-shadow: 0px 0px 8px 0px #333333;
  margin-left: 12px;
  margin-top: 12px;
  width: 180px;
  border-radius: 1px;
}
.landing-page .navy-link {
  background: #455463;
  color: #fff;
}
.landing-page .icon-big {
  font-size: 70px;
}
.landing-page .team-member img {
  height: 72px;
}
.landing-page .social-icon a {
  background: #62cb31;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 4px;
}
.landing-page .list-inline > li {
  padding: 0;
}
.landing-page .social-icon a:hover {
  background: #5abb2d;
}
.landing-page .pricing-plan {
  margin: 20px 10px 0 10px;
  border-radius: 4px;
  padding-bottom: 20px;
  background: #fff;
  border: 1px solid #e4e5e7;
}
.landing-page .pricing-plan li {
  padding: 10px 16px;
  text-align: center;
  color: #aeaeae;
}
.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  font-size: 30px;
  color: #62cb31;
}
.landing-page .pricing-title .label {
  font-size: 12px;
}
.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px 0px 16px;
}
.landing-page li.pricing-title {
  color: #455463;
  padding: 25px 10px 0px 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.landing-page .client {
  color: #a7afb8;
  background: #f7f9fa;
  padding: 30px 10px;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .landing-page .heading-image {
    display: none;
  }
  .landing-page .heading {
    text-align: center;
  }
  .landing-page .heading p.small {
    margin: 10px auto;
  }
  .landing-page .brand-desc {
    display: none;
  }
  .landing-page .navbar .navbar-brand {
    margin-left: 10px;
  }
}

/* Specificno za IOS */
.input-validation-error { 
    background: pink; 
    border: 1px solid red; 
}
.field-validation-error {  
    color: red; 
    font-size:0.9em;
}

.tofullscreen{
    z-index: 50 !important;
    width: 100% !important; 
    height: 100% !important; 
    overflow:scroll;
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    background-color: aliceblue;
    padding: 3px;
    margin:0px;
    margin-top:4px;    
 }

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 0px;
  right: 0px;
  padding:15px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color:darkgray;
  
}

#loading-bar-spinner .spinner-icon {
  width: 54px;
  height: 54px;

  border:  solid 6px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
  margin:auto;
  margin-top:200px;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.scrollableContainer {
    height: 410px;
    position: relative;
    padding-top: 35px;
    overflow: hidden;
}
.scrollableContainer .headerSpacer {
    border: 1px solid #d5d5d5;
    border-bottom-color: #bbb;
    position: absolute;
    height: 36px;
    top: 0;
    right: 0;
    left: 0;
}
.scrollableContainer th .orderWrapper {
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
}
.scrollableContainer th .orderWrapper .order {
    font-size: 8pt;
    color: #BDBDBD;
}
.scrollableContainer th .orderWrapper .active {
    color: #464646;
}

.scrollArea {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #d5d5d5;
    /*  the implementation of this is still quite buggy; specifically, it doesn't like the 
        absolutely positioned headers within 
    -webkit-overflow-scrolling: touch;  */
}
.scrollArea table {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    width: 100%;
    border: none;
    /*border-collapse: separate;*/
}
.scrollArea table th {
    padding: 0 !important;
    border: none !important;
    min-width: 40px;
}
.scrollArea table .th-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0;
    height: 36px;
    line-height: 36px;
}

.scrollArea table th .box {
    padding: 0 8px;
    padding-right: 11px;    /*  order icon width*/
    border-left: 1px solid #ddd;
}

/*  to hack fix firefox border issue    */
@-moz-document url-prefix() {
    .scrollArea table th .box{
        border-right: 1px solid #ddd;
        border-left: none;
    }
}

.scrollArea table .th-inner .ng-scope {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scrollArea table tr th:first-child th .box {
    border-left: none;
}
.scrollArea table .th-inner.condensed {
    padding: 0 3px;
}
.scrollArea table tbody tr td:first-child {
    border-left: none;
}
.scrollArea table tbody tr td:last-child {
    border-right: none;
}
.scrollArea table tbody tr:first-child td {
    border-top: none;
}
.scrollArea table tbody tr:last-child td {
    border-bottom: 2px solid #ddd;
}
.scrollArea table tbody tr td {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrollableContainer .scaler {
    position: absolute;
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #CFCFCF;
}

.scrollableContainer th .resize-rod {
    position: absolute;
    top: 0;
    right: 0;
    cursor: col-resize;
    width: 4px;
    height: 100%;
}

.scrollable-resizing .scrollableContainer {
    cursor: col-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/*! 
* DevExtreme
* Version: 15.2.7
* Build date: Mar 3, 2016
*
* Copyright (c) 2012 - 2016 Developer Express Inc. ALL RIGHTS RESERVED
* EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
*/

.dx-clearfix:before, .dx-clearfix:after
{
  display: table;
  content: "";
  line-height: 0;
}
.dx-clearfix:after
{
  clear: both;
}
.dx-translate-disabled
{
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-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;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.dx-state-invisible
{
  display: none !important;
}
.dx-gesture-cover
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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-deferrendering.dx-pending-rendering .dx-invisible-while-pending-rendering
{
  display: none !important;
}
.dx-deferrendering:not(.dx-pending-rendering) .dx-visible-while-pending-rendering
{
  display: none !important;
}
.dx-animating
{
  pointer-events: none;
}
.dx-fade-animation.dx-enter, .dx-no-direction.dx-enter, .dx-fade-animation.dx-leave.dx-leave-active, .dx-no-direction.dx-leave.dx-leave-active
{
  opacity: 0;
}
.dx-fade-animation.dx-leave, .dx-no-direction.dx-leave, .dx-fade-animation.dx-enter.dx-enter-active, .dx-no-direction.dx-enter.dx-enter-active
{
  opacity: 1;
}
.dx-overflow-animation.dx-enter.dx-forward
{
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-backward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-overflow-animation.dx-leave.dx-forward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-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);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-enter.dx-backward
{
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-backward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-leave.dx-forward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.dx-slide-animation.dx-leave.dx-backward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.dx-opendoor-animation.dx-enter.dx-forward
{
  -moz-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -ms-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -o-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -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);
  -moz-transform-origin: center left 0;
  -ms-transform-origin: center left 0;
  -o-transform-origin: center left 0;
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward
{
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward
{
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.dx-opendoor-animation.dx-leave.dx-forward
{
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transform-origin: center left 0;
  -ms-transform-origin: center left 0;
  -o-transform-origin: center left 0;
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 1;
}
.dx-opendoor-animation.dx-leave.dx-backward
{
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transform-origin: center left 0;
  -ms-transform-origin: center left 0;
  -o-transform-origin: center left 0;
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 1;
}
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward
{
  -moz-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -ms-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -o-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -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);
  -moz-transform-origin: center left 0;
  -ms-transform-origin: center left 0;
  -o-transform-origin: center left 0;
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-enter.dx-backward
{
  -moz-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -ms-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -o-transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  -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);
  -moz-transform-origin: center left 0;
  -ms-transform-origin: center left 0;
  -o-transform-origin: center left 0;
  -webkit-transform-origin: center left 0;
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward
{
  -moz-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -ms-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -o-transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  -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);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward
{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward
{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-backward
{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward
{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward
{
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  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);
  -moz-transform: translate3d(0,150px,0);
  -ms-transform: translate3d(0,150px,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-ios7-slide-animation.dx-enter.dx-backward
{
  -webkit-transform: translate3d(-20%,0,0);
  -moz-transform: translate3d(-20%,0,0);
  -ms-transform: translate3d(-20%,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(-20%,0,0);
  -ms-transform: translate3d(-20%,0,0);
  -o-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);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-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);
  -moz-transform: translate3d(40%,0,0);
  -ms-transform: translate3d(40%,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(-40%,0,0);
  -ms-transform: translate3d(-40%,0,0);
  -o-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
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-forward
{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(-40%,0,0);
  -ms-transform: translate3d(-40%,0,0);
  -o-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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);
  -moz-transform: translate3d(40%,0,0);
  -ms-transform: translate3d(40%,0,0);
  -o-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
{
  -moz-transform: translate3d(0,-120%,0);
  -ms-transform: translate3d(0,-120%,0);
  -o-transform: translate3d(0,-120%,0);
  -webkit-transform: translate3d(0,-120%,0);
  transform: translate3d(0,-120%,0);
}
.dx-drop-animation.dx-leave, .dx-drop-animation.dx-enter.dx-enter-active
{
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dx-3d-drop-animation.dx-enter, .dx-3d-drop-animation.dx-leave.dx-leave-active
{
  -moz-transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  -ms-transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  -o-transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  -webkit-transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-3d-drop-animation.dx-leave, .dx-3d-drop-animation.dx-enter.dx-enter-active
{
  -moz-transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  -ms-transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  -o-transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  -webkit-transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  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
{
  -moz-transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  -ms-transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  -o-transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  -webkit-transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-fade-drop-animation.dx-leave, .dx-fade-drop-animation.dx-enter.dx-enter-active
{
  -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
  -ms-transform: translate3d(0,0,0) scale3d(1,1,1);
  -o-transform: translate3d(0,0,0) scale3d(1,1,1);
  -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
  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
{
  -moz-transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  -ms-transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  -o-transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  -webkit-transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-fade-rise-animation.dx-leave, .dx-fade-rise-animation.dx-enter.dx-enter-active
{
  -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
  -ms-transform: translate3d(0,0,0) scale3d(1,1,1);
  -o-transform: translate3d(0,0,0) scale3d(1,1,1);
  -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
  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
{
  -moz-transform: translate3d(40%,0,0);
  -ms-transform: translate3d(40%,0,0);
  -o-transform: translate3d(40%,0,0);
  -webkit-transform: translate3d(40%,0,0);
  transform: translate3d(40%,0,0);
  opacity: 0;
}
.dx-fade-slide-animation.dx-leave, .dx-fade-slide-animation.dx-enter.dx-enter-active
{
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.dx-fade-zoom-animation.dx-enter, .dx-fade-zoom-animation.dx-leave.dx-leave-active
{
  -moz-transform: scale3d(.3,.3,.3);
  -ms-transform: scale3d(.3,.3,.3);
  -o-transform: scale3d(.3,.3,.3);
  -webkit-transform: scale3d(.3,.3,.3);
  transform: scale3d(.3,.3,.3);
  opacity: 0;
}
.dx-fade-zoom-animation.dx-leave, .dx-fade-zoom-animation.dx-enter.dx-enter-active
{
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}
.dx-icon-plus, .dx-icon-overflow, .dx-icon-add, .dx-icon-airplane, .dx-icon-arrowleft, .dx-icon-arrowdown, .dx-icon-arrowright, .dx-icon-arrowup, .dx-icon-bookmark, .dx-icon-box, .dx-icon-car, .dx-icon-card, .dx-icon-cart, .dx-icon-chart, .dx-icon-clock, .dx-icon-close, .dx-icon-comment, .dx-icon-doc, .dx-icon-download, .dx-icon-edit, .dx-icon-email, .dx-icon-event, .dx-icon-favorites, .dx-icon-find, .dx-icon-folder, .dx-icon-food, .dx-icon-gift, .dx-icon-globe, .dx-icon-group, .dx-icon-help, .dx-icon-home, .dx-icon-image, .dx-icon-info, .dx-icon-key, .dx-icon-like, .dx-icon-map, .dx-icon-menu, .dx-icon-money, .dx-icon-music, .dx-icon-percent, .dx-icon-photo, .dx-icon-preferences, .dx-icon-product, .dx-icon-refresh, .dx-icon-remove, .dx-icon-runner, .dx-icon-tags, .dx-icon-tel, .dx-icon-tips, .dx-icon-todo, .dx-icon-toolbox, .dx-icon-user, .dx-icon-save, .dx-icon-clear, .dx-icon-search
{
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dx-icon
{
  background-position: 50% 50%;
}
.dx-color-scheme
{
  font-family: "#";
}
.dx-widget
{
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  padding: 0;
  outline: 0;
}
.dx-widget, .dx-widget:before, .dx-widget:after, .dx-widget *, .dx-widget *:before, .dx-widget *:after
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-item
{
  outline: 0;
}
.dx-widget.dx-collection.dx-state-focused
{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dx-rtl
{
  direction: rtl;
  unicode-bidi: embed;
}
.dx-badge
{
  padding: 0 5px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.dx-draggable
{
  left: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-draggable.dx-state-disabled, .dx-state-disabled .dx-draggable
{
  cursor: default;
}
.dx-resizable
{
  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-top, .dx-resizable-handle-bottom
{
  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-top-left, .dx-resizable-handle-corner-top-right
{
  width: 6px;
  height: 6px;
}
.dx-resizable-handle-corner-top-left
{
  left: 0;
  top: 0;
  cursor: se-resize;
  -webkit-border-bottom-right-radius: 100%;
  -moz-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.dx-resizable-handle-corner-top-right
{
  right: 0;
  top: 0;
  cursor: ne-resize;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
:not(.dx-rtl)>.dx-resizable-handle-corner-bottom-right
{
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  cursor: se-resize;
  -webkit-border-top-left-radius: 100%;
  -moz-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  background-position: 20px 20px;
}
:not(.dx-rtl)>.dx-resizable-handle-corner-bottom-left
{
  left: 0;
  bottom: 0;
  cursor: ne-resize;
  -webkit-border-top-right-radius: 100%;
  -moz-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
}
.dx-rtl .dx-resizable-handle-corner-bottom-left
{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  left: 0;
  bottom: 0;
  cursor: ne-resize;
  -webkit-border-top-left-radius: 100%;
  -moz-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  background-position: 20px 20px;
}
.dx-rtl .dx-resizable-handle-corner-bottom-right
{
  right: 0;
  bottom: 0;
  cursor: se-resize;
  -webkit-border-top-left-radius: 100%;
  -moz-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
}
.dx-box-item-content
{
  font-size: 14px;
}
.dx-box-fallback-item>.dx-box-item-content
{
  width: 100%;
  height: 100%;
}
.dx-box-item-content
{
  -webkit-flex-direction: column;
  flex-direction: column;
}
.dx-box-flex .dx-box-item>.dx-scrollable, .dx-box-flex .dx-box-item-content>.dx-scrollable, .dx-box-flex .dx-box-item>.dx-treeview, .dx-box-flex .dx-box-item-content>.dx-treeview, .dx-box-flex .dx-box-item>.dx-treeview>.dx-scrollable, .dx-box-flex .dx-box-item-content>.dx-treeview>.dx-scrollable
{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.dx-box-flex .dx-box-item>.dx-scrollable>.dx-scrollable-container, .dx-box-flex .dx-box-item-content>.dx-scrollable>.dx-scrollable-container, .dx-box-flex .dx-box-item>.dx-treeview>.dx-scrollable>.dx-scrollable-container, .dx-box-flex .dx-box-item-content>.dx-treeview>.dx-scrollable>.dx-scrollable-container
{
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-button .dx-icon
{
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  display: inline-block;
  vertical-align: middle;
}
.dx-button-content
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  max-height: 100%;
}
.dx-button-content:after
{
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
  font-size: 0;
}
.dx-button-link
{
  text-decoration: none;
}
.dx-button-text
{
  display: inline;
  vertical-align: middle;
}
.dx-state-disabled.dx-button, .dx-state-disabled .dx-button
{
  cursor: default;
}
.dx-scrollable-scrollbar-simulated
{
  position: relative;
}
.dx-scrollable
{
  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;
  -moz-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;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 0;
}
.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar, .dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar
{
  display: none;
}
.dx-scrollable-container
{
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-scrollable-container:focus
{
  outline: none;
}
.dx-scrollable-content
{
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-scrollable-content:before, .dx-scrollable-content:after
{
  display: table;
  content: "";
  line-height: 0;
}
.dx-scrollable-content:after
{
  clear: both;
}
.dx-scrollable-horizontal .dx-scrollable-content, .dx-scrollable-both .dx-scrollable-content
{
  display: block;
  float: left;
  min-width: 100%;
}
.dx-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: #888;
  background-color: rgba(0,0,0,.5);
  -webkit-transform: translate(0,0);
  -webkit-transition: background-color 0 linear;
  -moz-transition: background-color 0 linear;
  -o-transition: background-color 0 linear;
  transition: background-color 0 linear;
}
.dx-scrollable-scroll.dx-state-invisible
{
  display: block !important;
  background-color: transparent;
  -webkit-transition: background-color .5s linear 1s;
  -moz-transition: background-color .5s linear 1s;
  -o-transition: background-color .5s linear 1s;
  transition: background-color .5s linear 1s;
}
.dx-rtl .dx-scrollable, .dx-rtl.dx-scrollable
{
  direction: ltr;
}
.dx-rtl .dx-scrollable .dx-scrollable-content, .dx-rtl.dx-scrollable .dx-scrollable-content, .dx-rtl .dx-scrollable .dx-scrollable-container, .dx-rtl.dx-scrollable .dx-scrollable-container
{
  direction: ltr;
}
.dx-rtl .dx-scrollable .dx-scrollable-content>*, .dx-rtl.dx-scrollable .dx-scrollable-content>*
{
  direction: rtl;
}
.dx-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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-device-android .dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar
{
  display: none;
}
.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket
{
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading
{
  -webkit-transition: -webkit-transform 100ms linear;
  -moz-transition: -moz-transform 100ms linear;
  -o-transition: -o-transform 100ms linear;
  transition: transform 100ms 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;
  -moz-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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-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 0;
  -moz-transition: top .2s ease-out 0;
  -o-transition: top .2s ease-out 0;
  transition: top .2s ease-out 0;
}
.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 ease 0;
  -moz-transition: opacity .2s ease 0;
  -o-transition: opacity .2s ease 0;
  transition: opacity .2s ease 0;
}
.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 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content
{
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-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
{
  overflow-y: hidden;
}
.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollview-content
{
  overflow-y: hidden;
}
.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollable-container
{
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollview-bottom-pocket
{
  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:before, .dx-scrollview-content:after
{
  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);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-box-sizing: content-box;
  -moz-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;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  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;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-transform: translate(0,0) rotate(0);
  -moz-transform: translate(0,0) rotate(0);
  -ms-transform: translate(0,0) rotate(0);
  -o-transform: translate(0,0) rotate(0);
  transform: translate(0,0) rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: -webkit-transform .2s linear;
  -moz-transition: -moz-transform .2s linear;
  -o-transition: -o-transform .2s linear;
  transition: transform .2s linear;
}
.dx-scrollview-pull-down-text
{
  display: inline;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-scrollview-pull-down-text div
{
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: visible;
}
.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image
{
  -webkit-transform: translate(0,0) rotate(-180deg);
  -moz-transform: translate(0,0) rotate(-180deg);
  -ms-transform: translate(0,0) rotate(-180deg);
  -o-transform: translate(0,0) rotate(-180deg);
  transform: translate(0,0) rotate(-180deg);
  -ms-transform: 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);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-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;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-scrollview-scrollbottom-text
{
  display: inline-block;
  margin-top: -20px;
  vertical-align: middle;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  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
{
  left: auto;
  right: 0;
}
.dx-rtl .dx-scrollview-pull-down-text div
{
  left: auto;
  right: 0;
}
.dx-rtl .dx-scrollview-scrollbottom-indicator
{
  margin: 0 0 0 10px;
}
.dx-checkbox
{
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.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;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  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;
  word-break: break-all;
  white-space: pre-wrap;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  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-container
{
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.dx-switch-inner
{
  margin-left: -50px;
}
.dx-state-disabled.dx-switch, .dx-state-disabled .dx-switch
{
  cursor: default;
}
.dx-rtl.dx-switch-inner, .dx-rtl .dx-switch-inner
{
  margin-right: -50px;
  margin-left: 0;
}
.dx-rtl.dx-switch-wrapper, .dx-rtl .dx-switch-wrapper
{
  text-align: right;
}
.dx-tabs
{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  position: relative;
}
.dx-tabs .dx-icon
{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}
.dx-tabs .dx-indent-wrapper
{
  display: table-row;
}
.dx-tabs.dx-tabs-nav-buttons .dx-scrollable-wrapper
{
  margin-right: 25px;
  margin-left: 25px;
}
.dx-tabs.dx-tabs-nav-buttons .dx-indent-wrapper
{
  display: block;
}
.dx-tabs .dx-tabs-nav-button
{
  width: 25px;
  padding: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
.dx-tabs .dx-tabs-nav-button-left
{
  left: 0;
}
.dx-tabs .dx-tabs-nav-button-right
{
  right: 0;
}
.dx-tabs .dx-tab-content
{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.dx-tabs .dx-tabs-item-badge
{
  display: inline-block;
  vertical-align: top;
}
.dx-tabs-expanded
{
  display: table;
}
.dx-tab
{
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  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
{
  display: block;
  margin: 0 auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-tab-text
{
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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);
  filter: alpha(opacity=1);
  -khtml-opacity: .01;
  -moz-opacity: .01;
  opacity: .01;
}
.dx-tabs.dx-navbar
{
  margin: 0;
  width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.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 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 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;
  display: table;
}
.dx-placeholder:before
{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: auto;
  height: auto;
  content: attr(DATA-DX_PLACEHOLDER);
  pointer-events: none;
  white-space: nowrap;
}
.dx-texteditor-container
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-texteditor-buttons-container
{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.dx-texteditor-input
{
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.dx-show-clear-button
{
  position: relative;
}
.dx-clear-button-area
{
  float: right;
  height: 100%;
  width: 34px;
  position: relative;
  cursor: pointer;
}
.dx-clear-button-area .dx-icon-clear
{
  position: absolute;
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  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-rtl .dx-texteditor .dx-clear-button-area, .dx-rtl.dx-texteditor .dx-clear-button-area
{
  float: left;
  right: auto;
  left: 0;
}
.dx-rtl .dx-texteditor .dx-texteditor-buttons-container, .dx-rtl.dx-texteditor .dx-texteditor-buttons-container
{
  left: 0;
  right: auto;
}
.dx-device-android .dx-texteditor-input
{
  -webkit-user-modify: read-write-plaintext-only;
}
.dx-searchbox .dx-icon-search
{
  display: block;
  position: relative;
}
.dx-searchbox .dx-icon-search:before
{
  content: "";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-dropdowneditor
{
  position: relative;
}
.dx-dropdowneditor.dx-dropdowneditor-field-clickable
{
  cursor: pointer;
}
.dx-dropdowneditor .dx-dropdowneditor-button.dx-state-focused
{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dx-dropdowneditor-input-wrapper
{
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  height: 100%;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor
{
  border: none;
  margin: 0;
}
.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-active .dx-dropdowneditor-icon
{
  filter: alpha(opacity=35);
  -khtml-opacity: .35;
  -moz-opacity: .35;
  opacity: .35;
}
.dx-dropdowneditor-button
{
  position: relative;
  float: right;
  height: 100%;
  cursor: pointer;
}
.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
{
  filter: alpha(opacity=20);
  -khtml-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
}
.dx-list
{
  margin: 0;
  min-height: 3em;
}
.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 5px;
}
.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 5px;
}
.dx-list-item
{
  position: static;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-content
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  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;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  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-chevron
{
  height: 8px;
  width: 8px;
  margin-left: -6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-width: 2px 0 0 2px;
  border-style: solid;
  filter: alpha(opacity=30);
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
}
.dx-rtl .dx-list-item-chevron
{
  margin-left: auto;
  margin-right: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dx-list-item-response-wait
{
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.dx-list-slide-menu-content
{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.dx-list-item-before-bag, .dx-list-item-after-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: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.dx-list-item-before-bag .dx-list-select-checkbox
{
  float: left;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.dx-list-select-all
{
  white-space: nowrap;
}
.dx-list-select-all-label
{
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-after-bag .dx-list-reorder-handle
{
  cursor: move;
  background-repeat: no-repeat;
  -webkit-background-size: 75% 75%;
  -moz-background-size: 75% 75%;
  background-size: 75% 75%;
  background-position: center;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle
{
  cursor: default;
}
.dx-list-switchable-menu-shield-positioning
{
  position: relative;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.dx-device-android-4 .dx-list-switchable-menu-shield-positioning
{
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.dx-list-switchable-delete-top-shield, .dx-list-switchable-delete-bottom-shield
{
  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
{
  position: relative;
}
.dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content
{
  position: relative;
}
.dx-list-switchable-menu-item-shield-positioning .dx-list-item-content
{
  position: relative;
}
.dx-list-switchable-delete-ready .dx-icon-toggle-delete
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-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,black);
}
.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-item-reordering
{
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dx-list-reorder-compatibility-mode .dx-list-item
{
  position: relative;
}
.dx-list-next-button
{
  padding: 5px;
  text-align: center;
}
.dx-list-next-button .dx-button
{
  padding: 0 3em;
}
.dx-state-disabled.dx-list-item, .dx-state-disabled .dx-list-item
{
  cursor: default;
}
.dx-state-disabled .dx-list-toggle-delete-switch, .dx-state-disabled .dx-list-switchable-delete-button
{
  cursor: default;
}
.dx-list-context-menuitem
{
  cursor: pointer;
}
.dx-rtl .dx-list .dx-list-item-badge-container, .dx-rtl.dx-list .dx-list-item-badge-container
{
  padding-left: 10px;
  padding-right: 0;
}
.dx-rtl .dx-list .dx-list-item-badge, .dx-rtl.dx-list .dx-list-item-badge
{
  float: left;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch, .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch
{
  float: right;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox, .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox
{
  float: right;
}
.dx-rtl .dx-list .dx-list-switchable-delete-button-inner-wrapper, .dx-rtl.dx-list .dx-list-switchable-delete-button-inner-wrapper
{
  padding-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-dropdownlist-popup-wrapper .dx-list
{
  min-height: 35px;
}
.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content
{
  margin: 0;
}
.dx-textarea .dx-texteditor-input
{
  resize: none;
  font-family: inherit;
  display: block;
  overflow: auto;
  white-space: pre-wrap;
}
.dx-textarea .dx-placeholder
{
  height: auto;
}
.dx-numberbox
{
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-numberbox input[type=number]
{
  -moz-appearance: textfield;
}
.dx-numberbox input[type=number]::-webkit-outer-spin-button, .dx-numberbox input[type=number]::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
.dx-numberbox-spin .dx-texteditor-input
{
  padding-right: 28px;
}
.dx-numberbox-spin-container
{
  float: right;
  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-texteditor-input
{
  padding-right: 70px;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container
{
  width: 64px;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down, .dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up
{
  width: 50%;
  height: 100%;
  display: inline-block;
}
.dx-numberbox-spin-up-icon, .dx-numberbox-spin-down-icon
{
  width: 100%;
  height: 100%;
}
.dx-state-disabled .dx-numberbox-spin-container
{
  filter: alpha(opacity=20);
  -khtml-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
}
.dx-rtl .dx-numberbox-spin-container
{
  float: left;
  right: auto;
  left: 0;
}
.dx-rtl .dx-numberbox-spin .dx-texteditor-input, .dx-rtl.dx-numberbox-spin .dx-texteditor-input
{
  padding-left: 28px;
}
.dx-rtl.dx-numberbox-spin-touch-friendly .dx-texteditor-input
{
  padding-left: 70px;
}
.dx-texteditor input[type=date]::-webkit-inner-spin-button
{
  height: 20px;
}
.dx-datebox-native .dx-texteditor-buttons-container
{
  pointer-events: none;
}
.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit
{
  color: transparent;
}
.dx-datebox.dx-texteditor-empty.dx-state-focused .dx-placeholder
{
  display: none;
}
.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit
{
  color: inherit;
}
.dx-datebox-wrapper .dx-popup-content
{
  padding-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-colorview-container-cell
{
  float: left;
}
.dx-dateview-item
{
  margin: 0;
}
.dx-dateview-rollers
{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.dx-dateviewroller
{
  position: relative;
  vertical-align: top;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dx-dateview-item-selected-frame:before, .dx-dateview-item-selected-frame:after
{
  pointer-events: none;
}
.dx-dateview-item-selected-border
{
  display: none;
}
.dx-dateviewroller-month .dx-dateview-value-formatter, .dx-dateviewroller-day .dx-dateview-name-formatter
{
  display: none;
}
.dx-toolbar
{
  width: 100%;
}
.dx-toolbar .dx-button-content:after
{
  display: none;
}
.dx-toolbar .dx-icon
{
  -webkit-box-sizing: content-box;
  -moz-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;
  -moz-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;
  -moz-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-before, .dx-toolbar-after
{
  position: absolute;
}
.dx-toolbar-before
{
  left: 0;
}
.dx-toolbar-after
{
  right: 0;
}
.dx-toolbar-label
{
  white-space: nowrap;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-toolbar-label .dx-toolbar-item-content>div
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-toolbar-label>div
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -5px;
  padding: 0 5px;
}
.dx-toolbar-center
{
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.dx-toolbar-center, .dx-toolbar-before, .dx-toolbar-after
{
  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-tileview div.dx-scrollable-container
{
  overflow-y: hidden;
}
.dx-tile
{
  position: absolute;
  text-align: center;
}
.dx-tile.dx-state-active
{
  -webkit-transform: scale(.96);
  -moz-transform: scale(.96);
  -ms-transform: scale(.96);
  -o-transform: scale(.96);
  transform: scale(.96);
  -webkit-transition: -webkit-transform 100ms linear;
  -moz-transition: -moz-transform 100ms linear;
  -o-transition: -o-transform 100ms linear;
  transition: transform 100ms 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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-overlay-wrapper
{
  top: 0;
  left: 0;
  z-index: 1000;
}
.dx-overlay-wrapper, .dx-overlay-wrapper *, .dx-overlay-wrapper:before, .dx-overlay-wrapper:after, .dx-overlay-wrapper *:before, .dx-overlay-wrapper *:after
{
  -webkit-box-sizing: border-box;
  -moz-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);
}
.dx-overlay-content
{
  position: absolute;
  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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-device-android .dx-scrollable-native .dx-overlay-content
{
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-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;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  white-space: normal;
}
.dx-popup-title .dx-toolbar-items-container
{
  overflow: visible;
}
.dx-popup-draggable .dx-popup-title
{
  cursor: move;
}
.dx-overlay-content>.dx-template-wrapper.dx-popup-title
{
  height: auto;
  width: auto;
}
.dx-overlay-content .dx-popup-content>.dx-template-wrapper
{
  height: 100%;
  width: 100%;
}
.dx-popup-content
{
  padding: 10px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  overflow: hidden;
}
.dx-popup-content.dx-dialog-content
{
  padding: 0;
}
.dx-dialog-root .dx-overlay-shader
{
  background-color: #444;
}
.dx-dialog-message
{
  padding: 10px 10px 5px 10px;
}
.dx-popover-wrapper .dx-popover-arrow:after
{
  width: 14.142271249px;
  height: 14.142271249px;
}
.dx-popover-wrapper.dx-position-top .dx-popover-arrow, .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow
{
  width: 20px;
  height: 10px;
}
.dx-popover-wrapper.dx-position-right .dx-popover-arrow, .dx-popover-wrapper.dx-position-left .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);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-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;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-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;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-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;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-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;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-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-right .dx-progressbar-range-container, .dx-progressbar .dx-position-left .dx-progressbar-status, .dx-progressbar .dx-position-right .dx-progressbar-status
{
  display: table-cell;
  vertical-align: middle;
}
.dx-progressbar .dx-position-top-left .dx-progressbar-range-container, .dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container, .dx-progressbar .dx-position-top-left .dx-progressbar-status, .dx-progressbar .dx-position-bottom-left .dx-progressbar-status
{
  float: left;
}
.dx-progressbar .dx-position-top-right .dx-progressbar-range-container, .dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container, .dx-progressbar .dx-position-top-right .dx-progressbar-status, .dx-progressbar .dx-position-bottom-right .dx-progressbar-status
{
  float: right;
}
.dx-progressbar .dx-position-top-center .dx-progressbar-status, .dx-progressbar .dx-position-bottom-center .dx-progressbar-status
{
  text-align: center;
}
.dx-progressbar .dx-position-left .dx-progressbar-status
{
  padding-right: 8px;
}
.dx-progressbar .dx-position-right .dx-progressbar-status
{
  padding-left: 8px;
}
.dx-progressbar:before
{
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-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.899589874px;
  height: 9.899589874px;
}
.dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow, .dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow
{
  width: 14px;
  height: 7px;
}
.dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow, .dx-slider .dx-popover-wrapper.dx-position-left .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;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-slider-handle
{
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-gallery-wrapper
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-gallery-wrapper>.dx-empty-message
{
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dx-gallery-container
{
  position: relative;
  height: 100%;
}
.dx-gallery-item
{
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dx-gallery-item-image
{
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.dx-gallery-item-content
{
  width: 100%;
  height: 100%;
}
.dx-gallery .dx-gallery-item-loop
{
  display: none;
}
.dx-gallery-loop .dx-gallery-item-loop
{
  display: block;
}
.dx-gallery-nav-button-prev, .dx-gallery-nav-button-next
{
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  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-nav-button-prev, .dx-state-disabled .dx-gallery-nav-button-next, .dx-state-disabled .dx-gallery-indicator-item
{
  cursor: default;
}
.dx-rtl .dx-gallery-nav-button-prev
{
  right: 0;
  left: auto;
  -ms-filter: "FlipH";
  filter: FlipH;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-rtl .dx-gallery-nav-button-next
{
  right: auto;
  left: 0;
  -ms-filter: "FlipH";
  filter: FlipH;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-device-android .dx-scrollable-native .dx-gallery-item, .dx-device-android .dx-scrollable-native .dx-gallery-indicator, .dx-device-android .dx-scrollable-native .dx-gallery-nav-button-prev, .dx-device-android .dx-scrollable-native .dx-gallery-nav-button-next
{
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-item, .dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-indicator, .dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-prev, .dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-next
{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-device-android .dx-gallery-item
{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-device-ios-6 .dx-gallery, .dx-device-ios-6 .dx-gallery-item, .dx-device-ios-6 .dx-gallery-indicator, .dx-device-ios-6 .dx-gallery-nav-button-prev, .dx-device-ios-6 .dx-gallery-nav-button-next
{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-lookup
{
  margin: 0;
  height: 19px;
}
.dx-lookup .dx-lookup-field-wrapper
{
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-lookup:not(.dx-rtl) .dx-lookup-field-wrapper:before
{
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-lookup .dx-rtl .dx-lookup-field-wrapper:after
{
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.dx-lookup-field
{
  outline: none;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  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, .dx-state-disabled .dx-lookup-field
{
  cursor: default;
}
.dx-lookup-popup-wrapper .dx-list-item
{
  cursor: pointer;
}
.dx-lookup-popup-search .dx-list
{
  padding-top: 45px;
}
.dx-lookup-search-wrapper
{
  position: absolute;
  width: 100%;
}
.dx-popup-content .dx-lookup-validation-message
{
  display: none;
}
.dx-popup-content.dx-lookup-invalid .dx-lookup-validation-message
{
  display: block;
}
.dx-actionsheet-popup-wrapper .dx-overlay-content
{
  padding-top: 0;
  padding-bottom: 0;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button, .dx-actionsheet-popover-wrapper .dx-popup-content .dx-button
{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.dx-actionsheet-item, .dx-actionsheet-cancel
{
  width: 100%;
}
.dx-state-disabled .dx-actionsheet-container .dx-button, .dx-state-disabled .dx-actionsheet-container .dx-button
{
  cursor: default;
}
.dx-actionsheet-popup-wrapper .dx-popup-title, .dx-actionsheet-popover-wrapper .dx-popup-title
{
  word-wrap: break-word;
}
.dx-loadindicator
{
  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
{
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-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%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
  -moz-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
  -o-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
  animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
}
@-webkit-keyframes dx-loadindicator-icon-custom-rotate
{
  from
  {
    -webkit-transform: rotate(0);
  }
  to
  {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes dx-loadindicator-icon-custom-rotate
{
  from
  {
    -moz-transform: rotate(0);
  }
  to
  {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes dx-loadindicator-icon-custom-rotate
{
  from
  {
    -ms-transform: rotate(0);
  }
  to
  {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes dx-loadindicator-icon-custom-rotate{from{-o-transform:rotate(0);}to{-o-transform:rotate(360deg);}}
@keyframes dx-loadindicator-icon-custom-rotate
{
  from
  {
    transform: rotate(0);
  }
  to
  {
    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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list
{
  min-height: 40px;
  min-width: 100px;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item
{
  display: block;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item:last-of-type
{
  border-bottom: none;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item-content
{
  display: block;
}
.dx-overlay-wrapper.dx-dropdownmenu-popup .dx-popover-arrow
{
  width: 0;
  height: 0;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item
{
  display: block;
}
.dx-selectbox
{
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input
{
  max-width: 100%;
}
.dx-selectbox .dx-texteditor-input:read-only
{
  cursor: 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-only-select .dx-texteditor-input
{
  min-width: 0;
  width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.dx-tagbox.dx-state-disabled .dx-texteditor-input
{
  background: none;
}
.dx-tagbox.dx-state-disabled .dx-tag
{
  filter: alpha(opacity=50);
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  cursor: default;
}
.dx-tag-container
{
  padding: 0;
  padding-right: 4px;
  outline: none;
}
.dx-tag
{
  position: relative;
  display: inline-block;
  margin: 4px 0 0 4px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
}
.dx-tag-content
{
  text-align: center;
}
.dx-tag-content:before
{
  content: ".";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-tag-remove-button
{
  position: absolute;
  top: 0;
  right: 0;
}
.dx-tag-remove-button:before, .dx-tag-remove-button:after
{
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dx-rtl .dx-tagbox .dx-tag, .dx-tagbox.dx-rtl .dx-tag
{
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-state-disabled.dx-radiobutton
{
  cursor: default;
}
.dx-radiobutton
{
  display: table;
  cursor: pointer;
}
.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:before, .dx-radiogroup-horizontal:after
{
  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-pivottabs
{
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-pivottabs-tab, .dx-pivottabs-ghosttab
{
  position: absolute;
  left: 0;
  cursor: pointer;
}
.dx-pivot
{
  height: 100%;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-pivot-wrapper
{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.dx-pivot-itemcontainer
{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dx-pivot-itemwrapper
{
  position: absolute;
  width: 100%;
  height: 100%;
}
.dx-pivot-item, .dx-pivot-item-content
{
  width: 100%;
  height: 100%;
}
.dx-pivot-item-hidden
{
  display: none;
}
.dx-pivot-autoheight .dx-pivot-itemcontainer
{
  position: static;
}
.dx-pivot-autoheight .dx-pivot-itemwrapper
{
  position: static;
}
.dx-panorama
{
  height: 100%;
  background-position-y: 0;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-panorama-wrapper
{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.dx-panorama-title, .dx-panorama-ghosttitle
{
  position: absolute;
  left: 0;
  height: 70px;
  font-size: 65px;
  line-height: .7692;
  white-space: nowrap;
}
.dx-panorama-itemscontainer
{
  position: absolute;
  width: 100%;
  top: 70px;
  bottom: 0;
}
.dx-panorama-item, .dx-panorama-ghostitem
{
  position: absolute;
  width: 88%;
  height: 100%;
  left: 0;
}
.dx-panorama-item-title
{
  font-size: 30px;
  line-height: 1.5;
}
.dx-panorama-item-content
{
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
}
.dx-panorama-item-content:first-child
{
  top: 0;
}
.dx-accordion-item-title
{
  font-size: 18px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.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;
}
.dx-slideoutview-shield
{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.dx-device-android .dx-slideoutview-content
{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-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;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  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-pager
{
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: normal;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-pager .dx-pages
{
  float: right;
}
.dx-pager .dx-pages .dx-page
{
  display: inline-block;
  cursor: pointer;
  padding: 8px 7px;
  margin-left: 1px;
  margin-right: 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;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  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;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-pager .dx-pages .dx-navigate-button.dx-button-disable
{
  filter: alpha(opacity=30);
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  cursor: inherit;
}
.dx-pager .dx-pages .dx-prev-button, .dx-pager .dx-pages .dx-next-button
{
  position: relative;
}
.dx-pager .dx-page-sizes
{
  float: left;
}
.dx-pager .dx-page-sizes .dx-page-size
{
  display: inline-block;
  cursor: pointer;
  padding: 8px 9px;
  margin-left: 1px;
  margin-right: 1px;
}
.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection
{
  cursor: inherit;
  text-shadow: none;
}
.dx-rtl .dx-pager .dx-pages, .dx-pager.dx-rtl .dx-pages
{
  float: left;
  direction: ltr;
}
.dx-rtl .dx-pager .dx-pages .dx-page, .dx-pager.dx-rtl .dx-pages .dx-page
{
  direction: ltr;
}
.dx-rtl .dx-pager .dx-page-sizes, .dx-pager.dx-rtl .dx-page-sizes
{
  float: right;
}
.dx-colorview-container
{
  width: 450px;
  overflow: hidden;
}
.dx-colorview-container label
{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-weight: normal;
  margin: 0;
  white-space: normal;
}
.dx-colorview-container label.dx-colorview-label-hex
{
  margin: 10px 0 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-hue-scale-handle, .dx-colorview-alpha-channel-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-linear-gradient(bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
  background-image: -moz-linear-gradient(bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
  background-image: -ms-linear-gradient(bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
  background-image: -o-linear-gradient(bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
}
.dx-colorview-color-preview-container-inner, .dx-colorview-alpha-channel-wrapper, .dx-colorbox-input-container::after
{
  background-image: -webkit-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc),-webkit-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc);
  background-image: -moz-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc),-moz-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc);
  background-image: -ms-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc),-ms-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc);
  background-image: -o-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc),-o-linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc);
  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-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1));
  background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1));
  background-image: -ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1));
  background-image: -o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff',endColorstr='#00ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
}
.dx-colorview-palette-gradient-black
{
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
  background-image: -moz-linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
  background-image: -ms-linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
  background-image: -o-linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000',endColorstr='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
}
.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:after
{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  left: 14px;
}
.dx-colorbox-input-container.dx-colorbox-color-is-not-defined:after
{
  background: none;
}
.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview
{
  border: none;
}
.dx-colorbox-color-result-preview
{
  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
{
  -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:after, .dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container:after
{
  left: auto;
  right: 14px;
}
.dx-datagrid-checkbox-size
{
  vertical-align: middle;
}
.dx-datagrid-important-margin
{
  margin-right: 5px !important;
}
.dx-datagrid-table
{
  background-color: transparent;
}
.dx-datagrid
{
  position: relative;
  line-height: normal;
  cursor: default;
  white-space: normal;
}
.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 .dx-pointer-events-none
{
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table.dx-datagrid-table-fixed .dx-row .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-headers .dx-row:last-child td
{
  border-bottom-width: 0;
}
.dx-datagrid.dx-datagrid-borders>.dx-datagrid-header-panel
{
  border-bottom: 0;
}
.dx-datagrid.dx-datagrid-borders>.dx-datagrid-rowsview.dx-last-row-border .dx-data-row.dx-row-lines:nth-last-child(2) td
{
  border-bottom-width: 0;
}
.dx-datagrid .dx-menu-horizontal
{
  height: 100%;
}
.dx-datagrid .dx-menu-horizontal .dx-menu-item-text, .dx-datagrid .dx-menu-horizontal .dx-menu-item-popout
{
  display: none;
}
.dx-datagrid .dx-menu-subitem ul li
{
  padding-top: 0;
}
.dx-datagrid .dx-menu-subitem ul li:first-child
{
  padding-top: 1px;
}
.dx-datagrid .dx-menu-subitem .dx-menu-item
{
  padding: 7px 30px 7px 5px;
}
.dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image
{
  background-position-x: left;
}
@-webkit-keyframes dx-loadpanel-opacity
{
  from
  {
    opacity: 0;
  }
  to
  {
    opacity: 1;
  }
}
@keyframes dx-loadpanel-opacity
{
  from
  {
    opacity: 0;
  }
  to
  {
    opacity: 1;
  }
}
.dx-datagrid .dx-link
{
  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-sort.dx-sort, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort, .dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter
{
  display: inline-block;
}
.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter:after, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter:after
{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-datagrid .dx-row>td
{
  padding: 7px;
}
.dx-datagrid .dx-header-filter-empty
{
  filter: alpha(opacity=50);
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
}
.dx-datagrid .dx-error-row
{
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  -o-user-select: initial;
  user-select: initial;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title
{
  border-bottom: none;
  font-size: 16px;
  margin-top: 1px;
  margin-bottom: 3px;
}
.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 20px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-message
{
  text-align: center;
  width: 100%;
  bottom: 50%;
  position: absolute;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-block-separator
{
  color: transparent;
  position: relative;
  min-width: 0;
  margin-bottom: 10px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item
{
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
}
.dx-datagrid-nowrap
{
  white-space: nowrap;
}
.dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row>td>.dx-datagrid-text-content
{
  white-space: nowrap;
}
.dx-datagrid-drag-header
{
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.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-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row)>td:not(.dx-focused) .dx-link
{
  color: inherit;
}
.dx-datagrid-content
{
  position: relative;
}
.dx-datagrid-text-content
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dx-datagrid-table-fixed
{
  table-layout: fixed;
  width: 100%;
}
.dx-hidden
{
  display: none;
}
.dx-hidden.dx-group-cell
{
  display: table-cell !important;
  font-size: 0 !important;
}
.dx-row>td
{
  border: none;
}
.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 [class*="column"]+[class*="column"]:last-child
{
  float: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row>td
{
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row>td:first-child
{
  border-left: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-group-space
{
  border-right: none;
  vertical-align: middle;
}
.dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-group-space+td
{
  border-left: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container
{
  overflow: hidden;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-cell-modified, .dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid
{
  padding: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay
{
  position: static;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell
{
  padding: 0;
  vertical-align: middle;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor, .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor-container
{
  border: 0;
  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;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit
{
  width: 85px;
  min-width: 85px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand
{
  padding: 0;
  width: 30px;
  min-width: 30px;
}
.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content
{
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-datagrid-content .dx-datagrid-table td
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.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-datagrid-headers
{
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-datagrid-headers .dx-header-row .dx-editor-cell .dx-select-checkbox
{
  display: inline-block;
}
.dx-datagrid-headers .dx-header-row>td
{
  white-space: nowrap;
  overflow: hidden;
}
.dx-datagrid-headers .dx-header-row>td>.dx-datagrid-text-content
{
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
.dx-datagrid-headers .dx-header-row.dx-column-lines>td>.dx-datagrid-text-content
{
  display: block;
}
.dx-header-row .dx-indicator-alignment-left
{
  margin-left: 3px;
}
.dx-header-row .dx-indicator-alignment-right
{
  margin-right: 3px;
}
.dx-datagrid-filter-range-overlay .dx-texteditor
{
  border-width: 0;
}
.dx-datagrid-filter-range-overlay .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-texteditor-input, .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before
{
  padding-left: 32px;
}
.dx-datagrid-filter-row .dx-highlight-outline::after
{
  pointer-events: none;
}
.dx-datagrid-filter-row .dx-focused .dx-highlight-outline::after
{
  border-color: transparent;
}
.dx-datagrid-filter-row .dx-menu
{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-left: -2px;
  margin-top: -2px;
  height: 100%;
}
.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
{
  margin-left: 0;
}
.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item
{
  padding: 5px;
  padding-right: 30px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal>li>.dx-menu-item
{
  padding: 8px 5px 7px 5px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal>li>.dx-menu-item.dx-state-disabled:hover
{
  padding: 9px 6px 8px 6px;
}
.dx-datagrid-filter-row .dx-menu-caption
{
  padding-left: 6px;
}
.dx-datagrid-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down
{
  display: none;
}
.dx-datagrid-filter-row .dx-menu-item-highlight
{
  font-weight: normal;
}
.dx-datagrid-filter-row .dx-menu
{
  overflow: visible;
}
.dx-datagrid-scroll-container
{
  overflow: hidden;
  width: 100%;
}
.dx-datagrid-header-panel
{
  text-align: left;
  overflow: hidden;
  padding: 1px 1px 0;
}
.dx-datagrid-header-panel .dx-button
{
  float: right;
  margin-left: 10px;
}
.dx-datagrid-column-chooser-button
{
  float: right;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.dx-datagrid-group-panel
{
  display: inline-block;
  white-space: nowrap;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-item
{
  display: inline-block;
  min-width: 30px;
  margin-right: 10px;
  white-space: normal;
}
.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: normal;
  color: transparent;
  position: relative;
  min-width: 0;
}
.dx-datagrid-group-panel .dx-block-separator .dx-sort
{
  margin-left: 6px;
}
.dx-state-disabled .dx-datagrid-action, .dx-state-disabled .dx-menu-item
{
  cursor: default;
}
.dx-datagrid-search-panel
{
  float: right;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}
.dx-datagrid-rowsview
{
  position: relative;
  overflow: hidden;
}
.dx-datagrid-rowsview.dx-scrollable .dx-scrollable-content
{
  z-index: 2;
}
.dx-datagrid-rowsview .dx-scrollable-scrollbar
{
  z-index: 3;
}
.dx-datagrid-rowsview:focus
{
  outline: 0;
}
.dx-datagrid-rowsview .dx-row>td
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.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-row.dx-row-lines:first-child
{
  border-top: none;
}
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>td
{
  border-top: none;
}
.dx-datagrid-rowsview .dx-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-data-row>td:focus
{
  outline: 0;
}
.dx-datagrid-rowsview .dx-selection>td .dx-link, .dx-datagrid-rowsview .dx-selection.dx-row:hover>td .dx-link
{
  color: inherit;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row
{
  border-top: 0;
  border-bottom: 0;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-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>td:hover>.dx-select-checkbox
{
  display: inline-block;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox
{
  display: inline-block;
}
.dx-datagrid-rowsview .dx-row>.dx-master-detail-cell
{
  padding: 30px;
  padding-left: 0;
}
.dx-datagrid-rowsview .dx-row>.dx-master-detail-cell:first-child
{
  padding-left: 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-group-opened, .dx-datagrid-group-closed
{
  cursor: pointer;
  position: relative;
}
.dx-datagrid-group-opened:before, .dx-datagrid-group-closed:before
{
  position: absolute;
  display: block;
  right: 0;
  left: 0;
}
.dx-datagrid-nodata
{
  position: absolute;
  top: 50%;
  left: 50%;
}
.dx-datagrid-bottom-load-panel
{
  text-align: center;
  padding: 10px;
}
.dx-datagrid-total-footer
{
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-datagrid-summary-item
{
  font-weight: bold;
}
.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;
  -ms-word-break: normal;
  word-break: normal;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content
{
  border: none;
  -webkit-box-shadow: none;
  -moz-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-overlay-content .dx-popup-content .dx-revert-button
{
  margin: 0;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-popover-arrow
{
  width: 0;
  height: 0;
}
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item, .dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item
{
  padding: 7px 5px 7px 30px;
}
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image, .dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image
{
  background-position-x: right;
}
.dx-rtl .dx-datagrid .dx-texteditor-buttons-container, .dx-datagrid.dx-rtl .dx-texteditor-buttons-container
{
  text-align: start;
}
.dx-rtl .dx-datagrid-group-closed
{
  -ms-filter: "FlipH";
  filter: FlipH;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table
{
  direction: rtl;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row>td:first-child
{
  border-right: none;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row>td:last-child
{
  border-left: none;
}
.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
{
  -ms-filter: "FlipH";
  filter: FlipH;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-filter-range-content
{
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-group-row.dx-row.dx-column-lines>td
{
  border-left: none;
  border-right: none;
}
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input, .dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder:before
{
  padding-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;
  padding-left: 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
{
  float: left;
  margin-left: 0;
}
.dx-rtl .dx-datagrid-header-panel .dx-button
{
  float: left;
}
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item, .dx-rtl .dx-datagrid-group-panel .dx-block-separator
{
  margin-right: 0;
  margin-left: 10px;
}
.dx-rtl .dx-datagrid-group-panel .dx-sort
{
  margin-left: 0;
  margin-right: 6px;
}
.dx-rtl .dx-datagrid-search-panel
{
  float: left;
  margin: 0;
  margin-right: 10px;
}
.dx-pivotgrid
{
  cursor: default;
  width: 100%;
  overflow: hidden;
}
.dx-pivotgrid .dx-area-data-cell, .dx-pivotgrid .dx-area-column-cell
{
  width: 100%;
}
.dx-pivotgrid table, .dx-pivotgrid tbody, .dx-pivotgrid tfoot, .dx-pivotgrid thead, .dx-pivotgrid tr, .dx-pivotgrid th, .dx-pivotgrid td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.dx-pivotgrid table
{
  border-collapse: collapse;
  border-spacing: 0;
}
.dx-pivotgrid td
{
  vertical-align: top;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-pivotgridfieldchooser .dx-sort, .dx-pivotgridfieldchooser .dx-header-filter
{
  display: inline-block;
}
.dx-pivotgridfieldchooser .dx-area-field-content
{
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-menu-base
{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
.dx-menu-base .dx-menu-items-container, .dx-menu-base .dx-menu-item-wrapper
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  height: 100%;
}
.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;
  white-space: nowrap;
  overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.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
{
  overflow: hidden;
  position: relative;
}
.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 .dx-menu-item-wrapper
{
  display: block;
}
.dx-menu-vertical .dx-menu-separator
{
  margin: 0 0 15px 0;
}
.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-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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: relative;
}
.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%;
  border-collapse: collapse;
  position: absolute;
  direction: ltr;
}
.dx-calendar-body td
{
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.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-previous-month, .dx-state-disabled.dx-calendar .dx-calendar-navigator-previous-month, .dx-state-disabled .dx-calendar .dx-calendar-navigator-next-month, .dx-state-disabled.dx-calendar .dx-calendar-navigator-next-month
{
  cursor: default;
}
.dx-state-disabled .dx-calendar-body table th, .dx-state-disabled .dx-calendar-body table td
{
  cursor: default;
}
.dx-multiview-wrapper
{
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.dx-multiview-item-container
{
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.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;
  left: -9999px;
  visibility: hidden;
}
.dx-treeview
{
  height: 100%;
}
.dx-treeview :focus
{
  outline: none;
}
.dx-treeview .dx-checkbox+.dx-treeview-node-container, .dx-treeview .dx-treeview-node-container:first-child
{
  margin: 0;
  display: block;
}
.dx-treeview .dx-treeview-select-all-item
{
  width: 100%;
}
.dx-treeview .dx-treeview-node-container
{
  list-style-position: inside;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
}
.dx-treeview .dx-treeview-node-container.dx-treeview-node-container-opened
{
  display: block;
}
.dx-treeview .dx-treeview-node
{
  list-style-type: none;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.dx-treeview .dx-treeview-node a
{
  text-decoration: none;
}
.dx-treeview .dx-treeview-node .dx-checkbox
{
  position: absolute;
  margin: 0;
}
.dx-treeview .dx-treeview-item
{
  display: block;
  cursor: default;
}
.dx-treeview .dx-treeview-item .dx-icon
{
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
}
.dx-treeview .dx-treeview-item .dx-treeview-item-content::before
{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dx-treeview .dx-treeview-item.dx-state-disabled
{
  opacity: .5;
}
.dx-treeview .dx-treeview-toggle-item-visibility
{
  position: absolute;
  cursor: pointer;
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-state-disabled
{
  cursor: default;
}
.dx-treeview .dx-loadindicator
{
  position: absolute;
}
.dx-treeview.dx-rtl .dx-treeview-node-container:first-child>.dx-treeview-node
{
  padding-left: 0;
}
.dx-treeview.dx-rtl .dx-treeview-node-container .dx-treeview-node
{
  padding-left: 0;
}
.dx-treeview.dx-rtl .dx-treeview-node-container .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item
{
  padding-left: 0;
}
.dx-treeview.dx-rtl .dx-treeview-node-container .dx-treeview-node .dx-treeview-item .dx-icon
{
  margin-right: 0;
}
.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility
{
  left: auto;
  right: 0;
  -ms-filter: "FlipH";
  filter: FlipH;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dx-treeview .dx-empty-message
{
  line-height: normal;
}
.dx-fieldset
{
  margin-bottom: 20px;
}
.dx-fieldset .dx-field-value
{
  margin: 0;
}
.dx-fieldset, .dx-fieldset *
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dx-fieldset-header:empty
{
  display: none;
}
.dx-field
{
  position: relative;
  padding: .4em;
}
.dx-field:before, .dx-field:after
{
  display: table;
  content: "";
  line-height: 0;
}
.dx-field:after
{
  clear: both;
}
.dx-field-label
{
  float: left;
  width: 40%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-field-value, .dx-field-value-static
{
  float: right;
}
.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-rtl .dx-fieldset .dx-field-label, .dx-fieldset.dx-rtl .dx-field-label
{
  float: right;
}
.dx-rtl .dx-fieldset .dx-field-value, .dx-fieldset.dx-rtl .dx-field-value
{
  float: left;
}
.dx-tabpanel-tabs
{
  width: 100%;
}
.dx-tabpanel-tabs .dx-tabs
{
  height: 100%;
}
.dx-tabpanel-container
{
  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:before, .dx-fileuploader-input-wrapper:after
{
  display: table;
  content: "";
  line-height: 0;
}
.dx-fileuploader-input-wrapper:after
{
  clear: both;
}
.dx-fileuploader-input-wrapper .dx-button
{
  float: left;
}
.dx-fileuploader-input-wrapper .dx-button+.dx-button
{
  margin-left: 12px;
}
.dx-fileuploader-button
{
  position: relative;
}
.dx-fileuploader-button .dx-fileuploader-input
{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button, .dx-fileuploader-button .dx-fileuploader-input::-ms-browse
{
  cursor: pointer;
}
.dx-fileuploader-content
{
  display: table-row-group;
  vertical-align: middle;
}
.dx-fileuploader-content>.dx-fileuploader-upload-button
{
  margin-top: 10px;
}
.dx-fileuploader-empty .dx-fileuploader-content>.dx-fileuploader-upload-button
{
  display: none;
}
.dx-fileuploader-input-content
{
  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 4px;
}
.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
{
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  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;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  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-name, .dx-rtl .dx-fileuploader .dx-fileuploader-file-size, .dx-rtl.dx-fileuploader .dx-fileuploader-file-size, .dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message, .dx-rtl.dx-fileuploader .dx-fileuploader-file-status-message
{
  float: right;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-size, .dx-rtl.dx-fileuploader .dx-fileuploader-file-size
{
  margin-right: 4px;
}
.dx-validationsummary-item
{
  cursor: pointer;
}
.dx-invalid-message.dx-overlay
{
  position: relative;
}
.dx-invalid-message.dx-overlay-wrapper
{
  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;
}
.dx-state-focused.dx-invalid .dx-invalid-message-auto .dx-overlay-wrapper, .dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto .dx-overlay-wrapper, .dx-invalid-message-always .dx-overlay-wrapper
{
  visibility: visible;
}
.dx-timeview
{
  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
{
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  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%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.dx-timeview-field .dx-numberbox
{
  width: 70px;
}
.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly
{
  width: 110px;
}
.dx-scheduler .dx-empty-message
{
  line-height: normal;
}
.dx-scheduler-all-day-panel td
{
  padding: 0;
}
.dx-scheduler-dropdown-appointments
{
  position: absolute;
  display: block;
  height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dx-scheduler-dropdown-appointments .dx-scheduler-dropdown-appointments-content span:last-child
{
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  height: 20px;
  padding-left: 2px;
}
.dx-scheduler-dropdown-appointments.dx-button
{
  padding: 0;
  max-width: none;
}
.dx-dropdownmenu-popup-wrapper .dx-scheduler-dropdown-appointment
{
  max-width: 400px;
  height: 65px;
  position: relative;
}
.dx-dropdownmenu-popup-wrapper .dx-scheduler-dropdown-appointment.dx-list-item-content
{
  padding: 5px;
  width: 100%;
}
.dx-scheduler-dropdown-appointment-info-block
{
  max-width: 300px;
  margin-right: 75px;
  margin-top: 7px;
}
.dx-scheduler-dropdown-appointment-buttons-block
{
  position: absolute;
  top: 19.5px;
  right: 0;
  width: 75px;
  text-align: right;
}
.dx-scheduler-dropdown-appointment-title
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button, .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button
{
  padding: 2px;
  margin: 0 10px 0 0;
}
.dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button .dx-button-content, .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button .dx-button-content
{
  padding: 0;
}
.dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button .dx-icon, .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button .dx-icon
{
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.dx-scheduler-dropdown-appointment-date
{
  font-size: 12px;
}
.dx-rtl .dx-scheduler-dropdown-appointment-info-block
{
  margin-left: 75px;
  margin-right: auto;
}
.dx-rtl .dx-scheduler-dropdown-appointment-buttons-block
{
  left: 0;
  right: auto;
  text-align: left;
}
.dx-rtl .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-remove-button, .dx-rtl .dx-popup-content .dx-button.dx-scheduler-dropdown-appointment-edit-button
{
  margin: 0 0 0 10px;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row)
{
  padding-top: 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-field-item
{
  padding-left: 0;
  padding-right: 0;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-field-item.dx-first-row
{
  padding-top: 10px;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-field-item.dx-first-row.dx-first-col:first-child
{
  padding-top: 0;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label
{
  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
{
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0;
  display: block;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align)
{
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.dx-layout-manager .dx-label-h-align.dx-field-item-label-align:not(.dx-flex-layout) .dx-field-item-label
{
  vertical-align: baseline;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label, .dx-layout-manager .dx-label-h-align .dx-field-item-content, .dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper
{
  display: table-cell;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper .dx-field-item-content
{
  display: block;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label
{
  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;
}
.dx-field-item-label-location-left
{
  padding-right: 10px;
}
.dx-field-item-label-location-right
{
  padding-left: 10px;
}
.dx-rtl .dx-field-item-required-mark, .dx-rtl .dx-field-item-optional-mark
{
  float: left;
}
.dx-rtl .dx-field-item:not(.dx-first-col)
{
  padding-left: 0;
  padding-right: 15px;
}
.dx-rtl .dx-field-item:not(.dx-last-col)
{
  padding-left: 15px;
  padding-right: 0;
}
.dx-rtl .dx-field-item-label-location-left
{
  padding-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-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;
}

/*
* Generated by the DevExpress Theme Builder
* Version: 15.2.7
* http://js.devexpress.com/themebuilder/
*/

.dx-colorview-palette-handle {
    background: -webkit-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #ffffff 7px, #ffffff 12px, rgba(0, 0, 0, 0.2) 13px);
    background: -webkit-radial-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #ffffff 7px, #ffffff 12px, rgba(0, 0, 0, 0.2) 13px);
    background: -moz-radial-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #ffffff 7px, #ffffff 12px, rgba(0, 0, 0, 0.2) 13px);
    background: -ms-radial-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #ffffff 7px, #ffffff 12px, rgba(0, 0, 0, 0.2) 13px);
    background: -o-radial-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #ffffff 7px, #ffffff 12px, rgba(0, 0, 0, 0.2) 13px);
    background: radial-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #ffffff 7px, #ffffff 12px, rgba(0, 0, 0, 0.2) 13px);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dx-colorview-hue-scale-handle {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -5px 0px 0px 3px #ffffff, inset 5px 0px 0px 3px #ffffff, inset -6px 0px 1px 4px rgba(0, 0, 0, 0.2), inset 6px 0px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -5px 0px 0px 3px #ffffff, inset 5px 0px 0px 3px #ffffff, inset -6px 0px 1px 4px rgba(0, 0, 0, 0.2), inset 6px 0px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset -5px 0px 0px 3px #ffffff, inset 5px 0px 0px 3px #ffffff, inset -6px 0px 1px 4px rgba(0, 0, 0, 0.2), inset 6px 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.dx-colorview-alpha-channel-handle {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px -5px 0px 3px #ffffff, inset 0px 5px 0px 3px #ffffff, inset 0px -6px 1px 4px rgba(0, 0, 0, 0.2), inset 0px 6px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -5px 0px 3px #ffffff, inset 0px 5px 0px 3px #ffffff, inset 0px -6px 1px 4px rgba(0, 0, 0, 0.2), inset 0px 6px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -5px 0px 3px #ffffff, inset 0px 5px 0px 3px #ffffff, inset 0px -6px 1px 4px rgba(0, 0, 0, 0.2), inset 0px 6px 1px 4px rgba(0, 0, 0, 0.2);
}
.dx-datagrid {
    color: #202528;
    background-color: #ffffff;
}
.dx-datagrid .dx-sort-up {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-sort-up:before {
    content: '\f051';
}
.dx-datagrid .dx-sort-down {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-sort-down:before {
    content: '\f052';
}
.dx-datagrid .dx-header-filter {
    position: relative;
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-header-filter:before {
    content: '\f050';
}
.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid.dx-filter-menu .dx-icon-filter-operation-default + .dx-menu-item-text {
    padding-left: 2px;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed {
    background-color: #ffffff;
}
.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-headers .dx-row td.dx-pointer-events-none {
    border-left: 2px solid #cfd6d8;
    border-right: 2px solid #cfd6d8;
}
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none:first-child,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none:first-child,
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none:first-child {
    border-left: none;
}
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none:last-child,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none:last-child,
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none:last-child {
    border-right: none;
}
.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form {
    background-color: #ffffff;
}
.dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content {
    color: #202528;
}
.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: #202528;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: normal;
}
.dx-datagrid-column-chooser input,
.dx-datagrid-column-chooser textarea {
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}
.dx-datagrid-export-menu .dx-menu-item .dx-icon-exportxlsx {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
.dx-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-headers .dx-row td.dx-pointer-events-none {
    border-left: 2px solid #cfd6d8;
}
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none:first-child,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none:first-child,
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none:first-child {
    border-right: none;
}
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none:last-child,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none:last-child,
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none:last-child {
    border-left: none;
}
.dx-rtl .dx-datagrid-form-buttons-container {
    float: left;
}
.dx-rtl .dx-datagrid-form-buttons-container .dx-button {
    margin-left: 0;
    margin-right: 10px;
}
.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td {
    border-top: 1px solid #cfd6d8;
}
.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area-data tr:first-child > td {
    border-top-width: 0px;
}
.dx-pivotgrid .dx-area-row-cell,
.dx-pivotgrid .dx-area-description-cell {
    border-right: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-area-description-cell {
    white-space: nowrap;
}
.dx-pivotgrid .dx-area-description-cell .dx-button {
    margin: 1px;
}
.dx-pivotgrid .dx-area-description-cell .dx-button:not(.dx-state-hover):not(.dx-state-active) {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.dx-pivotgrid .dx-bottom-border,
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-area-column-cell {
    border-bottom: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-area {
    box-sizing: content-box;
}
.dx-pivotgrid .dx-pivotgrid-area td {
    color: #687a82;
    padding: 7px 5px;
}
.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 {
    opacity: 0;
}
.dx-pivotgrid .dx-virtual-mode table {
    position: absolute;
    top: 0;
    left: 0;
}
.dx-pivotgrid .dx-pivotgrid-area-data {
    position: relative;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
    text-align: right;
    color: #202528;
    white-space: nowrap;
    border-left: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
    border-left: 0px;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-total,
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-grandtotal {
    border-top-width: 0px;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-expand-border {
    border-top: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
    border-right: 0px;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
    min-width: 50px;
    border-right: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers tr:first-child td {
    border-top: 0px;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-row-total,
.dx-pivotgrid .dx-pivotgrid-area-data .dx-row-total {
    border-top: 1px solid #cfd6d8;
    border-bottom: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
    border-right: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td {
    text-align: center;
    border: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded,
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed {
    text-align: left;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
    border-left: 0px;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td {
    border-top: 0px;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers:last-child {
    border-bottom: 0;
}
.dx-pivotgrid .dx-total {
    background-color: rgba(207, 214, 216, 0.2);
}
.dx-pivotgrid .dx-grandtotal {
    background-color: rgba(207, 214, 216, 0.4);
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
    border-left: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell {
    border-right: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell {
    border-top: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
    border-bottom: 1px solid #cfd6d8;
}
.dx-pivotgrid .dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-pivotgrid-expanded {
    cursor: pointer;
    white-space: nowrap;
}
.dx-pivotgrid .dx-pivotgrid-collapsed > span,
.dx-pivotgrid .dx-pivotgrid-expanded > span {
    white-space: normal;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand,
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
    display: inline-block;
    width: 9px;
    margin-right: 5px;
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAK0lEQVQY02P4zwCCU9shNAhCqan/EYIIIbggshBUEFUILEhAVTtBG5HcBQCB1FsFsFXtHQAAAABJRU5ErkJggg==) no-repeat center;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand:before,
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand:before {
    display: block;
    content: '.';
    width: 0px;
    visibility: hidden;
}
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAALElEQVQY02P4z4AOGYgTmto+9T8KbAeKogi2QzXCBduRzAILtqMZDxPAaiMAiCNbBQ+pRkYAAAAASUVORK5CYII=) no-repeat center;
}
.dx-pivotgrid .dx-icon-sorted {
    display: inline-block;
    width: 20px;
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAQAAACssQXfAAAAQklEQVQY013O2w0AIAgDQKZlo85bI0Uehg9Iz8QabQ4MjrhewNwOihZETNGAioMmaPL63qF+U4+OF1QXQdVNsp4LB9ybb1FUW1AWAAAAAElFTkSuQmCC) no-repeat center center;
}
.dx-pivotgrid .dx-icon-sorted::before {
    display: block;
    content: '.';
    width: 0px;
    visibility: hidden;
}
.dx-pivotgrid .dx-menu-item .dx-icon {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
.dx-pivotgrid .dx-icon-collapse-all {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAASUlEQVQoU53OwQ0AIAgEQUql/ybQoGJycmjM+vAxKGJS148abwKcWqVAPQr84SD/wG8IcH8A+gBGscP5BYDrkinYswRgAXgO6hqiOAkwCvrrrwAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgrid .dx-icon-expand-all {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAQElEQVQoz2P4z4AfAlHCf9wQqgCXbqwKEsCQMgUErEBWiKIAwweoChKIUIDmyASyHYlXAXIYEPQmigICkYUfAgCspQrmirdjvQAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgrid .dx-icon-asc {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAApklEQVQoz3WQsQ2DMBBF3wDMQY2UBVJQULhMwwI0lAwQS2ktMQA96e0BbrRLwWEkYt8vbOk/+f43NKSsr6LY9HaqiQ+JVwZ6vCFmDyRWux+2N0RRaNhIdAac9oEoCjOJOS87xucMdCQ2mjqwnvGKAEOlpr/V/H9BL4AWQWgrGRQmIpGpDuy8Cey1Fg8Eh0N4loEFMS1lIBIUhUAs/YNDGBWFEcHdgR9nmXz3xMvBYgAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgrid .dx-icon-desc {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAoElEQVQoz3XPvQ3CQAzF8d8AmYM6EgtQpKBIScMCNJQMQCTaSAxAH/rcADeaaY6T+Di/wpbeX7YfnVT1DKHUVHoUuUkOTcBeci/zL6DzkPRt4Cw512PfgF7y0LWB+/u9v4B9K2Z8xmxuCMFGlm3awMlqdWoDi6vZ0kqxlY1G2S4Eg6lqEFzkokvZMFSbYDWHYLbWE0OxMcqOITjKxvpDsV/8mnz3/0HO3QAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgridfieldchooser {
    position: relative;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container {
    overflow: hidden;
}
.dx-pivotgridfieldchooser .dx-col {
    width: 50%;
    float: left;
}
.dx-pivotgridfieldchooser .dx-area {
    padding: 5px;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields {
    margin-top: 3px;
    border: 1px solid #cfd6d8;
}
.dx-pivotgridfieldchooser .dx-area-fields[group] {
    padding: 5px;
    background-color: rgba(207, 214, 216, 0.2);
}
.dx-pivotgridfieldchooser .dx-sort,
.dx-pivotgridfieldchooser .dx-header-filter,
.dx-pivotgridfieldchooser .dx-sort-space,
.dx-pivotgridfieldchooser .dx-header-filter-space {
    width: 13px;
    height: 13px;
}
.dx-pivotgridfieldchooser .dx-sort-up {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAL0lEQVQoz2P4z4ALonCmtuOQmto+9T+yJKrEf2RJdAkkSVS7/uN2xuCQwhNQqBAAYD2x3qMjy8gAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-sort-down {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAALElEQVQoz2P4z4ALMhApNfX/4JWa2j71Pxy2o+mCS7ZjMRAs2Y7LrnYiAwoAG2mx3gyIwGUAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-header-filter {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAASklEQVQoz6XOMQqAMBBE0X/UDxZiIRbe3oSshVlBkk62mjdTLFZjuMIEw8AyX58DNg/E3fbBTRBxfYuqkoxLZ5+cnB/xj4vhlekGFhp1P7RllpIAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-header-filter-empty {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-pivotgridfieldchooser .dx-area-caption {
    vertical-align: middle;
}
.dx-pivotgridfieldchooser .dx-treeview .dx-treeview-item .dx-icon {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
.dx-pivotgridfieldchooser .dx-area-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.dx-pivotgridfieldchooser .dx-area-icon-all {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAJElEQVQoz2P8z4AfsDAwJELVzGfExmIiYAAD5QoYRx1JL0cCAJeiFh8Qq9chAAAAAElFTkSuQmCC) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-area-icon-filter {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAWElEQVQoz83RsQqAMAxF0fepFxzEQRz8e1sah0JTamhXeVtyCCSRaR6ZTGQsSHJgcRyk1YQ7aBcuB+KkDO0D9UDsHcmARiC2BqiVEfg2+jOoF30+YPnNWV4jV/jo04VE6gAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-area-icon-row {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAI0lEQVQoz2P4z4AfAlHCfwjEzqKPAsKObIBA7Cz6KBgGIQkAQ8IdQJKOGQIAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-area-icon-column {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAIElEQVQoz2P4z4AfAlHCfwgEshogEFmMPgpGHUkfRwIAQ8IdQALkrHMAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-area-icon-data {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMhClIOE/NkiSAl+ooG8CQwKIzwChEQpQlGBXgKYEwxeoSrB6k7ACfFYkYPgDXQGKdAItQpKi2AQAaDQFJxj4SdQAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-icon-measure {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMhClIOE/NkiSAl+ooG8CQwKIzwChEQpQlGBXgKYEwxeoSrB6k7ACfFYkYPgDXQGKdAItQpKi2AQAaDQFJxj4SdQAAAAASUVORK5CYII=) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-icon-dimension {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAH0lEQVQoz2P4z4AfMlBHQcJ/MESjqasAKxx5bqAosgCZ3QSYpC33dQAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-icon-hierarchy {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMUlEQVQoz2P4z4AfMlBXQcJ/EKShggQoxKEAojsBwxQqKUjACpEVoOhGNYVKCiiKLAATcARoA49V5wAAAABJRU5ErkJggg==) no-repeat center center;
}
.dx-pivotgridfieldchooser .dx-area-field {
    cursor: pointer;
}
.dx-pivotgridfieldchooser .dx-area-field.dx-area-box {
    background-color: #ffffff;
    margin-bottom: 1px;
    border: 1px solid #cfd6d8;
    padding: 7px;
}
.dx-pivotgridfieldchooser .dx-area-field.dx-area-box.dx-drag {
    z-index: 9999;
    position: absolute;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(96, 96, 96, 0.5);
}
.dx-pivotgridfieldchooser .dx-area-field.dx-area-box.dx-drag-target {
    color: #687a82;
    background-color: rgba(207, 214, 216, 0.4);
}
.dx-pivotgridfieldchooser .dx-area-fields.dx-drag-target {
    border-color: #606060;
}
.dx-pivotgridfieldchooser .dx-drag-source {
    opacity: 0.5;
}
.dx-pivotgridfieldchooser .dx-drag-source.dx-area-box {
    display: none;
}
.dx-rtl .dx-area-row-cell,
.dx-rtl .dx-area-description-cell {
    border-left: 1px solid #cfd6d8;
    border-right: 0px;
}
.dx-rtl .dx-pivotgrid-area-data tbody td {
    border-left: 0px;
    border-right: 1px solid #cfd6d8;
}
.dx-rtl .dx-pivotgrid-area-data tbody td:first-child {
    border-left: 1px solid #cfd6d8;
    border-right: 0px;
}
.dx-rtl .dx-pivotgrid-vertical-headers td {
    border-right: 0px;
    border-left: 1px solid #cfd6d8;
}
.dx-rtl .dx-pivotgrid-vertical-headers .dx-last-cell {
    border-left: 0px;
    border-right: 0px;
}
.dx-rtl .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
    border-right: 0px;
    border-left: 1px solid #cfd6d8;
}
.dx-rtl .dx-pivotgrid-horizontal-headers.dx-pivotgrid-area {
    border-left: 0px;
}
.dx-rtl .dx-pivotgrid-horizontal-headers td:first-child {
    border-left: 1px solid #cfd6d8;
    border-right: 0px;
}
.dx-rtl .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded,
.dx-rtl .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed {
    text-align: right;
}
.dx-rtl .dx-pivotgrid-collapsed .dx-expand,
.dx-rtl .dx-pivotgrid-expanded .dx-expand {
    margin-right: 0;
    margin-left: 5px;
}
.dx-rtl .dx-pivotgrid-collapsed .dx-expand {
    -ms-filter: 'FlipH';
    filter: FlipH;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.dx-rtl .dx-pivotgridfieldchooser-container .dx-col {
    float: right;
}
.dx-rtl .dx-pivotgrid-border .dx-area-description-cell,
.dx-rtl .dx-pivotgrid-border .dx-area-row-cell {
    border-right: 1px solid #cfd6d8;
}
.dx-rtl .dx-pivotgrid-border .dx-area-column-cell,
.dx-rtl .dx-pivotgrid-border .dx-area-data-cell {
    border-left: 1px solid #cfd6d8;
}
.dx-validationsummary-item {
    color: #8b9ba2;
}
.dx-invalid-message > .dx-overlay-content {
    color: white;
    background-color: #8b9ba2;
}
.dx-scheduler-pseudo-cell:before {
    content: '';
    width: 100px;
    display: table-cell;
}
.dx-scheduler-header {
    position: relative;
    z-index: 1;
    width: 100%;
}
.dx-scheduler-navigator {
    float: left;
    padding-left: 10px;
}
.dx-device-mobile .dx-scheduler-navigator {
    padding-left: 0;
}
.dx-scheduler-navigator-caption {
    width: 180px;
}
.dx-device-mobile .dx-scheduler-navigator-caption {
    width: 140px;
}
.dx-scheduler-view-switcher.dx-tabs {
    width: auto;
    float: right;
    height: 100%;
    border: none;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab {
    width: 100px;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:before {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: '';
    right: 0;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-state-focused:after {
    border-bottom: none;
}
.dx-scheduler-view-switcher.dx-dropdownmenu.dx-button {
    position: absolute;
    right: 10px;
}
.dx-scheduler-view-switcher-label {
    position: absolute;
}
.dx-scheduler-work-space {
    border: 1px solid rgba(207, 214, 216, 0.6);
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-top: none;
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-title {
    border-top: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-panel td {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
    border-top: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 50px;
    margin-bottom: -50px;
}
.dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 80px;
    margin-bottom: -80px;
}
.dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 110px;
    margin-bottom: -110px;
}
.dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 140px;
    margin-bottom: -140px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 125px;
    margin-bottom: -125px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 155px;
    margin-bottom: -155px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 185px;
    margin-bottom: -185px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 215px;
    margin-bottom: -215px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 75px;
    margin-bottom: -75px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 105px;
    margin-bottom: -105px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 135px;
    margin-bottom: -135px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 165px;
    margin-bottom: -165px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day).dx-scheduler-work-space:not(.dx-scheduler-work-space-month).dx-scheduler-work-space:not(.dx-scheduler-timeline) .dx-scheduler-header-panel {
    border-bottom: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-date-table-scrollable .dx-scrollable-content {
    overflow: hidden;
    position: relative;
}
.dx-scheduler-date-table-cell {
    border-top: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-date-table-current-date {
    font-weight: bold;
}
.dx-scheduler-date-table-other-month {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-scheduler-work-space-day .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell {
    border-top: 1px solid #b3bdc2;
}
.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 0;
    margin-bottom: 0;
}
.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 75px;
    margin-bottom: -75px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 105px;
    margin-bottom: -105px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 135px;
    margin-bottom: -135px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 165px;
    margin-bottom: -165px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 25px;
    margin-bottom: -25px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 55px;
    margin-bottom: -55px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 85px;
    margin-bottom: -85px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 115px;
    margin-bottom: -115px;
}
.dx-scheduler-work-space-day .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-work-week .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
    border-top: none;
}
.dx-scheduler-all-day-table-cell {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
    border-top: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell {
    border-top: none;
    border-left: none;
}
.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(207, 214, 216, 0.6);
}
.dx-scheduler-work-space-month .dx-scrollable .dx-scrollable-content {
    height: 100%;
}
.dx-scheduler-work-space-month .dx-scheduler-all-day-title {
    display: none;
}
.dx-scheduler-work-space-month .dx-scheduler-header-panel {
    width: 100%;
    margin-left: 0;
}
.dx-scheduler-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-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-all-day-table-cell,
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    height: auto;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
    padding-right: 6px;
    color: #767676;
}
.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell.dx-state-focused,
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell.dx-state-focused {
    background-position: 10% 10%;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    padding: 0 7px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 0 25px 0 7px;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 0 7px 0 25px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence-icon {
    top: 0;
}
.dx-scheduler-work-space-month .dx-scheduler-fixed-appointments {
    left: 0;
}
.dx-scheduler-work-space-month .dx-scheduler-all-day-panel,
.dx-scheduler-timeline .dx-scheduler-all-day-panel,
.dx-scheduler-work-space-month .dx-scheduler-all-day-title,
.dx-scheduler-timeline .dx-scheduler-all-day-title {
    display: none;
}
.dx-scheduler-timeline .dx-scheduler-header-row:before,
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    content: none;
}
.dx-scheduler-timeline .dx-scheduler-date-table {
    margin-left: 0;
}
.dx-scheduler-timeline .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline .dx-scheduler-date-table-cell {
    width: 200px;
}
.dx-scheduler-timeline .dx-scheduler-group-table {
    border-spacing: 0;
    border-collapse: collapse;
}
.dx-scheduler-timeline .dx-scheduler-date-table,
.dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-group-table {
    height: 100%;
}
.dx-scheduler-timeline .dx-scheduler-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;
    top: 56px;
    left: 0;
    border-right: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row .dx-scheduler-group-header {
    border: none;
    border-top: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table {
    border-right: 1px solid rgba(207, 214, 216, 0.6);
    border-top: 1px solid rgba(207, 214, 216, 0.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-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row:before {
    display: none;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row:first-child .dx-scheduler-group-header {
    border-top: none;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-sidebar-scrollable:before {
    width: 100px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-header-scrollable {
    margin-left: 100px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-header-scrollable {
    margin-right: 100px;
    margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='1'] .dx-scheduler-fixed-appointments {
    left: 100px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-sidebar-scrollable:before {
    width: 160px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-header-scrollable {
    margin-left: 160px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-header-scrollable {
    margin-right: 160px;
    margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='2'] .dx-scheduler-fixed-appointments {
    left: 160px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-sidebar-scrollable:before {
    width: 180px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-header-scrollable {
    margin-left: 180px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-header-scrollable {
    margin-right: 180px;
    margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count='3'] .dx-scheduler-fixed-appointments {
    left: 180px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='1'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 121px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='2'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 151px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count='3'] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 181px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scheduler-header-scrollable {
    height: 91px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before {
    height: 90px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scrollable.dx-scheduler-date-table-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}
.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n) {
    border-right: none;
}
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n) {
    border-left: none;
}
.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n) {
    border-right: none;
}
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n) {
    border-left: none;
}
.dx-scheduler-work-space-day .dx-scheduler-header-panel-cell:nth-child(1n),
.dx-scheduler-work-space-day .dx-scheduler-date-table-cell:nth-child(1n),
.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell:nth-child(1n) {
    border-right: none;
}
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-header-panel-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-date-table-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell:nth-child(1n) {
    border-left: none;
}
.dx-scheduler-header-panel {
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
}
.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-work-space-all-day):not(.dx-scheduler-timeline)[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)[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)[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) .dx-scheduler-header-scrollable {
    height: 51px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline) .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)[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)[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)[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)[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)[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)[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).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).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).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).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).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).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).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).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).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).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).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).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 100px;
    margin-bottom: -100px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline) .dx-scheduler-header-scrollable {
    margin-left: 100px;
}
.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(207, 214, 216, 0.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(207, 214, 216, 0.6);
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
    float: none;
    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-work-space-both-scrollbar .dx-scheduler-time-panel {
    border-right: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 81px;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 111px;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 141px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable {
    height: 51px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 31px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 61px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 91px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 1px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-panel {
    width: 100%;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 0 0 100px;
    padding: 0;
}
.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
    margin: 0 100px 0 0;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 156px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 186px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 216px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
    height: 126px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 106px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 136px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 166px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 76px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 106px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 136px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 166px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 76px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 56px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 86px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 116px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 26px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-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-header-scrollable.dx-scrollable {
    margin: 0;
    padding: 0;
}
.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-scheduler-sidebar-scrollable {
    display: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child {
    border-left: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-scrollable-appointments {
    top: 0;
}
.dx-scheduler-header-panel-cell {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
    border-right: 1px solid rgba(207, 214, 216, 0.6);
    color: #202528;
    padding: 0;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dx-scheduler-group-row:before,
.dx-scheduler-header-row:before,
.dx-scheduler-all-day-table-row:before {
    content: '';
    width: 100px;
    display: table-cell;
}
.dx-scheduler-all-day-panel {
    width: 100%;
}
.dx-scheduler-all-day-panel .dx-scheduler-all-day-table-cell {
    border-bottom: 1px solid #b3bdc2;
}
.dx-scheduler-all-day-title {
    color: #202528;
    width: 100px;
    height: 75px;
    position: absolute;
    line-height: 75px;
    text-align: center;
    border-bottom: 1px solid #b3bdc2;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
    height: 25px;
    line-height: 25px;
}
.dx-scheduler-all-day-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.dx-scheduler-all-day-table {
    height: 75px;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
    height: 25px;
}
.dx-scheduler-group-header {
    height: 30px;
}
.dx-scheduler-time-panel {
    float: left;
    width: 100px;
    border-collapse: collapse;
    margin-top: -50px;
    font-size: 20px;
}
.dx-scheduler-time-panel tbody:after {
    content: '';
    height: 50px;
    display: table-cell;
}
.dx-scheduler-time-panel-cell {
    color: #202528;
    border-bottom: 1px solid rgba(207, 214, 216, 0.6);
    position: relative;
    width: 100%;
    text-align: center;
    height: 100px;
    padding-left: 10px;
}
.dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell {
    padding-top: 35px;
}
.dx-scheduler-time-panel-cell:after {
    position: absolute;
    bottom: -1px;
    width: 50%;
    height: 1px;
    content: '';
    left: 0;
    background-color: #ffffff;
}
.dx-scheduler-date-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    float: left;
    margin-left: -100px;
}
.dx-scheduler-date-table .dx-scheduler-date-table-row:before {
    content: '';
    width: 100px;
    display: table-cell;
}
.dx-scheduler-date-table-cell {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
    border-right: 1px solid rgba(207, 214, 216, 0.6);
    height: 50px;
}
.dx-scheduler-all-day-table-cell.dx-state-active,
.dx-scheduler-date-table-cell.dx-state-active {
    background-color: #b3bdc2;
}
.dx-scheduler-all-day-table-cell.dx-state-hover,
.dx-scheduler-date-table-cell.dx-state-hover {
    background-color: #767676;
}
.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: #bec7cb;
}
.dx-scheduler-all-day-table-cell.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-focused {
    background-color: #bec7cb;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-scheduler-date-table-droppable-cell {
    background-color: #ededed;
}
.dx-scheduler-scrollable-appointments {
    position: absolute;
}
.dx-scheduler-appointment {
    background-clip: padding-box;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background-color: #8e9da4;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    left: 0;
}
.dx-scheduler-appointment.dx-state-active,
.dx-scheduler-appointment.dx-resizable-resizing {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-appointment.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-scheduler-appointment.dx-state-focused:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dx-scheduler-appointment.dx-state-focused:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.dx-scheduler-appointment.dx-state-hover {
    -webkit-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-appointment.dx-state-hover.dx-resizable {
    -webkit-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 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 {
    -webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-appointment.dx-draggable-dragging {
    z-index: 1000;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.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-timeline .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-scheduler-appointment,
.dx-scheduler-all-day-appointment {
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment,
.dx-rtl .dx-scheduler-all-day-appointment {
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-active,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-active,
.dx-scheduler-all-day-appointment.dx-state-active,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-all-day-appointment.dx-resizable-resizing {
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused,
.dx-scheduler-all-day-appointment.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused:before,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused:before,
.dx-scheduler-all-day-appointment.dx-state-focused:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused:before,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused:before,
.dx-scheduler-all-day-appointment.dx-state-focused:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover,
.dx-scheduler-all-day-appointment.dx-state-hover {
    -webkit-box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable,
.dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable {
    -webkit-box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.3), inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.3), inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.3), inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover {
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -5px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.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,
.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable {
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -5px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.dx-scheduler-timeline .dx-scheduler-appointment.dx-draggable-dragging,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-draggable-dragging,
.dx-scheduler-all-day-appointment.dx-draggable-dragging {
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3), 7px 7px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3), 7px 7px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 2px 0px 0px 0px rgba(0, 0, 0, 0.3), 7px 7px 15px 0px rgba(50, 50, 50, 0.2);
}
.dx-scheduler-all-day-appointment .dx-scheduler-appointment-reduced-icon {
    position: absolute;
    top: 35%;
}
.dx-scheduler-appointment.dx-scheduler-appointment-body,
.dx-scheduler-appointment.dx-scheduler-appointment-tail {
    box-shadow: none;
}
.dx-scheduler-timeline .dx-scheduler-group-header {
    padding: 0;
}
.dx-scheduler-timeline .dx-scheduler-group-header .dx-scheduler-group-header-content {
    overflow: hidden;
}
.dx-scheduler-timeline .dx-scheduler-group-header .dx-scheduler-group-header-content div {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: normal;
}
.dx-scheduler-group-header-content div {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dx-scheduler-appointment-recurrence-icon {
    position: absolute;
    background-repeat: no-repeat;
    top: 3px;
    right: 7px;
    display: none;
}
.dx-scheduler-appointment-recurrence-icon.dx-icon-repeat {
    font-size: 18px;
}
.dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
    right: 20px;
}
.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-recurrence-icon {
    display: block;
}
.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 5px 25px 5px 7px;
}
.dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
    padding: 5px 7px 5px 25px;
}
.dx-scheduler-appointment-content {
    padding: 5px 7px;
    overflow: hidden;
    height: 100%;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dx-scheduler-appointment-empty .dx-scheduler-appointment-content {
    display: none;
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 12px;
}
.dx-scheduler-appointment-content > * {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dx-scheduler-appointment-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 {
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dx-scheduler-appointment-tooltip {
    text-align: left;
    width: 250px;
}
.dx-scheduler-appointment-tooltip .dx-button-content {
    font-size: 13.333333333px;
}
.dx-scheduler-appointment-tooltip .dx-button-content .dx-icon {
    font-size: 16px;
}
.dx-scheduler-appointment-tooltip-date,
.dx-scheduler-appointment-tooltip-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dx-scheduler-appointment-tooltip-title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.dx-scheduler-appointment-tooltip-buttons {
    margin-top: 10px;
}
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch,
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox {
    margin: 0;
}
.dx-scheduler-appointment-popup .dx-field-item {
    padding-left: 20px;
    padding-right: 20px;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label {
    vertical-align: top;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-left,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-top {
    padding-left: 20px;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-right {
    padding-right: 20px;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-value,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-label {
    float: none;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-value .dx-recurrence-numberbox-repeat-count,
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-label .dx-recurrence-numberbox-repeat-count {
    float: left;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-value {
    display: inline-block;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-label {
    padding: 3px 0;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-scheduler-recurrence-rule-item-opened:before {
    display: block;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    display: none;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-label-v-align:before {
    top: 70px;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-label-v-align .dx-recurrence-editor {
    padding-left: 20px;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item .dx-field-item-content-location-left .dx-recurrence-editor {
    padding-left: 20px;
}
.dx-scheduler-appointment-popup .dx-field {
    min-height: 0;
}
.dx-scheduler-appointment-popup .dx-field-label {
    width: auto;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-switch):not(.dx-numberbox):not(.dx-datebox) {
    width: auto;
}
.dx-scheduler-appointment-popup .dx-field-value {
    padding-left: 0;
    padding-right: 0;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox {
    float: left;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox.dx-rtl {
    float: right;
}
.dx-numberbox.dx-recurrence-numberbox-interval,
.dx-numberbox.dx-recurrence-numberbox-day-of-month,
.dx-selectbox.dx-recurrence-selectbox-month-of-year,
.dx-numberbox.dx-recurrence-numberbox-repeat-count,
.dx-datebox.dx-recurrence-datebox-until-date,
.dx-switch.dx-recurrence-switch-repeat-end {
    float: left;
    position: relative !important;
}
.dx-numberbox.dx-recurrence-numberbox-interval.dx-rtl,
.dx-numberbox.dx-recurrence-numberbox-day-of-month.dx-rtl,
.dx-selectbox.dx-recurrence-selectbox-month-of-year.dx-rtl,
.dx-numberbox.dx-recurrence-numberbox-repeat-count.dx-rtl,
.dx-datebox.dx-recurrence-datebox-until-date.dx-rtl,
.dx-switch.dx-recurrence-switch-repeat-end.dx-rtl {
    float: right;
}
.dx-recurrence-numberbox-interval,
.dx-recurrence-numberbox-day-of-month,
.dx-recurrence-numberbox-repeat-count {
    width: 70px !important;
}
.dx-datebox.dx-recurrence-datebox-until-date {
    width: inherit !important;
}
.dx-recurrence-radiogroup-repeat-type-label,
.dx-recurrence-repeat-end-label {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}
.dx-recurrence-repeat-end-label {
    float: left;
    width: 50px;
    white-space: nowrap;
}
.dx-recurrence-selectbox-month-of-year {
    width: 120px !important;
    top: 0 !important;
}
.dx-recurrence-checkbox-day-of-week {
    position: relative !important;
    padding-right: 10px;
}
.dx-recurrence-radiogroup-repeat-type {
    margin: 0;
}
.dx-recurrence-radiogroup-repeat-type .dx-item:first-child {
    padding-bottom: 10px;
}
.dx-recurrence-radiogroup-repeat-type.dx-rtl .dx-recurrence-repeat-end-label {
    float: right;
}
.dx-scheduler-dropdown-appointments {
    background-color: #8e9da4;
    color: #ffffff;
}
.dx-scheduler-dropdown-appointments.dx-button,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-hover,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-active,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-focused {
    background-color: #8e9da4;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-scheduler-dropdown-appointments.dx-button .dx-scheduler-dropdown-appointments-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-hover .dx-scheduler-dropdown-appointments-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-active .dx-scheduler-dropdown-appointments-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-focused .dx-scheduler-dropdown-appointments-content {
    color: #ffffff;
}
.dx-scheduler-dropdown-appointments.dx-button .dx-button-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-hover .dx-button-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-active .dx-button-content,
.dx-scheduler-dropdown-appointments.dx-button.dx-state-focused .dx-button-content {
    line-height: inherit;
}
.dx-scheduler-dropdown-appointment {
    border-left: 3px solid #8e9da4;
}
.dx-scheduler-fixed-appointments {
    z-index: 100;
    position: absolute;
    left: 100px;
}
.dx-rtl .dx-scheduler-navigator {
    float: right;
    padding-left: 0;
    padding-right: 10px;
}
.dx-device-mobile .dx-rtl .dx-scheduler-navigator {
    padding-right: 0;
}
.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 {
    float: right;
}
.dx-rtl .dx-scheduler-time-panel-cell {
    padding-left: 0;
    padding-right: 10px;
}
.dx-rtl .dx-scheduler-time-panel-cell:after {
    right: 0;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    border-left: none;
    border-right: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child {
    border-right: none;
}
.dx-rtl .dx-scheduler-date-table {
    float: right;
    margin-left: 0;
    margin-right: -100px;
}
.dx-rtl .dx-scheduler-appointment-tooltip {
    text-align: right;
}
.dx-rtl .dx-scheduler-appointment-recurrence-icon {
    left: 7px;
    right: auto;
}
.dx-scheduler-appointment-reduced .dx-rtl .dx-scheduler-appointment-recurrence-icon {
    left: 20px;
}
.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(207, 214, 216, 0.6);
    border-left: none;
}
.dx-rtl .dx-scheduler-dropdown-appointment {
    border-left: none;
    border-right: 3px solid #8e9da4;
}
.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title {
    border-left: 1px solid rgba(207, 214, 216, 0.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(207, 214, 216, 0.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-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel {
    border-left: 1px solid rgba(207, 214, 216, 0.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-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child,
.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child {
    border-right: none;
    border-left: 1px solid rgba(207, 214, 216, 0.6);
}
.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(207, 214, 216, 0.6);
    border-right: none;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table {
    border-left: 1px solid rgba(207, 214, 216, 0.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-fixed-appointments {
    left: 0;
}
.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
    margin-right: 100px;
    margin-left: 0;
}
.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-left,
.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-top {
    padding-left: 10px;
    padding-right: 20px;
}
.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-label.dx-field-item-label-location-right {
    padding-left: 20px;
}
.dx-rtl .dx-scheduler-recurrence-rule-item.dx-label-v-align .dx-recurrence-editor {
    padding-right: 20px;
}
.dx-rtl .dx-scheduler-recurrence-rule-item .dx-field-item-content-location-left .dx-recurrence-editor {
    padding-right: 20px;
}
.dx-theme-generic-typography {
    background-color: #ffffff;
    color: #202528;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: normal;
}
.dx-theme-generic-typography input,
.dx-theme-generic-typography textarea {
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}
.dx-theme-generic-typography h1,
.dx-theme-generic-typography .dx-font-xl {
    font-weight: 200;
    font-size: 29px;
}
.dx-theme-generic-typography h2,
.dx-theme-generic-typography .dx-font-l {
    font-weight: normal;
    font-size: 24px;
}
.dx-theme-generic-typography h3 {
    font-weight: normal;
    font-size: 20px;
}
.dx-theme-generic-typography .dx-font-m {
    font-weight: normal;
    font-size: 18px;
}
.dx-theme-generic-typography h4,
.dx-theme-generic-typography .dx-font-s {
    font-weight: 500;
    font-size: 16px;
}
.dx-theme-generic-typography h5 {
    font-weight: 700;
    font-size: 14px;
}
.dx-theme-generic-typography h6,
.dx-theme-generic-typography small,
.dx-theme-generic-typography .dx-font-xs {
    font-weight: 800;
    font-size: 10px;
}
.dx-theme-generic-typography a {
    color: #56656c;
}
.dx-theme-marker {
    font-family: 'dx.generic.light.compact';
}
@font-face {
    font-family: 'DXIcons';
    src: url(/Content/icons/dxicons.eot);
    src: url(/Content/icons/dxicons.eot) format('embedded-opentype'), url(/Content/icons/dxicons.woff) format('woff'), url(/Content/icons/dxicons.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.dx-icon {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.dx-icon-add {
    font: 14px/1 DXIcons;
}
.dx-icon-add:before {
    content: '\f00b';
}
.dx-icon-airplane {
    font: 14px/1 DXIcons;
}
.dx-icon-airplane:before {
    content: '\f000';
}
.dx-icon-bookmark {
    font: 14px/1 DXIcons;
}
.dx-icon-bookmark:before {
    content: '\f017';
}
.dx-icon-box {
    font: 14px/1 DXIcons;
}
.dx-icon-box:before {
    content: '\f018';
}
.dx-icon-car {
    font: 14px/1 DXIcons;
}
.dx-icon-car:before {
    content: '\f01b';
}
.dx-icon-card {
    font: 14px/1 DXIcons;
}
.dx-icon-card:before {
    content: '\f019';
}
.dx-icon-cart {
    font: 14px/1 DXIcons;
}
.dx-icon-cart:before {
    content: '\f01a';
}
.dx-icon-chart {
    font: 14px/1 DXIcons;
}
.dx-icon-chart:before {
    content: '\f01c';
}
.dx-icon-check {
    font: 14px/1 DXIcons;
}
.dx-icon-check:before {
    content: '\f005';
}
.dx-icon-clear {
    font: 14px/1 DXIcons;
}
.dx-icon-clear:before {
    content: '\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-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-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: '\f043';
}
.dx-icon-equal {
    font: 14px/1 DXIcons;
}
.dx-icon-equal:before {
    content: '\f044';
}
.dx-icon-notequal {
    font: 14px/1 DXIcons;
}
.dx-icon-notequal:before {
    content: '\f045';
}
.dx-icon-less {
    font: 14px/1 DXIcons;
}
.dx-icon-less:before {
    content: '\f046';
}
.dx-icon-greater {
    font: 14px/1 DXIcons;
}
.dx-icon-greater:before {
    content: '\f047';
}
.dx-icon-lessorequal {
    font: 14px/1 DXIcons;
}
.dx-icon-lessorequal:before {
    content: '\f048';
}
.dx-icon-greaterorequal {
    font: 14px/1 DXIcons;
}
.dx-icon-greaterorequal:before {
    content: '\f049';
}
.dx-icon-sortup {
    font: 14px/1 DXIcons;
}
.dx-icon-sortup:before {
    content: '\f051';
}
.dx-icon-sortdown {
    font: 14px/1 DXIcons;
}
.dx-icon-sortdown:before {
    content: '\f052';
}
.dx-icon-sortuptext {
    font: 14px/1 DXIcons;
}
.dx-icon-sortuptext:before {
    content: '\f053';
}
.dx-icon-sortdowntext {
    font: 14px/1 DXIcons;
}
.dx-icon-sortdowntext:before {
    content: '\f054';
}
.dx-icon-sortchange {
    font: 14px/1 DXIcons;
}
.dx-icon-sortchange:before {
    content: '\f055';
}
.dx-icon-expand {
    font: 14px/1 DXIcons;
}
.dx-icon-expand:before {
    content: '\f04a';
}
.dx-icon-collapse {
    font: 14px/1 DXIcons;
}
.dx-icon-collapse:before {
    content: '\f04b';
}
.dx-icon-columnfield {
    font: 14px/1 DXIcons;
}
.dx-icon-columnfield:before {
    content: '\f057';
}
.dx-icon-rowfield {
    font: 14px/1 DXIcons;
}
.dx-icon-rowfield:before {
    content: '\f058';
}
.dx-icon-datafield {
    font: 14px/1 DXIcons;
}
.dx-icon-datafield:before {
    content: '\f056';
}
.dx-icon-fields {
    font: 14px/1 DXIcons;
}
.dx-icon-fields:before {
    content: '\f059';
}
.dx-icon-fieldchooser {
    font: 14px/1 DXIcons;
}
.dx-icon-fieldchooser:before {
    content: '\f05a';
}
.dx-icon-columnchooser {
    font: 14px/1 DXIcons;
}
.dx-icon-columnchooser:before {
    content: '\f04d';
}
.dx-icon-pin {
    font: 14px/1 DXIcons;
}
.dx-icon-pin:before {
    content: '\f05b';
}
.dx-icon-unpin {
    font: 14px/1 DXIcons;
}
.dx-icon-unpin:before {
    content: '\f05c';
}
.dx-icon-pinleft {
    font: 14px/1 DXIcons;
}
.dx-icon-pinleft:before {
    content: '\f05d';
}
.dx-icon-pinright {
    font: 14px/1 DXIcons;
}
.dx-icon-pinright:before {
    content: '\f05e';
}
.dx-icon-contains {
    font: 14px/1 DXIcons;
}
.dx-icon-contains:before {
    content: '\f063';
}
.dx-icon-startswith {
    font: 14px/1 DXIcons;
}
.dx-icon-startswith:before {
    content: '\f064';
}
.dx-icon-endswith {
    font: 14px/1 DXIcons;
}
.dx-icon-endswith:before {
    content: '\f065';
}
.dx-icon-doesnotcontain {
    font: 14px/1 DXIcons;
}
.dx-icon-doesnotcontain:before {
    content: '\f066';
}
.dx-icon-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-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-tab .dx-icon,
.dx-tab.dx-tab-selected .dx-icon {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 50% 50%;
}
.dx-scrollview-pulldown {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.dx-loadindicator-image {
    background-image: url(/Content/data:image/gif;base64,R0lGODlhIAAgAIABADI6Rf/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAIAAgAAACQIyPqcutAJyUMM6bKt5B8+t9FCROYcmQqKOuS+tmVvzM9AHf+s6L+X0C/mjDWFDY6xRdR+Jy1TQ+oVNUxZbkFAAAIfkECQkAAQAsAAAAACAAIAAAAj+Mj6nL7Q+jnGDaUK8EWT/ufV3IgGQznomprmlrcCwsv2cNH3iOyXw/a+1+PWKR6EPahMtbkNZ0GmPRqfUaKQAAIfkECQkAAQAsAAAAACAAIAAAAj+Mj6nL7Q+jnLTai3MGCHhtfKEIciN4fJ6JBhzZvmy8tmltu7i9zmif08F+Mp5puGH5krdYYskLSqfUqvVqKAAAIfkECQkAAQAsAAAAACAAIAAAAkOMj6nL7Q+jnBBYGi3AT3Pnfc0lMmGpkGi6rYnqBhvszm0sy3es7fXJm+EMF9+qZSzRgsPD8phEAX9RZVX0bGq3XEYBACH5BAkJAAEALAAAAAAgACAAAAI+jI+pywnQYntPWkThvXTv7llgGI3kpJ1oqi5Vi8KTPNOujef6nrO63+MFXjugjdgzykxHZFOpyvyYNKdQUQAAIfkECQkAAQAsAAAAACAAIAAAAjiMjwa76e+YhDTOitHNnPEfeGAmjlhjnkBKsq0Lx/JM1/aN5/rO91q+AgpxqFqJdoxtYJKkawkpAAAh+QQJCQABACwAAAAAIAAgAAACNoyPBsucD1WbLtoGl414+1R9ojKW5omm6sq27gvH8kzX9o3n+s73B0ADyjQn4aNjolBWSuKmAAAh+QQJCQABACwAAAAAIAAgAAACMoyPB8uQD1GbLdrAIL081g5KTkiW5omm6sq27gvH8kzX9o3n+s6/y5yRTS6jEmWzOoIKACH5BAkJAAEALAAAAAAgACAAAAI3jI8Ju+n/mGSwWjOvdnL7Q31eKGpkaZ0o1KzuC8fyTNf2jef6ztetrZoFZcNYEXZEJl0TQG9TAAAh+QQJCQABACwAAAAAIAAgAAACP4yPqcudAIGbLUqKkc08xJ59ICWOTmkyUHqurHq9iis/dH3c+M73PqvDBWtDYoxXlCVfyxRq9xQ2nVNT9NcpAAAh+QQJCQABACwAAAAAIAAgAAACPoyPqcvtD6OUAMwbKqZ2v9p5jSY6ZLmAKHOuSOseYBjPsazeWX7but/j6XZDA6xXNNJ+y1rTmTRGM9OqtVQAACH5BAkJAAEALAAAAAAgACAAAAJAjI+py+0Po5y02osbyG8jzwUAOIYHCYalmHLlahojHM+tOsdnrrO0aeuxRMJXL/fLwG4X3hCXYgqn1Kr1ihUWAAAh+QQJCQABACwAAAAAIAAgAAACQ4yPqcvtD6OcEQBaL35Wb9Z9jiU2ZAl6aHKuhqa6V+sGc7x2OKrXB7krAX2vGdEWFCaVR+TyQ6uFiFNf1RptarfcRAEAIfkECQkAAQAsAAAAACAAIAAAAj6Mj6nLCdBie09aROG9dO/uWWAoVWSpnVGqMmbrwqs80faN5/rB5j3+s718QdkIWIQdhUNmUrU0RpVT6s5SAAAh+QQJCQABACwAAAAAIAAgAAACOoyPBgvp/5iENLKK081crd59YDiSJdecWKq27gvH8kzX9o3n+snW/SyiBYHD2Ib4e01kkmSpWVQ1MwUAIfkECQkAAQAsAAAAACAAIAAAAjWMjwbLnA9Pmy7aFoG9envYfaI0luaJpurKtu4Lx/JM1/aN5/rO96RceWFMC1CwREmqkkVPAQAh+QQJCQABACwAAAAAIAAgAAACMoyPB8uQD1ObLNrg7Lxcrw5KWUiW5omm6sq27gvH8kzX9o3n+s67n9wAbh4VE+W4QnYKACH5BAkJAAEALAAAAAAgACAAAAI2jI+py30Ao5stAoqVzHxz7H1TKFZQSZ3oyrbuC8fyTNf2jeeyOpOw/wK6hC0LzXLpIY1BJqYAADs=);
    background-position: center center;
    background-repeat: no-repeat;
}
.dx-loadindicator-image-small {
    background-image: url(/Content/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(/Content/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: #202528;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: normal;
}
.dx-widget input,
.dx-widget textarea {
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}
.dx-state-focused.dx-widget {
    -webkit-box-shadow: 0 0 3px gray;
    -moz-box-shadow: 0 0 3px gray;
    box-shadow: 0 0 3px gray;
}
.dx-state-disabled.dx-widget,
.dx-state-disabled .dx-widget {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    zoom: 1;
    cursor: default;
}
.dx-state-disabled.dx-widget .dx-widget,
.dx-state-disabled .dx-widget .dx-widget {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-badge {
    background-color: #7d8f97;
    color: #ffffff;
    font-size: 11px;
    padding: 0 5px 2px;
    line-height: normal;
}
.dx-box-item-content {
    font-size: 12px;
}
.dx-button-content {
    line-height: 0;
}
.dx-button-text {
    display: inline-block;
    line-height: normal;
}
.dx-button a {
    text-decoration: none;
}
.dx-button .dx-button-content {
    padding: 5px;
}
.dx-button .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}
.dx-rtl .dx-button .dx-icon,
.dx-rtl.dx-button .dx-icon {
    margin-left: 0;
    margin-right: 0;
}
.dx-button-has-icon .dx-button-content {
    padding: 5px;
}
.dx-button-has-icon .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}
.dx-rtl .dx-button-has-icon .dx-icon,
.dx-rtl.dx-button-has-icon .dx-icon {
    margin-left: 0;
    margin-right: 0;
}
.dx-button-has-text .dx-button-content {
    padding: 4px 10px 4px;
}
.dx-button-has-text .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
}
.dx-rtl .dx-button-has-text .dx-icon,
.dx-rtl.dx-button-has-text .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}
.dx-button-back .dx-button-content {
    padding: 5px;
}
.dx-button-back .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}
.dx-rtl .dx-button-back .dx-icon,
.dx-rtl.dx-button-back .dx-icon {
    margin-left: 0;
    margin-right: 0;
}
.dx-button-back .dx-button-text {
    display: none;
}
.dx-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    border-width: 1px;
    border-style: solid;
    background-color: #f4f5f6;
    border-color: rgba(0, 0, 0, 0.12);
    color: #56656c;
}
.dx-button.dx-state-hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dx-button.dx-state-focused {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dx-button.dx-state-active {
    -webkit-box-shadow: 0 1px 2px transparent;
    -moz-box-shadow: 0 1px 2px transparent;
    box-shadow: 0 1px 2px transparent;
}
.dx-state-disabled.dx-button .dx-icon,
.dx-state-disabled .dx-button .dx-icon {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.dx-state-disabled.dx-button .dx-button-text,
.dx-state-disabled .dx-button .dx-button-text {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-button.dx-state-hover {
    background-color: #f4f5f6;
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-button.dx-state-focused {
    background-color: #f4f5f6;
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-button.dx-state-active {
    background-color: rgba(86, 101, 108, 0.2);
    border-color: transparent;
    color: #202528;
}
.dx-button-danger {
    background-color: #8b9ba2;
    border-color: #8b9ba2;
    color: #ffffff;
}
.dx-button-danger.dx-state-hover {
    background-color: #8b9ba2;
    border-color: #5b6a71;
}
.dx-button-danger.dx-state-focused {
    background-color: #8b9ba2;
    border-color: #5b6a71;
}
.dx-button-danger.dx-state-active {
    background-color: #5b6a71;
    border-color: #5b6a71;
    color: #ffffff;
}
.dx-button-success {
    background-color: #5f7077;
    border-color: #5f7077;
    color: #ffffff;
}
.dx-button-success.dx-state-hover {
    background-color: #5f7077;
    border-color: #465358;
}
.dx-button-success.dx-state-focused {
    background-color: #5f7077;
    border-color: #465358;
}
.dx-button-success.dx-state-active {
    background-color: #465358;
    border-color: #465358;
    color: #ffffff;
}
.dx-button-default {
    background-color: #7d8f97;
    border-color: #7d8f97;
    color: #ffffff;
}
.dx-button-default.dx-state-hover {
    background-color: #7d8f97;
    border-color: #4b585d;
}
.dx-button-default.dx-state-focused {
    background-color: #7d8f97;
    border-color: #4b585d;
}
.dx-button-default.dx-state-active {
    background-color: #4b585d;
    border-color: #4b585d;
    color: #ffffff;
}
.dx-scrollable-content {
    -webkit-transform: none;
}
.dx-scrollable-scroll {
    padding: 2px;
    background-color: transparent;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.dx-scrollable-scroll.dx-state-invisible {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .5s linear 1s;
    -moz-transition: opacity .5s linear 1s;
    -o-transition: opacity .5s linear 1s;
    transition: opacity .5s linear 1s;
}
.dx-scrollable-scroll-content {
    width: 100%;
    height: 100%;
    background-color: #606060;
    background-color: rgba(86, 101, 108, 0.7);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.dx-scrollbar-hoverable {
    background-color: transparent;
    background-color: rgba(96, 96, 96, 0);
}
.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
    background-color: #606060;
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content {
    background-color: #606060;
}
.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
    background-color: 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;
    -moz-transition: width .2s linear .15s, background-color .2s linear .15s;
    -o-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;
    -moz-transition: background-color .5s linear 1s, width .2s linear 150ms;
    -o-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: box-shadow .15s linear .15s, background-color .15s linear .15s;
    -moz-transition: box-shadow .15s linear .15s, background-color .15s linear .15s;
    -o-transition: box-shadow .15s linear .15s, background-color .15s linear .15s;
    transition: box-shadow .15s linear .15s, background-color .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;
    -moz-transition: background-color .5s linear 1s, width .2s linear .15s;
    -o-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: box-shadow .5s linear 1s, background-color .5s linear 1s;
    -moz-transition: box-shadow .5s linear 1s, background-color .5s linear 1s;
    -o-transition: box-shadow .5s linear 1s, background-color .5s linear 1s;
    transition: box-shadow .5s linear 1s, background-color .5s linear 1s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
    width: 15px;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
    width: 15px;
}
.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 8px;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 8px;
    -webkit-transition: height .2s linear .15s, background-color .2s linear .15s;
    -moz-transition: height .2s linear .15s, background-color .2s linear .15s;
    -o-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;
    -moz-transition: background-color .5s linear 1s, height .2s linear .15s;
    -o-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: box-shadow .15s linear .15s, background-color .15s linear .15s;
    -moz-transition: box-shadow .15s linear .15s, background-color .15s linear .15s;
    -o-transition: box-shadow .15s linear .15s, background-color .15s linear .15s;
    transition: box-shadow .15s linear .15s, background-color .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;
    -moz-transition: background-color .5s linear 1s, height .2s linear .15s;
    -o-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: box-shadow .5s linear 1s, background-color .5s linear 1s;
    -moz-transition: box-shadow .5s linear 1s, background-color .5s linear 1s;
    -o-transition: box-shadow .5s linear 1s, background-color .5s linear 1s;
    transition: box-shadow .5s linear 1s, background-color .5s linear 1s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
    height: 15px;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
    height: 15px;
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 8px;
}
.dx-rtl.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical .dx-scrollable-content,
.dx-rtl.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 0;
    padding-left: 8px;
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-bottom: 8px;
}
.dx-scrollable-customizable-scrollbars {
    -ms-scrollbar-base-color: #fafafa;
    -ms-scrollbar-arrow-color: #4b4b4b;
    -ms-scrollbar-track-color: #fafafa;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar:horizontal {
    height: 19px;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar:vertical {
    width: 19px;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar {
    background-color: transparent;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-right: 2px solid transparent;
    border-left: 1px solid transparent;
    background-clip: content-box;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-track {
    background-color: transparent;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-corner {
    background-color: transparent;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-button {
    background-color: transparent;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-button:horizontal:decrement {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAQAAADrXgSlAAAAMklEQVQY02P4z/CfIRECfRngHN/E/zAOkJmIzExEZoI4cCYGB0UZmgHIRkPt8kXigLgA3gNGp/JuZjQAAAAASUVORK5CYII=) no-repeat;
    background-position: center;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-button:horizontal:increment {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAQAAADrXgSlAAAAN0lEQVQYV2NI9E1kAMH/QMiQ+B/ChXHAXAQHyoVxwFwEB8jFwUFSBjYebjSM4wuyA2IPnPmfAQA1rkanVpjRrQAAAABJRU5ErkJggg==) no-repeat;
    background-position: center;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-button:vertical:decrement {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAAM0lEQVQYV2P4z/CfIRECfYGQAcQHQTABFf4PhHApmAREGCoFghAJhDBcClMYKoVNGCwFAKZMRqcg5DihAAAAAElFTkSuQmCC) no-repeat;
    background-position: 3px 5px;
}
.dx-scrollable-customizable-scrollbars::-webkit-scrollbar-button:vertical:increment {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAAMUlEQVQY023JwQ0AMAyDQBZkCO8/hPuqGqkRP46YLklZyEB/MlyYZJhwyVBKBxDfLgftpkant8t4aAAAAABJRU5ErkJggg==) no-repeat;
    background-position: 3px 5px;
}
.dx-rtl .dx-scrollable .dx-scrollable-scroll,
.dx-rtl.dx-scrollable .dx-scrollable-scroll {
    float: left;
}
.dx-scrollview-pull-down-image {
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image {
    width: 24px;
    height: 24px;
}
.dx-checkbox {
    line-height: 0;
}
.dx-checkbox.dx-state-hover .dx-checkbox-icon {
    border: 1px solid rgba(86, 101, 108, 0.4);
}
.dx-checkbox.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-checkbox.dx-state-focused .dx-checkbox-icon {
    border: 1px solid #56656c;
}
.dx-checkbox.dx-state-active .dx-checkbox-icon {
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-checkbox-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #cfd6d8;
    background-color: #f9fafa;
}
.dx-checkbox-checked .dx-checkbox-icon {
    font: 14px/1 DXIcons;
    color: #56656c;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
}
.dx-checkbox-checked .dx-checkbox-icon:before {
    content: '\f005';
}
.dx-checkbox-checked .dx-checkbox-icon:before {
    position: absolute;
    display: block;
    width: 10px;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}
.dx-checkbox-indeterminate .dx-checkbox-icon:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #56656c;
    position: absolute;
    left: 3px;
    top: 3px;
}
.dx-checkbox-text {
    margin-left: -16px;
    padding-left: 21px;
}
.dx-rtl .dx-checkbox-text,
.dx-rtl.dx-checkbox-text {
    margin-right: -16px;
    padding-right: 21px;
}
.dx-state-disabled.dx-checkbox,
.dx-state-disabled .dx-checkbox {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-state-disabled.dx-checkbox .dx-checkbox-icon,
.dx-state-disabled .dx-checkbox .dx-checkbox-icon {
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.dx-invalid .dx-checkbox-container .dx-checkbox-icon {
    border: 1px solid rgba(139, 155, 162, 0.4);
}
.dx-invalid.dx-state-focused .dx-checkbox-container .dx-checkbox-icon {
    border-color: #8b9ba2;
}
.dx-switch {
    width: 36px;
    height: 18px;
}
.dx-switch.dx-state-active .dx-switch-handle:before {
    background-color: #364044;
}
.dx-switch.dx-state-active .dx-switch-container {
    border-color: #56656c;
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-switch.dx-state-hover .dx-switch-handle:before {
    background-color: #56656c;
}
.dx-switch.dx-state-hover .dx-switch-container {
    background-color: transparent;
    border-color: #56656c;
}
.dx-switch.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-switch.dx-state-focused .dx-switch-container {
    border-color: #56656c;
}
.dx-switch.dx-state-focused .dx-switch-handle:before {
    background-color: #56656c;
}
.dx-switch.dx-state-focused.dx-state-active .dx-switch-handle:before {
    background-color: #364044;
}
.dx-switch-container {
    overflow: hidden;
    margin: 0 -3px 0 0;
    height: 18px;
    border: 1px solid #cfd6d8;
    background: #fafafa;
}
.dx-switch-inner {
    width: 200%;
    height: 100%;
}
.dx-switch-on,
.dx-switch-off {
    float: left;
    width: 50%;
    padding-right: 16px;
    padding-left: 2px;
    line-height: 16px;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dx-switch-off {
    margin-left: -1px;
    color: #9facb2;
}
.dx-switch-on {
    color: #202528;
}
.dx-switch-handle {
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    padding-right: 1px;
    margin-top: 1px;
    margin-left: -14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dx-switch-handle:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: #93a2a9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.dx-switch-on-value .dx-switch-handle:before {
    background-color: #56656c;
}
.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-on,
.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
    float: right;
    padding-left: 16px;
    padding-right: 2px;
}
.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
    margin-left: 0;
    margin-right: -1px;
}
.dx-rtl .dx-switch .dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
    float: right;
    padding-left: 1px;
    padding-right: 0;
    margin-left: 0;
    margin-right: -14px;
}
.dx-rtl .dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
    margin: 0 0 0 -3px;
}
.dx-tabs {
    text-align: center;
    border: 1px solid #cfd6d8;
}
.dx-tabs.dx-state-disabled {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-tabs-nav-buttons .dx-scrollable-wrapper {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
}
.dx-tabs-nav-buttons .dx-indent-wrapper {
    border-top: 1px solid #cfd6d8;
    border-bottom: 1px solid #cfd6d8;
    border-left: 1px solid rgba(86, 101, 108, 0.1);
    border-right: 1px solid rgba(86, 101, 108, 0.1);
}
.dx-tabs-nav-button {
    border: none;
    background-color: rgba(86, 101, 108, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-tabs-nav-button.dx-state-active {
    border: none;
}
.dx-tabs-nav-button .dx-button-content {
    padding: 0;
}
.dx-tabs-nav-button.dx-state-disabled {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-tabs-nav-button.dx-state-disabled .dx-button-content {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.dx-tab {
    display: table-cell;
    padding: 4px;
    overflow: visible;
    background-color: rgba(86, 101, 108, 0.1);
}
.dx-tab.dx-state-hover:not(.dx-tab-selected) {
    background-color: #f9fafa;
}
.dx-tab.dx-state-active:not(.dx-tab-selected) {
    background-color: rgba(96, 96, 96, 0.2);
    color: #202528;
}
.dx-tab.dx-state-focused:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    border: 1px solid #56656c;
    z-index: 1;
}
.dx-tab .dx-icon {
    color: #56656c;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
}
.dx-rtl .dx-tab .dx-icon,
.dx-rtl.dx-tab .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}
.dx-tab-selected {
    background-color: #ffffff;
    color: #202528;
    position: relative;
}
.dx-tab-selected .dx-icon {
    color: #56656c;
}
.dx-tab-selected:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    border-right: 1px solid #cfd6d8;
    border-left: 1px solid #cfd6d8;
    z-index: 1;
}
.dx-tab-selected:not(.dx-state-focused) + .dx-tab-selected:not(.dx-state-focused):after {
    border-left: 1px solid rgba(86, 101, 108, 0.1);
}
.dx-rtl .dx-tab-selected:not(.dx-state-focused) + .dx-tab-selected:not(.dx-state-focused):after {
    border-left: 1px solid #cfd6d8;
    border-right: 1px solid rgba(86, 101, 108, 0.1);
}
.dx-tab-text {
    vertical-align: middle;
    line-height: 21px;
}
.dx-state-disabled .dx-tab-content {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.dx-navbar {
    padding: 0;
    border: none;
}
.dx-nav-item .dx-tab-text,
.dx-rtl .dx-nav-item .dx-tab-text {
    line-height: normal;
}
.dx-navbar .dx-nav-item .dx-icon,
.dx-navbar .dx-rtl .dx-nav-item .dx-icon {
    width: 26px;
    height: 26px;
    background-position: 0px 0px;
    -webkit-background-size: 26px 26px;
    -moz-background-size: 26px 26px;
    background-size: 26px 26px;
    padding: 0px;
    font-size: 26px;
    text-align: center;
    line-height: 26px;
}
.dx-nav-item.dx-tab-selected:after,
.dx-rtl .dx-nav-item.dx-tab-selected:after,
.dx-nav-item.dx-state-focused:after,
.dx-rtl .dx-nav-item.dx-state-focused:after,
.dx-nav-item.dx-state-active:after,
.dx-rtl .dx-nav-item.dx-state-active:after {
    content: none;
}
.dx-nav-item.dx-tab-selected,
.dx-rtl .dx-nav-item.dx-tab-selected {
    background: #ffffff;
}
.dx-nav-item.dx-state-active,
.dx-rtl .dx-nav-item.dx-state-active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-nav-item.dx-state-focused,
.dx-rtl .dx-nav-item.dx-state-focused {
    -webkit-box-shadow: inset 0 0 0 1px #56656c;
    -moz-box-shadow: inset 0 0 0 1px #56656c;
    box-shadow: inset 0 0 0 1px #56656c;
}
.dx-nav-item.dx-state-disabled .dx-icon,
.dx-rtl .dx-nav-item.dx-state-disabled .dx-icon {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-navbar-item-badge {
    margin-right: -26px;
    top: 6%;
}
.dx-rtl .dx-navbar-item-badge {
    margin-left: -26px;
}
.dx-texteditor {
    background: #f9fafa;
    border-style: solid;
    border-width: 1px;
    border-color: #cfd6d8;
}
.dx-texteditor.dx-state-hover {
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-texteditor.dx-state-focused,
.dx-texteditor.dx-state-active {
    border-color: #56656c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-texteditor.dx-invalid .dx-texteditor-input {
    padding-right: 24px;
}
.dx-texteditor.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 24px;
}
.dx-texteditor.dx-invalid .dx-texteditor-container:after {
    right: 2px;
}
.dx-rtl .dx-texteditor.dx-invalid .dx-texteditor-container:after {
    left: 2px;
    right: auto;
}
.dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input {
    padding-right: 48px;
}
.dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 48px;
}
.dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    right: 26px;
}
.dx-rtl .dx-texteditor.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    left: 26px;
    right: auto;
}
.dx-texteditor.dx-state-readonly .dx-texteditor-input {
    color: rgba(35, 35, 35, 0.5);
}
.dx-show-clear-button .dx-texteditor-input {
    padding-right: 24px;
}
.dx-rtl .dx-show-clear-button .dx-texteditor-input,
.dx-rtl.dx-show-clear-button .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 24px;
}
.dx-show-clear-button .dx-clear-button-area {
    width: 24px;
    right: 0;
}
.dx-show-clear-button .dx-icon-clear {
    color: #56656c;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-position: 5px 5px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    background-position: 4px 4px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    padding: 4px;
    font-size: 15px;
    line-height: 15px;
}
.dx-placeholder {
    color: #9facb2;
}
.dx-placeholder:before {
    padding: 4px 5px 4px;
}
.dx-texteditor-input {
    margin: 0;
    padding: 4px 5px 4px;
    background: #f9fafa;
    color: #202528;
    font-size: 1em;
}
.dx-invalid.dx-texteditor {
    border-color: rgba(139, 155, 162, 0.4);
}
.dx-invalid.dx-texteditor.dx-state-focused {
    border-color: #8b9ba2;
}
.dx-invalid.dx-texteditor .dx-texteditor-container:after {
    pointer-events: none;
    font-weight: bold;
    background-color: #8b9ba2;
    color: #ffffff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
}
.dx-rtl .dx-placeholder,
.dx-rtl .dx-placeholder:before {
    right: 0;
    left: auto;
}
.dx-searchbox .dx-icon-search {
    font: 14px/1 DXIcons;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-position: 5px 5px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 13px;
    color: #9facb2;
}
.dx-searchbox .dx-icon-search:before {
    content: '\f027';
}
.dx-searchbox .dx-icon-search:before {
    position: static;
    text-indent: 0;
}
.dx-searchbox .dx-texteditor-input,
.dx-searchbox .dx-placeholder:before {
    padding-left: 24px;
}
.dx-rtl .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-searchbox .dx-placeholder:before {
    padding-right: 24px;
}
.dx-searchbar {
    padding-bottom: 5px;
}
.dx-searchbar .dx-texteditor {
    margin: 0;
}
.dx-dropdowneditor-button {
    width: 24px;
    padding: 1px;
}
.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon,
.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-dropdowneditor-icon {
    border: 1px solid transparent;
    color: #56656c;
    font: 14px/1 DXIcons;
    width: 22px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-dropdowneditor-icon:before {
    content: '\f001';
}
.dx-dropdowneditor-icon:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused {
    border: none;
    box-shadow: none;
}
.dx-dropdowneditor .dx-clear-button-area {
    width: 22px;
}
.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 46px;
}
.dx-rtl .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 5px;
    padding-left: 46px;
}
.dx-rtl.dx-searchbox.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-rtl .dx-searchbox.dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 24px;
}
.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 24px;
}
.dx-rtl .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 5px;
    padding-left: 24px;
}
.dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input {
    padding-right: 44px;
}
.dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}
.dx-dropdowneditor-button-visible.dx-invalid.dx-show-clear-button .dx-texteditor-input {
    padding-right: 66px;
}
.dx-dropdowneditor-button-visible.dx-invalid.dx-show-clear-button.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 66px;
}
.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
    background-color: #f9fafa;
    border-color: rgba(211, 211, 211, 0.6);
}
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon,
.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon {
    background-color: rgba(86, 101, 108, 0.2);
    border-color: transparent;
    color: #56656c;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: 26px;
}
.dx-rtl .dx-invalid.dx-dropdowneditor .dx-texteditor-container:after,
.dx-rtl.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: auto;
    left: 26px;
}
.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    right: 48px;
}
.dx-rtl .dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after,
.dx-rtl.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after {
    right: auto;
    left: 48px;
}
.dx-list-item-chevron {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    border: none;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-left: -5px;
}
.dx-rtl .dx-list-item-chevron {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.dx-list-item-chevron:before {
    content: '\f010';
}
.dx-rtl .dx-list-item-chevron:before {
    content: '\f012';
}
.dx-list {
    border: none;
}
.dx-list .dx-empty-message {
    text-align: left;
}
.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-item.dx-state-hover .dx-checkbox-icon {
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon:before,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon {
    border: 1px solid #56656c;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.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(86, 101, 108, 0.1);
    color: #202528;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    background-color: #56656c;
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon {
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
    border-color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
    background-color: rgba(86, 101, 108, 0.7);
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
    background-color: #56656c;
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon {
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
    background-color: #56656c;
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon {
    color: #56656c;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-lookup-selected {
    background-color: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-lookup-selected {
    background-color: rgba(86, 101, 108, 0.7);
    color: #ffffff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-selectbox-selected {
    background-color: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-selectbox-selected.dx-state-focused {
    background-color: rgba(86, 101, 108, 0.7);
    color: #ffffff;
}
.dx-list-group-header {
    font-weight: bold;
    padding: 5px 5px;
    border-top: 0px solid #cfd6d8;
    border-bottom: 1px solid #cfd6d8;
    background: rgba(86, 101, 108, 0.05);
    color: #202528;
}
.dx-list-group:first-of-type .dx-list-group-header {
    border-top: none;
}
.dx-list-group-header:before {
    border-top-color: #202528;
}
.dx-list-group-collapsed .dx-list-group-header:before {
    border-bottom-color: #202528;
}
.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(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAA0ElEQVRYw+2Y0QrDMAhFEwYj7/mM+1V+sx/UvWywQexiNbdQqq/FQ8y1akq5bY2hokOgUAg6anZ4xWa4ZoRvZvhvb5H0bA6vuSnKSp0b8HYCwoGJICYxUcQE5sB1eyXgFO0xQach7JRNVvest+XnMM9CgCTpal9j6YjRWQiQxAqxqwV9CaT/QmTwySPcHuSvtkq8B+kJkFG6nuGJQE64eIaEr1PxpB/kdfoJqf1SBgnSSEQZ7khjKmngJq0OpCWItM6RFlPSik17LCA+e9z2sRfnMjs2IEgNwQAAAABJRU5ErkJggg==);
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
    color: #767676;
    background: #ffffff;
    border-top: 1px solid rgba(96, 96, 96, 0.5);
    border-bottom: 1px solid rgba(96, 96, 96, 0.5);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.dx-list-item,
.dx-list .dx-empty-message {
    border-top: 0px solid #cfd6d8;
    color: #202528;
}
.dx-list-item-separator-hidden .dx-list-item,
.dx-list-item-separator-hidden .dx-list .dx-empty-message {
    border-top: none;
    border-bottom: none;
}
.dx-list-item-content,
.dx-list .dx-empty-message {
    padding: 5px 5px;
}
.dx-list-next-button .dx-button .dx-button-content {
    padding: 4px 10px 4px;
}
.dx-list-next-button .dx-button .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
}
.dx-rtl .dx-list-next-button .dx-button .dx-icon,
.dx-rtl.dx-list-next-button .dx-button .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}
.dx-list-item-chevron-container {
    width: 11px;
}
.dx-list-border-visible {
    border: 1px solid #cfd6d8;
}
.dx-list-border-visible .dx-list-select-all {
    border-bottom: 1px solid #cfd6d8;
}
.dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
    width: 24px;
}
.dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-list-item-before-bag.dx-list-select-radiobutton-container {
    width: 26px;
}
.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-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: 2.5px 2.5px 2.5px 5px;
    width: 14px;
    height: 14px;
}
.dx-list-item-before-bag .dx-list-select-checkbox,
.dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-top: 1px;
    margin-bottom: -3px;
    margin-left: 5px;
}
.dx-list-select-all {
    padding: 4px 0;
}
.dx-list-select-all-checkbox {
    float: left;
    margin-top: -1px;
    margin-bottom: -3px;
    margin-left: 5px;
}
.dx-list-select-all-label {
    line-height: 1;
    padding: 0 6px;
    margin-top: 0;
}
.dx-list-item-after-bag.dx-list-static-delete-button-container {
    width: 23px;
}
.dx-list-item-after-bag.dx-list-reorder-handle-container {
    width: 23.2px;
}
.dx-list-item-after-bag .dx-list-reorder-handle {
    font: 14px/1 DXIcons;
    width: 22.4px;
    height: 22.4px;
    background-position: 4px 4px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-list-item-after-bag .dx-list-reorder-handle:before {
    content: '\f038';
}
.dx-list-slide-menu-button {
    bottom: 1px;
}
.dx-list-slide-menu-button-delete {
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #8b9ba2;
}
.dx-list-slide-menu-button-menu {
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #7d8f97;
}
.dx-list-switchable-delete-button,
.dx-list-static-delete-button {
    margin-right: 5px;
    padding: 0;
}
.dx-list-switchable-delete-button .dx-button-content,
.dx-list-static-delete-button .dx-button-content {
    padding: 1px;
}
.dx-list-context-menucontent {
    background-color: #ffffff;
    border: 1px solid lightgray;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.dx-state-disabled.dx-list-item,
.dx-state-disabled .dx-list-item {
    background-color: transparent;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.dx-rtl .dx-list .dx-empty-message,
.dx-rtl.dx-list .dx-empty-message {
    text-align: right;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete {
    margin: 2.5px 5px 2.5px 2.5px;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-right: 5px;
    margin-left: 1px;
}
.dx-rtl .dx-list .dx-list-select-all-checkbox,
.dx-rtl.dx-list .dx-list-select-all-checkbox {
    float: right;
    margin-right: 5px;
    margin-left: 1px;
}
.dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-rtl.dx-list .dx-list-switchable-delete-button {
    margin-left: 5px;
    margin-right: 0;
}
.dx-device-mobile .dx-list {
    border: none;
}
.dx-device-mobile .dx-list .dx-empty-message {
    text-align: left;
}
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon:before,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon {
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-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-item.dx-state-focused .dx-checkbox-icon {
    border: 1px solid #56656c;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.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(86, 101, 108, 0.1);
    color: #202528;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    background-color: #56656c;
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon {
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
    border-color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
    background-color: rgba(86, 101, 108, 0.7);
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
    background-color: #56656c;
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon {
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
    background-color: #56656c;
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon {
    color: #56656c;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-lookup-selected {
    background-color: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-lookup-selected {
    background-color: rgba(86, 101, 108, 0.7);
    color: #ffffff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-selectbox-selected {
    background-color: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-selectbox-selected.dx-state-focused {
    background-color: rgba(86, 101, 108, 0.7);
    color: #ffffff;
}
.dx-device-mobile .dx-list-group-header {
    font-weight: bold;
    padding: 5px 15px;
    border-top: 0px solid #cfd6d8;
    border-bottom: 1px solid #cfd6d8;
    background: rgba(86, 101, 108, 0.05);
    color: #202528;
}
.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: #202528;
}
.dx-list-group-collapsed .dx-device-mobile .dx-list-group-header:before {
    border-bottom-color: #202528;
}
.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(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAA0ElEQVRYw+2Y0QrDMAhFEwYj7/mM+1V+sx/UvWywQexiNbdQqq/FQ8y1akq5bY2hokOgUAg6anZ4xWa4ZoRvZvhvb5H0bA6vuSnKSp0b8HYCwoGJICYxUcQE5sB1eyXgFO0xQach7JRNVvest+XnMM9CgCTpal9j6YjRWQiQxAqxqwV9CaT/QmTwySPcHuSvtkq8B+kJkFG6nuGJQE64eIaEr1PxpB/kdfoJqf1SBgnSSEQZ7khjKmngJq0OpCWItM6RFlPSik17LCA+e9z2sRfnMjs2IEgNwQAAAABJRU5ErkJggg==);
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.dx-device-mobile .dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
    color: #767676;
    background: #ffffff;
    border-top: 1px solid rgba(96, 96, 96, 0.5);
    border-bottom: 1px solid rgba(96, 96, 96, 0.5);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.dx-device-mobile .dx-list-item,
.dx-device-mobile .dx-list .dx-empty-message {
    border-top: 0px solid #cfd6d8;
    color: #202528;
}
.dx-list-item-separator-hidden .dx-device-mobile .dx-list-item,
.dx-list-item-separator-hidden .dx-device-mobile .dx-list .dx-empty-message {
    border-top: none;
    border-bottom: none;
}
.dx-device-mobile .dx-list-item-content,
.dx-device-mobile .dx-list .dx-empty-message {
    padding: 5px 15px;
}
.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content {
    padding: 4px 10px 4px;
}
.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
}
.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon,
.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}
.dx-device-mobile .dx-list-item-chevron-container {
    width: 21px;
}
.dx-device-mobile .dx-list-border-visible {
    border: 1px solid #cfd6d8;
}
.dx-device-mobile .dx-list-border-visible .dx-list-select-all {
    border-bottom: 1px solid #cfd6d8;
}
.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: transparent;
    -webkit-box-shadow: none;
    -moz-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: 2.5px 7.5px 2.5px 15px;
    width: 14px;
    height: 14px;
}
.dx-device-mobile .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-top: 1px;
    margin-bottom: -3px;
    margin-left: 15px;
}
.dx-device-mobile .dx-list-select-all {
    padding: 4px 0;
}
.dx-device-mobile .dx-list-select-all-checkbox {
    float: left;
    margin-top: -1px;
    margin-bottom: -3px;
    margin-left: 15px;
}
.dx-device-mobile .dx-list-select-all-label {
    line-height: 1;
    padding: 0 6px;
    margin-top: 0;
}
.dx-device-mobile .dx-list-item-after-bag.dx-list-static-delete-button-container {
    width: 33px;
}
.dx-device-mobile .dx-list-item-after-bag.dx-list-reorder-handle-container {
    width: 33.2px;
}
.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle {
    font: 14px/1 DXIcons;
    width: 22.4px;
    height: 22.4px;
    background-position: 4px 4px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-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: #ffffff;
    background-color: #8b9ba2;
}
.dx-device-mobile .dx-list-slide-menu-button-menu {
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #7d8f97;
}
.dx-device-mobile .dx-list-switchable-delete-button,
.dx-device-mobile .dx-list-static-delete-button {
    margin-right: 15px;
    padding: 0;
}
.dx-device-mobile .dx-list-switchable-delete-button .dx-button-content,
.dx-device-mobile .dx-list-static-delete-button .dx-button-content {
    padding: 1px;
}
.dx-device-mobile .dx-list-context-menucontent {
    background-color: #ffffff;
    border: 1px solid lightgray;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 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;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.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: 2.5px 15px 2.5px 7.5px;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-right: 15px;
    margin-left: 1px;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-select-all-checkbox,
.dx-device-mobile .dx-rtl.dx-list .dx-list-select-all-checkbox {
    float: right;
    margin-right: 15px;
    margin-left: 1px;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-device-mobile .dx-rtl.dx-list .dx-list-switchable-delete-button {
    margin-left: 15px;
    margin-right: 0;
}
.dx-dropdownlist-popup-wrapper {
    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: 33px;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding: 2px 4px;
}
.dx-dropdownlist-popup-wrapper .dx-list-select-all {
    padding: 7px 0 3px;
}
.dx-dropdownlist-popup-wrapper .dx-list-item {
    border-top: 0;
}
.dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type {
    border-bottom: none;
}
.dx-textarea .dx-icon-clear {
    top: 0;
    margin-top: 0;
}
.dx-textarea.dx-invalid .dx-texteditor-container:after {
    top: 4px;
    margin-top: 0;
}
.dx-numberbox-spin-container {
    overflow: hidden;
    width: 20px;
}
.dx-numberbox-spin-up-icon {
    font: 14px/1 DXIcons;
}
.dx-numberbox-spin-up-icon:before {
    content: '\f002';
}
.dx-numberbox-spin-down-icon {
    font: 14px/1 DXIcons;
}
.dx-numberbox-spin-down-icon:before {
    content: '\f001';
}
.dx-numberbox-spin-up-icon,
.dx-numberbox-spin-down-icon {
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-numberbox-spin-up-icon:before,
.dx-numberbox-spin-down-icon:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input {
    padding-right: 40px;
}
.dx-numberbox-spin-button {
    background-color: #f9fafa;
    padding: 1px;
}
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
    border: 1px solid rgba(207, 214, 216, 0.6);
    background-color: transparent;
}
.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: rgba(86, 101, 108, 0.2);
    color: #202528;
}
.dx-numberbox-spin.dx-invalid .dx-texteditor-input {
    padding-right: 44px;
}
.dx-numberbox-spin.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}
.dx-numberbox-spin.dx-invalid .dx-texteditor-container:after {
    right: 22px;
}
.dx-rtl .dx-numberbox-spin.dx-invalid .dx-texteditor-container:after {
    left: 22px;
    right: auto;
}
.dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input {
    padding-right: 68px;
}
.dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 68px;
}
.dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    right: 46px;
}
.dx-rtl .dx-numberbox-spin.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    left: 46px;
    right: auto;
}
.dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-input {
    padding-right: 84px;
}
.dx-numberbox-spin-touch-friendly.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 84px;
}
.dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-container:after {
    right: 62px;
}
.dx-rtl .dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-container:after {
    left: 62px;
    right: auto;
}
.dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input {
    padding-right: 108px;
}
.dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 108px;
}
.dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    right: 86px;
}
.dx-rtl .dx-numberbox-spin-touch-friendly.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-container:after {
    left: 86px;
    right: auto;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    width: 60px;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    border-left: none;
}
.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input {
    padding-right: 80px;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon {
    background-position: center;
}
.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container,
.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
    border-right: none;
}
.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input,
.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input {
    padding-left: 80px;
}
.dx-rtl .dx-numberbox.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input,
.dx-numberbox.dx-rtl.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input {
    padding-left: 40px;
}
.dx-rtl .dx-numberbox.dx-numberbox-spin .dx-texteditor-input,
.dx-numberbox.dx-rtl.dx-numberbox-spin .dx-texteditor-input {
    padding-right: 5px;
}
.dx-datebox-wrapper .dx-popup-title {
    min-height: 10px;
    border-bottom: none;
    background: none;
}
.dx-datebox-wrapper .dx-item {
    border: none;
}
.dx-datebox-wrapper .dx-popup-bottom .dx-button {
    min-width: 60px;
    width: auto;
}
.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content {
    margin: 0 14px;
}
.dx-datebox-wrapper-list .dx-overlay-content {
    border-top: none;
}
.dx-device-phone .dx-datebox-wrapper-rollers .dx-popup-content {
    padding: 10px;
}
.dx-datebox-calendar .dx-dropdowneditor-icon {
    font: 14px/1 DXIcons;
    width: 22px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datebox-calendar .dx-dropdowneditor-icon:before {
    content: '\f026';
}
.dx-datebox-calendar .dx-dropdowneditor-icon:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-datebox-calendar.dx-dropdowneditor-active {
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.16);
}
.dx-datebox-calendar.dx-dropdowneditor-active .dx-texteditor-input {
    background: #ffffff;
}
.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper .dx-overlay-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.16);
}
.dx-datebox-wrapper-calendar .dx-popup-content {
    padding: 0;
}
.dx-datebox-wrapper-calendar .dx-calendar {
    background-color: #ffffff;
    border: none;
    margin: 15px;
}
.dx-datebox-wrapper-calendar .dx-datebox-container-cell {
    margin-right: 15px;
    margin-bottom: 15px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin: 15px 15px 7.5px 7.5px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell {
    margin-top: -1px;
    margin-right: 15px;
}
.dx-rtl .dx-datebox-wrapper .dx-popup-bottom .dx-toolbar-button + .dx-toolbar-button .dx-button {
    margin-right: 5px;
    margin-left: 0;
}
.dx-rtl .dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
    margin-left: 7.5px;
    margin-right: 15px;
}
.dx-rtl .dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
    margin-right: 7.5px;
    margin-left: 15px;
}
.dx-datebox-list .dx-dropdowneditor-icon {
    font: 14px/1 DXIcons;
    width: 22px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datebox-list .dx-dropdowneditor-icon:before {
    content: '\f01d';
}
.dx-datebox-list .dx-dropdowneditor-icon:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-datebox-wrapper-list .dx-popup-content {
    padding: 0px;
}
.dx-datebox input[type='date'] {
    line-height: normal;
}
.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input {
    min-height: 23px;
}
.dx-dateview-rollers {
    width: auto;
    text-align: center;
    display: block;
}
.dx-dateviewroller-current .dx-dateview-item {
    -webkit-transition: font-size .2s ease-out;
    -moz-transition: font-size .2s ease-out;
    -o-transition: font-size .2s ease-out;
    transition: font-size .2s ease-out;
}
.dx-dateviewroller {
    min-width: 4em;
    text-align: center;
    display: inline-block;
}
.dx-dateviewroller .dx-button {
    display: none;
}
.dx-dateviewroller .dx-scrollable-content:before,
.dx-dateviewroller .dx-scrollable-content:after {
    content: '';
    height: 59px;
    display: block;
}
.dx-dateviewroller .dx-scrollable-container {
    height: 152px;
}
.dx-dateviewroller.dx-dateviewroller-year {
    min-width: 4.85em;
}
.dx-dateviewroller.dx-state-active .dx-button {
    display: none;
}
.dx-dateviewroller-month {
    min-width: 12em;
}
.dx-dateviewroller-hours:after {
    content: ':';
    font-size: 2.2em;
    position: absolute;
    right: -9%;
    font-weight: bold;
    top: 37%;
    color: #202528;
}
.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: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.3em;
    color: #202528;
}
.dx-dateview-item-selected {
    font-size: 2.2em;
}
.dx-rtl.dx-dateviewroller-hours:after {
    left: -9%;
    right: auto;
}
.dx-dateview-item-selected-frame {
    position: absolute;
    top: 59px;
    width: 100%;
}
.dx-dateview-item-selected-frame:before,
.dx-dateview-item-selected-frame:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 59px;
}
.dx-dateview-item-selected-frame:before {
    top: -59px;
    border-bottom: solid 1px lightgray;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
}
.dx-dateview-item-selected-frame:after {
    top: 34px;
    border-top: solid 1px lightgray;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%);
}
.dx-toolbar {
    background-color: rgba(86, 101, 108, 0.1);
    -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05);
    padding: 0 6px;
    overflow: hidden;
}
.dx-toolbar .dx-toolbar-items-container {
    height: 38px;
    overflow: visible;
}
.dx-toolbar .dx-toolbar-item,
.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 3px 0 0;
}
.dx-toolbar .dx-toolbar-item:last-child,
.dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-rtl .dx-toolbar .dx-toolbar-item,
.dx-rtl .dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 3px;
}
.dx-rtl .dx-toolbar .dx-toolbar-item:last-child,
.dx-rtl .dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-toolbar .dx-toolbar-label {
    font-size: 18px;
}
.dx-device-mobile .dx-toolbar {
    padding: 10px;
    overflow: hidden;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-items-container {
    height: 36px;
    overflow: visible;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-item,
.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child,
.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-item,
.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}
.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child,
.dx-rtl .dx-device-mobile .dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-label {
    font-size: 20px;
}
.dx-toolbar.dx-state-disabled {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-toolbar-bottom {
    -webkit-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.dx-toolbar-background {
    background-color: rgba(86, 101, 108, 0.1);
}
.dx-tile {
    color: #202528;
    background-color: #fafafa;
    border: 1px solid rgba(211, 211, 211, 0.6);
    text-align: left;
}
.dx-tile.dx-state-focused,
.dx-tile.dx-state-hover {
    background-color: #fafafa;
    border-color: rgba(96, 96, 96, 0.4);
}
.dx-tile.dx-state-active {
    background-color: rgba(96, 96, 96, 0.2);
    color: #202528;
    border-color: transparent;
}
.dx-overlay-shader {
    background-color: rgba(0, 0, 0, 0.75);
}
.dx-state-focused.dx-overlay-content {
    outline: 1px solid #56656c;
}
.dx-toast-content {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.dx-toast-icon {
    width: 25px;
    height: 25px;
}
.dx-toast-info {
    background-color: #aab6bb;
}
.dx-toast-info .dx-toast-icon {
    background-image: url(/Content/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: #b3bdc2;
}
.dx-toast-warning .dx-toast-icon {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABJklEQVRIx62WvW2EQBBGpwlSArdgSrBESuKIQhySLJJbcAuXrXTZteCAAG3GlWBRwVsHB+Ykw8zeafVlaPSY/1lBdlXQ0OMJzMBMwNPTUOzb732scAzEXQ04KhtT0jEdIFZNdJQapuZsIFadqY8wLWMiJBIZafcwLdcHIJHIdQNt4YwPQm4e1feYMjkn/3NUbpjuSUgk0q2YSinx5xL0SSl/dcM45V8r5qLYOEQoDjs2FTNQCI0a+deC+VatGqFPwugD0gs+A8YLQTW4LJgf1SoIcxJG751ZIAMGy5sp1ZuQgHkxMMGqVJq81Tdp6q0unnhFeDMK3lgz9b6k+MOaKX3CUzDO3jd2UH/7JtP2y7aLM12GbHcq29XMdsOzvSiyvW+efG39AmPXSbHWZjgLAAAAAElFTkSuQmCC);
}
.dx-toast-error {
    background-color: #b3bdc2;
}
.dx-toast-error .dx-toast-icon {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABeklEQVRIx62WMWrDQBBFx01I5zQinQ5hdINA3Kp3mUNEnSBIdwgEcgeBC18gVRojjDr7BklUxAE3b1NYihVrdmWbZbpl9FjN/zOzgqgREJNTUFEDNRUFOTGBnq8dRmQsMWosyYiGMSEpawuijTUpoQszZT6AaGPO1IaZsToRYjCsmGmYGZszIAbD5gA6/M7qTMj+RtMuJjy5Jv0ahQdMeiHEYEhbTKRK/KN+9K3IH+0xmZK+4Jb33mnChM/eaYYIgeLYBdcI4yNQgiBM+Oo5OxBi5S5l0ztdUNJoGrPr5cdCrtbgGOSCGHKhsCjQBbkhhkKorFK2oKsBiKESaocnys58sUMMtYDTXA8NZMSbIwv3bZJO/48VH3VuY6/NYwO4V+Tv1aYYgMTsVB8dKZUPQmyG/OcbzcUvijot6IYPzcVaT225UyQuCRjxrGyLwNbhW54Un5S8KrmZa96cGn/zxtP08zaLPW0Gb3vK29b0tsO9vSi8vW8ufG39AnvvGenmMu5AAAAAAElFTkSuQmCC);
}
.dx-toast-success {
    background-color: #91a0a6;
}
.dx-toast-success .dx-toast-icon {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABlklEQVRIx62Wv0rDUBSHTxE6uHTKGhDEzS2jg4vUMeBmX8BR8AFiJQEfwck3cAh2cxBcXEup3VoHF3UxS1FBvuvQhPy5N0lTwplyknz33HN+95wriNEsXAJCZkRAxIyQABfL/L3J6eAzRhltjI9Tj7HxmJcgEpvjYVdh+oxqEImN6JdhBkzXhCgUUwYmzIBFA4hCsUhB6XamDSGriPpZjL12TvQc2SnG2xCiUHgJxqktcdbe+SmU31lh/AaQJQ4HfOR8PiJYpYrVDU4RhD1+c8q2BLdBLNdxXW8KflcI1obcs4UgnGlvAiE0/DDhW/O90EMQDnMbWlkozDTnMz2OC6AvdhGEHT4Ny86EqOB6i1fNgv44QhC2mRi3Gwlozqs4kSnoHEHocFdWQT0ahWKYA93GT5elyY9MucmDHukiCCeGuDO5CUteJaAOgrDPskIKYZVuhpkG/1qpqKBaxRcIQpeHGmG6dWfKM0hfnxZW/Ql/qj0k/ib9Rh83Tqvdr7Ve3NJkaG1OtTY1W5vhrd0oWrvfbHjb+gdn1DPEHv9HmQAAAABJRU5ErkJggg==);
}
.dx-popup-wrapper > .dx-overlay-content {
    border: 1px solid lightgray;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.dx-popup-title {
    position: relative;
    padding: 2px 10px;
    min-height: 28px;
    border-bottom: 1px solid lightgray;
    background: rgba(86, 101, 108, 0.1);
}
.dx-popup-title.dx-toolbar {
    padding: 2px 10px;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-popup-title.dx-toolbar .dx-toolbar-items-container {
    height: 26px;
    overflow: visible;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item,
.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child,
.dx-popup-title.dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item,
.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}
.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item:last-child,
.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-label {
    font-size: 18px;
}
.dx-popup-title .dx-closebutton {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    border-width: 1px;
    border-style: solid;
    background-color: #f4f5f6;
    border-color: rgba(0, 0, 0, 0.12);
    color: #56656c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-color: transparent;
    width: 19px;
    height: 19px;
    margin: 0 -4px 0 4px;
}
.dx-popup-title .dx-closebutton .dx-button-content {
    padding: 0;
}
.dx-popup-title .dx-closebutton .dx-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dx-popup-title .dx-closebutton.dx-state-hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dx-popup-title .dx-closebutton.dx-state-focused {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dx-popup-title .dx-closebutton.dx-state-active {
    -webkit-box-shadow: 0 1px 2px transparent;
    -moz-box-shadow: 0 1px 2px transparent;
    box-shadow: 0 1px 2px transparent;
}
.dx-state-disabled.dx-popup-title .dx-closebutton .dx-icon,
.dx-state-disabled .dx-popup-title .dx-closebutton .dx-icon {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.dx-state-disabled.dx-popup-title .dx-closebutton .dx-button-text,
.dx-state-disabled .dx-popup-title .dx-closebutton .dx-button-text {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-popup-title .dx-closebutton.dx-state-hover {
    background-color: #f4f5f6;
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-popup-title .dx-closebutton.dx-state-focused {
    background-color: #f4f5f6;
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-popup-title .dx-closebutton.dx-state-active {
    background-color: rgba(86, 101, 108, 0.2);
    border-color: transparent;
    color: #202528;
}
.dx-rtl .dx-popup-title .dx-closebutton {
    margin: 0 4px 0 -4px;
}
.dx-popup-title .dx-closebutton .dx-icon {
    width: 17px;
    height: 17px;
    background-position: 3px 3px;
    -webkit-background-size: 11px 11px;
    -moz-background-size: 11px 11px;
    background-size: 11px 11px;
    padding: 3px;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
}
.dx-device-mobile .dx-popup-title .dx-closebutton {
    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;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}
.dx-popup-content {
    padding: 10px;
}
.dx-popup-content .dx-button {
    margin: 0 5px;
}
.dx-popup-bottom.dx-toolbar {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 10px 10px;
    overflow: hidden;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
    height: 26px;
    overflow: visible;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item,
.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child,
.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item,
.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 5px;
}
.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child,
.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container:last-child {
    padding: 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-label {
    font-size: 18px;
}
.dx-popup-bottom .dx-button {
    min-width: 100px;
}
.dx-popup-content.dx-dialog-content {
    min-width: 220px;
    padding: 10px;
}
.dx-dialog-message {
    padding: 0;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
    background: #efefef;
}
.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: #ffffff;
}
.dx-popover-arrow:after {
    border: 1px solid #cfd6d8;
}
.dx-popover-wrapper .dx-rtl.dx-popup-title.dx-toolbar {
    padding-right: 15px;
    padding-left: 0;
}
.dx-progressbar-container {
    height: 6px;
    border: 1px solid lightgray;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.dx-progressbar-range {
    position: relative;
    border: 1px solid #56656c;
    background-color: #56656c;
    margin-top: -1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.dx-progressbar-animating-container {
    height: 6px;
    background-color: #ffffff;
    background-size: 90% 5px;
    border: 1px solid lightgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-image: -moz-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-image: -ms-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-image: -o-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-repeat: repeat;
}
.dx-state-disabled .dx-progressbar-range {
    background-color: rgba(96, 96, 96, 0.6);
}
.dx-state-disabled .dx-progressbar-animating-container {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    background-position-x: 45%;
}
.dx-rtl .dx-progressbar .dx-progressbar-animating-container,
.dx-rtl.dx-progressbar .dx-progressbar-animating-container {
    -webkit-animation: loader-rtl 2s linear infinite;
    -moz-animation: loader-rtl 2s linear infinite;
    -o-animation: loader-rtl 2s linear infinite;
    animation: loader-rtl 2s linear infinite;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-image: -moz-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-image: -ms-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-image: -o-linear-gradient(left, transparent 5%, #56656c, transparent 95%);
    background-repeat: repeat;
}
@-webkit-keyframes loader {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 900%;
    }
}
@-moz-keyframes loader {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 900%;
    }
}
@keyframes loader {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 900%;
    }
}
@-ms-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%;
    }
}
@-moz-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%;
    }
}
@-ms-keyframes loader-rtl {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -900%;
    }
}
.dx-tooltip-wrapper .dx-overlay-content {
    border: 1px solid #cfd6d8;
    background-color: #ffffff;
    color: #202528;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow:after {
    border: 1px solid #cfd6d8;
    background: #ffffff;
}
.dx-slider .dx-tooltip-wrapper .dx-overlay-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-slider-wrapper {
    height: 20px;
}
.dx-slider-bar {
    margin: 10px 4.5px;
    height: 2px;
    background: #cfd6d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.dx-slider-range {
    border: 1px solid transparent;
    height: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dx-slider-range.dx-slider-range-visible {
    border: 1px solid #606060;
    background: #56656c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    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: -10px;
    margin-right: -4.5px;
    width: 9px;
    height: 20px;
    border: 1px solid #ffffff;
    background-color: #56656c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dx-state-disabled .dx-slider,
.dx-state-disabled.dx-slider {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-state-disabled .dx-slider .dx-slider-bar,
.dx-state-disabled.dx-slider .dx-slider-bar {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-state-active.dx-slider-handle {
    border: 1px solid #ffffff;
    background: #364044;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-state-focused.dx-slider-handle:not(.dx-state-active) {
    border: 1px solid #ffffff;
    background: #93a2a9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-state-hover.dx-slider-handle:not(.dx-state-active) {
    border: 1px solid #ffffff;
    background: #93a2a9;
}
.dx-rtl .dx-slider-handle {
    margin-left: -5px;
}
.dx-rangeslider-start-handle {
    margin-left: -7px;
}
.dx-rtl .dx-rangeslider-start-handle {
    margin-right: -7px;
}
.dx-gallery .dx-gallery-nav-button-prev,
.dx-gallery .dx-gallery-nav-button-next {
    position: absolute;
    top: 0;
    width: 34%;
    height: 100%;
    background: #ffffff;
    background: transparent;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1)';
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
}
.dx-gallery .dx-gallery-nav-button-prev.dx-state-hover:after,
.dx-gallery .dx-gallery-nav-button-next.dx-state-hover:after {
    background-color: rgba(86, 101, 108, 0.5);
}
.dx-gallery .dx-gallery-nav-button-prev.dx-state-active:after,
.dx-gallery .dx-gallery-nav-button-next.dx-state-active:after {
    background-color: rgba(86, 101, 108, 0.7);
}
.dx-gallery .dx-gallery-nav-button-prev:before,
.dx-gallery .dx-gallery-nav-button-next:before {
    position: absolute;
    display: block;
    width: 32px;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}
.dx-gallery .dx-gallery-nav-button-prev:after,
.dx-gallery .dx-gallery-nav-button-next:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 100%;
}
.dx-gallery .dx-gallery-nav-button-prev:before,
.dx-gallery .dx-gallery-nav-button-next:before {
    position: absolute;
    z-index: 10;
    clear: both;
    font-size: 32px;
    color: #ffffff;
}
.dx-gallery .dx-gallery-nav-button-prev {
    font: 14px/1 DXIcons;
}
.dx-gallery .dx-gallery-nav-button-prev:before {
    content: '\f012';
}
.dx-gallery .dx-gallery-nav-button-prev:after {
    left: 0;
}
.dx-gallery .dx-gallery-nav-button-prev:before {
    left: 0;
    right: auto;
    margin-left: 0;
}
.dx-gallery .dx-gallery-nav-button-next {
    font: 14px/1 DXIcons;
}
.dx-gallery .dx-gallery-nav-button-next:before {
    content: '\f010';
}
.dx-gallery .dx-gallery-nav-button-next:after {
    right: 0;
}
.dx-gallery .dx-gallery-nav-button-next:before {
    right: 0;
    left: auto;
}
.dx-gallery-indicator {
    pointer-events: none;
    text-align: center;
}
.dx-gallery-indicator-item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #606060;
    pointer-events: auto;
    margin: 2px 6px;
    width: 6px;
    height: 6px;
    background: #ffffff;
}
.dx-gallery-indicator-item-active,
.dx-gallery-indicator-item-selected {
    width: 7px;
    height: 7px;
    background: #606060;
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 1.5px 6px;
}
.dx-state-focused.dx-gallery .dx-gallery-indicator-item-selected {
    background: #000000;
}
.dx-lookup {
    height: 26px;
    border: 1px solid #cfd6d8;
    background: #f9fafa;
}
.dx-lookup-field {
    padding: 4px 24px 4px 5px;
    font-size: 1em;
}
.dx-rtl .dx-lookup-field {
    padding: 4px 5px 4px 24px;
}
.dx-lookup-arrow {
    font: 14px/1 DXIcons;
    width: 24px;
    color: #56656c;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-lookup-arrow:before {
    content: '\f04e';
}
.dx-rtl .dx-lookup-arrow:before {
    content: '\f04f';
}
.dx-lookup-arrow:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-state-readonly .dx-lookup-field:before {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-lookup-popup-wrapper .dx-list {
    top: 10px;
}
.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: 10px;
    padding-right: 10px;
}
.dx-lookup-popup-wrapper .dx-popup-content {
    top: 0;
    padding: 0;
}
.dx-lookup-popup-wrapper .dx-popup-title + .dx-popup-content {
    top: 36px;
}
.dx-lookup-popup-wrapper .dx-popup-bottom {
    padding-top: 10px;
}
.dx-lookup-popup-search .dx-list {
    top: 45px;
}
.dx-lookup-empty .dx-lookup-field {
    color: #9facb2;
}
.dx-invalid.dx-lookup .dx-lookup-field:after {
    right: 26px;
    pointer-events: none;
    font-weight: bold;
    background-color: #8b9ba2;
    color: #ffffff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
}
.dx-rtl .dx-invalid.dx-lookup .dx-lookup-field:after,
.dx-rtl.dx-invalid.dx-lookup .dx-lookup-field:after {
    right: auto;
    left: 26px;
}
.dx-lookup-validation-message {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-bottom: 1px solid lightgray;
    color: #8b9ba2;
}
.dx-rtl .dx-lookup-validation-message {
    margin-right: -10px;
    margin-left: 0;
}
.dx-lookup-popup-search .dx-list {
    padding-top: 45px;
}
.dx-lookup-search-wrapper {
    padding: 10px;
}
.dx-popup-content.dx-lookup-invalid {
    padding-top: 0;
}
.dx-popup-content.dx-lookup-invalid .dx-lookup-validation-message {
    display: inline-block;
}
.dx-popup-content.dx-lookup-invalid .dx-list {
    top: 30px;
}
.dx-lookup-popup-search .dx-popup-content.dx-lookup-invalid .dx-list {
    top: 75px;
}
.dx-actionsheet-container .dx-actionsheet-item {
    margin: 0 0 5px 0;
}
.dx-actionsheet-container .dx-button {
    margin: 0;
}
.dx-button.dx-actionsheet-cancel {
    margin: 0;
}
.dx-loadindicator {
    background-color: transparent;
}
.dx-loadindicator-image {
    background-image: url(/Content/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%;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background: #56656c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-top-left-radius: 10%;
    -moz-border-top-left-radius: 10%;
    border-top-left-radius: 10%;
    -webkit-border-top-right-radius: 10%;
    -moz-border-top-right-radius: 10%;
    border-top-right-radius: 10%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: dx-generic-loadindicator-opacity 1s linear infinite;
    -moz-animation: dx-generic-loadindicator-opacity 1s linear infinite;
    -o-animation: dx-generic-loadindicator-opacity 1s linear infinite;
    animation: dx-generic-loadindicator-opacity 1s linear infinite;
}
@-webkit-keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.55;
    }
}
@-moz-keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.55;
    }
}
@-ms-keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.85;
    }
}
@-o-keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.55;
    }
}
@keyframes dx-generic-loadindicator-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.55;
    }
}
.dx-loadindicator-icon .dx-loadindicator-segment0 {
    -webkit-transform: rotate(0deg) translate(0, -142%);
    -moz-transform: rotate(0deg) translate(0, -142%);
    -ms-transform: rotate(0deg) translate(0, -142%);
    -o-transform: rotate(0deg) translate(0, -142%);
    transform: rotate(0deg) translate(0, -142%);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.dx-loadindicator-icon .dx-loadindicator-segment1 {
    -webkit-transform: rotate(45deg) translate(0, -142%);
    -moz-transform: rotate(45deg) translate(0, -142%);
    -ms-transform: rotate(45deg) translate(0, -142%);
    -o-transform: rotate(45deg) translate(0, -142%);
    transform: rotate(45deg) translate(0, -142%);
    -webkit-animation-delay: -0.875s;
    -moz-animation-delay: -0.875s;
    -o-animation-delay: -0.875s;
    animation-delay: -0.875s;
}
.dx-loadindicator-icon .dx-loadindicator-segment2 {
    -webkit-transform: rotate(90deg) translate(0, -142%);
    -moz-transform: rotate(90deg) translate(0, -142%);
    -ms-transform: rotate(90deg) translate(0, -142%);
    -o-transform: rotate(90deg) translate(0, -142%);
    transform: rotate(90deg) translate(0, -142%);
    -webkit-animation-delay: -0.75s;
    -moz-animation-delay: -0.75s;
    -o-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.dx-loadindicator-icon .dx-loadindicator-segment3 {
    -webkit-transform: rotate(135deg) translate(0, -142%);
    -moz-transform: rotate(135deg) translate(0, -142%);
    -ms-transform: rotate(135deg) translate(0, -142%);
    -o-transform: rotate(135deg) translate(0, -142%);
    transform: rotate(135deg) translate(0, -142%);
    -webkit-animation-delay: -0.625s;
    -moz-animation-delay: -0.625s;
    -o-animation-delay: -0.625s;
    animation-delay: -0.625s;
}
.dx-loadindicator-icon .dx-loadindicator-segment4 {
    -webkit-transform: rotate(180deg) translate(0, -142%);
    -moz-transform: rotate(180deg) translate(0, -142%);
    -ms-transform: rotate(180deg) translate(0, -142%);
    -o-transform: rotate(180deg) translate(0, -142%);
    transform: rotate(180deg) translate(0, -142%);
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.dx-loadindicator-icon .dx-loadindicator-segment5 {
    -webkit-transform: rotate(225deg) translate(0, -142%);
    -moz-transform: rotate(225deg) translate(0, -142%);
    -ms-transform: rotate(225deg) translate(0, -142%);
    -o-transform: rotate(225deg) translate(0, -142%);
    transform: rotate(225deg) translate(0, -142%);
    -webkit-animation-delay: -0.375s;
    -moz-animation-delay: -0.375s;
    -o-animation-delay: -0.375s;
    animation-delay: -0.375s;
}
.dx-loadindicator-icon .dx-loadindicator-segment6 {
    -webkit-transform: rotate(270deg) translate(0, -142%);
    -moz-transform: rotate(270deg) translate(0, -142%);
    -ms-transform: rotate(270deg) translate(0, -142%);
    -o-transform: rotate(270deg) translate(0, -142%);
    transform: rotate(270deg) translate(0, -142%);
    -webkit-animation-delay: -0.25s;
    -moz-animation-delay: -0.25s;
    -o-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.dx-loadindicator-icon .dx-loadindicator-segment7 {
    -webkit-transform: rotate(315deg) translate(0, -142%);
    -moz-transform: rotate(315deg) translate(0, -142%);
    -ms-transform: rotate(315deg) translate(0, -142%);
    -o-transform: rotate(315deg) translate(0, -142%);
    transform: rotate(315deg) translate(0, -142%);
    -webkit-animation-delay: -0.125s;
    -moz-animation-delay: -0.125s;
    -o-animation-delay: -0.125s;
    animation-delay: -0.125s;
}
.dx-loadindicator-icon .dx-loadindicator-segment8,
.dx-loadindicator-icon .dx-loadindicator-segment9,
.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 {
    display: none;
}
.dx-rtl .dx-loadindicator-icon {
    right: 15%;
    left: 0;
}
.dx-loadpanel-content {
    border: 1px solid lightgray;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
.dx-autocomplete .dx-texteditor-input {
    font-size: 1em;
}
.dx-autocomplete.dx-invalid .dx-texteditor-container:after {
    right: 4px;
}
.dx-rtl .dx-autocomplete.dx-invalid .dx-texteditor-container:after,
.dx-rtl.dx-autocomplete.dx-invalid .dx-texteditor-container:after {
    left: 4px;
}
.dx-dropdownmenu-popup-wrapper .dx-overlay-content .dx-popup-content {
    padding: 1px;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item {
    border-top: 0;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item-content {
    padding: 1em;
}
.dx-selectbox-popup-wrapper .dx-overlay-content {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.dx-selectbox-popup-wrapper .dx-list {
    background-color: #ffffff;
}
.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
    padding-left: 0;
    margin-left: 3px;
}
.dx-rtl .dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input,
.dx-rtl.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-right: 0;
    margin-right: 3px;
    margin-left: 0;
}
.dx-tagbox {
    color: #ffffff;
}
.dx-tag-container {
    padding-right: 24px;
}
.dx-show-clear-button .dx-tag-container {
    padding-right: 48px;
}
.dx-tag {
    margin: 2px 0 0 2px;
    padding: 2px 2px 2px;
    min-width: 40px;
    border-radius: 2px;
    background-color: rgba(86, 101, 108, 0.3);
}
.dx-tag-content {
    padding-right: 15px;
    padding-left: 2px;
    color: #202528;
    vertical-align: top;
}
.dx-tag-remove-button {
    width: 17px;
    height: 100%;
}
.dx-tag-remove-button:before,
.dx-tag-remove-button:after {
    right: 7px;
    margin-top: -5px;
    width: 3px;
    height: 11px;
    background: #56656c;
}
.dx-tag-remove-button:after {
    right: 3px;
    margin-top: -1px;
    width: 11px;
    height: 3px;
}
.dx-tag-remove-button.dx-state-active:before,
.dx-tag-remove-button.dx-state-active:after {
    background: #939393;
}
.dx-tagbox.dx-invalid .dx-texteditor-container:after {
    right: 4px;
}
.dx-rtl .dx-tagbox.dx-invalid .dx-texteditor-container:after,
.dx-rtl.dx-tagbox.dx-invalid .dx-texteditor-container:after {
    left: 4px;
}
.dx-rtl .dx-tag-content {
    padding-right: 2px;
    padding-left: 15px;
}
.dx-rtl .dx-tag-remove-button:before {
    right: auto;
    left: 7px;
}
.dx-rtl .dx-tag-remove-button:after {
    right: auto;
    left: 3px;
}
.dx-rtl .dx-tag-container {
    padding-left: 24px;
    padding-right: 0;
}
.dx-radiobutton {
    line-height: 16px;
}
.dx-radiobutton-icon {
    width: 16px;
    height: 16px;
}
.dx-radiobutton-icon:before {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cfd6d8;
    background-color: #f9fafa;
    content: '';
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dx-radiobutton-checked .dx-radiobutton-icon-dot {
    display: block;
    margin-top: -12px;
    margin-left: 4px;
    width: 8px;
    height: 8px;
    background: #56656c;
    content: '';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.dx-state-hover.dx-radiobutton .dx-radiobutton-icon:before {
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-state-active.dx-radiobutton .dx-radiobutton-icon:before {
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-state-focused.dx-radiobutton {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-state-focused.dx-radiobutton:not(.dx-state-active) .dx-radiobutton-icon:before {
    border: 1px solid #56656c;
}
.dx-invalid .dx-radiobutton-icon:before {
    border-color: rgba(139, 155, 162, 0.4);
}
.dx-invalid .dx-state-hover.dx-radiobutton .dx-radiobutton-icon:before {
    border-color: #8b9ba2;
}
.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon:before {
    border-color: #8b9ba2;
}
.dx-rtl .dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot,
.dx-rtl.dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot {
    margin-right: 4.5px;
    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-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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-pivottabs {
    height: 46px;
}
.dx-pivottabs-tab,
.dx-pivottabs-ghosttab {
    padding: 3px 7px;
    color: #767676;
    font-size: 30px;
}
.dx-pivottabs-tab-selected {
    color: #202528;
}
.dx-pivot-itemcontainer {
    top: 46px;
}
.dx-panorama-title,
.dx-panorama-ghosttitle {
    height: 60px;
    font-size: 55px;
}
.dx-panorama-itemscontainer {
    top: 60px;
}
.dx-panorama-item-title {
    font-size: 23.333333333px;
}
.dx-panorama-item-content {
    top: 35px;
}
.dx-accordion {
    color: #202528;
}
.dx-accordion-item {
    border: 1px solid transparent;
    border-top-color: #cfd6d8;
}
.dx-accordion-item:last-child {
    border-bottom: 1px solid #cfd6d8;
}
.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) .dx-icon {
    color: #202528;
}
.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) > .dx-accordion-item-title {
    color: #202528;
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-accordion-item.dx-state-hover > .dx-accordion-item-title {
    background-color: rgba(86, 101, 108, 0.1);
}
.dx-accordion-item.dx-state-hover:not(:last-child):not(.dx-accordion-item-opened):not(.dx-state-focused) {
    border-bottom-color: rgba(86, 101, 108, 0.1);
}
.dx-accordion-item-opened {
    border-color: #cfd6d8;
}
.dx-accordion-item-opened.dx-state-hover > .dx-accordion-item-title {
    background-color: transparent;
}
.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(86, 101, 108, 0.1);
}
.dx-accordion-item-title {
    color: #202528;
    padding: 5px 7px;
    font-size: 16px;
}
.dx-accordion-item-title:before {
    font-weight: normal;
    color: #202528;
    content: '\f016';
    font-family: DXIcons;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 0;
    line-height: 21px;
}
.dx-accordion-item-title .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 7px;
    margin-left: 0;
    display: inline-block;
}
.dx-rtl .dx-accordion-item-title .dx-icon,
.dx-rtl.dx-accordion-item-title .dx-icon {
    margin-left: 7px;
    margin-right: 0;
}
.dx-state-disabled.dx-accordion-item {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.dx-state-focused.dx-accordion-item {
    border-color: #56656c;
}
.dx-accordion-item-body {
    padding: 3px 7px 12px;
    font-size: 12px;
}
.dx-rtl .dx-accordion-item-title:before {
    margin-left: 0;
    margin-right: 7px;
}
.dx-slideoutview-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1px;
    border-style: solid;
    border-width: 0 1px;
}
.dx-slideout-menu .dx-list-item .dx-icon {
    width: 18px;
    height: 18px;
    background-position: 0px 0px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    background-size: 18px 18px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}
.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon,
.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon {
    margin-left: 9px;
    margin-right: 0;
}
.dx-slideoutview-menu-content,
.dx-slideoutview-content {
    background-color: #fafafa;
}
.dx-slideoutview-content {
    border-color: rgba(211, 211, 211, 0.5);
}
.dx-slideoutview-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1px;
    border-style: solid;
    border-width: 0 1px;
}
.dx-slideout-menu .dx-list-item .dx-icon {
    width: 18px;
    height: 18px;
    background-position: 0px 0px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    background-size: 18px 18px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}
.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon,
.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon {
    margin-left: 9px;
    margin-right: 0;
}
.dx-pager {
    padding-top: 5px;
    padding-bottom: 5px;
}
.dx-pager .dx-pages .dx-page {
    padding: 5px 4px;
}
.dx-pager .dx-pages .dx-separator {
    padding-left: 4px;
    padding-right: 4px;
}
.dx-pager .dx-pages .dx-navigate-button {
    width: 9px;
    height: 16px;
    padding: 5px 7px;
}
.dx-pager .dx-pages .dx-prev-button {
    font: 14px/1 DXIcons;
}
.dx-pager .dx-pages .dx-prev-button:before {
    content: '\f012';
}
.dx-pager .dx-pages .dx-next-button {
    font: 14px/1 DXIcons;
}
.dx-pager .dx-pages .dx-next-button:before {
    content: '\f010';
}
.dx-pager .dx-pages .dx-prev-button,
.dx-pager .dx-pages .dx-next-button {
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}
.dx-pager .dx-pages .dx-prev-button:before,
.dx-pager .dx-pages .dx-next-button:before {
    position: absolute;
    display: block;
    width: 21px;
    top: 50%;
    margin-top: -10.5px;
    left: 50%;
    margin-left: -10.5px;
}
.dx-pager .dx-page-sizes .dx-page-size {
    padding: 5px 6px;
}
.dx-pager .dx-page-sizes .dx-page-size {
    background-color: rgba(96, 96, 96, 0.2);
}
.dx-pager .dx-pages .dx-selection,
.dx-pager .dx-page-sizes .dx-selection {
    color: #ffffff;
    background-color: #56656c;
}
.dx-colorview-container {
    width: 316px;
}
.dx-colorview-container label {
    line-height: 25px;
}
.dx-colorview-container label.dx-colorview-label-hex {
    margin: 5px 0 0 0;
}
.dx-colorview-container label.dx-colorview-alpha-channel-label {
    margin-left: 29px;
    width: 92px;
}
.dx-colorview-container label .dx-texteditor {
    width: 51px;
    margin: 1px 1px 8px 0;
}
.dx-colorview-hue-scale-cell {
    margin-left: 15px;
}
.dx-colorview-palette {
    width: 190px;
    height: 200px;
}
.dx-colorview-alpha-channel-scale {
    width: 190px;
}
.dx-colorview-container-row.dx-colorview-alpha-channel-row {
    margin-top: 5px;
}
.dx-colorview-hue-scale {
    width: 18px;
    height: 200px;
}
.dx-colorview-alpha-channel-cell {
    width: 194px;
}
.dx-colorview-hue-scale-wrapper {
    height: 202px;
}
.dx-colorview-color-preview {
    width: 100%;
    height: 25px;
}
.dx-colorview-controls-container {
    width: 70px;
    margin-left: 15px;
}
.dx-colorview-container label {
    color: #687a82;
}
.dx-colorview-palette-cell,
.dx-colorview-alpha-channel-border,
.dx-colorview-hue-scale-wrapper,
.dx-colorview-color-preview-container {
    padding: 1px;
    margin: 1px;
    margin-top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px lightgray;
}
.dx-colorview-color-preview-container {
    margin-bottom: 15px;
}
.dx-state-focused.dx-colorview {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-rtl .dx-colorview-controls-container {
    margin-left: 0;
    margin-right: 15px;
}
.dx-rtl .dx-colorview-hue-scale-cell {
    margin-left: 0;
    margin-right: 15px;
}
.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label {
    margin-left: 0;
    margin-right: 29px;
}
.dx-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(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAdElEQVQoU4XR0Q3AIAgFQCarie7UrToMc3QIiyIFFGNe5INcgETAegpQefFCCFPwYZI2qFA/M4EQMQAhKxJgiEcKHFFkwUQY3Q4sBAhUerYzkbaiTUk7Ije0dYoMyeYGi35igUeDzMCiTiKgaPx0BAR1csgHXJxUKOJqsbEAAAAASUVORK5CYII=) no-repeat 0 0;
}
.dx-colorbox-color-result-preview {
    border-color: lightgray;
}
.dx-colorbox-overlay {
    padding: 0;
}
.dx-colorbox-overlay.dx-overlay-content {
    background-color: #ffffff;
}
.dx-colorbox-overlay .dx-popup-content {
    padding: 10px;
}
.dx-rtl.dx-colorbox.dx-state-focused .dx-colorbox-input,
.dx-rtl .dx-colorbox.dx-state-focused .dx-colorbox-input {
    padding-right: 40px;
}
.dx-rtl .dx-colorbox-overlay .dx-toolbar-item:first-child {
    padding-left: 10px;
    padding-right: 0;
}
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-left: 1px solid #cfd6d8;
    border-right: 1px solid #cfd6d8;
}
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager,
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview {
    border-top: 1px solid #cfd6d8;
}
.dx-datagrid .dx-menu {
    background-color: transparent;
    height: 100%;
}
.dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content {
    padding: 5px 3px 2px;
}
.dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon {
    margin: 0px 3px;
}
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
    font: 14px/1 DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before {
    content: '\f053';
}
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
    font: 14px/1 DXIcons;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before {
    content: '\f054';
}
.dx-datagrid .dx-icon-filter-operation-equals {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-equals:before {
    content: '\f044';
}
.dx-datagrid .dx-icon-filter-operation-default {
    font: 14px/1 DXIcons;
    width: 12px;
    height: 12px;
    background-position: 0px 0px;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}
.dx-datagrid .dx-icon-filter-operation-default:before {
    content: '\f027';
}
.dx-datagrid .dx-icon-filter-operation-not-equals {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-not-equals:before {
    content: '\f045';
}
.dx-datagrid .dx-icon-filter-operation-less {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-less:before {
    content: '\f046';
}
.dx-datagrid .dx-icon-filter-operation-less-equal {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-less-equal:before {
    content: '\f048';
}
.dx-datagrid .dx-icon-filter-operation-greater {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-greater:before {
    content: '\f047';
}
.dx-datagrid .dx-icon-filter-operation-greater-equal {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-greater-equal:before {
    content: '\f049';
}
.dx-datagrid .dx-icon-filter-operation-contains {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-contains:before {
    content: '\f063';
}
.dx-datagrid .dx-icon-filter-operation-not-contains {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-not-contains:before {
    content: '\f066';
}
.dx-datagrid .dx-icon-filter-operation-starts-with {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-starts-with:before {
    content: '\f064';
}
.dx-datagrid .dx-icon-filter-operation-ends-with {
    font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-ends-with:before {
    content: '\f065';
}
.dx-datagrid .dx-menu-items-container .dx-menu-item-has-icon .dx-icon-filter-operation-between {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAQAAADbc8WkAAAAHElEQVQYV2NI+J/A8B8DJoAQbgmsEKwDC8QtAQC2WDWbJkSICQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 5px;
}
.dx-datagrid .dx-menu-items-container .dx-menu-item-has-icon.dx-menu-item-selected .dx-icon-filter-operation-between {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAQAAADbc8WkAAAAGUlEQVQY02P8/5+BkQET/GfEJ4EVMJJsFACqkg38+KlM0gAAAABJRU5ErkJggg==);
}
.dx-datagrid .dx-row-alt > td {
    background-color: #f4f5f6;
}
.dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed) {
    border-bottom-color: transparent;
}
.dx-datagrid .dx-link {
    color: #56656c;
}
.dx-datagrid .dx-checkbox-indeterminate .dx-checkbox-icon:before {
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
}
.dx-datagrid .dx-row-lines > td {
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid .dx-column-lines > td {
    border-left: 1px solid #cfd6d8;
}
.dx-datagrid .dx-error-row td {
    background-color: rgba(139, 155, 162, 0.6);
    color: #ffffff;
    padding: 5px;
}
.dx-datagrid .dx-error-row td .dx-error-message {
    white-space: normal;
    word-wrap: break-word;
    padding-right: 35px;
}
.dx-datagrid .dx-error-row td .dx-closebutton {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid .dx-error-row td .dx-closebutton:before {
    content: '\f00a';
}
.dx-datagrid .dx-row > td {
    padding: 5px;
}
.dx-datagrid-headers .dx-texteditor-input,
.dx-datagrid-rowsview .dx-texteditor-input {
    padding: 5px;
}
.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 46px;
}
.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid .dx-texteditor-input {
    padding-right: 66px;
}
.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 66px;
}
.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-invalid .dx-texteditor-input {
    padding-right: 44px;
}
.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-invalid.dx-rtl .dx-texteditor-input {
    padding: 4px 5px 4px;
    padding-left: 44px;
}
.dx-datagrid-headers .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-datagrid-rowsview .dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 24px;
}
.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before {
    padding-left: 24px;
}
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before {
    padding-right: 24px;
}
.dx-datagrid-export-menu .dx-menu-items-container .dx-icon {
    color: #7d8f97;
}
.dx-editor-cell .dx-numberbox-spin-button {
    background-color: transparent;
}
.dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 10px;
}
.dx-editor-cell .dx-texteditor {
    background: #ffffff;
}
.dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background: #ffffff;
}
.dx-editor-cell .dx-texteditor.dx-numberbox-spin .dx-texteditor-input {
    padding-right: 20px;
}
.dx-editor-cell .dx-texteditor.dx-numberbox-spin-touch-friendly .dx-texteditor-input {
    padding-right: 60px;
}
.dx-editor-cell .dx-dropdowneditor {
    background-color: #ffffff;
}
.dx-datagrid-checkbox-size {
    line-height: normal;
}
.dx-datagrid-checkbox-size .dx-checkbox-icon {
    height: 16px;
    width: 16px;
}
.dx-datagrid-column-chooser .dx-overlay-content {
    background-color: #f9fafa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
    background-color: transparent;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
    padding: 0px 10px 10px 10px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-message {
    color: #a8a8a8;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
    margin-bottom: 5px;
    background-color: #ffffff;
    color: #687a82;
    border: 1px solid #cfd6d8;
    padding: 5px;
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
}
.dx-datagrid-drag-header {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    color: #687a82;
    padding: 5px;
    border: 1px solid rgba(86, 101, 108, 0.5);
    background-color: #ffffff;
}
.dx-datagrid-columns-separator {
    background-color: #cfd6d8;
}
.dx-datagrid-columns-separator-transparent {
    background-color: transparent;
}
.dx-datagrid-drop-highlight > td {
    background-color: #606060;
    color: #ffffff;
}
.dx-datagrid-focus-overlay {
    border: 2px solid #56656c;
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused).dx-datagrid-group-space {
    border-right-color: rgba(86, 101, 108, 0.1);
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input {
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td.dx-pointer-events-none {
    background-color: transparent;
}
.dx-datagrid-table .dx-row .dx-command-select {
    width: 55px;
    min-width: 55px;
}
.dx-datagrid-table .dx-row .dx-command-edit {
    width: 70px;
    min-width: 70px;
}
.dx-datagrid-table .dx-row .dx-command-expand {
    width: 15px;
    min-width: 15px;
}
.dx-datagrid-headers {
    color: #687a82;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid-filter-row .dx-menu .dx-overlay-content {
    color: #202528;
}
.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 #56656c;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
    background-color: #ffffff;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded:after {
    border-color: transparent;
}
.dx-datagrid-filter-row .dx-highlight-outline::after {
    border-color: #bec7cb;
}
.dx-datagrid-filter-row .dx-menu-item-content .dx-icon {
    color: #7d8f97;
}
.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 5px 5px 5px 24px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content {
    border: 1px solid #cfd6d8;
    overflow: inherit;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline::after {
    border-color: #bec7cb;
    left: 0px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
    background-color: #ffffff;
    padding: 5px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused:after {
    border: 2px solid #56656c;
}
.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}
.dx-filter-menu .dx-menu-item-content .dx-icon-filter-operation-default + .dx-menu-item-text {
    padding-left: 5px;
}
.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 2px;
}
.dx-highlight-outline {
    padding: 5px;
}
.dx-datagrid-header-panel {
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid-header-panel .dx-button {
    margin-bottom: 5px;
    margin-left: 5px;
}
.dx-datagrid-header-panel .dx-apply-button.dx-state-hover {
    background-color: #eaffe0;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg, #eaffe0 0%, #eaffe0 100%);
    background-image: -moz-linear-gradient(-90deg, #eaffe0 0%, #eaffe0 100%);
    background-image: -ms-linear-gradient(-90deg, #eaffe0 0%, #eaffe0 100%);
    background-image: -o-linear-gradient(-90deg, #eaffe0 0%, #eaffe0 100%);
    background-image: linear-gradient(180deg, #eaffe0 0%, #eaffe0 100%);
}
.dx-datagrid-header-panel .dx-apply-button.dx-state-active {
    background-color: #a8dd8f;
}
.dx-datagrid-header-panel .dx-apply-button:not(.dx-state-hover):not(.dx-state-disabled):not(.dx-state-active) {
    background-color: #bec7cb;
    background-color: #cdf8b9;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg, #cdf8b9 0%, #b9e9a2 100%);
    background-image: -moz-linear-gradient(-90deg, #cdf8b9 0%, #b9e9a2 100%);
    background-image: -ms-linear-gradient(-90deg, #cdf8b9 0%, #b9e9a2 100%);
    background-image: -o-linear-gradient(-90deg, #cdf8b9 0%, #b9e9a2 100%);
    background-image: linear-gradient(180deg, #cdf8b9 0%, #b9e9a2 100%);
}
.dx-icon-column-chooser {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-icon-column-chooser:before {
    content: '\f04d';
}
.dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-addrow-button .dx-icon-edit-button-addrow:before {
    content: '\f00b';
}
.dx-datagrid-cancel-button .dx-icon-edit-button-cancel {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-cancel-button .dx-icon-edit-button-cancel:before {
    content: '\f04c';
}
.dx-datagrid-save-button .dx-icon-edit-button-save {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-save-button .dx-icon-edit-button-save:before {
    content: '\f041';
}
.dx-apply-button .dx-icon-apply-filter {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-apply-button .dx-icon-apply-filter:before {
    content: '\f050';
}
.dx-datagrid-export-button .dx-icon-export-to {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-export-button .dx-icon-export-to:before {
    content: '\f05f';
}
.dx-datagrid-export-button .dx-icon-export-excel-button {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-export-button .dx-icon-export-excel-button:before {
    content: '\f060';
}
.dx-datagrid-group-panel {
    margin-bottom: 5px;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-message {
    color: #687a82;
    padding: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.dx-datagrid-group-panel .dx-group-panel-item {
    margin-right: 5px;
    color: #687a82;
    border: 1px solid #cfd6d8;
    padding: 5px;
}
.dx-datagrid-group-panel .dx-block-separator {
    margin-right: 5px;
    color: #687a82;
    padding: 6px;
    background-color: rgba(96, 96, 96, 0.1);
}
.dx-datagrid-search-panel {
    margin-bottom: 5px;
    margin-left: 5px;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:first-child {
    border-top: none;
}
.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: 0px;
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid-rowsview .dx-row.dx-edit-row > td {
    border-top: 1px solid #cfd6d8;
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid-rowsview .dx-master-detail-row > .dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell {
    border-top: 1px solid #cfd6d8;
    border-bottom: 1px solid #cfd6d8;
}
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) > .dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell {
    background-color: #f9f9f9;
}
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid .dx-highlight-outline::after {
    border: 1px solid rgba(139, 155, 162, 0.4);
}
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused > .dx-highlight-outline::after {
    border: 1px solid #8b9ba2;
}
.dx-datagrid-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content {
    padding: 9px 17px 9px;
}
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
    border-color: #bec7cb;
}
.dx-datagrid-rowsview .dx-row-removed > td {
    background-color: #bec7cb;
    border-top: 1px solid #bec7cb;
    border-bottom: 1px solid #bec7cb;
}
.dx-datagrid-rowsview .dx-row.dx-group-row {
    color: #687a82;
    background-color: #ebeeef;
    font-weight: bold;
}
.dx-datagrid-rowsview .dx-row.dx-group-row td {
    border-top-color: #cfd6d8;
    border-bottom-color: #cfd6d8;
}
.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #acb6e5; /*rgba(86, 101, 108, 0.2);*/
    color: #202528;
}
.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-datagrid-group-space {
    border-right-color: rgba(86, 101, 108, 0.2);
}
.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none {
    border-left-color: #cfd6d8;
    border-right-color: #cfd6d8;
}
.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-focused {
    background-color: #ffffff;
    color: #202528;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
    border-bottom: 1px solid rgba(86, 101, 108, 0.2);
    border-top: 1px solid rgba(86, 101, 108, 0.2);
}
.dx-datagrid-rowsview .dx-selection.dx-row.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover.dx-column-lines > td {
    border-left-color: #cfd6d8;
}
.dx-datagrid-rowsview .dx-selection.dx-row.dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover.dx-row-lines > td {
    border-bottom-color: #cfd6d8;
}
.dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-right: 0;
}
.dx-datagrid-group-opened {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-group-opened:before {
    content: '\f001';
}
.dx-datagrid-group-closed {
    font: 14px/1 DXIcons;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-datagrid-group-closed:before {
    content: '\f04e';
}
.dx-datagrid-group-opened,
.dx-datagrid-group-closed {
    width: 100%;
}
.dx-datagrid-search-text {
    color: #ffffff;
    background-color: #56656c;
}
.dx-datagrid-nodata {
    color: #9facb2;
    font-size: 17px;
}
.dx-datagrid-bottom-load-panel {
    border-top: 1px solid #cfd6d8;
}
.dx-datagrid-pager {
    border-top: 3px double #cfd6d8;
}
.dx-datagrid-pager.dx-widget {
    color: #202528;
}
.dx-datagrid-summary-item {
    color: rgba(32, 37, 40, 0.7);
}
.dx-datagrid-total-footer {
    border-top: 1px solid #cfd6d8;
}
.dx-row.dx-datagrid-group-footer.dx-column-lines {
    border-bottom: 1px solid #cfd6d8;
}
.dx-row.dx-datagrid-group-footer > td {
    background-color: #ffffff;
    border-top: 1px solid #cfd6d8;
    border-left-width: 0;
}
.dx-datagrid-revert-tooltip .dx-overlay-content {
    background-color: #ffffff;
}
.dx-datagrid-revert-tooltip .dx-revert-button {
    width: 33px;
    height: 33px;
    background-color: #8b9ba2;
    border-color: #8b9ba2;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover,
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-focused {
    border-color: #5b6a71;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-active {
    background-color: #5b6a71;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-button-has-icon {
    padding-left: 7px;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-button-has-icon .dx-icon {
    color: white;
}
.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused).dx-datagrid-group-space {
    border-left-color: rgba(86, 101, 108, 0.1);
    border-right-color: transparent;
}
.dx-rtl .dx-datagrid .dx-column-lines > td {
    border-right: 1px solid #cfd6d8;
}
.dx-rtl .dx-datagrid .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
    margin: 0px 3px;
}
.dx-rtl .dx-datagrid .dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
    padding: 5px 24px 5px 5px;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > 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 {
    border-left-color: rgba(86, 101, 108, 0.2);
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    border-right-color: #cfd6d8;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none {
    border-left-color: #cfd6d8;
}
.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-left: 0;
}
.dx-rtl .dx-datagrid-search-panel {
    margin-bottom: 5px;
    margin-right: 5px;
}
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item,
.dx-rtl .dx-datagrid-group-panel .dx-block-separator {
    margin-left: 5px;
}
.dx-datagrid-table-fixed .dx-row.dx-group-row td {
    background-color: #ebeeef;
}
.dx-pivotgrid .dx-area-description-cell .dx-button-content {
    padding: 5px;
}
.dx-menu-item {
    color: #202528;
}
.dx-menu-item .dx-icon {
    color: #56656c;
}
.dx-menu-item.dx-state-focused,
.dx-menu-item.dx-state-active,
.dx-menu-item-expanded {
    outline: none;
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-menu-base {
    color: #202528;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: normal;
}
.dx-menu-base input,
.dx-menu-base textarea {
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}
.dx-menu-base .dx-menu-item-selected,
.dx-menu-base .dx-menu-item-selected.dx-state-focused,
.dx-menu-base .dx-menu-item-selected.dx-state-active {
    background-color: #56656c;
}
.dx-menu-base .dx-menu-item-selected > .dx-menu-item-content *,
.dx-menu-base .dx-menu-item-selected.dx-state-focused > .dx-menu-item-content *,
.dx-menu-base .dx-menu-item-selected.dx-state-active > .dx-menu-item-content * {
    color: #ffffff;
}
.dx-menu-base.dx-state-focused {
    outline: none;
}
.dx-menu-base .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-menu-base .dx-menu-item-content {
    padding: 1px 3px 5px;
}
.dx-menu-base .dx-menu-item-content .dx-menu-item-text {
    padding: 0 23px 3px 3px;
}
.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-icon {
    margin-left: auto;
    margin-right: 3px;
}
.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 {
    -ms-filter: 'FlipH';
    filter: FlipH;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.dx-context-menu-container-border {
    background-color: transparent;
    border: 1px solid #cfd6d8;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.dx-menu {
    color: #202528;
}
.dx-menu .dx-menu-item-expanded {
    background-color: #ffffff;
}
.dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
    margin: 0 17px 0 1px;
}
.dx-menu .dx-menu-item-has-text .dx-menu-item-text {
    padding: 0 0 3px 3px;
}
.dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
    margin: 0 1px;
}
.dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
    padding: 0 17px 3px 3px;
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout:before {
    content: '\f001';
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout:before {
    content: '\f04e';
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-menu.dx-rtl .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
    margin: 0 1px 0 17px;
}
.dx-menu.dx-rtl .dx-menu-item-has-text .dx-menu-item-text {
    padding: 0 3px 3px 0;
}
.dx-menu.dx-rtl .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
    padding: 0 3px 3px 17px;
}
.dx-context-menu {
    color: #202528;
}
.dx-context-menu.dx-overlay-content.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-context-menu .dx-submenu > .dx-menu-items-container {
    background-color: #ffffff;
    border: 1px solid #cfd6d8;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.dx-context-menu .dx-menu-item-selected > .dx-menu-item-content,
.dx-context-menu .dx-menu-item-selected.dx-state-focused > .dx-menu-item-content,
.dx-context-menu .dx-menu-item-selected.dx-state-active > .dx-menu-item-content {
    color: #ffffff;
}
.dx-context-menu .dx-item-selected > .dx-menu-item > .dx-menu-item-content .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-context-menu .dx-item-selected > .dx-menu-item > .dx-menu-item-content .dx-menu-item-popout:before {
    content: '\f04f';
}
.dx-context-menu .dx-item-selected > .dx-menu-item > .dx-menu-item-content .dx-menu-item-popout:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-context-menu .dx-menu-item-popout {
    font: 14px/1 DXIcons;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-context-menu .dx-menu-item-popout:before {
    content: '\f04e';
}
.dx-context-menu .dx-menu-item-popout:before {
    position: absolute;
    display: block;
    width: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}
.dx-context-menu .dx-menu-separator {
    background-color: lightgray;
}
.dx-context-menu.dx-rtl .dx-menu-item-content {
    padding: 3px 1px 3px 3px;
}
.dx-context-menu.dx-rtl .dx-menu-item-content .dx-menu-item-text {
    padding: 0 3px 3px 23px;
}
.dx-context-menu-content-delimiter {
    background-color: #ffffff;
}
.dx-calendar {
    width: 232px;
    min-width: 232px;
    height: 225.4px;
    min-height: 225.4px;
    background-color: #ffffff;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    border: 1px solid transparent;
}
.dx-calendar.dx-calendar-with-footer {
    height: 270.4px;
    min-height: 240.4px;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-body {
    bottom: 45px;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
    text-align: center;
    height: 35px;
    width: 100%;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button {
    background: none;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button.dx-state-active {
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-calendar-navigator {
    line-height: 1.6;
    height: 30px;
    display: table;
    border-collapse: collapse;
}
.dx-calendar-navigator .dx-button {
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: table-cell;
    border-color: #dde2e4;
}
.dx-calendar-navigator .dx-button .dx-icon {
    font-size: 14px;
}
.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link {
    border-collapse: collapse;
    visibility: visible;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link .dx-button-content {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.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: #b0bbbf;
}
.dx-calendar-navigator .dx-calendar-caption-button {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    right: 24px;
    left: 24px;
    background: none;
}
.dx-calendar-navigator .dx-calendar-caption-button.dx-button.dx-state-active {
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
    padding: 3px 3px;
}
.dx-calendar-navigator-previous-month {
    width: 24px;
    background: none;
}
.dx-calendar-navigator-previous-month.dx-button {
    margin: 0 2px;
}
.dx-calendar-navigator-previous-month .dx-button-content {
    padding: 0;
}
.dx-calendar-navigator-previous-month.dx-state-hover {
    z-index: 1;
}
.dx-calendar-navigator-previous-month,
.dx-calendar-navigator-next-view {
    width: 24px;
    background: none;
}
.dx-calendar-navigator-previous-month.dx-button,
.dx-calendar-navigator-next-view.dx-button {
    margin: 0px 1px;
}
.dx-calendar-navigator-previous-month .dx-button-content,
.dx-calendar-navigator-next-view .dx-button-content {
    padding: 0;
}
.dx-calendar-navigator-previous-view,
.dx-calendar-navigator-previous-month {
    left: 0px;
}
.dx-calendar-navigator-previous-view.dx-button,
.dx-calendar-navigator-previous-month.dx-button {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.dx-calendar-navigator-next-view,
.dx-calendar-navigator-next-month {
    right: 0px;
}
.dx-calendar-navigator-next-view.dx-button,
.dx-calendar-navigator-next-month.dx-button {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.dx-calendar-body {
    top: 52px;
}
.dx-calendar-body thead {
    border-bottom: 1px double #cfd6d8;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.dx-calendar-body thead tr th {
    color: #9facb2;
    padding-bottom: 10px;
}
.dx-calendar-body table {
    padding: 1px 1px;
}
.dx-calendar-body table th {
    color: #9facb2;
    text-align: center;
    font-size: 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 1px 0 2px 0;
}
.dx-calendar-cell {
    text-align: center;
    padding: 1px 3px 2px;
    color: #202528;
    font-size: 13px;
    border: 1px double transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 39px;
}
.dx-calendar-cell.dx-calendar-today {
    text-shadow: 0 1px 0 #202528;
}
.dx-calendar-cell.dx-state-hover {
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-calendar-cell.dx-calendar-other-view,
.dx-calendar-cell.dx-calendar-empty-cell {
    color: #93a2a9;
}
.dx-calendar-cell.dx-calendar-other-view.dx-state-hover,
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover {
    color: #93a2a9;
}
.dx-calendar-cell.dx-calendar-empty-cell {
    cursor: default;
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAm0lEQVRIx7XVwQnAIAwF0ExSdBF1a6Er9dIRqsVAazWJmh4+iuBT4YMQ4w4pWxk1clt5YlOOFKeAumJZXAgKOKIBb6yBv9AansU/aAsexZtoD5biXZSCOZxEObiHs6gErnERKoURP0uCZM9IpRB2WvDz+eIqzvRUhMNkT1mcQz1xsKfwWZTFV1ASX0W7uAbaxPOCUUBr3MBfn+kF3CNLT2/yky4AAAAASUVORK5CYII=) center center no-repeat;
}
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover {
    background-color: transparent;
}
.dx-calendar-cell.dx-state-active:not(.dx-calendar-empty-cell):not(.dx-calendar-selected-date) {
    background-color: rgba(86, 101, 108, 0.2);
}
.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
    color: #ffffff;
    background-color: #56656c;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: normal;
}
.dx-calendar-cell.dx-calendar-contoured-date {
    border: 1px double #606060;
    border-color: rgba(86, 101, 108, 0.4);
}
.dx-state-focused.dx-calendar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-invalid.dx-calendar {
    border-color: rgba(139, 155, 162, 0.4);
}
.dx-invalid.dx-calendar.dx-state-focused {
    border-color: #8b9ba2;
}
.dx-popup-wrapper .dx-calendar .dx-calendar-caption-button {
    margin: 0;
}
.dx-treeview .dx-loadindicator {
    top: 8px;
    left: -1px;
    width: 11px;
    height: 11px;
}
.dx-treeview.dx-treeview-border-visible {
    border: 1px solid #cfd6d8;
}
.dx-treeview.dx-treeview-border-visible .dx-treeview-select-all-item {
    padding-left: 16px;
}
.dx-treeview.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
    padding: 1px 1px 1px 2px;
}
.dx-treeview .dx-treeview-select-all-item {
    margin: 0 0 2px 0;
    border-bottom: 1px solid #cfd6d8;
    padding: 4px 0 6px 15px;
}
.dx-treeview .dx-treeview-select-all-item .dx-checkbox-text {
    padding-left: 26px;
}
.dx-treeview .dx-treeview-node {
    padding-left: 10px;
}
.dx-treeview .dx-treeview-node.dx-state-selected > .dx-treeview-item {
    color: #202528;
}
.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item {
    padding-left: 31px;
}
.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-checkbox {
    top: 5px;
    left: 14px;
}
.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox.dx-state-focused > .dx-checkbox .dx-checkbox-icon {
    border: 1px solid #56656c;
}
.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
    background-color: #56656c;
}
.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item * {
    color: #ffffff;
}
.dx-treeview .dx-treeview-item {
    padding: 4px 6px;
    min-height: 28px;
}
.dx-treeview .dx-treeview-item .dx-icon {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.dx-treeview .dx-treeview-item.dx-state-hover {
    background-color: rgba(86, 101, 108, 0.1);
    color: #202528;
}
.dx-treeview .dx-treeview-toggle-item-visibility {
    font: 14px/1 DXIcons;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    width: 16px;
    height: 28px;
    top: 0;
    left: -4px;
}
.dx-treeview .dx-treeview-toggle-item-visibility:before {
    content: '\f04e';
}
.dx-treeview .dx-treeview-toggle-item-visibility:before {
    position: absolute;
    display: block;
    width: 22px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px;
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
    font: 14px/1 DXIcons;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
    content: '\f001';
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
    position: absolute;
    display: block;
    width: 22px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px;
}
.dx-treeview.dx-rtl .dx-loadindicator {
    left: auto;
    right: 0px;
}
.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-treeview-select-all-item {
    padding-left: 0;
    padding-right: 16px;
}
.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
    padding-left: 1px;
    padding-right: 2px;
}
.dx-treeview.dx-rtl .dx-treeview-node {
    padding-right: 10px;
}
.dx-treeview.dx-rtl .dx-treeview-item .dx-icon {
    margin-left: 5px;
}
.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-treeview-item {
    padding-right: 31px;
}
.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox {
    right: 14px;
}
.dx-treeview.dx-rtl .dx-treeview-select-all-item {
    padding-left: 0;
    padding-right: 14px;
}
.dx-treeview.dx-rtl .dx-treeview-select-all-item .dx-checkbox-text {
    padding-left: 0;
    padding-right: 26px;
}
.dx-treeview.dx-rtl.dx-rtl .dx-treeview-node .dx-checkbox {
    left: auto;
}
.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility {
    right: -4px;
}
.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox {
    overflow: visible;
}
.dx-field {
    color: #202528;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: normal;
}
.dx-field input,
.dx-field textarea {
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}
.dx-field-label {
    color: #687a82;
    cursor: default;
}
.dx-field-value.dx-attention {
    color: #8b9ba2;
    padding-left: 22px;
}
.dx-field-value.dx-attention:before {
    pointer-events: none;
    font-weight: bold;
    background-color: #8b9ba2;
    color: #ffffff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
}
.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dx-field-value-static {
    width: 60%;
}
.dx-field-label {
    padding: 5px 8px 5px 0;
}
.dx-field {
    min-height: 26px;
    padding: 0;
}
.dx-field-value.dx-widget,
.dx-field-value:not(.dx-widget) > .dx-widget {
    margin: 0;
}
.dx-field-value:not(.dx-widget) > .dx-button,
.dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-switch {
    float: right;
}
.dx-field-value.dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-checkbox {
    margin: 5px 0;
}
.dx-field-value.dx-switch,
.dx-field-value:not(.dx-widget) > .dx-switch {
    margin: 4px 0;
}
.dx-field-value.dx-slider,
.dx-field-value:not(.dx-widget) > .dx-slider {
    margin: 3px 0;
}
.dx-field-value.dx-radiogroup,
.dx-field-value:not(.dx-widget) > .dx-radiogroup {
    margin: 3px 0;
}
.dx-field-value.dx-attention {
    padding: 5px 6px 5px;
    position: relative;
    padding-left: 22px;
}
.dx-field-value.dx-attention:before {
    left: 0;
}
.dx-field-value-static {
    padding: 5px 6px 5px;
}
.dx-fieldset {
    margin: 15px 10px;
    padding: 0;
}
.dx-rtl.dx-fieldset .dx-field-value,
.dx-rtl .dx-fieldset .dx-field-value {
    float: right;
}
.dx-fieldset-header {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 16px;
}
.dx-field {
    margin: 0 0 5px 0;
}
.dx-field:last-of-type {
    margin: 0;
}
.dx-device-mobile .dx-fieldset {
    margin: 20px 15px;
    padding: 0;
}
.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value,
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value {
    float: right;
}
.dx-device-mobile .dx-fieldset-header {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 16px;
}
.dx-device-mobile .dx-field {
    margin: 0 0 10px 0;
}
.dx-device-mobile .dx-field:last-of-type {
    margin: 0;
}
.dx-tabpanel .dx-tabs {
    display: block;
    border-bottom: none;
    background-color: rgba(86, 101, 108, 0.1);
}
.dx-tabpanel .dx-tab {
    width: 140px;
}
.dx-tabpanel .dx-tab:not(.dx-tab-selected):not(.dx-state-hover) {
    background: none;
}
.dx-tabpanel .dx-tab-selected:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1.5px solid #ffffff;
    bottom: -1.4px;
}
.dx-tabpanel .dx-indent-wrapper {
    display: block;
}
.dx-tabpanel.dx-state-focused .dx-multiview-wrapper {
    border: 1px solid #56656c;
}
.dx-tabpanel.dx-state-focused .dx-tab-selected:after {
    border-top: 1px solid #56656c;
    border-right: 1px solid #56656c;
    border-left: 1px solid #56656c;
}
.dx-tabpanel .dx-multiview-wrapper {
    border: 1px solid #cfd6d8;
}
.dx-fileuploader-wrapper {
    padding: 2px;
}
.dx-fileuploader-content > .dx-fileuploader-upload-button {
    margin-left: 3px;
    margin-right: 3px;
}
.dx-fileuploader-input-wrapper {
    padding: 2px 0 2px;
    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-label {
    text-align: center;
}
.dx-fileuploader-dragover .dx-fileuploader-input-container {
    display: block;
    border: 3px dashed #cfd6d8;
    width: 100%;
}
.dx-fileuploader-dragover .dx-fileuploader-input {
    display: block;
    width: 100%;
    padding: 4px 3px;
    margin: -3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dx-fileuploader-dragover .dx-fileuploader-input-label {
    padding: 4px 4px;
}
.dx-fileuploader-file-status-message,
.dx-fileuploader-file-size {
    color: #9facb2;
}
.dx-fileuploader-input {
    padding: 2px 0;
}
.dx-fileuploader-input-label {
    padding: 5px 4px;
    color: #202528;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    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: 1px;
    color: #202528;
}
.dx-fileuploader-file-size {
    padding-bottom: 1px;
}
.dx-timeview {
    height: auto;
    width: auto;
}
.dx-timeview-clock {
    min-height: 169px;
    min-width: 169px;
    background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL8AAAC/CAQAAAAF48WNAAAQA0lEQVR42u2deXQV1R3HJwkh7CQsshyxIVqkxUBYYlgihE1StRxOKxb6FQm9KMKxEEUoixBLa1W2IGpaQQ0eyyJooQItCpICKopCFFQqClEWlyKEHVF40z/end/MvDdvnzuZl3fP94+8vDdz585n7tzld3/3/hQocaCWyMVwTMECLMN67MQBHMNJnIYKFSrO4CSO4QB2YgNewEJMxW+Qh1bxcGfuzVorDMZkLMNunOOYI9UF7MELeBCD0VriD0/JuAET8CIORok8kL7E3zEBXZAi8VurNYqwCidsxu6rE1iFIve8DW7IRAc8hD3wBIF2BnvxKp7AFIzBUPRBR2QhAxloCAUNkIEMZOF69MZQjMGDWIR1+ABngqTnwR7MRsdEx98e01AZANH3eA/PYhIGoEWUqbdAf0zEUuzC9wGu8QFm4NpExJ+G4diMK5bVw1oUIw+ptl6tNx7EP3Hc8k3YghFISxz8P8F8fOuH4Qp2YQ56CW0ck5GLWXgbly0e+gJk1X783bESP/rc+mVswd1o6WAumoPhdb+HcBmrcWPtxT8QW/1K3U6Mr7EBUguMw9t+OdqOwbUPf74f+hNYjGwX9Ls6odSvu7sd/WoP/q7Y5HN7lShCPRcNf9IwGnt98rgZXeMff0s859O/eR0DXWkASMIQbDaNPq7gObSJX/x1MRnVJvSb7GvaWCZLp88FrED/Lyb1wEZTjs9iBurGI/48n9e5Avk2gS9lFUxlKiuAAoWVsGqmMpVVsyKbct4bm005/wS94wt/I5SaqpyPUWhf6kxlVQb8FayClfAHkm7bVQrxsakaegqN4wV/P1QZsl6N+1HHzvRZJhQD/hwoUFi6/o1NqoMJplHyYRFtlt0JpuJRQ7n3oDxqi02oN8AEm2Uylaks0+brZOBZQ2N8BfPsNk7YbbvcZSgvBzFIVJ3ph38tU1m5kGsV4IDhnnbjZ27FfzvOGkrKfDQQ12Mw42flTGWVNtb8ZtXH4wYDxTmMdB/+OphneE0Po7/Y/rIRv2D4Xt2ELwzvwCK77LF2Da6MJoU1yBA9SDI0veVMZeWC4StQ0BQrTWaJVm7B3wmHDJMk4xxBr6nE9F+B4GuPwUXD7HG2G/APxClDpeOAwZZVGFRk+i9H+NW7GSqhM7GPZmLNDnCJsvOGozb7mlJzvE53/AOKahL/RENzu9TewZWLlYIyw8imuKbwzzZkYnqCoNc02TC4fKgm8P+FLn8JIxIMvgIFv8YFIvC40/jn0KXP4+YEhO8dD58mCvOdxD+VLnsaNyUofO/sgD5N+Sen8N9nmK/tkcDwFSjIwf+IxlQn8IN6O6ecdstwpbrRuMcDiMY/gPr55xO62jGqF7nAX8IAkfivo7nbSwnb4FoXygtUI2SLwt8Sn0X/mtVyDaUq+Ugk3hGRjPV0q+Y0CdxP04jOjvB9I8JPfh4lXyZhW6rMMB9gM/7b6eWqcNsCHRfZgnRvPtiJvwOtFTmcEFbN6K2hVdQv7GQX/ro0gX4JuRJyUHXFec5qH+rbg/9ReqXukYBDqohoPWkH/n40y79awg1Ly6l7PiRW/I1ocu2w+An0WqIm1AIcQZPY8JfSwpv+EmzYyqcaoywW/HmUzHwJNSI9ShVQfrT4U8lF/HORHmu1UvXwKWe3P5hfaPD5TO0JDpJAI1ZfGqhOjwZ/S5pKe17CjErP0AqZNpHjX0r++c0lyqiUTusDlkWKP4ccKSZKkFFrPFXfuZHh30QNR6rEGIMRbh8ZKiPAn08D50IJMcZ5MI1k/DxVwR/ZlIRSKtH3goXf396YvkSX8y6MVhNEqzsb5LwbNGrgcu/lcVae1rSi8ce5dAArGdo/Kv4oVslONu0IZDJ3vfAa2izoyESm40WUG2953XB8c+lbQCSJDYbtdPaB8J3VldzGB0jkdmqkeSUXC8w/uH8oJPhTBNLRaC6+MbKBcV8kLaRyhMSmO3SVgP9JxD+9mRmy5a4bFcW73560MEa/zTaXVDCEiFtOFtijX8P/3m8RCVEjPP9yAp/B/JpuEqiEqJm+IEzvsEf/yz+0xYJSpi0bfrm+OPfzX+6W2ISptGc8V5f/K14u3xFVj0C1ZT8ptqZ8WvP5R0JSah2cM5jzfhX8K/KBEJ1XTO+R9G/Mm0OjtPIhKqbrQCso6OP5sMQskSkVAlke2nu47/Xv7VWglIuNZw1pN0/C/yr4olHuG6n7N+Scd/SM7uOu75cFTDfxX/4qLIrdKluOrQ4rurvfgH83/flXAckRYv5lYv/gf4v89KNI7or/rWDAoUlBvbYinh0vyel3vxa8a2ARKNI8rX7f4KFNoMSBrbnDK8aXsEpChoSatYJBin9B1nnqn3Q3dLLI7pfa26V3AH/iyxOK44aFI35NzocTimLStqWYpWMA/PiCxOKZiznyxgmX846h4yLgaUnGBfxRnvlLBev4x3jaGTEZdNEQj1DdubhYn+Ido8SsVvBOH1s4kNMC1KMQ9uA93oBuaaY8gTvDncubvKxSVqoP1oSyTFdgejizWct8cv8QafAcPPLiI3ZiC67yTd+7BzwqCcMvizKsUHDG7PpiSSOexEFVW6qpR43BUmoJafod5yESSW/CzHB7GU2XW84dteL6/VmgD6KYWyZQzlVXzmKBFrrGX5+LffiG+j2ICGroGfwGrZCWsnKkBuGlmh1PB8VczlQ2DwoqYyipcU/bH+0QB9gaxWY/2rsGfzv9WMJWVWBzRWIt9pNCiRwsfBy0WFitgKlNd0ui2xUJTTGmVNm7sg2S31P0skxWwIqay6gD1P881fbBMpIKprJIVeFsAl5T+n2CJBXwVBzDQRfhLQgRyI/xaSUoK0oRUugh/K8wzBLDUtRc9kaS6p9+j1f3DguMPUvfzhHLYMBfV/Y0x1hTGWKv716Cd2/r9rDQAN0PdH6zpTefdz0qmMrf4AKWgM172Kf8eHMIo1HNPx5P/XRug62no+RzV3R4sarBKVsGqmcoqXVSqGuAWbKeVIiqu4ChmeyOIqm6p+atZBY8ob1X5tNb7/Z8FHvWyYayKqazakYCskagh+mIpqnAW53AcW3E3WnvbLpfgH8bRVwao+Q2jXs3m0yvOnJVaIhe3YyQGob2+CDzObD679d02hsad1TwJyUgx99jiz+K5LJ52cagl9v47OfNV+mzXZInfMU3SZ7v+IOd6HZe2bc9sBSMowL3E4rSnwxjdz2eXxFITfj7Sy815aV5u7RXoPp5yq2xn1ITsVCkKFHwgPZwdVT7tl6co0CPtSP9+Z6T596/y4p8pV7c4qjI9qoUCBb+Qa7sc1Q7z2q42cmWjo8bC87prj/crLcxXb4lHuHpw1l9B0fBrje8Uiccxe88aHf8E/tU6iccxg0Oxjr8L/+q43NFE+BzFV5x1ro4/GSf5l10lIqHKoVhehv18FKzWV1pLCdQ089Y92tdakN8dEpFQbeOcx5nxt+XebpfRTEISpqbkHnONGb++tYDcuV+cRvluI6z/VMJ/Wi8xCZO2ju4Rf/wdaacBWf2IUTouccad/fEr+JD/eI9EJURjKA6mYoV/Bv/5TYlKiN7gfB+2xn8t+fp3krBsVybFBrneGr+CLfyAUonLds2xGlmZDxlJCzXTJDBblUq2nlGB8afRupG7JDJbdQe589QPjF/BQn7YhzJqna3aaR2Sy/ew9jJmowD1Cjdmo4KXZLRe27Uu0HSW/6F5tFytuwRnizpTh75PaPx6eK+NEp0tWhs4HJ3V4YW0ZrCXhBezulPZvy08/Ho7LWN4xa5/BQvFaH3KYCr/N0uAMalfcJKhzEP7vFPCUlEphbZ92mZ9RKATe5CB6D6JMWqNpV5kz8jwK3ie7D9y+iU6NaHQ68sDHRP45NY4zU9eIlFGpac5v/NW+2WEwq/7pHhQIGFGrD5Ufc8KfFSwBNLwX9opqp4EGpHS8Ek47IIn0p+GDI9JpFFNroSoOUIls4RiWN8koUZg4fwxvHYzVEJNaZvVL5AuwYalxjjImR0LxSx0YgOpAlou0YalZVTx3Brq2HCSm0sD599JuCEFovVM6KPDSbAuDZ0voJsEHFRdaOHcfjSwB7+CjpToF2ghIQdUOj6ngtolnDPCTXgEvVKvGcMVSJkMbBuJ0tjwzgk/8VJKukyittQTROj5cM8JP/FUbKfk5RIkf40nOu+G76QWyQWuojGAJw73PRSrobSv7pHABrbY8CvIpi2Hz8vtZwzqS12TU8iO5MxILzSAlgickxPxXHlUKC+jMLJzoxlWeOhJy1XACrJxgmr98ZGeHc0F76fLHU/4B9CFZrRUzIj8/OguOosuWZ3Qu6DcaCj586JJIdoLP0aXPZuwjXBfmo5VsSi6NKK/uP4ALuBXCdnVPE8EFkbrjh9LBmYaAhgkWrzT3xviZ8yJPp3YMlFsCOH0dMLYglIMBhgVU2NJK9asjKZxgIpNzm/EynIcjyiZbjCs/RiuaU0UfgUDadCh4pCTHVGWQxElcxzsaH5Od3sm9hVAdmSpE76kLF1EkUPw01kVU1kFK2HlrMCxmSy9uT2ibw1Qs/gVtKa9Kb1zwk0cwF/icCyxxig33OPbaGtHqnZlLtVg7VZR5b+Mxnb8lUxlRayIlThS9nsaKh0VZXbteGpnFn9reDUv4xGxm7IylakUFVdshVcXc8hvR8VFjLYvbXsz+nPaDd27NqCXYPzlPDBflUD4fchd0HtP2Xambndm07DAMBa4gjJRzlms2oFgtul4ihxlVXiw2G5fVxGZHkSBCL1W0QkiVsiwtd5QxKxYUOlPBjOF5jwWqS2/pvAraIIyQ6lRsc9+F3Vvqec9/2Lb76AAe0whOZeIeYvF1Zn52G+KKrrR7iEZj4xYZTv8HhTJz6tP0U8UJZE9hjTMxFlTGXolPOejGlRnrDWFIj+LmeY9SOIHvwIFbfCcqRryYAMGuRR9f2wwofdgBdqJvaYTt9UTW31iS1fiTleFakjFCIqlpWl7oNWI8Ybf6yHxps/tfYt56OgC9D/FY/jWJ287MdiZqzt5o4V4y+c2PdgGVmMLVzMwBhWm6kaFindCe+XHJ34FCnrjFVNb4A0fthFFjq6dSccorDfMVGiDxFecdhyoiVKXhUUGDwF96mIbpqOr0E3MktAV07HNYMFRyWdpse9OU7UVvwIF9QFs83vxVaj4BqtRjDyk2ni1OuiOYqzG1xbXU7Edd4nsXLoRv1cdUIKPLZGoOIe38DeMRx80jXrs3RvjUIYdFJXSV/vxcM02/27o9t2AOdgbAJC2r8R7WI25mIQ7UYhcZKEZMtCYn98IGWiGLOSiEMBEzMVq7DJ4n1npE/zZDUNA9/S9r8ZYvGyYNxajs1iHe5Hplrt228hTq6WP2oz9a96iuGx3IvdaX9rhFkzDCuzD91Eiv4SPsBLTcJsWqsN9ige3piS0RR+Mwiw8iRV4DXtwEMdxEmfI4eMkvsNB7MFrWIEnMRujMRDt48Ht6/8v5DIilGMhYAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    background-size: 161px;
}
.dx-timeview-hourarrow {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAA5CAQAAABU3im4AAAANUlEQVQoU2NIlkvelfwZiOUYkncn/wfD/QzJP6HMPwxQBhCOMkeZxDCR0g5SipIDcr4AsTwAUieEZJG7FqcAAAAASUVORK5CYII=);
    background-size: 5px 37px;
}
.dx-timeview-minutearrow {
    background-image: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAABPCAQAAACJpcdkAAAAN0lEQVQ4T2NIlkvelfwZiOUYkncn/wfD/QzJP6HMPwxQBhCOMkeZo0xsTKTcgpSH5ICcL0AsDwAA0RyP9T484wAAAABJRU5ErkJggg==);
    background-size: 5px 69px;
}
.dx-timeview-field {
    min-height: 32px;
}
.dx-timeview-field .dx-numberbox {
    width: 54px;
}
.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
    width: 94px;
}
.dx-scheduler-time-panel {
    margin-top: -36px;
}
.dx-scheduler-time-panel-cell {
    height: 72px;
}
.dx-scheduler-date-table-cell {
    height: 36px;
}
.dx-scheduler-all-day-title {
    height: 54px;
    line-height: 54px;
    font-size: 11px;
    font-weight: bold;
    top: 39px;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
    height: 18px;
    line-height: 18px;
}
[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 74px;
}
[dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
    top: -19px;
    height: 18px;
}
[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 104px;
}
[dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
    top: -49px;
    height: 48px;
}
[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 134px;
}
[dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
    top: -79px;
    height: 78px;
}
.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    top: 75px;
}
.dx-scheduler-work-space-week[dx-group-row-count='1'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week[dx-group-row-count='1'] .dx-scheduler-all-day-title {
    top: 105px;
}
.dx-scheduler-work-space-week[dx-group-row-count='1'] .dx-scheduler-all-day-title:before,
.dx-scheduler-work-space-work-week[dx-group-row-count='1'] .dx-scheduler-all-day-title:before {
    top: -50px;
    height: 49px;
}
.dx-scheduler-work-space-week[dx-group-row-count='2'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week[dx-group-row-count='2'] .dx-scheduler-all-day-title {
    top: 135px;
}
.dx-scheduler-work-space-week[dx-group-row-count='2'] .dx-scheduler-all-day-title:before,
.dx-scheduler-work-space-work-week[dx-group-row-count='2'] .dx-scheduler-all-day-title:before {
    top: -80px;
    height: 79px;
}
.dx-scheduler-work-space-week[dx-group-row-count='3'] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week[dx-group-row-count='3'] .dx-scheduler-all-day-title {
    top: 165px;
}
.dx-scheduler-work-space-week[dx-group-row-count='3'] .dx-scheduler-all-day-title:before,
.dx-scheduler-work-space-work-week[dx-group-row-count='3'] .dx-scheduler-all-day-title:before {
    top: -110px;
    height: 109px;
}
.dx-scheduler-all-day-table {
    height: 54px;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
    height: 18px;
}
.dx-scheduler-header-panel {
    margin-top: 5px;
}
.dx-scheduler-header-panel-cell {
    height: 31px;
}
.dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 36px;
    margin-bottom: -36px;
}
.dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 66px;
    margin-bottom: -66px;
}
.dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 96px;
    margin-bottom: -96px;
}
.dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 126px;
    margin-bottom: -126px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 120px;
    margin-bottom: -120px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 150px;
    margin-bottom: -150px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 180px;
    margin-bottom: -180px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 54px;
    margin-bottom: -54px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 84px;
    margin-bottom: -84px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 114px;
    margin-bottom: -114px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 144px;
    margin-bottom: -144px;
}
.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 0;
    margin-bottom: 0;
}
.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 90px;
    margin-bottom: -90px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 54px;
    margin-bottom: -54px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 84px;
    margin-bottom: -84px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 114px;
    margin-bottom: -114px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 144px;
    margin-bottom: -144px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 18px;
    margin-bottom: -18px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 48px;
    margin-bottom: -48px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 78px;
    margin-bottom: -78px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 108px;
    margin-bottom: -108px;
}
.dx-scheduler-work-space-day .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
    border-bottom: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-title {
    top: 40px;
}
.dx-scheduler-work-space-month .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 36px;
    margin-bottom: -36px;
}
.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 66px;
    margin-bottom: -66px;
}
.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 96px;
    margin-bottom: -96px;
}
.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 126px;
    margin-bottom: -126px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 11px;
}
.dx-scheduler-appointment-tooltip .dx-button-content {
    font-size: 10.769230769px;
}
.dx-scheduler-appointment-tooltip .dx-button-content .dx-icon {
    font-size: 14px;
}
.dx-scheduler-appointment-tooltip .dx-scheduler-appointment-tooltip-title {
    font-size: 14px;
}
.dx-scheduler-dropdown-appointments .dx-button-content {
    padding: 0;
}
.dx-scheduler.dx-state-focused,
.dx-scheduler-header.dx-state-focused,
.dx-scheduler-navigator.dx-state-focused,
.dx-scheduler-work-space.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dx-scheduler-header {
    background-color: #eeeeee;
    border: 1px solid rgba(207, 214, 216, 0.6);
    height: 39px;
}
.dx-scheduler-navigator {
    height: 25px;
}
.dx-scheduler-navigator .dx-button {
    margin: -1px 5px 0px 0px;
    height: 25px;
}
.dx-scheduler-view-switcher.dx-tabs {
    font-size: 12px;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab:not(.dx-tab-selected):not(.dx-state-hover) {
    background: none;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected {
    background-color: #ffffff;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:before {
    background-color: #ffffff;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-state-focused:after {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
    border-right: 1px solid rgba(207, 214, 216, 0.6);
    border-top: 1px solid #606060;
    border-bottom: none;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:after {
    height: 39px;
}
.dx-scheduler-navigator,
.dx-scheduler-view-switcher.dx-dropdownmenu {
    margin-top: 7px;
}
.dx-scheduler-view-switcher-label {
    margin-top: 11.2px;
    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(207, 214, 216, 0.6);
}
.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) .dx-scheduler-group-header {
    font-size: 12px;
    color: #202528;
}
.dx-scheduler-header-panel .dx-scheduler-group-row .dx-scheduler-group-header {
    font-weight: bold;
    font-size: 18px;
    color: #202528;
}
.dx-scheduler-all-day-panel {
    background-color: #fafafa;
}
.dx-scheduler-work-space {
    padding-top: 39px;
    margin-top: -39px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-title {
    border-top: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell {
    border-left: 1px solid rgba(207, 214, 216, 0.6);
}
.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(207, 214, 216, 0.6);
    border-right: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-all-day-table-cell.dx-state-active,
.dx-scheduler-date-table-cell.dx-state-active {
    background-color: rgba(211, 211, 211, 0.7);
}
.dx-scheduler-all-day-table-cell.dx-state-hover,
.dx-scheduler-date-table-cell.dx-state-hover {
    background-color: rgba(207, 214, 216, 0.5);
    color: #767676;
}
.dx-recurrence-editor-container {
    position: relative;
    margin-top: 15px;
    margin-bottom: 21px;
    padding-top: 17px;
}
.dx-scheduler-appointment-popup .dx-popup-content {
    padding: 0;
}
.dx-scheduler-appointment-popup .dx-fieldset {
    margin: 0 15px 15px 10px;
}
.dx-scheduler-appointment-popup .dx-popup-title {
    background-color: #ffffff;
    border-bottom: none;
}
.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-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-recurrence-repeat-end-container {
    margin: 0;
}
.dx-scheduler-appointment-popup .dx-recurrence-switch {
    margin-top: 6px;
}
.dx-scheduler-appointment-popup .dx-scheduler-appointment-popup-recurrence-field {
    margin-bottom: 13px;
}
.dx-scheduler-appointment-popup .dx-recurrence-radiogroup-repeat-type-label,
.dx-scheduler-appointment-popup .dx-recurrence-repeat-end-label {
    line-height: 26px;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item:before {
    background-color: #fafafa;
}
.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-scheduler-recurrence-rule-item-opened:before {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.dx-scheduler-appointment-tooltip-buttons:before,
.dx-scheduler-appointment-tooltip-buttons:after {
    display: table;
    content: '';
    line-height: 0;
}
.dx-scheduler-appointment-tooltip-buttons:after {
    clear: both;
}
.dx-scheduler-appointment-tooltip-buttons:before,
.dx-scheduler-appointment-tooltip-buttons:after {
    display: table;
    content: '';
    line-height: 0;
}
.dx-scheduler-appointment-tooltip-buttons:after {
    clear: both;
}
.dx-scheduler-appointment-tooltip-buttons .dx-button:nth-child(even) {
    float: right;
    margin-right: 0;
}
.dx-scheduler-appointment-tooltip-buttons .dx-button:nth-child(odd) {
    float: left;
    margin-left: 0;
}
.dx-scheduler-appointment-tooltip-buttons .dx-button .dx-button-content {
    padding: 2px 10px 3px 10px;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    font-size: 14px;
}
.dx-scheduler-header-panel,
.dx-scheduler-time-panel {
    font-size: 16px;
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n+7),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n+7),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-week th:nth-child(7n+7),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n+7),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month th:nth-child(7n+7),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-day th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n+5),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n+5),
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week th:nth-child(5n+5),
.dx-scheduler-work-space-grouped .dx-scheduler-group-row th {
    border-right: 1px solid #a0a0a0;
}
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n+7),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n+7),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-week th:nth-child(7n+7),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n+7),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-month th:nth-child(7n+7),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-day th,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n+5),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n+5),
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week th:nth-child(5n+5),
.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-date-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-work-week .dx-scheduler-group-header:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-week .dx-scheduler-group-header:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-group-header:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-day .dx-scheduler-group-header:last-child {
    border-right: none;
}
.dx-scheduler-appointment.dx-state-focused {
    color: #ffffff;
}
.dx-scheduler-dropdown-appointment {
    border-bottom: 1px solid rgba(207, 214, 216, 0.6);
}
.dx-scheduler-dropdown-appointment-date {
    color: #767676;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline)[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 67px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline)[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 97px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline)[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 127px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline) .dx-scheduler-header-scrollable {
    height: 37px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline) .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 36px;
    margin-bottom: -36px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline)[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)[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 66px;
    margin-bottom: -66px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline)[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)[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 96px;
    margin-bottom: -96px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline)[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)[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 126px;
    margin-bottom: -126px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 36px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 66px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 96px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 6px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).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).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 5px;
    margin-bottom: -5px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).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).dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 35px;
    margin-bottom: -35px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).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).dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 65px;
    margin-bottom: -65px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline).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).dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 95px;
    margin-bottom: -95px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title {
    background-color: #fafafa;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before {
    background-color: #ffffff;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 67px;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 97px;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 127px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable {
    height: 37px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 31px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 61px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 91px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 1px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 121px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 151px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 181px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
    height: 91px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 85px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 115px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 145px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 55px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 90px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 120px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 150px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
    height: 60px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 54px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 84px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 114px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
    height: 24px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count='1'] .dx-scheduler-header-scrollable {
    height: 67px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count='2'] .dx-scheduler-header-scrollable {
    height: 97px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count='3'] .dx-scheduler-header-scrollable {
    height: 127px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
    height: 37px;
}
.dx-form-group-with-caption > .dx-form-group-content {
    border-top: 1px solid #cfd6d8;
}
.dx-form-group-caption {
    font-size: 16px;
}
.dx-form-group-with-caption .dx-form-group-content {
    padding-bottom: 10px;
}
.dx-field-item-label-text {
    color: #687a82;
}
.dx-field-item-help-text {
    color: #687a82;
}
.dx-field-item-required-mark {
    color: #ea4444;
}
.dx-field-item-optional-mark {
    color: #afafaf;
}
.dx-desktop-layout-main-menu {
    background: #606060;
}
.dx-desktop-layout-main-menu .dx-nav-item.dx-tab-selected {
    background: #eef0f1;
    border-top: 1px solid #d2d8db;
}
.dx-desktop-layout-main-menu .dx-nav-item.dx-tab-selected .dx-tab-text {
    color: #202528;
}
.dx-desktop-layout-main-menu .dx-nav-item.dx-tab-selected.dx-state-hover {
    background: #eef0f1;
}
.dx-desktop-layout-main-menu .dx-nav-item.dx-tab-selected.dx-state-hover .dx-tab-text {
    color: #202528;
}
.dx-desktop-layout-main-menu .dx-nav-item.dx-state-hover {
    background: #5d6d74;
}
.dx-desktop-layout-main-menu .dx-nav-item.dx-state-hover .dx-tab-text {
    color: #eef0f1;
}
.dx-desktop-layout-main-menu .dx-nav-item .dx-tab-text {
    color: #eef0f1;
}
.dx-desktop-layout-copyright {
    color: #748890;
}
.dx-desktop-layout-toolbar {
    background: #eef0f1;
    border-bottom-color: #d2d8db;
}
.dx-splitter {
    border-right-color: #d2d8db;
}
