@charset "UTF-8";

/* bower_components/fakeLoader/fakeLoader.css */
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
  }
  50% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0);
  }
  40% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
  }
  50% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}
.cube1,
.cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}
.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}
.spinner7 > div {
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}
.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}

/* bower_components/PACE/themes/blue/pace-theme-minimal.css */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* bower_components/nouislider/distribute/nouislider.min.css */
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition:
    top .3s,
    right .3s,
    bottom .3s,
    left .3s;
  transition:
    top .3s,
    right .3s,
    bottom .3s,
    left .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #EBEBEB,
    0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #DDD,
    0 3px 6px -3px #BBB;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* bower_components/nvd3/build/nv.d3.min.css */
.nvd3 .nv-axis line,
.nvd3 .nv-axis path {
  fill: none;
  shape-rendering: crispEdges;
}
.nv-brush .extent,
.nvd3 .background path,
.nvd3 .nv-axis line,
.nvd3 .nv-axis path {
  shape-rendering: crispEdges;
}
.nv-distx,
.nv-disty,
.nv-noninteractive,
.nvd3 .nv-axis,
.nvd3.nv-pie .nv-label,
.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}
.nvd3 .nv-axis {
  opacity: 1;
}
.nvd3 .nv-axis.nv-disabled,
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}
.nvd3 .nv-axis path {
  stroke: #000;
  stroke-opacity: .75;
}
.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}
.nvd3 .nv-axis line {
  stroke: #e5e5e5;
}
.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}
.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: 700;
}
.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}
.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}
.nvd3 .nv-bars .hover rect {
  fill: #add8e6;
}
.nvd3 .nv-bars text {
  fill: transparent;
}
.nvd3 .nv-bars .hover text {
  fill: rgba(0, 0, 0, 1);
}
.nvd3 .nv-discretebar .nv-groups rect,
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
}
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick,
.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover,
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: 700;
  fill: rgba(0, 0, 0, 1);
  stroke: transparent;
}
.nvd3 .nv-boxplot circle {
  fill-opacity: .5;
}
.nvd3 .nv-boxplot circle:hover,
.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}
.nvd3 line.nv-boxplot-median {
  stroke: #000;
}
.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
.nvd3.nv-bullet {
  font: 10px sans-serif;
}
.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8;
}
.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}
.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}
.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px;
}
.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}
.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}
.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}
.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: 700;
}
.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}
.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}
.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}
.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}
.nv-force-link {
  stroke: #999;
  stroke-opacity: .6;
}
.nv-force-node text {
  stroke-width: 0;
}
.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}
.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}
.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75;
}
.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
  fill: none;
}
.nvd3 .nv-groups path.nv-area {
  stroke: none;
}
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}
.nvd3 .nv-groups .nv-point.hover,
.nvd3.nv-scatter .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important;
}
.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}
.nvd3 .nv-indexLine {
  cursor: ew-resize;
}
svg.nvd3-svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border-radius: 5px;
}
.nvd3 text {
  font: 400 12px Arial, sans-serif;
}
.nvd3 .title {
  font: 700 14px Arial, sans-serif;
}
.nvd3 .nv-background {
  fill: #fff;
  fill-opacity: 0;
}
.nvd3.nv-noData {
  font-size: 18px;
  font-weight: 700;
}
.nv-brush .extent {
  fill-opacity: .125;
}
.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}
.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}
.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}
.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7;
}
@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}
.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
}
.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7;
}
.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges;
}
.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}
.nvd3 .missingValuesline line {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, .59);
}
.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}
.nvd3.nv-pie path {
  transition:
    fill-opacity 250ms linear,
    stroke-width 250ms linear,
    stroke-opacity 250ms linear;
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
  fill-opacity: .7;
}
.nvd3.nv-pie .hover path {
  fill-opacity: 1;
}
.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5;
}
.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}
.nvd3.nv-sparkline path {
  fill: none;
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}
.nvd3 .nv-interactiveGuideLine,
.nvtooltip {
  pointer-events: none;
}
.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: 400;
}
.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}
.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: 700;
  font-size: 1.1em;
}
.nvtooltip h3,
.nvtooltip table td.key {
  font-weight: 400;
}
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
}
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}
.nvtooltip {
  position: absolute;
  color: rgba(0, 0, 0, 1);
  padding: 1px;
  z-index: 10000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 4px;
}
.nvtooltip h3,
.nvtooltip p {
  margin: 0;
  text-align: center;
}
.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  transition-delay: 200ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}
.nvtooltip h3 {
  padding: 4px 14px;
  line-height: 18px;
  background-color: rgba(247, 247, 247, .75);
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.nvtooltip p {
  padding: 5px 14px;
}
.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}
.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}
.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}
.nvtooltip table td.key.total {
  font-weight: 700;
}
.nvtooltip table td.value {
  text-align: right;
  font-weight: 700;
}
.nvtooltip table td.percent {
  color: #a9a9a9;
}
.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}
.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}
.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}
.nvd3 line.nv-guideline {
  stroke: #ccc;
}

/* bower_components/morris.js/morris.css */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/* src/app/styles/main.scss */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open sans", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: #0277bd;
  text-decoration: none;
}
a:focus {
  color: #014771;
  text-decoration: underline;
}
a:hover {
  color: #014771;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role=button] {
  cursor: pointer;
}
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9e9e9e;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea {
  line-height: inherit;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type=search] {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: normal;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  border-left: 0.25rem solid #e0e0e0;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #9e9e9e;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e0e0e0;
  border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: "\a0\2014";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #9e9e9e;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f5f5f5;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212121;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212121;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.3333333333%;
}
.pull-2 {
  right: 16.6666666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.3333333333%;
}
.pull-5 {
  right: 41.6666666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.3333333333%;
}
.pull-8 {
  right: 66.6666666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.3333333333%;
}
.pull-11 {
  right: 91.6666666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.3333333333%;
}
.push-2 {
  left: 16.6666666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.3333333333%;
}
.push-5 {
  left: 41.6666666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.3333333333%;
}
.push-8 {
  left: 66.6666666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.3333333333%;
}
.push-11 {
  left: 91.6666666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}
.table tbody + tbody {
  border-top: 2px solid #e0e0e0;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e0e0e0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e0e0e0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #fff;
  background-color: #212121;
}
.thead-default th {
  color: #616161;
  background-color: #e0e0e0;
}
.table-inverse {
  color: #fff;
  background-color: #212121;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 12px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #616161;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #616161;
  background-color: #fff;
  border-color: #42b7fd;
  outline: none;
}
.form-control::placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e0e0e0;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(1.9375rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #616161;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
}
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}
.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #9e9e9e;
  cursor: not-allowed;
}
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-control-feedback {
  margin-top: 0.25rem;
}
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.484375rem;
  background-size: 0.96875rem 0.96875rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #388e3c;
}
.has-success .form-control {
  border-color: #388e3c;
}
.has-success .input-group-addon {
  color: #388e3c;
  border-color: #388e3c;
  background-color: #b2e0b4;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23388e3c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f57c00;
}
.has-warning .form-control {
  border-color: #f57c00;
}
.has-warning .input-group-addon {
  color: #f57c00;
  border-color: #f57c00;
  background-color: #ffe1c2;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f57c00' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #b71c1c;
}
.has-danger .form-control {
  border-color: #b71c1c;
}
.has-danger .input-group-addon {
  color: #b71c1c;
  border-color: #b71c1c;
  background-color: #f2adad;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b71c1c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus {
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active,
.btn.active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #01578b;
  border-color: #015180;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 119, 189, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0277bd;
  border-color: #0277bd;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #01578b;
  background-image: none;
  border-color: #015180;
}
.btn-secondary {
  color: #212121;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #212121;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-info {
  color: #fff;
  background-color: #138496;
  border-color: #138496;
}
.btn-info:hover {
  color: #fff;
  background-color: #0d5c69;
  border-color: #0c5460;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 2px rgba(19, 132, 150, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #138496;
  border-color: #138496;
}
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0d5c69;
  background-image: none;
  border-color: #0c5460;
}
.btn-success {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c;
}
.btn-success:hover {
  color: #fff;
  background-color: #2a692d;
  border-color: #276229;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 2px rgba(56, 142, 60, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #388e3c;
  border-color: #388e3c;
}
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a692d;
  background-image: none;
  border-color: #276229;
}
.btn-warning {
  color: #fff;
  background-color: #f57c00;
  border-color: #f57c00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c26200;
  border-color: #b85d00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(245, 124, 0, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f57c00;
  border-color: #f57c00;
}
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c26200;
  background-image: none;
  border-color: #b85d00;
}
.btn-danger {
  color: #fff;
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8b1515;
  border-color: #821414;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #8b1515;
  background-image: none;
  border-color: #821414;
}
.btn-outline-primary {
  color: #0277bd;
  background-image: none;
  background-color: transparent;
  border-color: #0277bd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 119, 189, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0277bd;
  background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-info {
  color: #138496;
  background-image: none;
  background-color: transparent;
  border-color: #138496;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #138496;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(19, 132, 150, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #138496;
  background-color: transparent;
}
.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #138496;
  border-color: #138496;
}
.btn-outline-success {
  color: #388e3c;
  background-image: none;
  background-color: transparent;
  border-color: #388e3c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(56, 142, 60, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #388e3c;
  background-color: transparent;
}
.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c;
}
.btn-outline-warning {
  color: #f57c00;
  background-image: none;
  background-color: transparent;
  border-color: #f57c00;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f57c00;
  border-color: #f57c00;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(245, 124, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f57c00;
  background-color: transparent;
}
.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f57c00;
  border-color: #f57c00;
}
.btn-outline-danger {
  color: #b71c1c;
  background-image: none;
  background-color: transparent;
  border-color: #b71c1c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #b71c1c;
  background-color: transparent;
}
.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.btn-link {
  font-weight: normal;
  color: #0277bd;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus {
  color: #014771;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:hover {
  color: #014771;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #9e9e9e;
}
.btn-link:disabled:focus {
  text-decoration: none;
}
.btn-link:disabled:hover {
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 9999;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.75rem;
  color: #212121;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e0e0e0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus {
  color: #141414;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item:hover {
  color: #141414;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0277bd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #9e9e9e;
  cursor: not-allowed;
  background-color: transparent;
}
.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #9e9e9e;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active {
  z-index: 3;
}
.input-group .form-control:hover {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.25;
  color: #616161;
  text-align: center;
  background-color: #e0e0e0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
}
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  flex: 1;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 3;
}
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active {
  z-index: 3;
}
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0277bd;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0277bd;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #74cafe;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #e0e0e0;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #9e9e9e;
  cursor: not-allowed;
}
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0277bd;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(1.9375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #616161;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #42b7fd;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #616161;
  background-color: #fff;
}
.custom-select:disabled {
  color: #9e9e9e;
  cursor: not-allowed;
  background-color: #e0e0e0;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #616161;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #616161;
  background-color: #e0e0e0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus {
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #9e9e9e;
  cursor: not-allowed;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:focus {
  border-color: #e0e0e0 #e0e0e0 #ddd;
}
.nav-tabs .nav-link:hover {
  border-color: #e0e0e0 #e0e0e0 #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #9e9e9e;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #616161;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0277bd;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-primary {
  background-color: #0277bd;
  border-color: #0277bd;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}
.card-success {
  background-color: #388e3c;
  border-color: #388e3c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}
.card-info {
  background-color: #138496;
  border-color: #138496;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}
.card-warning {
  background-color: #f57c00;
  border-color: #f57c00;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}
.card-danger {
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}
.card-outline-primary {
  background-color: transparent;
  border-color: #0277bd;
}
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}
.card-outline-info {
  background-color: transparent;
  border-color: #138496;
}
.card-outline-success {
  background-color: transparent;
  border-color: #388e3c;
}
.card-outline-warning {
  background-color: transparent;
  border-color: #f57c00;
}
.card-outline-danger {
  background-color: transparent;
  border-color: #b71c1c;
}
.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus {
  color: #fff;
}
.card-inverse .card-link:hover {
  color: #fff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 10px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e0e0e0;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #9e9e9e;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #9e9e9e;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.page-item.disabled .page-link {
  color: #9e9e9e;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0277bd;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus {
  color: #014771;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #ddd;
}
.page-link:hover {
  color: #014771;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.badge-default {
  background-color: #9e9e9e;
}
.badge-default[href]:focus {
  background-color: #858585;
}
.badge-default[href]:hover {
  background-color: #858585;
}
.badge-primary {
  background-color: #0277bd;
}
.badge-primary[href]:focus {
  background-color: #01578b;
}
.badge-primary[href]:hover {
  background-color: #01578b;
}
.badge-success {
  background-color: #388e3c;
}
.badge-success[href]:focus {
  background-color: #2a692d;
}
.badge-success[href]:hover {
  background-color: #2a692d;
}
.badge-info {
  background-color: #138496;
}
.badge-info[href]:focus {
  background-color: #0d5c69;
}
.badge-info[href]:hover {
  background-color: #0d5c69;
}
.badge-warning {
  background-color: #f57c00;
}
.badge-warning[href]:focus {
  background-color: #c26200;
}
.badge-warning[href]:hover {
  background-color: #c26200;
}
.badge-danger {
  background-color: #b71c1c;
}
.badge-danger[href]:focus {
  background-color: #8b1515;
}
.badge-danger[href]:hover {
  background-color: #8b1515;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: bold;
}
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e0e0e0;
}
.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0277bd;
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #616161;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #212121;
}
.list-group-item-action:focus {
  color: #616161;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:hover {
  color: #616161;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #e0e0e0;
}
.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:focus {
  text-decoration: none;
}
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #9e9e9e;
  cursor: not-allowed;
  background-color: #fff;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #9e9e9e;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text {
  color: #c0e7fe;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.close {
  float: right;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-1200 {
  max-width: 1200px !important;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60%;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 90%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 0.75rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover::before {
  content: "";
  border-width: 11px;
}
.popover::after {
  content: "";
  border-width: 10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-faded {
  background-color: #f7f7f7;
}
.bg-primary {
  background-color: #0277bd !important;
}
a.bg-primary:focus {
  background-color: #01578b !important;
}
a.bg-primary:hover {
  background-color: #01578b !important;
}
.bg-success {
  background-color: #388e3c !important;
}
a.bg-success:focus {
  background-color: #2a692d !important;
}
a.bg-success:hover {
  background-color: #2a692d !important;
}
.bg-info {
  background-color: #138496 !important;
}
a.bg-info:focus {
  background-color: #0d5c69 !important;
}
a.bg-info:hover {
  background-color: #0d5c69 !important;
}
.bg-warning {
  background-color: #f57c00 !important;
}
a.bg-warning:focus {
  background-color: #c26200 !important;
}
a.bg-warning:hover {
  background-color: #c26200 !important;
}
.bg-danger {
  background-color: #b71c1c !important;
}
a.bg-danger:focus {
  background-color: #8b1515 !important;
}
a.bg-danger:hover {
  background-color: #8b1515 !important;
}
.bg-inverse {
  background-color: #212121 !important;
}
a.bg-inverse:focus {
  background-color: #080808 !important;
}
a.bg-inverse:hover {
  background-color: #080808 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-0 {
  border-radius: 0;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}
.flex-last {
  order: 1;
}
.flex-unordered {
  order: 0;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }
  .flex-sm-last {
    order: 1;
  }
  .flex-sm-unordered {
    order: 0;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }
  .flex-md-last {
    order: 1;
  }
  .flex-md-unordered {
    order: 0;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }
  .flex-lg-last {
    order: 1;
  }
  .flex-lg-unordered {
    order: 0;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }
  .flex-xl-last {
    order: 1;
  }
  .flex-xl-unordered {
    order: 0;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #9e9e9e !important;
}
a.text-muted:focus {
  color: #858585 !important;
}
a.text-muted:hover {
  color: #858585 !important;
}
.text-primary {
  color: #0277bd !important;
}
a.text-primary:focus {
  color: #01578b !important;
}
a.text-primary:hover {
  color: #01578b !important;
}
.text-success {
  color: #388e3c !important;
}
a.text-success:focus {
  color: #2a692d !important;
}
a.text-success:hover {
  color: #2a692d !important;
}
.text-info {
  color: #138496 !important;
}
a.text-info:focus {
  color: #0d5c69 !important;
}
a.text-info:hover {
  color: #0d5c69 !important;
}
.text-warning {
  color: #f57c00 !important;
}
a.text-warning:focus {
  color: #c26200 !important;
}
a.text-warning:hover {
  color: #c26200 !important;
}
.text-danger {
  color: #b71c1c !important;
}
a.text-danger:focus {
  color: #8b1515 !important;
}
a.text-danger:hover {
  color: #8b1515 !important;
}
.text-gray-dark {
  color: #212121 !important;
}
a.text-gray-dark:focus {
  color: #080808 !important;
}
a.text-gray-dark:hover {
  color: #080808 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.h-0 {
  height: 0px !important;
}
.min-h-0 {
  min-height: 0px !important;
}
.max-h-0 {
  max-height: 0px !important;
}
.h-10 {
  height: 10px !important;
}
.min-h-10 {
  min-height: 10px !important;
}
.max-h-10 {
  max-height: 10px !important;
}
.h-20 {
  height: 20px !important;
}
.min-h-20 {
  min-height: 20px !important;
}
.max-h-20 {
  max-height: 20px !important;
}
.h-30 {
  height: 30px !important;
}
.min-h-30 {
  min-height: 30px !important;
}
.max-h-30 {
  max-height: 30px !important;
}
.h-40 {
  height: 40px !important;
}
.min-h-40 {
  min-height: 40px !important;
}
.max-h-40 {
  max-height: 40px !important;
}
.h-50 {
  height: 50px !important;
}
.min-h-50 {
  min-height: 50px !important;
}
.max-h-50 {
  max-height: 50px !important;
}
.h-60 {
  height: 60px !important;
}
.min-h-60 {
  min-height: 60px !important;
}
.max-h-60 {
  max-height: 60px !important;
}
.h-70 {
  height: 70px !important;
}
.min-h-70 {
  min-height: 70px !important;
}
.max-h-70 {
  max-height: 70px !important;
}
.h-80 {
  height: 80px !important;
}
.min-h-80 {
  min-height: 80px !important;
}
.max-h-80 {
  max-height: 80px !important;
}
.h-90 {
  height: 90px !important;
}
.min-h-90 {
  min-height: 90px !important;
}
.max-h-90 {
  max-height: 90px !important;
}
.h-100 {
  height: 100px !important;
}
.min-h-100 {
  min-height: 100px !important;
}
.max-h-100 {
  max-height: 100px !important;
}
.h-150 {
  height: 150px !important;
}
.min-h-150 {
  min-height: 150px !important;
}
.max-h-150 {
  max-height: 150px !important;
}
.h-200 {
  height: 200px !important;
}
.min-h-200 {
  min-height: 200px !important;
}
.max-h-200 {
  max-height: 200px !important;
}
.h-250 {
  height: 250px !important;
}
.min-h-250 {
  min-height: 250px !important;
}
.max-h-250 {
  max-height: 250px !important;
}
.h-300 {
  height: 300px !important;
}
.min-h-300 {
  min-height: 300px !important;
}
.max-h-300 {
  max-height: 300px !important;
}
.h-350 {
  height: 350px !important;
}
.min-h-350 {
  min-height: 350px !important;
}
.max-h-350 {
  max-height: 350px !important;
}
.h-400 {
  height: 400px !important;
}
.min-h-400 {
  min-height: 400px !important;
}
.max-h-400 {
  max-height: 400px !important;
}
.h-450 {
  height: 450px !important;
}
.min-h-450 {
  min-height: 450px !important;
}
.max-h-450 {
  max-height: 450px !important;
}
.h-500 {
  height: 500px !important;
}
.min-h-500 {
  min-height: 500px !important;
}
.max-h-500 {
  max-height: 500px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-55 {
  margin: 55px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-65 {
  margin: 65px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-95 {
  margin: 95px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-l-55 {
  margin-left: 55px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-l-65 {
  margin-left: 65px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.m-l-85 {
  margin-left: 85px !important;
}
.m-l-90 {
  margin-left: 90px !important;
}
.m-l-95 {
  margin-left: 95px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-r-55 {
  margin-right: 55px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-r-65 {
  margin-right: 65px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.m-r-85 {
  margin-right: 85px !important;
}
.m-r-90 {
  margin-right: 90px !important;
}
.m-r-95 {
  margin-right: 95px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-85 {
  margin-top: 85px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-t-95 {
  margin-top: 95px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-85 {
  padding: 85px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-95 {
  padding: 95px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.w-0 {
  width: 0px !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.max-w-0 {
  max-width: 0px !important;
}
.w-10 {
  width: 10px !important;
}
.min-w-10 {
  min-width: 10px !important;
}
.max-w-10 {
  max-width: 10px !important;
}
.w-20 {
  width: 20px !important;
}
.min-w-20 {
  min-width: 20px !important;
}
.max-w-20 {
  max-width: 20px !important;
}
.w-30 {
  width: 30px !important;
}
.min-w-30 {
  min-width: 30px !important;
}
.max-w-30 {
  max-width: 30px !important;
}
.w-40 {
  width: 40px !important;
}
.min-w-40 {
  min-width: 40px !important;
}
.max-w-40 {
  max-width: 40px !important;
}
.w-50 {
  width: 50px !important;
}
.min-w-50 {
  min-width: 50px !important;
}
.max-w-50 {
  max-width: 50px !important;
}
.w-60 {
  width: 60px !important;
}
.min-w-60 {
  min-width: 60px !important;
}
.max-w-60 {
  max-width: 60px !important;
}
.w-70 {
  width: 70px !important;
}
.min-w-70 {
  min-width: 70px !important;
}
.max-w-70 {
  max-width: 70px !important;
}
.w-80 {
  width: 80px !important;
}
.min-w-80 {
  min-width: 80px !important;
}
.max-w-80 {
  max-width: 80px !important;
}
.w-90 {
  width: 90px !important;
}
.min-w-90 {
  min-width: 90px !important;
}
.max-w-90 {
  max-width: 90px !important;
}
.w-100 {
  width: 100px !important;
}
.min-w-100 {
  min-width: 100px !important;
}
.max-w-100 {
  max-width: 100px !important;
}
.w-150 {
  width: 150px !important;
}
.min-w-150 {
  min-width: 150px !important;
}
.max-w-150 {
  max-width: 150px !important;
}
.w-200 {
  width: 200px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.max-w-200 {
  max-width: 200px !important;
}
.w-250 {
  width: 250px !important;
}
.min-w-250 {
  min-width: 250px !important;
}
.max-w-250 {
  max-width: 250px !important;
}
.w-300 {
  width: 300px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.max-w-300 {
  max-width: 300px !important;
}
.w-350 {
  width: 350px !important;
}
.min-w-350 {
  min-width: 350px !important;
}
.max-w-350 {
  max-width: 350px !important;
}
.w-400 {
  width: 400px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.max-w-400 {
  max-width: 400px !important;
}
.w-450 {
  width: 450px !important;
}
.min-w-450 {
  min-width: 450px !important;
}
.max-w-450 {
  max-width: 450px !important;
}
.w-500 {
  width: 500px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.max-w-500 {
  max-width: 500px !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}
.f-w-800 {
  font-weight: 800 !important;
}
.f-w-900 {
  font-weight: 900 !important;
}
.f-s-10 {
  font-size: 10px !important;
}
.f-s-11 {
  font-size: 11px !important;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-13 {
  font-size: 13px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.f-s-16 {
  font-size: 16px !important;
}
.f-s-17 {
  font-size: 17px !important;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-19 {
  font-size: 19px !important;
}
.f-s-20 {
  font-size: 20px !important;
}
.f-s-21 {
  font-size: 21px !important;
}
.f-s-22 {
  font-size: 22px !important;
}
.f-s-23 {
  font-size: 23px !important;
}
.f-s-24 {
  font-size: 24px !important;
}
.text-xs {
  font-size: 0.8rem !important;
}
.text-sm {
  font-size: 0.95rem !important;
}
.text-default {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.2rem !important;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: IRANSans-web;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  font-size: 0.875rem;
}
[data-navbar=light] a,
[data-navbar=light] .btn,
[data-sidebar=light] a,
[data-sidebar=light] .btn,
[data-background=light] a,
[data-background=light] .btn {
  color: #212121;
}
[data-navbar=dark] a,
[data-navbar=dark] .btn,
[data-sidebar=dark] a,
[data-sidebar=dark] .btn,
[data-background=dark] a,
[data-background=dark] .btn {
  color: #f5f5f5;
}
[data-navbar=indigo] a,
[data-navbar=indigo] .btn,
[data-sidebar=indigo] a,
[data-sidebar=indigo] .btn,
[data-background=indigo] a,
[data-background=indigo] .btn {
  color: #f5f5f5;
}
[data-navbar=blue-grey] a,
[data-navbar=blue-grey] .btn,
[data-sidebar=blue-grey] a,
[data-sidebar=blue-grey] .btn,
[data-background=blue-grey] a,
[data-background=blue-grey] .btn {
  color: #f5f5f5;
}
input,
select {
  font-family: IRANSans-web;
}
::-moz-selection {
  background-color: #ffa000;
}
::selection {
  background-color: #ffa000;
}
.hidden {
  display: none;
}
.no-before:before {
  display: none !important;
}
.no-after:after {
  display: none !important;
}
.loading .pace {
  display: none;
}
.separator {
  flex: 1;
}
.loading body .navbar,
.loading body .top-navigation,
.loading body .jumbotron,
.loading body .left-sidebar-placeholder,
.loading body .left-sidebar,
.loading body .right-sidebar,
.loading body .theme-config-backdrop,
.loading body .left-sidebar-backdrop,
.loading body .right-sidebar-backdrop,
.loading body *::before,
.loading body *::after,
.loading body > .container-fluid {
  visibility: hidden !important;
}
.left-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 20;
  opacity: 0;
  background: #000 !important;
  transition: opacity 0.25s ease-in-out;
}
.left-sidebar-backdrop.fade {
  display: block;
}
.left-sidebar-backdrop.in {
  opacity: 0.35;
}
.right-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 19;
  opacity: 0;
  background: #000 !important;
  transition: opacity 0.25s ease-in-out;
}
.right-sidebar-backdrop.fade {
  display: block;
}
.right-sidebar-backdrop.in {
  opacity: 0.35;
}
html:not(.loading) [data-layout][data-background=light] {
  background-color: #fff;
  color: #212121;
}
html:not(.loading) [data-layout][data-background=dark] {
  background-color: #212121;
  color: #f5f5f5;
}
html:not(.loading) [data-layout][data-background=indigo] {
  background-color: #1a237e;
  color: #f5f5f5;
}
html:not(.loading) [data-layout][data-background=blue-grey] {
  background-color: #263238;
  color: #f5f5f5;
}
.sidebar-heading {
  display: none;
}
.sidebar-heading[data-sidebar-heading="1"] {
  display: block;
}
.sidebar-heading[data-sidebar-heading="2"] {
  display: block;
}
.sidebar-heading[data-sidebar-heading="3"] {
  display: block;
}
.sidebar-heading[data-sidebar-heading="4"] {
  display: block;
}
.sidebar-heading[data-sidebar-heading="5"] {
  display: block;
}
.sidebar-heading[data-sidebar-heading="6"] {
  display: block;
}
.page > .row {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.no-bg,
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-hover-white:hover,
.bg-hover-white:active,
.bg-hover-white:focus {
  background-color: #ffffff !important;
}
.color-white {
  color: #ffffff !important;
}
.color-hover-white:hover,
.color-hover-white:active,
.color-hover-white:focus {
  color: #ffffff !important;
}
.border-color-white {
  color: #ffffff !important;
}
.border-color-hover-white:hover,
.border-color-hover-white:active,
.border-color-hover-white:focus {
  color: #ffffff !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-hover-black:hover,
.bg-hover-black:active,
.bg-hover-black:focus {
  background-color: #000000 !important;
}
.color-black {
  color: #000000 !important;
}
.color-hover-black:hover,
.color-hover-black:active,
.color-hover-black:focus {
  color: #000000 !important;
}
.border-color-black {
  color: #000000 !important;
}
.border-color-hover-black:hover,
.border-color-hover-black:active,
.border-color-hover-black:focus {
  color: #000000 !important;
}
.bg-red-50 {
  background-color: #ffebee !important;
}
.bg-hover-red-50:hover,
.bg-hover-red-50:active,
.bg-hover-red-50:focus {
  background-color: #ffebee !important;
}
.color-red-50 {
  color: #ffebee !important;
}
.color-hover-red-50:hover,
.color-hover-red-50:active,
.color-hover-red-50:focus {
  color: #ffebee !important;
}
.border-color-red-50 {
  color: #ffebee !important;
}
.border-color-hover-red-50:hover,
.border-color-hover-red-50:active,
.border-color-hover-red-50:focus {
  color: #ffebee !important;
}
.bg-red-100 {
  background-color: #ffcdd2 !important;
}
.bg-hover-red-100:hover,
.bg-hover-red-100:active,
.bg-hover-red-100:focus {
  background-color: #ffcdd2 !important;
}
.color-red-100 {
  color: #ffcdd2 !important;
}
.color-hover-red-100:hover,
.color-hover-red-100:active,
.color-hover-red-100:focus {
  color: #ffcdd2 !important;
}
.border-color-red-100 {
  color: #ffcdd2 !important;
}
.border-color-hover-red-100:hover,
.border-color-hover-red-100:active,
.border-color-hover-red-100:focus {
  color: #ffcdd2 !important;
}
.bg-red-200 {
  background-color: #ef9a9a !important;
}
.bg-hover-red-200:hover,
.bg-hover-red-200:active,
.bg-hover-red-200:focus {
  background-color: #ef9a9a !important;
}
.color-red-200 {
  color: #ef9a9a !important;
}
.color-hover-red-200:hover,
.color-hover-red-200:active,
.color-hover-red-200:focus {
  color: #ef9a9a !important;
}
.border-color-red-200 {
  color: #ef9a9a !important;
}
.border-color-hover-red-200:hover,
.border-color-hover-red-200:active,
.border-color-hover-red-200:focus {
  color: #ef9a9a !important;
}
.bg-red-300 {
  background-color: #e57373 !important;
}
.bg-hover-red-300:hover,
.bg-hover-red-300:active,
.bg-hover-red-300:focus {
  background-color: #e57373 !important;
}
.color-red-300 {
  color: #e57373 !important;
}
.color-hover-red-300:hover,
.color-hover-red-300:active,
.color-hover-red-300:focus {
  color: #e57373 !important;
}
.border-color-red-300 {
  color: #e57373 !important;
}
.border-color-hover-red-300:hover,
.border-color-hover-red-300:active,
.border-color-hover-red-300:focus {
  color: #e57373 !important;
}
.bg-red-400 {
  background-color: #ef5350 !important;
}
.bg-hover-red-400:hover,
.bg-hover-red-400:active,
.bg-hover-red-400:focus {
  background-color: #ef5350 !important;
}
.color-red-400 {
  color: #ef5350 !important;
}
.color-hover-red-400:hover,
.color-hover-red-400:active,
.color-hover-red-400:focus {
  color: #ef5350 !important;
}
.border-color-red-400 {
  color: #ef5350 !important;
}
.border-color-hover-red-400:hover,
.border-color-hover-red-400:active,
.border-color-hover-red-400:focus {
  color: #ef5350 !important;
}
.bg-red-500 {
  background-color: #f44336 !important;
}
.bg-hover-red-500:hover,
.bg-hover-red-500:active,
.bg-hover-red-500:focus {
  background-color: #f44336 !important;
}
.color-red-500 {
  color: #f44336 !important;
}
.color-hover-red-500:hover,
.color-hover-red-500:active,
.color-hover-red-500:focus {
  color: #f44336 !important;
}
.border-color-red-500 {
  color: #f44336 !important;
}
.border-color-hover-red-500:hover,
.border-color-hover-red-500:active,
.border-color-hover-red-500:focus {
  color: #f44336 !important;
}
.bg-red-600 {
  background-color: #e53935 !important;
}
.bg-hover-red-600:hover,
.bg-hover-red-600:active,
.bg-hover-red-600:focus {
  background-color: #e53935 !important;
}
.color-red-600 {
  color: #e53935 !important;
}
.color-hover-red-600:hover,
.color-hover-red-600:active,
.color-hover-red-600:focus {
  color: #e53935 !important;
}
.border-color-red-600 {
  color: #e53935 !important;
}
.border-color-hover-red-600:hover,
.border-color-hover-red-600:active,
.border-color-hover-red-600:focus {
  color: #e53935 !important;
}
.bg-red-700 {
  background-color: #d32f2f !important;
}
.bg-hover-red-700:hover,
.bg-hover-red-700:active,
.bg-hover-red-700:focus {
  background-color: #d32f2f !important;
}
.color-red-700 {
  color: #d32f2f !important;
}
.color-hover-red-700:hover,
.color-hover-red-700:active,
.color-hover-red-700:focus {
  color: #d32f2f !important;
}
.border-color-red-700 {
  color: #d32f2f !important;
}
.border-color-hover-red-700:hover,
.border-color-hover-red-700:active,
.border-color-hover-red-700:focus {
  color: #d32f2f !important;
}
.bg-red-800 {
  background-color: #c62828 !important;
}
.bg-hover-red-800:hover,
.bg-hover-red-800:active,
.bg-hover-red-800:focus {
  background-color: #c62828 !important;
}
.color-red-800 {
  color: #c62828 !important;
}
.color-hover-red-800:hover,
.color-hover-red-800:active,
.color-hover-red-800:focus {
  color: #c62828 !important;
}
.border-color-red-800 {
  color: #c62828 !important;
}
.border-color-hover-red-800:hover,
.border-color-hover-red-800:active,
.border-color-hover-red-800:focus {
  color: #c62828 !important;
}
.bg-red-900 {
  background-color: #b71c1c !important;
}
.bg-hover-red-900:hover,
.bg-hover-red-900:active,
.bg-hover-red-900:focus {
  background-color: #b71c1c !important;
}
.color-red-900 {
  color: #b71c1c !important;
}
.color-hover-red-900:hover,
.color-hover-red-900:active,
.color-hover-red-900:focus {
  color: #b71c1c !important;
}
.border-color-red-900 {
  color: #b71c1c !important;
}
.border-color-hover-red-900:hover,
.border-color-hover-red-900:active,
.border-color-hover-red-900:focus {
  color: #b71c1c !important;
}
.bg-red-a100 {
  background-color: #ff8a80 !important;
}
.bg-hover-red-a100:hover,
.bg-hover-red-a100:active,
.bg-hover-red-a100:focus {
  background-color: #ff8a80 !important;
}
.color-red-a100 {
  color: #ff8a80 !important;
}
.color-hover-red-a100:hover,
.color-hover-red-a100:active,
.color-hover-red-a100:focus {
  color: #ff8a80 !important;
}
.border-color-red-a100 {
  color: #ff8a80 !important;
}
.border-color-hover-red-a100:hover,
.border-color-hover-red-a100:active,
.border-color-hover-red-a100:focus {
  color: #ff8a80 !important;
}
.bg-red-a200 {
  background-color: #ff5252 !important;
}
.bg-hover-red-a200:hover,
.bg-hover-red-a200:active,
.bg-hover-red-a200:focus {
  background-color: #ff5252 !important;
}
.color-red-a200 {
  color: #ff5252 !important;
}
.color-hover-red-a200:hover,
.color-hover-red-a200:active,
.color-hover-red-a200:focus {
  color: #ff5252 !important;
}
.border-color-red-a200 {
  color: #ff5252 !important;
}
.border-color-hover-red-a200:hover,
.border-color-hover-red-a200:active,
.border-color-hover-red-a200:focus {
  color: #ff5252 !important;
}
.bg-red-a400 {
  background-color: #ff1744 !important;
}
.bg-hover-red-a400:hover,
.bg-hover-red-a400:active,
.bg-hover-red-a400:focus {
  background-color: #ff1744 !important;
}
.color-red-a400 {
  color: #ff1744 !important;
}
.color-hover-red-a400:hover,
.color-hover-red-a400:active,
.color-hover-red-a400:focus {
  color: #ff1744 !important;
}
.border-color-red-a400 {
  color: #ff1744 !important;
}
.border-color-hover-red-a400:hover,
.border-color-hover-red-a400:active,
.border-color-hover-red-a400:focus {
  color: #ff1744 !important;
}
.bg-red-a700 {
  background-color: #d50000 !important;
}
.bg-hover-red-a700:hover,
.bg-hover-red-a700:active,
.bg-hover-red-a700:focus {
  background-color: #d50000 !important;
}
.color-red-a700 {
  color: #d50000 !important;
}
.color-hover-red-a700:hover,
.color-hover-red-a700:active,
.color-hover-red-a700:focus {
  color: #d50000 !important;
}
.border-color-red-a700 {
  color: #d50000 !important;
}
.border-color-hover-red-a700:hover,
.border-color-hover-red-a700:active,
.border-color-hover-red-a700:focus {
  color: #d50000 !important;
}
.bg-pink-50 {
  background-color: #fce4ec !important;
}
.bg-hover-pink-50:hover,
.bg-hover-pink-50:active,
.bg-hover-pink-50:focus {
  background-color: #fce4ec !important;
}
.color-pink-50 {
  color: #fce4ec !important;
}
.color-hover-pink-50:hover,
.color-hover-pink-50:active,
.color-hover-pink-50:focus {
  color: #fce4ec !important;
}
.border-color-pink-50 {
  color: #fce4ec !important;
}
.border-color-hover-pink-50:hover,
.border-color-hover-pink-50:active,
.border-color-hover-pink-50:focus {
  color: #fce4ec !important;
}
.bg-pink-100 {
  background-color: #f8bbd0 !important;
}
.bg-hover-pink-100:hover,
.bg-hover-pink-100:active,
.bg-hover-pink-100:focus {
  background-color: #f8bbd0 !important;
}
.color-pink-100 {
  color: #f8bbd0 !important;
}
.color-hover-pink-100:hover,
.color-hover-pink-100:active,
.color-hover-pink-100:focus {
  color: #f8bbd0 !important;
}
.border-color-pink-100 {
  color: #f8bbd0 !important;
}
.border-color-hover-pink-100:hover,
.border-color-hover-pink-100:active,
.border-color-hover-pink-100:focus {
  color: #f8bbd0 !important;
}
.bg-pink-200 {
  background-color: #f48fb1 !important;
}
.bg-hover-pink-200:hover,
.bg-hover-pink-200:active,
.bg-hover-pink-200:focus {
  background-color: #f48fb1 !important;
}
.color-pink-200 {
  color: #f48fb1 !important;
}
.color-hover-pink-200:hover,
.color-hover-pink-200:active,
.color-hover-pink-200:focus {
  color: #f48fb1 !important;
}
.border-color-pink-200 {
  color: #f48fb1 !important;
}
.border-color-hover-pink-200:hover,
.border-color-hover-pink-200:active,
.border-color-hover-pink-200:focus {
  color: #f48fb1 !important;
}
.bg-pink-300 {
  background-color: #f06292 !important;
}
.bg-hover-pink-300:hover,
.bg-hover-pink-300:active,
.bg-hover-pink-300:focus {
  background-color: #f06292 !important;
}
.color-pink-300 {
  color: #f06292 !important;
}
.color-hover-pink-300:hover,
.color-hover-pink-300:active,
.color-hover-pink-300:focus {
  color: #f06292 !important;
}
.border-color-pink-300 {
  color: #f06292 !important;
}
.border-color-hover-pink-300:hover,
.border-color-hover-pink-300:active,
.border-color-hover-pink-300:focus {
  color: #f06292 !important;
}
.bg-pink-400 {
  background-color: #ec407a !important;
}
.bg-hover-pink-400:hover,
.bg-hover-pink-400:active,
.bg-hover-pink-400:focus {
  background-color: #ec407a !important;
}
.color-pink-400 {
  color: #ec407a !important;
}
.color-hover-pink-400:hover,
.color-hover-pink-400:active,
.color-hover-pink-400:focus {
  color: #ec407a !important;
}
.border-color-pink-400 {
  color: #ec407a !important;
}
.border-color-hover-pink-400:hover,
.border-color-hover-pink-400:active,
.border-color-hover-pink-400:focus {
  color: #ec407a !important;
}
.bg-pink-500 {
  background-color: #e91e63 !important;
}
.bg-hover-pink-500:hover,
.bg-hover-pink-500:active,
.bg-hover-pink-500:focus {
  background-color: #e91e63 !important;
}
.color-pink-500 {
  color: #e91e63 !important;
}
.color-hover-pink-500:hover,
.color-hover-pink-500:active,
.color-hover-pink-500:focus {
  color: #e91e63 !important;
}
.border-color-pink-500 {
  color: #e91e63 !important;
}
.border-color-hover-pink-500:hover,
.border-color-hover-pink-500:active,
.border-color-hover-pink-500:focus {
  color: #e91e63 !important;
}
.bg-pink-600 {
  background-color: #d81b60 !important;
}
.bg-hover-pink-600:hover,
.bg-hover-pink-600:active,
.bg-hover-pink-600:focus {
  background-color: #d81b60 !important;
}
.color-pink-600 {
  color: #d81b60 !important;
}
.color-hover-pink-600:hover,
.color-hover-pink-600:active,
.color-hover-pink-600:focus {
  color: #d81b60 !important;
}
.border-color-pink-600 {
  color: #d81b60 !important;
}
.border-color-hover-pink-600:hover,
.border-color-hover-pink-600:active,
.border-color-hover-pink-600:focus {
  color: #d81b60 !important;
}
.bg-pink-700 {
  background-color: #c2185b !important;
}
.bg-hover-pink-700:hover,
.bg-hover-pink-700:active,
.bg-hover-pink-700:focus {
  background-color: #c2185b !important;
}
.color-pink-700 {
  color: #c2185b !important;
}
.color-hover-pink-700:hover,
.color-hover-pink-700:active,
.color-hover-pink-700:focus {
  color: #c2185b !important;
}
.border-color-pink-700 {
  color: #c2185b !important;
}
.border-color-hover-pink-700:hover,
.border-color-hover-pink-700:active,
.border-color-hover-pink-700:focus {
  color: #c2185b !important;
}
.bg-pink-800 {
  background-color: #ad1457 !important;
}
.bg-hover-pink-800:hover,
.bg-hover-pink-800:active,
.bg-hover-pink-800:focus {
  background-color: #ad1457 !important;
}
.color-pink-800 {
  color: #ad1457 !important;
}
.color-hover-pink-800:hover,
.color-hover-pink-800:active,
.color-hover-pink-800:focus {
  color: #ad1457 !important;
}
.border-color-pink-800 {
  color: #ad1457 !important;
}
.border-color-hover-pink-800:hover,
.border-color-hover-pink-800:active,
.border-color-hover-pink-800:focus {
  color: #ad1457 !important;
}
.bg-pink-900 {
  background-color: #880e4f !important;
}
.bg-hover-pink-900:hover,
.bg-hover-pink-900:active,
.bg-hover-pink-900:focus {
  background-color: #880e4f !important;
}
.color-pink-900 {
  color: #880e4f !important;
}
.color-hover-pink-900:hover,
.color-hover-pink-900:active,
.color-hover-pink-900:focus {
  color: #880e4f !important;
}
.border-color-pink-900 {
  color: #880e4f !important;
}
.border-color-hover-pink-900:hover,
.border-color-hover-pink-900:active,
.border-color-hover-pink-900:focus {
  color: #880e4f !important;
}
.bg-pink-a100 {
  background-color: #ff80ab !important;
}
.bg-hover-pink-a100:hover,
.bg-hover-pink-a100:active,
.bg-hover-pink-a100:focus {
  background-color: #ff80ab !important;
}
.color-pink-a100 {
  color: #ff80ab !important;
}
.color-hover-pink-a100:hover,
.color-hover-pink-a100:active,
.color-hover-pink-a100:focus {
  color: #ff80ab !important;
}
.border-color-pink-a100 {
  color: #ff80ab !important;
}
.border-color-hover-pink-a100:hover,
.border-color-hover-pink-a100:active,
.border-color-hover-pink-a100:focus {
  color: #ff80ab !important;
}
.bg-pink-a200 {
  background-color: #ff4081 !important;
}
.bg-hover-pink-a200:hover,
.bg-hover-pink-a200:active,
.bg-hover-pink-a200:focus {
  background-color: #ff4081 !important;
}
.color-pink-a200 {
  color: #ff4081 !important;
}
.color-hover-pink-a200:hover,
.color-hover-pink-a200:active,
.color-hover-pink-a200:focus {
  color: #ff4081 !important;
}
.border-color-pink-a200 {
  color: #ff4081 !important;
}
.border-color-hover-pink-a200:hover,
.border-color-hover-pink-a200:active,
.border-color-hover-pink-a200:focus {
  color: #ff4081 !important;
}
.bg-pink-a400 {
  background-color: #f50057 !important;
}
.bg-hover-pink-a400:hover,
.bg-hover-pink-a400:active,
.bg-hover-pink-a400:focus {
  background-color: #f50057 !important;
}
.color-pink-a400 {
  color: #f50057 !important;
}
.color-hover-pink-a400:hover,
.color-hover-pink-a400:active,
.color-hover-pink-a400:focus {
  color: #f50057 !important;
}
.border-color-pink-a400 {
  color: #f50057 !important;
}
.border-color-hover-pink-a400:hover,
.border-color-hover-pink-a400:active,
.border-color-hover-pink-a400:focus {
  color: #f50057 !important;
}
.bg-pink-a700 {
  background-color: #c51162 !important;
}
.bg-hover-pink-a700:hover,
.bg-hover-pink-a700:active,
.bg-hover-pink-a700:focus {
  background-color: #c51162 !important;
}
.color-pink-a700 {
  color: #c51162 !important;
}
.color-hover-pink-a700:hover,
.color-hover-pink-a700:active,
.color-hover-pink-a700:focus {
  color: #c51162 !important;
}
.border-color-pink-a700 {
  color: #c51162 !important;
}
.border-color-hover-pink-a700:hover,
.border-color-hover-pink-a700:active,
.border-color-hover-pink-a700:focus {
  color: #c51162 !important;
}
.bg-purple-50 {
  background-color: #f3e5f5 !important;
}
.bg-hover-purple-50:hover,
.bg-hover-purple-50:active,
.bg-hover-purple-50:focus {
  background-color: #f3e5f5 !important;
}
.color-purple-50 {
  color: #f3e5f5 !important;
}
.color-hover-purple-50:hover,
.color-hover-purple-50:active,
.color-hover-purple-50:focus {
  color: #f3e5f5 !important;
}
.border-color-purple-50 {
  color: #f3e5f5 !important;
}
.border-color-hover-purple-50:hover,
.border-color-hover-purple-50:active,
.border-color-hover-purple-50:focus {
  color: #f3e5f5 !important;
}
.bg-purple-100 {
  background-color: #e1bee7 !important;
}
.bg-hover-purple-100:hover,
.bg-hover-purple-100:active,
.bg-hover-purple-100:focus {
  background-color: #e1bee7 !important;
}
.color-purple-100 {
  color: #e1bee7 !important;
}
.color-hover-purple-100:hover,
.color-hover-purple-100:active,
.color-hover-purple-100:focus {
  color: #e1bee7 !important;
}
.border-color-purple-100 {
  color: #e1bee7 !important;
}
.border-color-hover-purple-100:hover,
.border-color-hover-purple-100:active,
.border-color-hover-purple-100:focus {
  color: #e1bee7 !important;
}
.bg-purple-200 {
  background-color: #ce93d8 !important;
}
.bg-hover-purple-200:hover,
.bg-hover-purple-200:active,
.bg-hover-purple-200:focus {
  background-color: #ce93d8 !important;
}
.color-purple-200 {
  color: #ce93d8 !important;
}
.color-hover-purple-200:hover,
.color-hover-purple-200:active,
.color-hover-purple-200:focus {
  color: #ce93d8 !important;
}
.border-color-purple-200 {
  color: #ce93d8 !important;
}
.border-color-hover-purple-200:hover,
.border-color-hover-purple-200:active,
.border-color-hover-purple-200:focus {
  color: #ce93d8 !important;
}
.bg-purple-300 {
  background-color: #ba68c8 !important;
}
.bg-hover-purple-300:hover,
.bg-hover-purple-300:active,
.bg-hover-purple-300:focus {
  background-color: #ba68c8 !important;
}
.color-purple-300 {
  color: #ba68c8 !important;
}
.color-hover-purple-300:hover,
.color-hover-purple-300:active,
.color-hover-purple-300:focus {
  color: #ba68c8 !important;
}
.border-color-purple-300 {
  color: #ba68c8 !important;
}
.border-color-hover-purple-300:hover,
.border-color-hover-purple-300:active,
.border-color-hover-purple-300:focus {
  color: #ba68c8 !important;
}
.bg-purple-400 {
  background-color: #ab47bc !important;
}
.bg-hover-purple-400:hover,
.bg-hover-purple-400:active,
.bg-hover-purple-400:focus {
  background-color: #ab47bc !important;
}
.color-purple-400 {
  color: #ab47bc !important;
}
.color-hover-purple-400:hover,
.color-hover-purple-400:active,
.color-hover-purple-400:focus {
  color: #ab47bc !important;
}
.border-color-purple-400 {
  color: #ab47bc !important;
}
.border-color-hover-purple-400:hover,
.border-color-hover-purple-400:active,
.border-color-hover-purple-400:focus {
  color: #ab47bc !important;
}
.bg-purple-500 {
  background-color: #9c27b0 !important;
}
.bg-hover-purple-500:hover,
.bg-hover-purple-500:active,
.bg-hover-purple-500:focus {
  background-color: #9c27b0 !important;
}
.color-purple-500 {
  color: #9c27b0 !important;
}
.color-hover-purple-500:hover,
.color-hover-purple-500:active,
.color-hover-purple-500:focus {
  color: #9c27b0 !important;
}
.border-color-purple-500 {
  color: #9c27b0 !important;
}
.border-color-hover-purple-500:hover,
.border-color-hover-purple-500:active,
.border-color-hover-purple-500:focus {
  color: #9c27b0 !important;
}
.bg-purple-600 {
  background-color: #8e24aa !important;
}
.bg-hover-purple-600:hover,
.bg-hover-purple-600:active,
.bg-hover-purple-600:focus {
  background-color: #8e24aa !important;
}
.color-purple-600 {
  color: #8e24aa !important;
}
.color-hover-purple-600:hover,
.color-hover-purple-600:active,
.color-hover-purple-600:focus {
  color: #8e24aa !important;
}
.border-color-purple-600 {
  color: #8e24aa !important;
}
.border-color-hover-purple-600:hover,
.border-color-hover-purple-600:active,
.border-color-hover-purple-600:focus {
  color: #8e24aa !important;
}
.bg-purple-700 {
  background-color: #7b1fa2 !important;
}
.bg-hover-purple-700:hover,
.bg-hover-purple-700:active,
.bg-hover-purple-700:focus {
  background-color: #7b1fa2 !important;
}
.color-purple-700 {
  color: #7b1fa2 !important;
}
.color-hover-purple-700:hover,
.color-hover-purple-700:active,
.color-hover-purple-700:focus {
  color: #7b1fa2 !important;
}
.border-color-purple-700 {
  color: #7b1fa2 !important;
}
.border-color-hover-purple-700:hover,
.border-color-hover-purple-700:active,
.border-color-hover-purple-700:focus {
  color: #7b1fa2 !important;
}
.bg-purple-800 {
  background-color: #6a1b9a !important;
}
.bg-hover-purple-800:hover,
.bg-hover-purple-800:active,
.bg-hover-purple-800:focus {
  background-color: #6a1b9a !important;
}
.color-purple-800 {
  color: #6a1b9a !important;
}
.color-hover-purple-800:hover,
.color-hover-purple-800:active,
.color-hover-purple-800:focus {
  color: #6a1b9a !important;
}
.border-color-purple-800 {
  color: #6a1b9a !important;
}
.border-color-hover-purple-800:hover,
.border-color-hover-purple-800:active,
.border-color-hover-purple-800:focus {
  color: #6a1b9a !important;
}
.bg-purple-900 {
  background-color: #4a148c !important;
}
.bg-hover-purple-900:hover,
.bg-hover-purple-900:active,
.bg-hover-purple-900:focus {
  background-color: #4a148c !important;
}
.color-purple-900 {
  color: #4a148c !important;
}
.color-hover-purple-900:hover,
.color-hover-purple-900:active,
.color-hover-purple-900:focus {
  color: #4a148c !important;
}
.border-color-purple-900 {
  color: #4a148c !important;
}
.border-color-hover-purple-900:hover,
.border-color-hover-purple-900:active,
.border-color-hover-purple-900:focus {
  color: #4a148c !important;
}
.bg-purple-a100 {
  background-color: #ea80fc !important;
}
.bg-hover-purple-a100:hover,
.bg-hover-purple-a100:active,
.bg-hover-purple-a100:focus {
  background-color: #ea80fc !important;
}
.color-purple-a100 {
  color: #ea80fc !important;
}
.color-hover-purple-a100:hover,
.color-hover-purple-a100:active,
.color-hover-purple-a100:focus {
  color: #ea80fc !important;
}
.border-color-purple-a100 {
  color: #ea80fc !important;
}
.border-color-hover-purple-a100:hover,
.border-color-hover-purple-a100:active,
.border-color-hover-purple-a100:focus {
  color: #ea80fc !important;
}
.bg-purple-a200 {
  background-color: #e040fb !important;
}
.bg-hover-purple-a200:hover,
.bg-hover-purple-a200:active,
.bg-hover-purple-a200:focus {
  background-color: #e040fb !important;
}
.color-purple-a200 {
  color: #e040fb !important;
}
.color-hover-purple-a200:hover,
.color-hover-purple-a200:active,
.color-hover-purple-a200:focus {
  color: #e040fb !important;
}
.border-color-purple-a200 {
  color: #e040fb !important;
}
.border-color-hover-purple-a200:hover,
.border-color-hover-purple-a200:active,
.border-color-hover-purple-a200:focus {
  color: #e040fb !important;
}
.bg-purple-a400 {
  background-color: #d500f9 !important;
}
.bg-hover-purple-a400:hover,
.bg-hover-purple-a400:active,
.bg-hover-purple-a400:focus {
  background-color: #d500f9 !important;
}
.color-purple-a400 {
  color: #d500f9 !important;
}
.color-hover-purple-a400:hover,
.color-hover-purple-a400:active,
.color-hover-purple-a400:focus {
  color: #d500f9 !important;
}
.border-color-purple-a400 {
  color: #d500f9 !important;
}
.border-color-hover-purple-a400:hover,
.border-color-hover-purple-a400:active,
.border-color-hover-purple-a400:focus {
  color: #d500f9 !important;
}
.bg-purple-a700 {
  background-color: #aa00ff !important;
}
.bg-hover-purple-a700:hover,
.bg-hover-purple-a700:active,
.bg-hover-purple-a700:focus {
  background-color: #aa00ff !important;
}
.color-purple-a700 {
  color: #aa00ff !important;
}
.color-hover-purple-a700:hover,
.color-hover-purple-a700:active,
.color-hover-purple-a700:focus {
  color: #aa00ff !important;
}
.border-color-purple-a700 {
  color: #aa00ff !important;
}
.border-color-hover-purple-a700:hover,
.border-color-hover-purple-a700:active,
.border-color-hover-purple-a700:focus {
  color: #aa00ff !important;
}
.bg-deep-purple-50 {
  background-color: #ede7f6 !important;
}
.bg-hover-deep-purple-50:hover,
.bg-hover-deep-purple-50:active,
.bg-hover-deep-purple-50:focus {
  background-color: #ede7f6 !important;
}
.color-deep-purple-50 {
  color: #ede7f6 !important;
}
.color-hover-deep-purple-50:hover,
.color-hover-deep-purple-50:active,
.color-hover-deep-purple-50:focus {
  color: #ede7f6 !important;
}
.border-color-deep-purple-50 {
  color: #ede7f6 !important;
}
.border-color-hover-deep-purple-50:hover,
.border-color-hover-deep-purple-50:active,
.border-color-hover-deep-purple-50:focus {
  color: #ede7f6 !important;
}
.bg-deep-purple-100 {
  background-color: #d1c4e9 !important;
}
.bg-hover-deep-purple-100:hover,
.bg-hover-deep-purple-100:active,
.bg-hover-deep-purple-100:focus {
  background-color: #d1c4e9 !important;
}
.color-deep-purple-100 {
  color: #d1c4e9 !important;
}
.color-hover-deep-purple-100:hover,
.color-hover-deep-purple-100:active,
.color-hover-deep-purple-100:focus {
  color: #d1c4e9 !important;
}
.border-color-deep-purple-100 {
  color: #d1c4e9 !important;
}
.border-color-hover-deep-purple-100:hover,
.border-color-hover-deep-purple-100:active,
.border-color-hover-deep-purple-100:focus {
  color: #d1c4e9 !important;
}
.bg-deep-purple-200 {
  background-color: #b39ddb !important;
}
.bg-hover-deep-purple-200:hover,
.bg-hover-deep-purple-200:active,
.bg-hover-deep-purple-200:focus {
  background-color: #b39ddb !important;
}
.color-deep-purple-200 {
  color: #b39ddb !important;
}
.color-hover-deep-purple-200:hover,
.color-hover-deep-purple-200:active,
.color-hover-deep-purple-200:focus {
  color: #b39ddb !important;
}
.border-color-deep-purple-200 {
  color: #b39ddb !important;
}
.border-color-hover-deep-purple-200:hover,
.border-color-hover-deep-purple-200:active,
.border-color-hover-deep-purple-200:focus {
  color: #b39ddb !important;
}
.bg-deep-purple-300 {
  background-color: #9575cd !important;
}
.bg-hover-deep-purple-300:hover,
.bg-hover-deep-purple-300:active,
.bg-hover-deep-purple-300:focus {
  background-color: #9575cd !important;
}
.color-deep-purple-300 {
  color: #9575cd !important;
}
.color-hover-deep-purple-300:hover,
.color-hover-deep-purple-300:active,
.color-hover-deep-purple-300:focus {
  color: #9575cd !important;
}
.border-color-deep-purple-300 {
  color: #9575cd !important;
}
.border-color-hover-deep-purple-300:hover,
.border-color-hover-deep-purple-300:active,
.border-color-hover-deep-purple-300:focus {
  color: #9575cd !important;
}
.bg-deep-purple-400 {
  background-color: #7e57c2 !important;
}
.bg-hover-deep-purple-400:hover,
.bg-hover-deep-purple-400:active,
.bg-hover-deep-purple-400:focus {
  background-color: #7e57c2 !important;
}
.color-deep-purple-400 {
  color: #7e57c2 !important;
}
.color-hover-deep-purple-400:hover,
.color-hover-deep-purple-400:active,
.color-hover-deep-purple-400:focus {
  color: #7e57c2 !important;
}
.border-color-deep-purple-400 {
  color: #7e57c2 !important;
}
.border-color-hover-deep-purple-400:hover,
.border-color-hover-deep-purple-400:active,
.border-color-hover-deep-purple-400:focus {
  color: #7e57c2 !important;
}
.bg-deep-purple-500 {
  background-color: #673ab7 !important;
}
.bg-hover-deep-purple-500:hover,
.bg-hover-deep-purple-500:active,
.bg-hover-deep-purple-500:focus {
  background-color: #673ab7 !important;
}
.color-deep-purple-500 {
  color: #673ab7 !important;
}
.color-hover-deep-purple-500:hover,
.color-hover-deep-purple-500:active,
.color-hover-deep-purple-500:focus {
  color: #673ab7 !important;
}
.border-color-deep-purple-500 {
  color: #673ab7 !important;
}
.border-color-hover-deep-purple-500:hover,
.border-color-hover-deep-purple-500:active,
.border-color-hover-deep-purple-500:focus {
  color: #673ab7 !important;
}
.bg-deep-purple-600 {
  background-color: #5e35b1 !important;
}
.bg-hover-deep-purple-600:hover,
.bg-hover-deep-purple-600:active,
.bg-hover-deep-purple-600:focus {
  background-color: #5e35b1 !important;
}
.color-deep-purple-600 {
  color: #5e35b1 !important;
}
.color-hover-deep-purple-600:hover,
.color-hover-deep-purple-600:active,
.color-hover-deep-purple-600:focus {
  color: #5e35b1 !important;
}
.border-color-deep-purple-600 {
  color: #5e35b1 !important;
}
.border-color-hover-deep-purple-600:hover,
.border-color-hover-deep-purple-600:active,
.border-color-hover-deep-purple-600:focus {
  color: #5e35b1 !important;
}
.bg-deep-purple-700 {
  background-color: #512da8 !important;
}
.bg-hover-deep-purple-700:hover,
.bg-hover-deep-purple-700:active,
.bg-hover-deep-purple-700:focus {
  background-color: #512da8 !important;
}
.color-deep-purple-700 {
  color: #512da8 !important;
}
.color-hover-deep-purple-700:hover,
.color-hover-deep-purple-700:active,
.color-hover-deep-purple-700:focus {
  color: #512da8 !important;
}
.border-color-deep-purple-700 {
  color: #512da8 !important;
}
.border-color-hover-deep-purple-700:hover,
.border-color-hover-deep-purple-700:active,
.border-color-hover-deep-purple-700:focus {
  color: #512da8 !important;
}
.bg-deep-purple-800 {
  background-color: #4527a0 !important;
}
.bg-hover-deep-purple-800:hover,
.bg-hover-deep-purple-800:active,
.bg-hover-deep-purple-800:focus {
  background-color: #4527a0 !important;
}
.color-deep-purple-800 {
  color: #4527a0 !important;
}
.color-hover-deep-purple-800:hover,
.color-hover-deep-purple-800:active,
.color-hover-deep-purple-800:focus {
  color: #4527a0 !important;
}
.border-color-deep-purple-800 {
  color: #4527a0 !important;
}
.border-color-hover-deep-purple-800:hover,
.border-color-hover-deep-purple-800:active,
.border-color-hover-deep-purple-800:focus {
  color: #4527a0 !important;
}
.bg-deep-purple-900 {
  background-color: #311b92 !important;
}
.bg-hover-deep-purple-900:hover,
.bg-hover-deep-purple-900:active,
.bg-hover-deep-purple-900:focus {
  background-color: #311b92 !important;
}
.color-deep-purple-900 {
  color: #311b92 !important;
}
.color-hover-deep-purple-900:hover,
.color-hover-deep-purple-900:active,
.color-hover-deep-purple-900:focus {
  color: #311b92 !important;
}
.border-color-deep-purple-900 {
  color: #311b92 !important;
}
.border-color-hover-deep-purple-900:hover,
.border-color-hover-deep-purple-900:active,
.border-color-hover-deep-purple-900:focus {
  color: #311b92 !important;
}
.bg-deep-purple-a100 {
  background-color: #b388ff !important;
}
.bg-hover-deep-purple-a100:hover,
.bg-hover-deep-purple-a100:active,
.bg-hover-deep-purple-a100:focus {
  background-color: #b388ff !important;
}
.color-deep-purple-a100 {
  color: #b388ff !important;
}
.color-hover-deep-purple-a100:hover,
.color-hover-deep-purple-a100:active,
.color-hover-deep-purple-a100:focus {
  color: #b388ff !important;
}
.border-color-deep-purple-a100 {
  color: #b388ff !important;
}
.border-color-hover-deep-purple-a100:hover,
.border-color-hover-deep-purple-a100:active,
.border-color-hover-deep-purple-a100:focus {
  color: #b388ff !important;
}
.bg-deep-purple-a200 {
  background-color: #7c4dff !important;
}
.bg-hover-deep-purple-a200:hover,
.bg-hover-deep-purple-a200:active,
.bg-hover-deep-purple-a200:focus {
  background-color: #7c4dff !important;
}
.color-deep-purple-a200 {
  color: #7c4dff !important;
}
.color-hover-deep-purple-a200:hover,
.color-hover-deep-purple-a200:active,
.color-hover-deep-purple-a200:focus {
  color: #7c4dff !important;
}
.border-color-deep-purple-a200 {
  color: #7c4dff !important;
}
.border-color-hover-deep-purple-a200:hover,
.border-color-hover-deep-purple-a200:active,
.border-color-hover-deep-purple-a200:focus {
  color: #7c4dff !important;
}
.bg-deep-purple-a400 {
  background-color: #651fff !important;
}
.bg-hover-deep-purple-a400:hover,
.bg-hover-deep-purple-a400:active,
.bg-hover-deep-purple-a400:focus {
  background-color: #651fff !important;
}
.color-deep-purple-a400 {
  color: #651fff !important;
}
.color-hover-deep-purple-a400:hover,
.color-hover-deep-purple-a400:active,
.color-hover-deep-purple-a400:focus {
  color: #651fff !important;
}
.border-color-deep-purple-a400 {
  color: #651fff !important;
}
.border-color-hover-deep-purple-a400:hover,
.border-color-hover-deep-purple-a400:active,
.border-color-hover-deep-purple-a400:focus {
  color: #651fff !important;
}
.bg-deep-purple-a700 {
  background-color: #6200ea !important;
}
.bg-hover-deep-purple-a700:hover,
.bg-hover-deep-purple-a700:active,
.bg-hover-deep-purple-a700:focus {
  background-color: #6200ea !important;
}
.color-deep-purple-a700 {
  color: #6200ea !important;
}
.color-hover-deep-purple-a700:hover,
.color-hover-deep-purple-a700:active,
.color-hover-deep-purple-a700:focus {
  color: #6200ea !important;
}
.border-color-deep-purple-a700 {
  color: #6200ea !important;
}
.border-color-hover-deep-purple-a700:hover,
.border-color-hover-deep-purple-a700:active,
.border-color-hover-deep-purple-a700:focus {
  color: #6200ea !important;
}
.bg-indigo-50 {
  background-color: #e8eaf6 !important;
}
.bg-hover-indigo-50:hover,
.bg-hover-indigo-50:active,
.bg-hover-indigo-50:focus {
  background-color: #e8eaf6 !important;
}
.color-indigo-50 {
  color: #e8eaf6 !important;
}
.color-hover-indigo-50:hover,
.color-hover-indigo-50:active,
.color-hover-indigo-50:focus {
  color: #e8eaf6 !important;
}
.border-color-indigo-50 {
  color: #e8eaf6 !important;
}
.border-color-hover-indigo-50:hover,
.border-color-hover-indigo-50:active,
.border-color-hover-indigo-50:focus {
  color: #e8eaf6 !important;
}
.bg-indigo-100 {
  background-color: #c5cae9 !important;
}
.bg-hover-indigo-100:hover,
.bg-hover-indigo-100:active,
.bg-hover-indigo-100:focus {
  background-color: #c5cae9 !important;
}
.color-indigo-100 {
  color: #c5cae9 !important;
}
.color-hover-indigo-100:hover,
.color-hover-indigo-100:active,
.color-hover-indigo-100:focus {
  color: #c5cae9 !important;
}
.border-color-indigo-100 {
  color: #c5cae9 !important;
}
.border-color-hover-indigo-100:hover,
.border-color-hover-indigo-100:active,
.border-color-hover-indigo-100:focus {
  color: #c5cae9 !important;
}
.bg-indigo-200 {
  background-color: #9fa8da !important;
}
.bg-hover-indigo-200:hover,
.bg-hover-indigo-200:active,
.bg-hover-indigo-200:focus {
  background-color: #9fa8da !important;
}
.color-indigo-200 {
  color: #9fa8da !important;
}
.color-hover-indigo-200:hover,
.color-hover-indigo-200:active,
.color-hover-indigo-200:focus {
  color: #9fa8da !important;
}
.border-color-indigo-200 {
  color: #9fa8da !important;
}
.border-color-hover-indigo-200:hover,
.border-color-hover-indigo-200:active,
.border-color-hover-indigo-200:focus {
  color: #9fa8da !important;
}
.bg-indigo-300 {
  background-color: #7986cb !important;
}
.bg-hover-indigo-300:hover,
.bg-hover-indigo-300:active,
.bg-hover-indigo-300:focus {
  background-color: #7986cb !important;
}
.color-indigo-300 {
  color: #7986cb !important;
}
.color-hover-indigo-300:hover,
.color-hover-indigo-300:active,
.color-hover-indigo-300:focus {
  color: #7986cb !important;
}
.border-color-indigo-300 {
  color: #7986cb !important;
}
.border-color-hover-indigo-300:hover,
.border-color-hover-indigo-300:active,
.border-color-hover-indigo-300:focus {
  color: #7986cb !important;
}
.bg-indigo-400 {
  background-color: #5c6bc0 !important;
}
.bg-hover-indigo-400:hover,
.bg-hover-indigo-400:active,
.bg-hover-indigo-400:focus {
  background-color: #5c6bc0 !important;
}
.color-indigo-400 {
  color: #5c6bc0 !important;
}
.color-hover-indigo-400:hover,
.color-hover-indigo-400:active,
.color-hover-indigo-400:focus {
  color: #5c6bc0 !important;
}
.border-color-indigo-400 {
  color: #5c6bc0 !important;
}
.border-color-hover-indigo-400:hover,
.border-color-hover-indigo-400:active,
.border-color-hover-indigo-400:focus {
  color: #5c6bc0 !important;
}
.bg-indigo-500 {
  background-color: #3f51b5 !important;
}
.bg-hover-indigo-500:hover,
.bg-hover-indigo-500:active,
.bg-hover-indigo-500:focus {
  background-color: #3f51b5 !important;
}
.color-indigo-500 {
  color: #3f51b5 !important;
}
.color-hover-indigo-500:hover,
.color-hover-indigo-500:active,
.color-hover-indigo-500:focus {
  color: #3f51b5 !important;
}
.border-color-indigo-500 {
  color: #3f51b5 !important;
}
.border-color-hover-indigo-500:hover,
.border-color-hover-indigo-500:active,
.border-color-hover-indigo-500:focus {
  color: #3f51b5 !important;
}
.bg-indigo-600 {
  background-color: #3949ab !important;
}
.bg-hover-indigo-600:hover,
.bg-hover-indigo-600:active,
.bg-hover-indigo-600:focus {
  background-color: #3949ab !important;
}
.color-indigo-600 {
  color: #3949ab !important;
}
.color-hover-indigo-600:hover,
.color-hover-indigo-600:active,
.color-hover-indigo-600:focus {
  color: #3949ab !important;
}
.border-color-indigo-600 {
  color: #3949ab !important;
}
.border-color-hover-indigo-600:hover,
.border-color-hover-indigo-600:active,
.border-color-hover-indigo-600:focus {
  color: #3949ab !important;
}
.bg-indigo-700 {
  background-color: #303f9f !important;
}
.bg-hover-indigo-700:hover,
.bg-hover-indigo-700:active,
.bg-hover-indigo-700:focus {
  background-color: #303f9f !important;
}
.color-indigo-700 {
  color: #303f9f !important;
}
.color-hover-indigo-700:hover,
.color-hover-indigo-700:active,
.color-hover-indigo-700:focus {
  color: #303f9f !important;
}
.border-color-indigo-700 {
  color: #303f9f !important;
}
.border-color-hover-indigo-700:hover,
.border-color-hover-indigo-700:active,
.border-color-hover-indigo-700:focus {
  color: #303f9f !important;
}
.bg-indigo-800 {
  background-color: #283593 !important;
}
.bg-hover-indigo-800:hover,
.bg-hover-indigo-800:active,
.bg-hover-indigo-800:focus {
  background-color: #283593 !important;
}
.color-indigo-800 {
  color: #283593 !important;
}
.color-hover-indigo-800:hover,
.color-hover-indigo-800:active,
.color-hover-indigo-800:focus {
  color: #283593 !important;
}
.border-color-indigo-800 {
  color: #283593 !important;
}
.border-color-hover-indigo-800:hover,
.border-color-hover-indigo-800:active,
.border-color-hover-indigo-800:focus {
  color: #283593 !important;
}
.bg-indigo-900 {
  background-color: #1a237e !important;
}
.bg-hover-indigo-900:hover,
.bg-hover-indigo-900:active,
.bg-hover-indigo-900:focus {
  background-color: #1a237e !important;
}
.color-indigo-900 {
  color: #1a237e !important;
}
.color-hover-indigo-900:hover,
.color-hover-indigo-900:active,
.color-hover-indigo-900:focus {
  color: #1a237e !important;
}
.border-color-indigo-900 {
  color: #1a237e !important;
}
.border-color-hover-indigo-900:hover,
.border-color-hover-indigo-900:active,
.border-color-hover-indigo-900:focus {
  color: #1a237e !important;
}
.bg-indigo-a100 {
  background-color: #8c9eff !important;
}
.bg-hover-indigo-a100:hover,
.bg-hover-indigo-a100:active,
.bg-hover-indigo-a100:focus {
  background-color: #8c9eff !important;
}
.color-indigo-a100 {
  color: #8c9eff !important;
}
.color-hover-indigo-a100:hover,
.color-hover-indigo-a100:active,
.color-hover-indigo-a100:focus {
  color: #8c9eff !important;
}
.border-color-indigo-a100 {
  color: #8c9eff !important;
}
.border-color-hover-indigo-a100:hover,
.border-color-hover-indigo-a100:active,
.border-color-hover-indigo-a100:focus {
  color: #8c9eff !important;
}
.bg-indigo-a200 {
  background-color: #536dfe !important;
}
.bg-hover-indigo-a200:hover,
.bg-hover-indigo-a200:active,
.bg-hover-indigo-a200:focus {
  background-color: #536dfe !important;
}
.color-indigo-a200 {
  color: #536dfe !important;
}
.color-hover-indigo-a200:hover,
.color-hover-indigo-a200:active,
.color-hover-indigo-a200:focus {
  color: #536dfe !important;
}
.border-color-indigo-a200 {
  color: #536dfe !important;
}
.border-color-hover-indigo-a200:hover,
.border-color-hover-indigo-a200:active,
.border-color-hover-indigo-a200:focus {
  color: #536dfe !important;
}
.bg-indigo-a400 {
  background-color: #3d5afe !important;
}
.bg-hover-indigo-a400:hover,
.bg-hover-indigo-a400:active,
.bg-hover-indigo-a400:focus {
  background-color: #3d5afe !important;
}
.color-indigo-a400 {
  color: #3d5afe !important;
}
.color-hover-indigo-a400:hover,
.color-hover-indigo-a400:active,
.color-hover-indigo-a400:focus {
  color: #3d5afe !important;
}
.border-color-indigo-a400 {
  color: #3d5afe !important;
}
.border-color-hover-indigo-a400:hover,
.border-color-hover-indigo-a400:active,
.border-color-hover-indigo-a400:focus {
  color: #3d5afe !important;
}
.bg-indigo-a700 {
  background-color: #304ffe !important;
}
.bg-hover-indigo-a700:hover,
.bg-hover-indigo-a700:active,
.bg-hover-indigo-a700:focus {
  background-color: #304ffe !important;
}
.color-indigo-a700 {
  color: #304ffe !important;
}
.color-hover-indigo-a700:hover,
.color-hover-indigo-a700:active,
.color-hover-indigo-a700:focus {
  color: #304ffe !important;
}
.border-color-indigo-a700 {
  color: #304ffe !important;
}
.border-color-hover-indigo-a700:hover,
.border-color-hover-indigo-a700:active,
.border-color-hover-indigo-a700:focus {
  color: #304ffe !important;
}
.bg-blue-50 {
  background-color: #e3f2fd !important;
}
.bg-hover-blue-50:hover,
.bg-hover-blue-50:active,
.bg-hover-blue-50:focus {
  background-color: #e3f2fd !important;
}
.color-blue-50 {
  color: #e3f2fd !important;
}
.color-hover-blue-50:hover,
.color-hover-blue-50:active,
.color-hover-blue-50:focus {
  color: #e3f2fd !important;
}
.border-color-blue-50 {
  color: #e3f2fd !important;
}
.border-color-hover-blue-50:hover,
.border-color-hover-blue-50:active,
.border-color-hover-blue-50:focus {
  color: #e3f2fd !important;
}
.bg-blue-100 {
  background-color: #bbdefb !important;
}
.bg-hover-blue-100:hover,
.bg-hover-blue-100:active,
.bg-hover-blue-100:focus {
  background-color: #bbdefb !important;
}
.color-blue-100 {
  color: #bbdefb !important;
}
.color-hover-blue-100:hover,
.color-hover-blue-100:active,
.color-hover-blue-100:focus {
  color: #bbdefb !important;
}
.border-color-blue-100 {
  color: #bbdefb !important;
}
.border-color-hover-blue-100:hover,
.border-color-hover-blue-100:active,
.border-color-hover-blue-100:focus {
  color: #bbdefb !important;
}
.bg-blue-200 {
  background-color: #90caf9 !important;
}
.bg-hover-blue-200:hover,
.bg-hover-blue-200:active,
.bg-hover-blue-200:focus {
  background-color: #90caf9 !important;
}
.color-blue-200 {
  color: #90caf9 !important;
}
.color-hover-blue-200:hover,
.color-hover-blue-200:active,
.color-hover-blue-200:focus {
  color: #90caf9 !important;
}
.border-color-blue-200 {
  color: #90caf9 !important;
}
.border-color-hover-blue-200:hover,
.border-color-hover-blue-200:active,
.border-color-hover-blue-200:focus {
  color: #90caf9 !important;
}
.bg-blue-300 {
  background-color: #64b5f6 !important;
}
.bg-hover-blue-300:hover,
.bg-hover-blue-300:active,
.bg-hover-blue-300:focus {
  background-color: #64b5f6 !important;
}
.color-blue-300 {
  color: #64b5f6 !important;
}
.color-hover-blue-300:hover,
.color-hover-blue-300:active,
.color-hover-blue-300:focus {
  color: #64b5f6 !important;
}
.border-color-blue-300 {
  color: #64b5f6 !important;
}
.border-color-hover-blue-300:hover,
.border-color-hover-blue-300:active,
.border-color-hover-blue-300:focus {
  color: #64b5f6 !important;
}
.bg-blue-400 {
  background-color: #42a5f5 !important;
}
.bg-hover-blue-400:hover,
.bg-hover-blue-400:active,
.bg-hover-blue-400:focus {
  background-color: #42a5f5 !important;
}
.color-blue-400 {
  color: #42a5f5 !important;
}
.color-hover-blue-400:hover,
.color-hover-blue-400:active,
.color-hover-blue-400:focus {
  color: #42a5f5 !important;
}
.border-color-blue-400 {
  color: #42a5f5 !important;
}
.border-color-hover-blue-400:hover,
.border-color-hover-blue-400:active,
.border-color-hover-blue-400:focus {
  color: #42a5f5 !important;
}
.bg-blue-500 {
  background-color: #2196f3 !important;
}
.bg-hover-blue-500:hover,
.bg-hover-blue-500:active,
.bg-hover-blue-500:focus {
  background-color: #2196f3 !important;
}
.color-blue-500 {
  color: #2196f3 !important;
}
.color-hover-blue-500:hover,
.color-hover-blue-500:active,
.color-hover-blue-500:focus {
  color: #2196f3 !important;
}
.border-color-blue-500 {
  color: #2196f3 !important;
}
.border-color-hover-blue-500:hover,
.border-color-hover-blue-500:active,
.border-color-hover-blue-500:focus {
  color: #2196f3 !important;
}
.bg-blue-600 {
  background-color: #1e88e5 !important;
}
.bg-hover-blue-600:hover,
.bg-hover-blue-600:active,
.bg-hover-blue-600:focus {
  background-color: #1e88e5 !important;
}
.color-blue-600 {
  color: #1e88e5 !important;
}
.color-hover-blue-600:hover,
.color-hover-blue-600:active,
.color-hover-blue-600:focus {
  color: #1e88e5 !important;
}
.border-color-blue-600 {
  color: #1e88e5 !important;
}
.border-color-hover-blue-600:hover,
.border-color-hover-blue-600:active,
.border-color-hover-blue-600:focus {
  color: #1e88e5 !important;
}
.bg-blue-700 {
  background-color: #138496 !important;
}
.bg-hover-blue-700:hover,
.bg-hover-blue-700:active,
.bg-hover-blue-700:focus {
  background-color: #138496 !important;
}
.color-blue-700 {
  color: #138496 !important;
}
.color-hover-blue-700:hover,
.color-hover-blue-700:active,
.color-hover-blue-700:focus {
  color: #138496 !important;
}
.border-color-blue-700 {
  color: #138496 !important;
}
.border-color-hover-blue-700:hover,
.border-color-hover-blue-700:active,
.border-color-hover-blue-700:focus {
  color: #138496 !important;
}
.bg-blue-800 {
  background-color: #1565c0 !important;
}
.bg-hover-blue-800:hover,
.bg-hover-blue-800:active,
.bg-hover-blue-800:focus {
  background-color: #1565c0 !important;
}
.color-blue-800 {
  color: #1565c0 !important;
}
.color-hover-blue-800:hover,
.color-hover-blue-800:active,
.color-hover-blue-800:focus {
  color: #1565c0 !important;
}
.border-color-blue-800 {
  color: #1565c0 !important;
}
.border-color-hover-blue-800:hover,
.border-color-hover-blue-800:active,
.border-color-hover-blue-800:focus {
  color: #1565c0 !important;
}
.bg-blue-900 {
  background-color: #0d47a1 !important;
}
.bg-hover-blue-900:hover,
.bg-hover-blue-900:active,
.bg-hover-blue-900:focus {
  background-color: #0d47a1 !important;
}
.color-blue-900 {
  color: #0d47a1 !important;
}
.color-hover-blue-900:hover,
.color-hover-blue-900:active,
.color-hover-blue-900:focus {
  color: #0d47a1 !important;
}
.border-color-blue-900 {
  color: #0d47a1 !important;
}
.border-color-hover-blue-900:hover,
.border-color-hover-blue-900:active,
.border-color-hover-blue-900:focus {
  color: #0d47a1 !important;
}
.bg-blue-a100 {
  background-color: #82b1ff !important;
}
.bg-hover-blue-a100:hover,
.bg-hover-blue-a100:active,
.bg-hover-blue-a100:focus {
  background-color: #82b1ff !important;
}
.color-blue-a100 {
  color: #82b1ff !important;
}
.color-hover-blue-a100:hover,
.color-hover-blue-a100:active,
.color-hover-blue-a100:focus {
  color: #82b1ff !important;
}
.border-color-blue-a100 {
  color: #82b1ff !important;
}
.border-color-hover-blue-a100:hover,
.border-color-hover-blue-a100:active,
.border-color-hover-blue-a100:focus {
  color: #82b1ff !important;
}
.bg-blue-a200 {
  background-color: #448aff !important;
}
.bg-hover-blue-a200:hover,
.bg-hover-blue-a200:active,
.bg-hover-blue-a200:focus {
  background-color: #448aff !important;
}
.color-blue-a200 {
  color: #448aff !important;
}
.color-hover-blue-a200:hover,
.color-hover-blue-a200:active,
.color-hover-blue-a200:focus {
  color: #448aff !important;
}
.border-color-blue-a200 {
  color: #448aff !important;
}
.border-color-hover-blue-a200:hover,
.border-color-hover-blue-a200:active,
.border-color-hover-blue-a200:focus {
  color: #448aff !important;
}
.bg-blue-a400 {
  background-color: #2979ff !important;
}
.bg-hover-blue-a400:hover,
.bg-hover-blue-a400:active,
.bg-hover-blue-a400:focus {
  background-color: #2979ff !important;
}
.color-blue-a400 {
  color: #2979ff !important;
}
.color-hover-blue-a400:hover,
.color-hover-blue-a400:active,
.color-hover-blue-a400:focus {
  color: #2979ff !important;
}
.border-color-blue-a400 {
  color: #2979ff !important;
}
.border-color-hover-blue-a400:hover,
.border-color-hover-blue-a400:active,
.border-color-hover-blue-a400:focus {
  color: #2979ff !important;
}
.bg-blue-a700 {
  background-color: #2962ff !important;
}
.bg-hover-blue-a700:hover,
.bg-hover-blue-a700:active,
.bg-hover-blue-a700:focus {
  background-color: #2962ff !important;
}
.color-blue-a700 {
  color: #2962ff !important;
}
.color-hover-blue-a700:hover,
.color-hover-blue-a700:active,
.color-hover-blue-a700:focus {
  color: #2962ff !important;
}
.border-color-blue-a700 {
  color: #2962ff !important;
}
.border-color-hover-blue-a700:hover,
.border-color-hover-blue-a700:active,
.border-color-hover-blue-a700:focus {
  color: #2962ff !important;
}
.bg-light-blue-50 {
  background-color: #e1f5fe !important;
}
.bg-hover-light-blue-50:hover,
.bg-hover-light-blue-50:active,
.bg-hover-light-blue-50:focus {
  background-color: #e1f5fe !important;
}
.color-light-blue-50 {
  color: #e1f5fe !important;
}
.color-hover-light-blue-50:hover,
.color-hover-light-blue-50:active,
.color-hover-light-blue-50:focus {
  color: #e1f5fe !important;
}
.border-color-light-blue-50 {
  color: #e1f5fe !important;
}
.border-color-hover-light-blue-50:hover,
.border-color-hover-light-blue-50:active,
.border-color-hover-light-blue-50:focus {
  color: #e1f5fe !important;
}
.bg-light-blue-100 {
  background-color: #b3e5fc !important;
}
.bg-hover-light-blue-100:hover,
.bg-hover-light-blue-100:active,
.bg-hover-light-blue-100:focus {
  background-color: #b3e5fc !important;
}
.color-light-blue-100 {
  color: #b3e5fc !important;
}
.color-hover-light-blue-100:hover,
.color-hover-light-blue-100:active,
.color-hover-light-blue-100:focus {
  color: #b3e5fc !important;
}
.border-color-light-blue-100 {
  color: #b3e5fc !important;
}
.border-color-hover-light-blue-100:hover,
.border-color-hover-light-blue-100:active,
.border-color-hover-light-blue-100:focus {
  color: #b3e5fc !important;
}
.bg-light-blue-200 {
  background-color: #81d4fa !important;
}
.bg-hover-light-blue-200:hover,
.bg-hover-light-blue-200:active,
.bg-hover-light-blue-200:focus {
  background-color: #81d4fa !important;
}
.color-light-blue-200 {
  color: #81d4fa !important;
}
.color-hover-light-blue-200:hover,
.color-hover-light-blue-200:active,
.color-hover-light-blue-200:focus {
  color: #81d4fa !important;
}
.border-color-light-blue-200 {
  color: #81d4fa !important;
}
.border-color-hover-light-blue-200:hover,
.border-color-hover-light-blue-200:active,
.border-color-hover-light-blue-200:focus {
  color: #81d4fa !important;
}
.bg-light-blue-300 {
  background-color: #4fc3f7 !important;
}
.bg-hover-light-blue-300:hover,
.bg-hover-light-blue-300:active,
.bg-hover-light-blue-300:focus {
  background-color: #4fc3f7 !important;
}
.color-light-blue-300 {
  color: #4fc3f7 !important;
}
.color-hover-light-blue-300:hover,
.color-hover-light-blue-300:active,
.color-hover-light-blue-300:focus {
  color: #4fc3f7 !important;
}
.border-color-light-blue-300 {
  color: #4fc3f7 !important;
}
.border-color-hover-light-blue-300:hover,
.border-color-hover-light-blue-300:active,
.border-color-hover-light-blue-300:focus {
  color: #4fc3f7 !important;
}
.bg-light-blue-400 {
  background-color: #29b6f6 !important;
}
.bg-hover-light-blue-400:hover,
.bg-hover-light-blue-400:active,
.bg-hover-light-blue-400:focus {
  background-color: #29b6f6 !important;
}
.color-light-blue-400 {
  color: #29b6f6 !important;
}
.color-hover-light-blue-400:hover,
.color-hover-light-blue-400:active,
.color-hover-light-blue-400:focus {
  color: #29b6f6 !important;
}
.border-color-light-blue-400 {
  color: #29b6f6 !important;
}
.border-color-hover-light-blue-400:hover,
.border-color-hover-light-blue-400:active,
.border-color-hover-light-blue-400:focus {
  color: #29b6f6 !important;
}
.bg-light-blue-500 {
  background-color: #03a9f4 !important;
}
.bg-hover-light-blue-500:hover,
.bg-hover-light-blue-500:active,
.bg-hover-light-blue-500:focus {
  background-color: #03a9f4 !important;
}
.color-light-blue-500 {
  color: #03a9f4 !important;
}
.color-hover-light-blue-500:hover,
.color-hover-light-blue-500:active,
.color-hover-light-blue-500:focus {
  color: #03a9f4 !important;
}
.border-color-light-blue-500 {
  color: #03a9f4 !important;
}
.border-color-hover-light-blue-500:hover,
.border-color-hover-light-blue-500:active,
.border-color-hover-light-blue-500:focus {
  color: #03a9f4 !important;
}
.bg-light-blue-600 {
  background-color: #039be5 !important;
}
.bg-hover-light-blue-600:hover,
.bg-hover-light-blue-600:active,
.bg-hover-light-blue-600:focus {
  background-color: #039be5 !important;
}
.color-light-blue-600 {
  color: #039be5 !important;
}
.color-hover-light-blue-600:hover,
.color-hover-light-blue-600:active,
.color-hover-light-blue-600:focus {
  color: #039be5 !important;
}
.border-color-light-blue-600 {
  color: #039be5 !important;
}
.border-color-hover-light-blue-600:hover,
.border-color-hover-light-blue-600:active,
.border-color-hover-light-blue-600:focus {
  color: #039be5 !important;
}
.bg-light-blue-700 {
  background-color: #17a2b8 !important;
}
.bg-hover-light-blue-700:hover,
.bg-hover-light-blue-700:active,
.bg-hover-light-blue-700:focus {
  background-color: #17a2b8 !important;
}
.color-light-blue-700 {
  color: #17a2b8 !important;
}
.color-hover-light-blue-700:hover,
.color-hover-light-blue-700:active,
.color-hover-light-blue-700:focus {
  color: #17a2b8 !important;
}
.border-color-light-blue-700 {
  color: #17a2b8 !important;
}
.border-color-hover-light-blue-700:hover,
.border-color-hover-light-blue-700:active,
.border-color-hover-light-blue-700:focus {
  color: #17a2b8 !important;
}
.bg-light-blue-800 {
  background-color: #0277bd !important;
}
.bg-hover-light-blue-800:hover,
.bg-hover-light-blue-800:active,
.bg-hover-light-blue-800:focus {
  background-color: #0277bd !important;
}
.color-light-blue-800 {
  color: #0277bd !important;
}
.color-hover-light-blue-800:hover,
.color-hover-light-blue-800:active,
.color-hover-light-blue-800:focus {
  color: #0277bd !important;
}
.border-color-light-blue-800 {
  color: #0277bd !important;
}
.border-color-hover-light-blue-800:hover,
.border-color-hover-light-blue-800:active,
.border-color-hover-light-blue-800:focus {
  color: #0277bd !important;
}
.bg-light-blue-900 {
  background-color: #01579b !important;
}
.bg-hover-light-blue-900:hover,
.bg-hover-light-blue-900:active,
.bg-hover-light-blue-900:focus {
  background-color: #01579b !important;
}
.color-light-blue-900 {
  color: #01579b !important;
}
.color-hover-light-blue-900:hover,
.color-hover-light-blue-900:active,
.color-hover-light-blue-900:focus {
  color: #01579b !important;
}
.border-color-light-blue-900 {
  color: #01579b !important;
}
.border-color-hover-light-blue-900:hover,
.border-color-hover-light-blue-900:active,
.border-color-hover-light-blue-900:focus {
  color: #01579b !important;
}
.bg-light-blue-a100 {
  background-color: #80d8ff !important;
}
.bg-hover-light-blue-a100:hover,
.bg-hover-light-blue-a100:active,
.bg-hover-light-blue-a100:focus {
  background-color: #80d8ff !important;
}
.color-light-blue-a100 {
  color: #80d8ff !important;
}
.color-hover-light-blue-a100:hover,
.color-hover-light-blue-a100:active,
.color-hover-light-blue-a100:focus {
  color: #80d8ff !important;
}
.border-color-light-blue-a100 {
  color: #80d8ff !important;
}
.border-color-hover-light-blue-a100:hover,
.border-color-hover-light-blue-a100:active,
.border-color-hover-light-blue-a100:focus {
  color: #80d8ff !important;
}
.bg-light-blue-a200 {
  background-color: #40c4ff !important;
}
.bg-hover-light-blue-a200:hover,
.bg-hover-light-blue-a200:active,
.bg-hover-light-blue-a200:focus {
  background-color: #40c4ff !important;
}
.color-light-blue-a200 {
  color: #40c4ff !important;
}
.color-hover-light-blue-a200:hover,
.color-hover-light-blue-a200:active,
.color-hover-light-blue-a200:focus {
  color: #40c4ff !important;
}
.border-color-light-blue-a200 {
  color: #40c4ff !important;
}
.border-color-hover-light-blue-a200:hover,
.border-color-hover-light-blue-a200:active,
.border-color-hover-light-blue-a200:focus {
  color: #40c4ff !important;
}
.bg-light-blue-a400 {
  background-color: #00b0ff !important;
}
.bg-hover-light-blue-a400:hover,
.bg-hover-light-blue-a400:active,
.bg-hover-light-blue-a400:focus {
  background-color: #00b0ff !important;
}
.color-light-blue-a400 {
  color: #00b0ff !important;
}
.color-hover-light-blue-a400:hover,
.color-hover-light-blue-a400:active,
.color-hover-light-blue-a400:focus {
  color: #00b0ff !important;
}
.border-color-light-blue-a400 {
  color: #00b0ff !important;
}
.border-color-hover-light-blue-a400:hover,
.border-color-hover-light-blue-a400:active,
.border-color-hover-light-blue-a400:focus {
  color: #00b0ff !important;
}
.bg-light-blue-a700 {
  background-color: #0091ea !important;
}
.bg-hover-light-blue-a700:hover,
.bg-hover-light-blue-a700:active,
.bg-hover-light-blue-a700:focus {
  background-color: #0091ea !important;
}
.color-light-blue-a700 {
  color: #0091ea !important;
}
.color-hover-light-blue-a700:hover,
.color-hover-light-blue-a700:active,
.color-hover-light-blue-a700:focus {
  color: #0091ea !important;
}
.border-color-light-blue-a700 {
  color: #0091ea !important;
}
.border-color-hover-light-blue-a700:hover,
.border-color-hover-light-blue-a700:active,
.border-color-hover-light-blue-a700:focus {
  color: #0091ea !important;
}
.bg-cyan-50 {
  background-color: #e0f7fa !important;
}
.bg-hover-cyan-50:hover,
.bg-hover-cyan-50:active,
.bg-hover-cyan-50:focus {
  background-color: #e0f7fa !important;
}
.color-cyan-50 {
  color: #e0f7fa !important;
}
.color-hover-cyan-50:hover,
.color-hover-cyan-50:active,
.color-hover-cyan-50:focus {
  color: #e0f7fa !important;
}
.border-color-cyan-50 {
  color: #e0f7fa !important;
}
.border-color-hover-cyan-50:hover,
.border-color-hover-cyan-50:active,
.border-color-hover-cyan-50:focus {
  color: #e0f7fa !important;
}
.bg-cyan-100 {
  background-color: #b2ebf2 !important;
}
.bg-hover-cyan-100:hover,
.bg-hover-cyan-100:active,
.bg-hover-cyan-100:focus {
  background-color: #b2ebf2 !important;
}
.color-cyan-100 {
  color: #b2ebf2 !important;
}
.color-hover-cyan-100:hover,
.color-hover-cyan-100:active,
.color-hover-cyan-100:focus {
  color: #b2ebf2 !important;
}
.border-color-cyan-100 {
  color: #b2ebf2 !important;
}
.border-color-hover-cyan-100:hover,
.border-color-hover-cyan-100:active,
.border-color-hover-cyan-100:focus {
  color: #b2ebf2 !important;
}
.bg-cyan-200 {
  background-color: #80deea !important;
}
.bg-hover-cyan-200:hover,
.bg-hover-cyan-200:active,
.bg-hover-cyan-200:focus {
  background-color: #80deea !important;
}
.color-cyan-200 {
  color: #80deea !important;
}
.color-hover-cyan-200:hover,
.color-hover-cyan-200:active,
.color-hover-cyan-200:focus {
  color: #80deea !important;
}
.border-color-cyan-200 {
  color: #80deea !important;
}
.border-color-hover-cyan-200:hover,
.border-color-hover-cyan-200:active,
.border-color-hover-cyan-200:focus {
  color: #80deea !important;
}
.bg-cyan-300 {
  background-color: #4dd0e1 !important;
}
.bg-hover-cyan-300:hover,
.bg-hover-cyan-300:active,
.bg-hover-cyan-300:focus {
  background-color: #4dd0e1 !important;
}
.color-cyan-300 {
  color: #4dd0e1 !important;
}
.color-hover-cyan-300:hover,
.color-hover-cyan-300:active,
.color-hover-cyan-300:focus {
  color: #4dd0e1 !important;
}
.border-color-cyan-300 {
  color: #4dd0e1 !important;
}
.border-color-hover-cyan-300:hover,
.border-color-hover-cyan-300:active,
.border-color-hover-cyan-300:focus {
  color: #4dd0e1 !important;
}
.bg-cyan-400 {
  background-color: #26c6da !important;
}
.bg-hover-cyan-400:hover,
.bg-hover-cyan-400:active,
.bg-hover-cyan-400:focus {
  background-color: #26c6da !important;
}
.color-cyan-400 {
  color: #26c6da !important;
}
.color-hover-cyan-400:hover,
.color-hover-cyan-400:active,
.color-hover-cyan-400:focus {
  color: #26c6da !important;
}
.border-color-cyan-400 {
  color: #26c6da !important;
}
.border-color-hover-cyan-400:hover,
.border-color-hover-cyan-400:active,
.border-color-hover-cyan-400:focus {
  color: #26c6da !important;
}
.bg-cyan-500 {
  background-color: #00bcd4 !important;
}
.bg-hover-cyan-500:hover,
.bg-hover-cyan-500:active,
.bg-hover-cyan-500:focus {
  background-color: #00bcd4 !important;
}
.color-cyan-500 {
  color: #00bcd4 !important;
}
.color-hover-cyan-500:hover,
.color-hover-cyan-500:active,
.color-hover-cyan-500:focus {
  color: #00bcd4 !important;
}
.border-color-cyan-500 {
  color: #00bcd4 !important;
}
.border-color-hover-cyan-500:hover,
.border-color-hover-cyan-500:active,
.border-color-hover-cyan-500:focus {
  color: #00bcd4 !important;
}
.bg-cyan-600 {
  background-color: #00acc1 !important;
}
.bg-hover-cyan-600:hover,
.bg-hover-cyan-600:active,
.bg-hover-cyan-600:focus {
  background-color: #00acc1 !important;
}
.color-cyan-600 {
  color: #00acc1 !important;
}
.color-hover-cyan-600:hover,
.color-hover-cyan-600:active,
.color-hover-cyan-600:focus {
  color: #00acc1 !important;
}
.border-color-cyan-600 {
  color: #00acc1 !important;
}
.border-color-hover-cyan-600:hover,
.border-color-hover-cyan-600:active,
.border-color-hover-cyan-600:focus {
  color: #00acc1 !important;
}
.bg-cyan-700 {
  background-color: #0097a7 !important;
}
.bg-hover-cyan-700:hover,
.bg-hover-cyan-700:active,
.bg-hover-cyan-700:focus {
  background-color: #0097a7 !important;
}
.color-cyan-700 {
  color: #0097a7 !important;
}
.color-hover-cyan-700:hover,
.color-hover-cyan-700:active,
.color-hover-cyan-700:focus {
  color: #0097a7 !important;
}
.border-color-cyan-700 {
  color: #0097a7 !important;
}
.border-color-hover-cyan-700:hover,
.border-color-hover-cyan-700:active,
.border-color-hover-cyan-700:focus {
  color: #0097a7 !important;
}
.bg-cyan-800 {
  background-color: #00838f !important;
}
.bg-hover-cyan-800:hover,
.bg-hover-cyan-800:active,
.bg-hover-cyan-800:focus {
  background-color: #00838f !important;
}
.color-cyan-800 {
  color: #00838f !important;
}
.color-hover-cyan-800:hover,
.color-hover-cyan-800:active,
.color-hover-cyan-800:focus {
  color: #00838f !important;
}
.border-color-cyan-800 {
  color: #00838f !important;
}
.border-color-hover-cyan-800:hover,
.border-color-hover-cyan-800:active,
.border-color-hover-cyan-800:focus {
  color: #00838f !important;
}
.bg-cyan-900 {
  background-color: #006064 !important;
}
.bg-hover-cyan-900:hover,
.bg-hover-cyan-900:active,
.bg-hover-cyan-900:focus {
  background-color: #006064 !important;
}
.color-cyan-900 {
  color: #006064 !important;
}
.color-hover-cyan-900:hover,
.color-hover-cyan-900:active,
.color-hover-cyan-900:focus {
  color: #006064 !important;
}
.border-color-cyan-900 {
  color: #006064 !important;
}
.border-color-hover-cyan-900:hover,
.border-color-hover-cyan-900:active,
.border-color-hover-cyan-900:focus {
  color: #006064 !important;
}
.bg-cyan-a100 {
  background-color: #84ffff !important;
}
.bg-hover-cyan-a100:hover,
.bg-hover-cyan-a100:active,
.bg-hover-cyan-a100:focus {
  background-color: #84ffff !important;
}
.color-cyan-a100 {
  color: #84ffff !important;
}
.color-hover-cyan-a100:hover,
.color-hover-cyan-a100:active,
.color-hover-cyan-a100:focus {
  color: #84ffff !important;
}
.border-color-cyan-a100 {
  color: #84ffff !important;
}
.border-color-hover-cyan-a100:hover,
.border-color-hover-cyan-a100:active,
.border-color-hover-cyan-a100:focus {
  color: #84ffff !important;
}
.bg-cyan-a200 {
  background-color: #18ffff !important;
}
.bg-hover-cyan-a200:hover,
.bg-hover-cyan-a200:active,
.bg-hover-cyan-a200:focus {
  background-color: #18ffff !important;
}
.color-cyan-a200 {
  color: #18ffff !important;
}
.color-hover-cyan-a200:hover,
.color-hover-cyan-a200:active,
.color-hover-cyan-a200:focus {
  color: #18ffff !important;
}
.border-color-cyan-a200 {
  color: #18ffff !important;
}
.border-color-hover-cyan-a200:hover,
.border-color-hover-cyan-a200:active,
.border-color-hover-cyan-a200:focus {
  color: #18ffff !important;
}
.bg-cyan-a400 {
  background-color: #00e5ff !important;
}
.bg-hover-cyan-a400:hover,
.bg-hover-cyan-a400:active,
.bg-hover-cyan-a400:focus {
  background-color: #00e5ff !important;
}
.color-cyan-a400 {
  color: #00e5ff !important;
}
.color-hover-cyan-a400:hover,
.color-hover-cyan-a400:active,
.color-hover-cyan-a400:focus {
  color: #00e5ff !important;
}
.border-color-cyan-a400 {
  color: #00e5ff !important;
}
.border-color-hover-cyan-a400:hover,
.border-color-hover-cyan-a400:active,
.border-color-hover-cyan-a400:focus {
  color: #00e5ff !important;
}
.bg-cyan-a700 {
  background-color: #00b8d4 !important;
}
.bg-hover-cyan-a700:hover,
.bg-hover-cyan-a700:active,
.bg-hover-cyan-a700:focus {
  background-color: #00b8d4 !important;
}
.color-cyan-a700 {
  color: #00b8d4 !important;
}
.color-hover-cyan-a700:hover,
.color-hover-cyan-a700:active,
.color-hover-cyan-a700:focus {
  color: #00b8d4 !important;
}
.border-color-cyan-a700 {
  color: #00b8d4 !important;
}
.border-color-hover-cyan-a700:hover,
.border-color-hover-cyan-a700:active,
.border-color-hover-cyan-a700:focus {
  color: #00b8d4 !important;
}
.bg-teal-50 {
  background-color: #e0f2f1 !important;
}
.bg-hover-teal-50:hover,
.bg-hover-teal-50:active,
.bg-hover-teal-50:focus {
  background-color: #e0f2f1 !important;
}
.color-teal-50 {
  color: #e0f2f1 !important;
}
.color-hover-teal-50:hover,
.color-hover-teal-50:active,
.color-hover-teal-50:focus {
  color: #e0f2f1 !important;
}
.border-color-teal-50 {
  color: #e0f2f1 !important;
}
.border-color-hover-teal-50:hover,
.border-color-hover-teal-50:active,
.border-color-hover-teal-50:focus {
  color: #e0f2f1 !important;
}
.bg-teal-100 {
  background-color: #b2dfdb !important;
}
.bg-hover-teal-100:hover,
.bg-hover-teal-100:active,
.bg-hover-teal-100:focus {
  background-color: #b2dfdb !important;
}
.color-teal-100 {
  color: #b2dfdb !important;
}
.color-hover-teal-100:hover,
.color-hover-teal-100:active,
.color-hover-teal-100:focus {
  color: #b2dfdb !important;
}
.border-color-teal-100 {
  color: #b2dfdb !important;
}
.border-color-hover-teal-100:hover,
.border-color-hover-teal-100:active,
.border-color-hover-teal-100:focus {
  color: #b2dfdb !important;
}
.bg-teal-200 {
  background-color: #80cbc4 !important;
}
.bg-hover-teal-200:hover,
.bg-hover-teal-200:active,
.bg-hover-teal-200:focus {
  background-color: #80cbc4 !important;
}
.color-teal-200 {
  color: #80cbc4 !important;
}
.color-hover-teal-200:hover,
.color-hover-teal-200:active,
.color-hover-teal-200:focus {
  color: #80cbc4 !important;
}
.border-color-teal-200 {
  color: #80cbc4 !important;
}
.border-color-hover-teal-200:hover,
.border-color-hover-teal-200:active,
.border-color-hover-teal-200:focus {
  color: #80cbc4 !important;
}
.bg-teal-300 {
  background-color: #4db6ac !important;
}
.bg-hover-teal-300:hover,
.bg-hover-teal-300:active,
.bg-hover-teal-300:focus {
  background-color: #4db6ac !important;
}
.color-teal-300 {
  color: #4db6ac !important;
}
.color-hover-teal-300:hover,
.color-hover-teal-300:active,
.color-hover-teal-300:focus {
  color: #4db6ac !important;
}
.border-color-teal-300 {
  color: #4db6ac !important;
}
.border-color-hover-teal-300:hover,
.border-color-hover-teal-300:active,
.border-color-hover-teal-300:focus {
  color: #4db6ac !important;
}
.bg-teal-400 {
  background-color: #26a69a !important;
}
.bg-hover-teal-400:hover,
.bg-hover-teal-400:active,
.bg-hover-teal-400:focus {
  background-color: #26a69a !important;
}
.color-teal-400 {
  color: #26a69a !important;
}
.color-hover-teal-400:hover,
.color-hover-teal-400:active,
.color-hover-teal-400:focus {
  color: #26a69a !important;
}
.border-color-teal-400 {
  color: #26a69a !important;
}
.border-color-hover-teal-400:hover,
.border-color-hover-teal-400:active,
.border-color-hover-teal-400:focus {
  color: #26a69a !important;
}
.bg-teal-500 {
  background-color: #009688 !important;
}
.bg-hover-teal-500:hover,
.bg-hover-teal-500:active,
.bg-hover-teal-500:focus {
  background-color: #009688 !important;
}
.color-teal-500 {
  color: #009688 !important;
}
.color-hover-teal-500:hover,
.color-hover-teal-500:active,
.color-hover-teal-500:focus {
  color: #009688 !important;
}
.border-color-teal-500 {
  color: #009688 !important;
}
.border-color-hover-teal-500:hover,
.border-color-hover-teal-500:active,
.border-color-hover-teal-500:focus {
  color: #009688 !important;
}
.bg-teal-600 {
  background-color: #00897b !important;
}
.bg-hover-teal-600:hover,
.bg-hover-teal-600:active,
.bg-hover-teal-600:focus {
  background-color: #00897b !important;
}
.color-teal-600 {
  color: #00897b !important;
}
.color-hover-teal-600:hover,
.color-hover-teal-600:active,
.color-hover-teal-600:focus {
  color: #00897b !important;
}
.border-color-teal-600 {
  color: #00897b !important;
}
.border-color-hover-teal-600:hover,
.border-color-hover-teal-600:active,
.border-color-hover-teal-600:focus {
  color: #00897b !important;
}
.bg-teal-700 {
  background-color: #00796b !important;
}
.bg-hover-teal-700:hover,
.bg-hover-teal-700:active,
.bg-hover-teal-700:focus {
  background-color: #00796b !important;
}
.color-teal-700 {
  color: #00796b !important;
}
.color-hover-teal-700:hover,
.color-hover-teal-700:active,
.color-hover-teal-700:focus {
  color: #00796b !important;
}
.border-color-teal-700 {
  color: #00796b !important;
}
.border-color-hover-teal-700:hover,
.border-color-hover-teal-700:active,
.border-color-hover-teal-700:focus {
  color: #00796b !important;
}
.bg-teal-800 {
  background-color: #00695c !important;
}
.bg-hover-teal-800:hover,
.bg-hover-teal-800:active,
.bg-hover-teal-800:focus {
  background-color: #00695c !important;
}
.color-teal-800 {
  color: #00695c !important;
}
.color-hover-teal-800:hover,
.color-hover-teal-800:active,
.color-hover-teal-800:focus {
  color: #00695c !important;
}
.border-color-teal-800 {
  color: #00695c !important;
}
.border-color-hover-teal-800:hover,
.border-color-hover-teal-800:active,
.border-color-hover-teal-800:focus {
  color: #00695c !important;
}
.bg-teal-900 {
  background-color: #004d40 !important;
}
.bg-hover-teal-900:hover,
.bg-hover-teal-900:active,
.bg-hover-teal-900:focus {
  background-color: #004d40 !important;
}
.color-teal-900 {
  color: #004d40 !important;
}
.color-hover-teal-900:hover,
.color-hover-teal-900:active,
.color-hover-teal-900:focus {
  color: #004d40 !important;
}
.border-color-teal-900 {
  color: #004d40 !important;
}
.border-color-hover-teal-900:hover,
.border-color-hover-teal-900:active,
.border-color-hover-teal-900:focus {
  color: #004d40 !important;
}
.bg-teal-a100 {
  background-color: #a7ffeb !important;
}
.bg-hover-teal-a100:hover,
.bg-hover-teal-a100:active,
.bg-hover-teal-a100:focus {
  background-color: #a7ffeb !important;
}
.color-teal-a100 {
  color: #a7ffeb !important;
}
.color-hover-teal-a100:hover,
.color-hover-teal-a100:active,
.color-hover-teal-a100:focus {
  color: #a7ffeb !important;
}
.border-color-teal-a100 {
  color: #a7ffeb !important;
}
.border-color-hover-teal-a100:hover,
.border-color-hover-teal-a100:active,
.border-color-hover-teal-a100:focus {
  color: #a7ffeb !important;
}
.bg-teal-a200 {
  background-color: #64ffda !important;
}
.bg-hover-teal-a200:hover,
.bg-hover-teal-a200:active,
.bg-hover-teal-a200:focus {
  background-color: #64ffda !important;
}
.color-teal-a200 {
  color: #64ffda !important;
}
.color-hover-teal-a200:hover,
.color-hover-teal-a200:active,
.color-hover-teal-a200:focus {
  color: #64ffda !important;
}
.border-color-teal-a200 {
  color: #64ffda !important;
}
.border-color-hover-teal-a200:hover,
.border-color-hover-teal-a200:active,
.border-color-hover-teal-a200:focus {
  color: #64ffda !important;
}
.bg-teal-a400 {
  background-color: #1de9b6 !important;
}
.bg-hover-teal-a400:hover,
.bg-hover-teal-a400:active,
.bg-hover-teal-a400:focus {
  background-color: #1de9b6 !important;
}
.color-teal-a400 {
  color: #1de9b6 !important;
}
.color-hover-teal-a400:hover,
.color-hover-teal-a400:active,
.color-hover-teal-a400:focus {
  color: #1de9b6 !important;
}
.border-color-teal-a400 {
  color: #1de9b6 !important;
}
.border-color-hover-teal-a400:hover,
.border-color-hover-teal-a400:active,
.border-color-hover-teal-a400:focus {
  color: #1de9b6 !important;
}
.bg-teal-a700 {
  background-color: #00bfa5 !important;
}
.bg-hover-teal-a700:hover,
.bg-hover-teal-a700:active,
.bg-hover-teal-a700:focus {
  background-color: #00bfa5 !important;
}
.color-teal-a700 {
  color: #00bfa5 !important;
}
.color-hover-teal-a700:hover,
.color-hover-teal-a700:active,
.color-hover-teal-a700:focus {
  color: #00bfa5 !important;
}
.border-color-teal-a700 {
  color: #00bfa5 !important;
}
.border-color-hover-teal-a700:hover,
.border-color-hover-teal-a700:active,
.border-color-hover-teal-a700:focus {
  color: #00bfa5 !important;
}
.bg-green-50 {
  background-color: #e8f5e9 !important;
}
.bg-hover-green-50:hover,
.bg-hover-green-50:active,
.bg-hover-green-50:focus {
  background-color: #e8f5e9 !important;
}
.color-green-50 {
  color: #e8f5e9 !important;
}
.color-hover-green-50:hover,
.color-hover-green-50:active,
.color-hover-green-50:focus {
  color: #e8f5e9 !important;
}
.border-color-green-50 {
  color: #e8f5e9 !important;
}
.border-color-hover-green-50:hover,
.border-color-hover-green-50:active,
.border-color-hover-green-50:focus {
  color: #e8f5e9 !important;
}
.bg-green-100 {
  background-color: #c8e6c9 !important;
}
.bg-hover-green-100:hover,
.bg-hover-green-100:active,
.bg-hover-green-100:focus {
  background-color: #c8e6c9 !important;
}
.color-green-100 {
  color: #c8e6c9 !important;
}
.color-hover-green-100:hover,
.color-hover-green-100:active,
.color-hover-green-100:focus {
  color: #c8e6c9 !important;
}
.border-color-green-100 {
  color: #c8e6c9 !important;
}
.border-color-hover-green-100:hover,
.border-color-hover-green-100:active,
.border-color-hover-green-100:focus {
  color: #c8e6c9 !important;
}
.bg-green-200 {
  background-color: #a5d6a7 !important;
}
.bg-hover-green-200:hover,
.bg-hover-green-200:active,
.bg-hover-green-200:focus {
  background-color: #a5d6a7 !important;
}
.color-green-200 {
  color: #a5d6a7 !important;
}
.color-hover-green-200:hover,
.color-hover-green-200:active,
.color-hover-green-200:focus {
  color: #a5d6a7 !important;
}
.border-color-green-200 {
  color: #a5d6a7 !important;
}
.border-color-hover-green-200:hover,
.border-color-hover-green-200:active,
.border-color-hover-green-200:focus {
  color: #a5d6a7 !important;
}
.bg-green-300 {
  background-color: #81c784 !important;
}
.bg-hover-green-300:hover,
.bg-hover-green-300:active,
.bg-hover-green-300:focus {
  background-color: #81c784 !important;
}
.color-green-300 {
  color: #81c784 !important;
}
.color-hover-green-300:hover,
.color-hover-green-300:active,
.color-hover-green-300:focus {
  color: #81c784 !important;
}
.border-color-green-300 {
  color: #81c784 !important;
}
.border-color-hover-green-300:hover,
.border-color-hover-green-300:active,
.border-color-hover-green-300:focus {
  color: #81c784 !important;
}
.bg-green-400 {
  background-color: #66bb6a !important;
}
.bg-hover-green-400:hover,
.bg-hover-green-400:active,
.bg-hover-green-400:focus {
  background-color: #66bb6a !important;
}
.color-green-400 {
  color: #66bb6a !important;
}
.color-hover-green-400:hover,
.color-hover-green-400:active,
.color-hover-green-400:focus {
  color: #66bb6a !important;
}
.border-color-green-400 {
  color: #66bb6a !important;
}
.border-color-hover-green-400:hover,
.border-color-hover-green-400:active,
.border-color-hover-green-400:focus {
  color: #66bb6a !important;
}
.bg-green-500 {
  background-color: #4caf50 !important;
}
.bg-hover-green-500:hover,
.bg-hover-green-500:active,
.bg-hover-green-500:focus {
  background-color: #4caf50 !important;
}
.color-green-500 {
  color: #4caf50 !important;
}
.color-hover-green-500:hover,
.color-hover-green-500:active,
.color-hover-green-500:focus {
  color: #4caf50 !important;
}
.border-color-green-500 {
  color: #4caf50 !important;
}
.border-color-hover-green-500:hover,
.border-color-hover-green-500:active,
.border-color-hover-green-500:focus {
  color: #4caf50 !important;
}
.bg-green-600 {
  background-color: #43a047 !important;
}
.bg-hover-green-600:hover,
.bg-hover-green-600:active,
.bg-hover-green-600:focus {
  background-color: #43a047 !important;
}
.color-green-600 {
  color: #43a047 !important;
}
.color-hover-green-600:hover,
.color-hover-green-600:active,
.color-hover-green-600:focus {
  color: #43a047 !important;
}
.border-color-green-600 {
  color: #43a047 !important;
}
.border-color-hover-green-600:hover,
.border-color-hover-green-600:active,
.border-color-hover-green-600:focus {
  color: #43a047 !important;
}
.bg-green-700 {
  background-color: #388e3c !important;
}
.bg-hover-green-700:hover,
.bg-hover-green-700:active,
.bg-hover-green-700:focus {
  background-color: #388e3c !important;
}
.color-green-700 {
  color: #388e3c !important;
}
.color-hover-green-700:hover,
.color-hover-green-700:active,
.color-hover-green-700:focus {
  color: #388e3c !important;
}
.border-color-green-700 {
  color: #388e3c !important;
}
.border-color-hover-green-700:hover,
.border-color-hover-green-700:active,
.border-color-hover-green-700:focus {
  color: #388e3c !important;
}
.bg-green-800 {
  background-color: #2e7d32 !important;
}
.bg-hover-green-800:hover,
.bg-hover-green-800:active,
.bg-hover-green-800:focus {
  background-color: #2e7d32 !important;
}
.color-green-800 {
  color: #2e7d32 !important;
}
.color-hover-green-800:hover,
.color-hover-green-800:active,
.color-hover-green-800:focus {
  color: #2e7d32 !important;
}
.border-color-green-800 {
  color: #2e7d32 !important;
}
.border-color-hover-green-800:hover,
.border-color-hover-green-800:active,
.border-color-hover-green-800:focus {
  color: #2e7d32 !important;
}
.bg-green-900 {
  background-color: #1b5e20 !important;
}
.bg-hover-green-900:hover,
.bg-hover-green-900:active,
.bg-hover-green-900:focus {
  background-color: #1b5e20 !important;
}
.color-green-900 {
  color: #1b5e20 !important;
}
.color-hover-green-900:hover,
.color-hover-green-900:active,
.color-hover-green-900:focus {
  color: #1b5e20 !important;
}
.border-color-green-900 {
  color: #1b5e20 !important;
}
.border-color-hover-green-900:hover,
.border-color-hover-green-900:active,
.border-color-hover-green-900:focus {
  color: #1b5e20 !important;
}
.bg-green-a100 {
  background-color: #b9f6ca !important;
}
.bg-hover-green-a100:hover,
.bg-hover-green-a100:active,
.bg-hover-green-a100:focus {
  background-color: #b9f6ca !important;
}
.color-green-a100 {
  color: #b9f6ca !important;
}
.color-hover-green-a100:hover,
.color-hover-green-a100:active,
.color-hover-green-a100:focus {
  color: #b9f6ca !important;
}
.border-color-green-a100 {
  color: #b9f6ca !important;
}
.border-color-hover-green-a100:hover,
.border-color-hover-green-a100:active,
.border-color-hover-green-a100:focus {
  color: #b9f6ca !important;
}
.bg-green-a200 {
  background-color: #69f0ae !important;
}
.bg-hover-green-a200:hover,
.bg-hover-green-a200:active,
.bg-hover-green-a200:focus {
  background-color: #69f0ae !important;
}
.color-green-a200 {
  color: #69f0ae !important;
}
.color-hover-green-a200:hover,
.color-hover-green-a200:active,
.color-hover-green-a200:focus {
  color: #69f0ae !important;
}
.border-color-green-a200 {
  color: #69f0ae !important;
}
.border-color-hover-green-a200:hover,
.border-color-hover-green-a200:active,
.border-color-hover-green-a200:focus {
  color: #69f0ae !important;
}
.bg-green-a400 {
  background-color: #00e676 !important;
}
.bg-hover-green-a400:hover,
.bg-hover-green-a400:active,
.bg-hover-green-a400:focus {
  background-color: #00e676 !important;
}
.color-green-a400 {
  color: #00e676 !important;
}
.color-hover-green-a400:hover,
.color-hover-green-a400:active,
.color-hover-green-a400:focus {
  color: #00e676 !important;
}
.border-color-green-a400 {
  color: #00e676 !important;
}
.border-color-hover-green-a400:hover,
.border-color-hover-green-a400:active,
.border-color-hover-green-a400:focus {
  color: #00e676 !important;
}
.bg-green-a700 {
  background-color: #00c853 !important;
}
.bg-hover-green-a700:hover,
.bg-hover-green-a700:active,
.bg-hover-green-a700:focus {
  background-color: #00c853 !important;
}
.color-green-a700 {
  color: #00c853 !important;
}
.color-hover-green-a700:hover,
.color-hover-green-a700:active,
.color-hover-green-a700:focus {
  color: #00c853 !important;
}
.border-color-green-a700 {
  color: #00c853 !important;
}
.border-color-hover-green-a700:hover,
.border-color-hover-green-a700:active,
.border-color-hover-green-a700:focus {
  color: #00c853 !important;
}
.bg-light-green-50 {
  background-color: #f1f8e9 !important;
}
.bg-hover-light-green-50:hover,
.bg-hover-light-green-50:active,
.bg-hover-light-green-50:focus {
  background-color: #f1f8e9 !important;
}
.color-light-green-50 {
  color: #f1f8e9 !important;
}
.color-hover-light-green-50:hover,
.color-hover-light-green-50:active,
.color-hover-light-green-50:focus {
  color: #f1f8e9 !important;
}
.border-color-light-green-50 {
  color: #f1f8e9 !important;
}
.border-color-hover-light-green-50:hover,
.border-color-hover-light-green-50:active,
.border-color-hover-light-green-50:focus {
  color: #f1f8e9 !important;
}
.bg-light-green-100 {
  background-color: #dcedc8 !important;
}
.bg-hover-light-green-100:hover,
.bg-hover-light-green-100:active,
.bg-hover-light-green-100:focus {
  background-color: #dcedc8 !important;
}
.color-light-green-100 {
  color: #dcedc8 !important;
}
.color-hover-light-green-100:hover,
.color-hover-light-green-100:active,
.color-hover-light-green-100:focus {
  color: #dcedc8 !important;
}
.border-color-light-green-100 {
  color: #dcedc8 !important;
}
.border-color-hover-light-green-100:hover,
.border-color-hover-light-green-100:active,
.border-color-hover-light-green-100:focus {
  color: #dcedc8 !important;
}
.bg-light-green-200 {
  background-color: #c5e1a5 !important;
}
.bg-hover-light-green-200:hover,
.bg-hover-light-green-200:active,
.bg-hover-light-green-200:focus {
  background-color: #c5e1a5 !important;
}
.color-light-green-200 {
  color: #c5e1a5 !important;
}
.color-hover-light-green-200:hover,
.color-hover-light-green-200:active,
.color-hover-light-green-200:focus {
  color: #c5e1a5 !important;
}
.border-color-light-green-200 {
  color: #c5e1a5 !important;
}
.border-color-hover-light-green-200:hover,
.border-color-hover-light-green-200:active,
.border-color-hover-light-green-200:focus {
  color: #c5e1a5 !important;
}
.bg-light-green-300 {
  background-color: #aed581 !important;
}
.bg-hover-light-green-300:hover,
.bg-hover-light-green-300:active,
.bg-hover-light-green-300:focus {
  background-color: #aed581 !important;
}
.color-light-green-300 {
  color: #aed581 !important;
}
.color-hover-light-green-300:hover,
.color-hover-light-green-300:active,
.color-hover-light-green-300:focus {
  color: #aed581 !important;
}
.border-color-light-green-300 {
  color: #aed581 !important;
}
.border-color-hover-light-green-300:hover,
.border-color-hover-light-green-300:active,
.border-color-hover-light-green-300:focus {
  color: #aed581 !important;
}
.bg-light-green-400 {
  background-color: #9ccc65 !important;
}
.bg-hover-light-green-400:hover,
.bg-hover-light-green-400:active,
.bg-hover-light-green-400:focus {
  background-color: #9ccc65 !important;
}
.color-light-green-400 {
  color: #9ccc65 !important;
}
.color-hover-light-green-400:hover,
.color-hover-light-green-400:active,
.color-hover-light-green-400:focus {
  color: #9ccc65 !important;
}
.border-color-light-green-400 {
  color: #9ccc65 !important;
}
.border-color-hover-light-green-400:hover,
.border-color-hover-light-green-400:active,
.border-color-hover-light-green-400:focus {
  color: #9ccc65 !important;
}
.bg-light-green-500 {
  background-color: #8bc34a !important;
}
.bg-hover-light-green-500:hover,
.bg-hover-light-green-500:active,
.bg-hover-light-green-500:focus {
  background-color: #8bc34a !important;
}
.color-light-green-500 {
  color: #8bc34a !important;
}
.color-hover-light-green-500:hover,
.color-hover-light-green-500:active,
.color-hover-light-green-500:focus {
  color: #8bc34a !important;
}
.border-color-light-green-500 {
  color: #8bc34a !important;
}
.border-color-hover-light-green-500:hover,
.border-color-hover-light-green-500:active,
.border-color-hover-light-green-500:focus {
  color: #8bc34a !important;
}
.bg-light-green-600 {
  background-color: #7cb342 !important;
}
.bg-hover-light-green-600:hover,
.bg-hover-light-green-600:active,
.bg-hover-light-green-600:focus {
  background-color: #7cb342 !important;
}
.color-light-green-600 {
  color: #7cb342 !important;
}
.color-hover-light-green-600:hover,
.color-hover-light-green-600:active,
.color-hover-light-green-600:focus {
  color: #7cb342 !important;
}
.border-color-light-green-600 {
  color: #7cb342 !important;
}
.border-color-hover-light-green-600:hover,
.border-color-hover-light-green-600:active,
.border-color-hover-light-green-600:focus {
  color: #7cb342 !important;
}
.bg-light-green-700 {
  background-color: #689f38 !important;
}
.bg-hover-light-green-700:hover,
.bg-hover-light-green-700:active,
.bg-hover-light-green-700:focus {
  background-color: #689f38 !important;
}
.color-light-green-700 {
  color: #689f38 !important;
}
.color-hover-light-green-700:hover,
.color-hover-light-green-700:active,
.color-hover-light-green-700:focus {
  color: #689f38 !important;
}
.border-color-light-green-700 {
  color: #689f38 !important;
}
.border-color-hover-light-green-700:hover,
.border-color-hover-light-green-700:active,
.border-color-hover-light-green-700:focus {
  color: #689f38 !important;
}
.bg-light-green-800 {
  background-color: #558b2f !important;
}
.bg-hover-light-green-800:hover,
.bg-hover-light-green-800:active,
.bg-hover-light-green-800:focus {
  background-color: #558b2f !important;
}
.color-light-green-800 {
  color: #558b2f !important;
}
.color-hover-light-green-800:hover,
.color-hover-light-green-800:active,
.color-hover-light-green-800:focus {
  color: #558b2f !important;
}
.border-color-light-green-800 {
  color: #558b2f !important;
}
.border-color-hover-light-green-800:hover,
.border-color-hover-light-green-800:active,
.border-color-hover-light-green-800:focus {
  color: #558b2f !important;
}
.bg-light-green-900 {
  background-color: #33691e !important;
}
.bg-hover-light-green-900:hover,
.bg-hover-light-green-900:active,
.bg-hover-light-green-900:focus {
  background-color: #33691e !important;
}
.color-light-green-900 {
  color: #33691e !important;
}
.color-hover-light-green-900:hover,
.color-hover-light-green-900:active,
.color-hover-light-green-900:focus {
  color: #33691e !important;
}
.border-color-light-green-900 {
  color: #33691e !important;
}
.border-color-hover-light-green-900:hover,
.border-color-hover-light-green-900:active,
.border-color-hover-light-green-900:focus {
  color: #33691e !important;
}
.bg-light-green-a100 {
  background-color: #ccff90 !important;
}
.bg-hover-light-green-a100:hover,
.bg-hover-light-green-a100:active,
.bg-hover-light-green-a100:focus {
  background-color: #ccff90 !important;
}
.color-light-green-a100 {
  color: #ccff90 !important;
}
.color-hover-light-green-a100:hover,
.color-hover-light-green-a100:active,
.color-hover-light-green-a100:focus {
  color: #ccff90 !important;
}
.border-color-light-green-a100 {
  color: #ccff90 !important;
}
.border-color-hover-light-green-a100:hover,
.border-color-hover-light-green-a100:active,
.border-color-hover-light-green-a100:focus {
  color: #ccff90 !important;
}
.bg-light-green-a200 {
  background-color: #b2ff59 !important;
}
.bg-hover-light-green-a200:hover,
.bg-hover-light-green-a200:active,
.bg-hover-light-green-a200:focus {
  background-color: #b2ff59 !important;
}
.color-light-green-a200 {
  color: #b2ff59 !important;
}
.color-hover-light-green-a200:hover,
.color-hover-light-green-a200:active,
.color-hover-light-green-a200:focus {
  color: #b2ff59 !important;
}
.border-color-light-green-a200 {
  color: #b2ff59 !important;
}
.border-color-hover-light-green-a200:hover,
.border-color-hover-light-green-a200:active,
.border-color-hover-light-green-a200:focus {
  color: #b2ff59 !important;
}
.bg-light-green-a400 {
  background-color: #76ff03 !important;
}
.bg-hover-light-green-a400:hover,
.bg-hover-light-green-a400:active,
.bg-hover-light-green-a400:focus {
  background-color: #76ff03 !important;
}
.color-light-green-a400 {
  color: #76ff03 !important;
}
.color-hover-light-green-a400:hover,
.color-hover-light-green-a400:active,
.color-hover-light-green-a400:focus {
  color: #76ff03 !important;
}
.border-color-light-green-a400 {
  color: #76ff03 !important;
}
.border-color-hover-light-green-a400:hover,
.border-color-hover-light-green-a400:active,
.border-color-hover-light-green-a400:focus {
  color: #76ff03 !important;
}
.bg-light-green-a700 {
  background-color: #64dd17 !important;
}
.bg-hover-light-green-a700:hover,
.bg-hover-light-green-a700:active,
.bg-hover-light-green-a700:focus {
  background-color: #64dd17 !important;
}
.color-light-green-a700 {
  color: #64dd17 !important;
}
.color-hover-light-green-a700:hover,
.color-hover-light-green-a700:active,
.color-hover-light-green-a700:focus {
  color: #64dd17 !important;
}
.border-color-light-green-a700 {
  color: #64dd17 !important;
}
.border-color-hover-light-green-a700:hover,
.border-color-hover-light-green-a700:active,
.border-color-hover-light-green-a700:focus {
  color: #64dd17 !important;
}
.bg-lime-50 {
  background-color: #f9fbe7 !important;
}
.bg-hover-lime-50:hover,
.bg-hover-lime-50:active,
.bg-hover-lime-50:focus {
  background-color: #f9fbe7 !important;
}
.color-lime-50 {
  color: #f9fbe7 !important;
}
.color-hover-lime-50:hover,
.color-hover-lime-50:active,
.color-hover-lime-50:focus {
  color: #f9fbe7 !important;
}
.border-color-lime-50 {
  color: #f9fbe7 !important;
}
.border-color-hover-lime-50:hover,
.border-color-hover-lime-50:active,
.border-color-hover-lime-50:focus {
  color: #f9fbe7 !important;
}
.bg-lime-100 {
  background-color: #f0f4c3 !important;
}
.bg-hover-lime-100:hover,
.bg-hover-lime-100:active,
.bg-hover-lime-100:focus {
  background-color: #f0f4c3 !important;
}
.color-lime-100 {
  color: #f0f4c3 !important;
}
.color-hover-lime-100:hover,
.color-hover-lime-100:active,
.color-hover-lime-100:focus {
  color: #f0f4c3 !important;
}
.border-color-lime-100 {
  color: #f0f4c3 !important;
}
.border-color-hover-lime-100:hover,
.border-color-hover-lime-100:active,
.border-color-hover-lime-100:focus {
  color: #f0f4c3 !important;
}
.bg-lime-200 {
  background-color: #e6ee9c !important;
}
.bg-hover-lime-200:hover,
.bg-hover-lime-200:active,
.bg-hover-lime-200:focus {
  background-color: #e6ee9c !important;
}
.color-lime-200 {
  color: #e6ee9c !important;
}
.color-hover-lime-200:hover,
.color-hover-lime-200:active,
.color-hover-lime-200:focus {
  color: #e6ee9c !important;
}
.border-color-lime-200 {
  color: #e6ee9c !important;
}
.border-color-hover-lime-200:hover,
.border-color-hover-lime-200:active,
.border-color-hover-lime-200:focus {
  color: #e6ee9c !important;
}
.bg-lime-300 {
  background-color: #dce775 !important;
}
.bg-hover-lime-300:hover,
.bg-hover-lime-300:active,
.bg-hover-lime-300:focus {
  background-color: #dce775 !important;
}
.color-lime-300 {
  color: #dce775 !important;
}
.color-hover-lime-300:hover,
.color-hover-lime-300:active,
.color-hover-lime-300:focus {
  color: #dce775 !important;
}
.border-color-lime-300 {
  color: #dce775 !important;
}
.border-color-hover-lime-300:hover,
.border-color-hover-lime-300:active,
.border-color-hover-lime-300:focus {
  color: #dce775 !important;
}
.bg-lime-400 {
  background-color: #d4e157 !important;
}
.bg-hover-lime-400:hover,
.bg-hover-lime-400:active,
.bg-hover-lime-400:focus {
  background-color: #d4e157 !important;
}
.color-lime-400 {
  color: #d4e157 !important;
}
.color-hover-lime-400:hover,
.color-hover-lime-400:active,
.color-hover-lime-400:focus {
  color: #d4e157 !important;
}
.border-color-lime-400 {
  color: #d4e157 !important;
}
.border-color-hover-lime-400:hover,
.border-color-hover-lime-400:active,
.border-color-hover-lime-400:focus {
  color: #d4e157 !important;
}
.bg-lime-500 {
  background-color: #cddc39 !important;
}
.bg-hover-lime-500:hover,
.bg-hover-lime-500:active,
.bg-hover-lime-500:focus {
  background-color: #cddc39 !important;
}
.color-lime-500 {
  color: #cddc39 !important;
}
.color-hover-lime-500:hover,
.color-hover-lime-500:active,
.color-hover-lime-500:focus {
  color: #cddc39 !important;
}
.border-color-lime-500 {
  color: #cddc39 !important;
}
.border-color-hover-lime-500:hover,
.border-color-hover-lime-500:active,
.border-color-hover-lime-500:focus {
  color: #cddc39 !important;
}
.bg-lime-600 {
  background-color: #c0ca33 !important;
}
.bg-hover-lime-600:hover,
.bg-hover-lime-600:active,
.bg-hover-lime-600:focus {
  background-color: #c0ca33 !important;
}
.color-lime-600 {
  color: #c0ca33 !important;
}
.color-hover-lime-600:hover,
.color-hover-lime-600:active,
.color-hover-lime-600:focus {
  color: #c0ca33 !important;
}
.border-color-lime-600 {
  color: #c0ca33 !important;
}
.border-color-hover-lime-600:hover,
.border-color-hover-lime-600:active,
.border-color-hover-lime-600:focus {
  color: #c0ca33 !important;
}
.bg-lime-700 {
  background-color: #afb42b !important;
}
.bg-hover-lime-700:hover,
.bg-hover-lime-700:active,
.bg-hover-lime-700:focus {
  background-color: #afb42b !important;
}
.color-lime-700 {
  color: #afb42b !important;
}
.color-hover-lime-700:hover,
.color-hover-lime-700:active,
.color-hover-lime-700:focus {
  color: #afb42b !important;
}
.border-color-lime-700 {
  color: #afb42b !important;
}
.border-color-hover-lime-700:hover,
.border-color-hover-lime-700:active,
.border-color-hover-lime-700:focus {
  color: #afb42b !important;
}
.bg-lime-800 {
  background-color: #9e9d24 !important;
}
.bg-hover-lime-800:hover,
.bg-hover-lime-800:active,
.bg-hover-lime-800:focus {
  background-color: #9e9d24 !important;
}
.color-lime-800 {
  color: #9e9d24 !important;
}
.color-hover-lime-800:hover,
.color-hover-lime-800:active,
.color-hover-lime-800:focus {
  color: #9e9d24 !important;
}
.border-color-lime-800 {
  color: #9e9d24 !important;
}
.border-color-hover-lime-800:hover,
.border-color-hover-lime-800:active,
.border-color-hover-lime-800:focus {
  color: #9e9d24 !important;
}
.bg-lime-900 {
  background-color: #827717 !important;
}
.bg-hover-lime-900:hover,
.bg-hover-lime-900:active,
.bg-hover-lime-900:focus {
  background-color: #827717 !important;
}
.color-lime-900 {
  color: #827717 !important;
}
.color-hover-lime-900:hover,
.color-hover-lime-900:active,
.color-hover-lime-900:focus {
  color: #827717 !important;
}
.border-color-lime-900 {
  color: #827717 !important;
}
.border-color-hover-lime-900:hover,
.border-color-hover-lime-900:active,
.border-color-hover-lime-900:focus {
  color: #827717 !important;
}
.bg-lime-a100 {
  background-color: #f4ff81 !important;
}
.bg-hover-lime-a100:hover,
.bg-hover-lime-a100:active,
.bg-hover-lime-a100:focus {
  background-color: #f4ff81 !important;
}
.color-lime-a100 {
  color: #f4ff81 !important;
}
.color-hover-lime-a100:hover,
.color-hover-lime-a100:active,
.color-hover-lime-a100:focus {
  color: #f4ff81 !important;
}
.border-color-lime-a100 {
  color: #f4ff81 !important;
}
.border-color-hover-lime-a100:hover,
.border-color-hover-lime-a100:active,
.border-color-hover-lime-a100:focus {
  color: #f4ff81 !important;
}
.bg-lime-a200 {
  background-color: #eeff41 !important;
}
.bg-hover-lime-a200:hover,
.bg-hover-lime-a200:active,
.bg-hover-lime-a200:focus {
  background-color: #eeff41 !important;
}
.color-lime-a200 {
  color: #eeff41 !important;
}
.color-hover-lime-a200:hover,
.color-hover-lime-a200:active,
.color-hover-lime-a200:focus {
  color: #eeff41 !important;
}
.border-color-lime-a200 {
  color: #eeff41 !important;
}
.border-color-hover-lime-a200:hover,
.border-color-hover-lime-a200:active,
.border-color-hover-lime-a200:focus {
  color: #eeff41 !important;
}
.bg-lime-a400 {
  background-color: #c6ff00 !important;
}
.bg-hover-lime-a400:hover,
.bg-hover-lime-a400:active,
.bg-hover-lime-a400:focus {
  background-color: #c6ff00 !important;
}
.color-lime-a400 {
  color: #c6ff00 !important;
}
.color-hover-lime-a400:hover,
.color-hover-lime-a400:active,
.color-hover-lime-a400:focus {
  color: #c6ff00 !important;
}
.border-color-lime-a400 {
  color: #c6ff00 !important;
}
.border-color-hover-lime-a400:hover,
.border-color-hover-lime-a400:active,
.border-color-hover-lime-a400:focus {
  color: #c6ff00 !important;
}
.bg-lime-a700 {
  background-color: #aeea00 !important;
}
.bg-hover-lime-a700:hover,
.bg-hover-lime-a700:active,
.bg-hover-lime-a700:focus {
  background-color: #aeea00 !important;
}
.color-lime-a700 {
  color: #aeea00 !important;
}
.color-hover-lime-a700:hover,
.color-hover-lime-a700:active,
.color-hover-lime-a700:focus {
  color: #aeea00 !important;
}
.border-color-lime-a700 {
  color: #aeea00 !important;
}
.border-color-hover-lime-a700:hover,
.border-color-hover-lime-a700:active,
.border-color-hover-lime-a700:focus {
  color: #aeea00 !important;
}
.bg-yellow-50 {
  background-color: #fffde7 !important;
}
.bg-hover-yellow-50:hover,
.bg-hover-yellow-50:active,
.bg-hover-yellow-50:focus {
  background-color: #fffde7 !important;
}
.color-yellow-50 {
  color: #fffde7 !important;
}
.color-hover-yellow-50:hover,
.color-hover-yellow-50:active,
.color-hover-yellow-50:focus {
  color: #fffde7 !important;
}
.border-color-yellow-50 {
  color: #fffde7 !important;
}
.border-color-hover-yellow-50:hover,
.border-color-hover-yellow-50:active,
.border-color-hover-yellow-50:focus {
  color: #fffde7 !important;
}
.bg-yellow-100 {
  background-color: #fff9c4 !important;
}
.bg-hover-yellow-100:hover,
.bg-hover-yellow-100:active,
.bg-hover-yellow-100:focus {
  background-color: #fff9c4 !important;
}
.color-yellow-100 {
  color: #fff9c4 !important;
}
.color-hover-yellow-100:hover,
.color-hover-yellow-100:active,
.color-hover-yellow-100:focus {
  color: #fff9c4 !important;
}
.border-color-yellow-100 {
  color: #fff9c4 !important;
}
.border-color-hover-yellow-100:hover,
.border-color-hover-yellow-100:active,
.border-color-hover-yellow-100:focus {
  color: #fff9c4 !important;
}
.bg-yellow-200 {
  background-color: #fff59d !important;
}
.bg-hover-yellow-200:hover,
.bg-hover-yellow-200:active,
.bg-hover-yellow-200:focus {
  background-color: #fff59d !important;
}
.color-yellow-200 {
  color: #fff59d !important;
}
.color-hover-yellow-200:hover,
.color-hover-yellow-200:active,
.color-hover-yellow-200:focus {
  color: #fff59d !important;
}
.border-color-yellow-200 {
  color: #fff59d !important;
}
.border-color-hover-yellow-200:hover,
.border-color-hover-yellow-200:active,
.border-color-hover-yellow-200:focus {
  color: #fff59d !important;
}
.bg-yellow-300 {
  background-color: #fff176 !important;
}
.bg-hover-yellow-300:hover,
.bg-hover-yellow-300:active,
.bg-hover-yellow-300:focus {
  background-color: #fff176 !important;
}
.color-yellow-300 {
  color: #fff176 !important;
}
.color-hover-yellow-300:hover,
.color-hover-yellow-300:active,
.color-hover-yellow-300:focus {
  color: #fff176 !important;
}
.border-color-yellow-300 {
  color: #fff176 !important;
}
.border-color-hover-yellow-300:hover,
.border-color-hover-yellow-300:active,
.border-color-hover-yellow-300:focus {
  color: #fff176 !important;
}
.bg-yellow-400 {
  background-color: #ffee58 !important;
}
.bg-hover-yellow-400:hover,
.bg-hover-yellow-400:active,
.bg-hover-yellow-400:focus {
  background-color: #ffee58 !important;
}
.color-yellow-400 {
  color: #ffee58 !important;
}
.color-hover-yellow-400:hover,
.color-hover-yellow-400:active,
.color-hover-yellow-400:focus {
  color: #ffee58 !important;
}
.border-color-yellow-400 {
  color: #ffee58 !important;
}
.border-color-hover-yellow-400:hover,
.border-color-hover-yellow-400:active,
.border-color-hover-yellow-400:focus {
  color: #ffee58 !important;
}
.bg-yellow-500 {
  background-color: #ffeb3b !important;
}
.bg-hover-yellow-500:hover,
.bg-hover-yellow-500:active,
.bg-hover-yellow-500:focus {
  background-color: #ffeb3b !important;
}
.color-yellow-500 {
  color: #ffeb3b !important;
}
.color-hover-yellow-500:hover,
.color-hover-yellow-500:active,
.color-hover-yellow-500:focus {
  color: #ffeb3b !important;
}
.border-color-yellow-500 {
  color: #ffeb3b !important;
}
.border-color-hover-yellow-500:hover,
.border-color-hover-yellow-500:active,
.border-color-hover-yellow-500:focus {
  color: #ffeb3b !important;
}
.bg-yellow-600 {
  background-color: #fdd835 !important;
}
.bg-hover-yellow-600:hover,
.bg-hover-yellow-600:active,
.bg-hover-yellow-600:focus {
  background-color: #fdd835 !important;
}
.color-yellow-600 {
  color: #fdd835 !important;
}
.color-hover-yellow-600:hover,
.color-hover-yellow-600:active,
.color-hover-yellow-600:focus {
  color: #fdd835 !important;
}
.border-color-yellow-600 {
  color: #fdd835 !important;
}
.border-color-hover-yellow-600:hover,
.border-color-hover-yellow-600:active,
.border-color-hover-yellow-600:focus {
  color: #fdd835 !important;
}
.bg-yellow-700 {
  background-color: #fbc02d !important;
}
.bg-hover-yellow-700:hover,
.bg-hover-yellow-700:active,
.bg-hover-yellow-700:focus {
  background-color: #fbc02d !important;
}
.color-yellow-700 {
  color: #fbc02d !important;
}
.color-hover-yellow-700:hover,
.color-hover-yellow-700:active,
.color-hover-yellow-700:focus {
  color: #fbc02d !important;
}
.border-color-yellow-700 {
  color: #fbc02d !important;
}
.border-color-hover-yellow-700:hover,
.border-color-hover-yellow-700:active,
.border-color-hover-yellow-700:focus {
  color: #fbc02d !important;
}
.bg-yellow-800 {
  background-color: #f9a825 !important;
}
.bg-hover-yellow-800:hover,
.bg-hover-yellow-800:active,
.bg-hover-yellow-800:focus {
  background-color: #f9a825 !important;
}
.color-yellow-800 {
  color: #f9a825 !important;
}
.color-hover-yellow-800:hover,
.color-hover-yellow-800:active,
.color-hover-yellow-800:focus {
  color: #f9a825 !important;
}
.border-color-yellow-800 {
  color: #f9a825 !important;
}
.border-color-hover-yellow-800:hover,
.border-color-hover-yellow-800:active,
.border-color-hover-yellow-800:focus {
  color: #f9a825 !important;
}
.bg-yellow-900 {
  background-color: #f57f17 !important;
}
.bg-hover-yellow-900:hover,
.bg-hover-yellow-900:active,
.bg-hover-yellow-900:focus {
  background-color: #f57f17 !important;
}
.color-yellow-900 {
  color: #f57f17 !important;
}
.color-hover-yellow-900:hover,
.color-hover-yellow-900:active,
.color-hover-yellow-900:focus {
  color: #f57f17 !important;
}
.border-color-yellow-900 {
  color: #f57f17 !important;
}
.border-color-hover-yellow-900:hover,
.border-color-hover-yellow-900:active,
.border-color-hover-yellow-900:focus {
  color: #f57f17 !important;
}
.bg-yellow-a100 {
  background-color: #ffff8d !important;
}
.bg-hover-yellow-a100:hover,
.bg-hover-yellow-a100:active,
.bg-hover-yellow-a100:focus {
  background-color: #ffff8d !important;
}
.color-yellow-a100 {
  color: #ffff8d !important;
}
.color-hover-yellow-a100:hover,
.color-hover-yellow-a100:active,
.color-hover-yellow-a100:focus {
  color: #ffff8d !important;
}
.border-color-yellow-a100 {
  color: #ffff8d !important;
}
.border-color-hover-yellow-a100:hover,
.border-color-hover-yellow-a100:active,
.border-color-hover-yellow-a100:focus {
  color: #ffff8d !important;
}
.bg-yellow-a200 {
  background-color: #ffff00 !important;
}
.bg-hover-yellow-a200:hover,
.bg-hover-yellow-a200:active,
.bg-hover-yellow-a200:focus {
  background-color: #ffff00 !important;
}
.color-yellow-a200 {
  color: #ffff00 !important;
}
.color-hover-yellow-a200:hover,
.color-hover-yellow-a200:active,
.color-hover-yellow-a200:focus {
  color: #ffff00 !important;
}
.border-color-yellow-a200 {
  color: #ffff00 !important;
}
.border-color-hover-yellow-a200:hover,
.border-color-hover-yellow-a200:active,
.border-color-hover-yellow-a200:focus {
  color: #ffff00 !important;
}
.bg-yellow-a400 {
  background-color: #ffea00 !important;
}
.bg-hover-yellow-a400:hover,
.bg-hover-yellow-a400:active,
.bg-hover-yellow-a400:focus {
  background-color: #ffea00 !important;
}
.color-yellow-a400 {
  color: #ffea00 !important;
}
.color-hover-yellow-a400:hover,
.color-hover-yellow-a400:active,
.color-hover-yellow-a400:focus {
  color: #ffea00 !important;
}
.border-color-yellow-a400 {
  color: #ffea00 !important;
}
.border-color-hover-yellow-a400:hover,
.border-color-hover-yellow-a400:active,
.border-color-hover-yellow-a400:focus {
  color: #ffea00 !important;
}
.bg-yellow-a700 {
  background-color: #ffd600 !important;
}
.bg-hover-yellow-a700:hover,
.bg-hover-yellow-a700:active,
.bg-hover-yellow-a700:focus {
  background-color: #ffd600 !important;
}
.color-yellow-a700 {
  color: #ffd600 !important;
}
.color-hover-yellow-a700:hover,
.color-hover-yellow-a700:active,
.color-hover-yellow-a700:focus {
  color: #ffd600 !important;
}
.border-color-yellow-a700 {
  color: #ffd600 !important;
}
.border-color-hover-yellow-a700:hover,
.border-color-hover-yellow-a700:active,
.border-color-hover-yellow-a700:focus {
  color: #ffd600 !important;
}
.bg-amber-50 {
  background-color: #fff8e1 !important;
}
.bg-hover-amber-50:hover,
.bg-hover-amber-50:active,
.bg-hover-amber-50:focus {
  background-color: #fff8e1 !important;
}
.color-amber-50 {
  color: #fff8e1 !important;
}
.color-hover-amber-50:hover,
.color-hover-amber-50:active,
.color-hover-amber-50:focus {
  color: #fff8e1 !important;
}
.border-color-amber-50 {
  color: #fff8e1 !important;
}
.border-color-hover-amber-50:hover,
.border-color-hover-amber-50:active,
.border-color-hover-amber-50:focus {
  color: #fff8e1 !important;
}
.bg-amber-100 {
  background-color: #ffecb3 !important;
}
.bg-hover-amber-100:hover,
.bg-hover-amber-100:active,
.bg-hover-amber-100:focus {
  background-color: #ffecb3 !important;
}
.color-amber-100 {
  color: #ffecb3 !important;
}
.color-hover-amber-100:hover,
.color-hover-amber-100:active,
.color-hover-amber-100:focus {
  color: #ffecb3 !important;
}
.border-color-amber-100 {
  color: #ffecb3 !important;
}
.border-color-hover-amber-100:hover,
.border-color-hover-amber-100:active,
.border-color-hover-amber-100:focus {
  color: #ffecb3 !important;
}
.bg-amber-200 {
  background-color: #ffe082 !important;
}
.bg-hover-amber-200:hover,
.bg-hover-amber-200:active,
.bg-hover-amber-200:focus {
  background-color: #ffe082 !important;
}
.color-amber-200 {
  color: #ffe082 !important;
}
.color-hover-amber-200:hover,
.color-hover-amber-200:active,
.color-hover-amber-200:focus {
  color: #ffe082 !important;
}
.border-color-amber-200 {
  color: #ffe082 !important;
}
.border-color-hover-amber-200:hover,
.border-color-hover-amber-200:active,
.border-color-hover-amber-200:focus {
  color: #ffe082 !important;
}
.bg-amber-300 {
  background-color: #ffd54f !important;
}
.bg-hover-amber-300:hover,
.bg-hover-amber-300:active,
.bg-hover-amber-300:focus {
  background-color: #ffd54f !important;
}
.color-amber-300 {
  color: #ffd54f !important;
}
.color-hover-amber-300:hover,
.color-hover-amber-300:active,
.color-hover-amber-300:focus {
  color: #ffd54f !important;
}
.border-color-amber-300 {
  color: #ffd54f !important;
}
.border-color-hover-amber-300:hover,
.border-color-hover-amber-300:active,
.border-color-hover-amber-300:focus {
  color: #ffd54f !important;
}
.bg-amber-400 {
  background-color: #ffca28 !important;
}
.bg-hover-amber-400:hover,
.bg-hover-amber-400:active,
.bg-hover-amber-400:focus {
  background-color: #ffca28 !important;
}
.color-amber-400 {
  color: #ffca28 !important;
}
.color-hover-amber-400:hover,
.color-hover-amber-400:active,
.color-hover-amber-400:focus {
  color: #ffca28 !important;
}
.border-color-amber-400 {
  color: #ffca28 !important;
}
.border-color-hover-amber-400:hover,
.border-color-hover-amber-400:active,
.border-color-hover-amber-400:focus {
  color: #ffca28 !important;
}
.bg-amber-500 {
  background-color: #ffc107 !important;
}
.bg-hover-amber-500:hover,
.bg-hover-amber-500:active,
.bg-hover-amber-500:focus {
  background-color: #ffc107 !important;
}
.color-amber-500 {
  color: #ffc107 !important;
}
.color-hover-amber-500:hover,
.color-hover-amber-500:active,
.color-hover-amber-500:focus {
  color: #ffc107 !important;
}
.border-color-amber-500 {
  color: #ffc107 !important;
}
.border-color-hover-amber-500:hover,
.border-color-hover-amber-500:active,
.border-color-hover-amber-500:focus {
  color: #ffc107 !important;
}
.bg-amber-600 {
  background-color: #ffb300 !important;
}
.bg-hover-amber-600:hover,
.bg-hover-amber-600:active,
.bg-hover-amber-600:focus {
  background-color: #ffb300 !important;
}
.color-amber-600 {
  color: #ffb300 !important;
}
.color-hover-amber-600:hover,
.color-hover-amber-600:active,
.color-hover-amber-600:focus {
  color: #ffb300 !important;
}
.border-color-amber-600 {
  color: #ffb300 !important;
}
.border-color-hover-amber-600:hover,
.border-color-hover-amber-600:active,
.border-color-hover-amber-600:focus {
  color: #ffb300 !important;
}
.bg-amber-700 {
  background-color: #ffa000 !important;
}
.bg-hover-amber-700:hover,
.bg-hover-amber-700:active,
.bg-hover-amber-700:focus {
  background-color: #ffa000 !important;
}
.color-amber-700 {
  color: #ffa000 !important;
}
.color-hover-amber-700:hover,
.color-hover-amber-700:active,
.color-hover-amber-700:focus {
  color: #ffa000 !important;
}
.border-color-amber-700 {
  color: #ffa000 !important;
}
.border-color-hover-amber-700:hover,
.border-color-hover-amber-700:active,
.border-color-hover-amber-700:focus {
  color: #ffa000 !important;
}
.bg-amber-800 {
  background-color: #ff8f00 !important;
}
.bg-hover-amber-800:hover,
.bg-hover-amber-800:active,
.bg-hover-amber-800:focus {
  background-color: #ff8f00 !important;
}
.color-amber-800 {
  color: #ff8f00 !important;
}
.color-hover-amber-800:hover,
.color-hover-amber-800:active,
.color-hover-amber-800:focus {
  color: #ff8f00 !important;
}
.border-color-amber-800 {
  color: #ff8f00 !important;
}
.border-color-hover-amber-800:hover,
.border-color-hover-amber-800:active,
.border-color-hover-amber-800:focus {
  color: #ff8f00 !important;
}
.bg-amber-900 {
  background-color: #ff6f00 !important;
}
.bg-hover-amber-900:hover,
.bg-hover-amber-900:active,
.bg-hover-amber-900:focus {
  background-color: #ff6f00 !important;
}
.color-amber-900 {
  color: #ff6f00 !important;
}
.color-hover-amber-900:hover,
.color-hover-amber-900:active,
.color-hover-amber-900:focus {
  color: #ff6f00 !important;
}
.border-color-amber-900 {
  color: #ff6f00 !important;
}
.border-color-hover-amber-900:hover,
.border-color-hover-amber-900:active,
.border-color-hover-amber-900:focus {
  color: #ff6f00 !important;
}
.bg-amber-a100 {
  background-color: #ffe57f !important;
}
.bg-hover-amber-a100:hover,
.bg-hover-amber-a100:active,
.bg-hover-amber-a100:focus {
  background-color: #ffe57f !important;
}
.color-amber-a100 {
  color: #ffe57f !important;
}
.color-hover-amber-a100:hover,
.color-hover-amber-a100:active,
.color-hover-amber-a100:focus {
  color: #ffe57f !important;
}
.border-color-amber-a100 {
  color: #ffe57f !important;
}
.border-color-hover-amber-a100:hover,
.border-color-hover-amber-a100:active,
.border-color-hover-amber-a100:focus {
  color: #ffe57f !important;
}
.bg-amber-a200 {
  background-color: #ffd740 !important;
}
.bg-hover-amber-a200:hover,
.bg-hover-amber-a200:active,
.bg-hover-amber-a200:focus {
  background-color: #ffd740 !important;
}
.color-amber-a200 {
  color: #ffd740 !important;
}
.color-hover-amber-a200:hover,
.color-hover-amber-a200:active,
.color-hover-amber-a200:focus {
  color: #ffd740 !important;
}
.border-color-amber-a200 {
  color: #ffd740 !important;
}
.border-color-hover-amber-a200:hover,
.border-color-hover-amber-a200:active,
.border-color-hover-amber-a200:focus {
  color: #ffd740 !important;
}
.bg-amber-a400 {
  background-color: #ffc400 !important;
}
.bg-hover-amber-a400:hover,
.bg-hover-amber-a400:active,
.bg-hover-amber-a400:focus {
  background-color: #ffc400 !important;
}
.color-amber-a400 {
  color: #ffc400 !important;
}
.color-hover-amber-a400:hover,
.color-hover-amber-a400:active,
.color-hover-amber-a400:focus {
  color: #ffc400 !important;
}
.border-color-amber-a400 {
  color: #ffc400 !important;
}
.border-color-hover-amber-a400:hover,
.border-color-hover-amber-a400:active,
.border-color-hover-amber-a400:focus {
  color: #ffc400 !important;
}
.bg-amber-a700 {
  background-color: #ffab00 !important;
}
.bg-hover-amber-a700:hover,
.bg-hover-amber-a700:active,
.bg-hover-amber-a700:focus {
  background-color: #ffab00 !important;
}
.color-amber-a700 {
  color: #ffab00 !important;
}
.color-hover-amber-a700:hover,
.color-hover-amber-a700:active,
.color-hover-amber-a700:focus {
  color: #ffab00 !important;
}
.border-color-amber-a700 {
  color: #ffab00 !important;
}
.border-color-hover-amber-a700:hover,
.border-color-hover-amber-a700:active,
.border-color-hover-amber-a700:focus {
  color: #ffab00 !important;
}
.bg-orange-50 {
  background-color: #fff3e0 !important;
}
.bg-hover-orange-50:hover,
.bg-hover-orange-50:active,
.bg-hover-orange-50:focus {
  background-color: #fff3e0 !important;
}
.color-orange-50 {
  color: #fff3e0 !important;
}
.color-hover-orange-50:hover,
.color-hover-orange-50:active,
.color-hover-orange-50:focus {
  color: #fff3e0 !important;
}
.border-color-orange-50 {
  color: #fff3e0 !important;
}
.border-color-hover-orange-50:hover,
.border-color-hover-orange-50:active,
.border-color-hover-orange-50:focus {
  color: #fff3e0 !important;
}
.bg-orange-100 {
  background-color: #ffe0b2 !important;
}
.bg-hover-orange-100:hover,
.bg-hover-orange-100:active,
.bg-hover-orange-100:focus {
  background-color: #ffe0b2 !important;
}
.color-orange-100 {
  color: #ffe0b2 !important;
}
.color-hover-orange-100:hover,
.color-hover-orange-100:active,
.color-hover-orange-100:focus {
  color: #ffe0b2 !important;
}
.border-color-orange-100 {
  color: #ffe0b2 !important;
}
.border-color-hover-orange-100:hover,
.border-color-hover-orange-100:active,
.border-color-hover-orange-100:focus {
  color: #ffe0b2 !important;
}
.bg-orange-200 {
  background-color: #ffcc80 !important;
}
.bg-hover-orange-200:hover,
.bg-hover-orange-200:active,
.bg-hover-orange-200:focus {
  background-color: #ffcc80 !important;
}
.color-orange-200 {
  color: #ffcc80 !important;
}
.color-hover-orange-200:hover,
.color-hover-orange-200:active,
.color-hover-orange-200:focus {
  color: #ffcc80 !important;
}
.border-color-orange-200 {
  color: #ffcc80 !important;
}
.border-color-hover-orange-200:hover,
.border-color-hover-orange-200:active,
.border-color-hover-orange-200:focus {
  color: #ffcc80 !important;
}
.bg-orange-300 {
  background-color: #ffb74d !important;
}
.bg-hover-orange-300:hover,
.bg-hover-orange-300:active,
.bg-hover-orange-300:focus {
  background-color: #ffb74d !important;
}
.color-orange-300 {
  color: #ffb74d !important;
}
.color-hover-orange-300:hover,
.color-hover-orange-300:active,
.color-hover-orange-300:focus {
  color: #ffb74d !important;
}
.border-color-orange-300 {
  color: #ffb74d !important;
}
.border-color-hover-orange-300:hover,
.border-color-hover-orange-300:active,
.border-color-hover-orange-300:focus {
  color: #ffb74d !important;
}
.bg-orange-400 {
  background-color: #ffa726 !important;
}
.bg-hover-orange-400:hover,
.bg-hover-orange-400:active,
.bg-hover-orange-400:focus {
  background-color: #ffa726 !important;
}
.color-orange-400 {
  color: #ffa726 !important;
}
.color-hover-orange-400:hover,
.color-hover-orange-400:active,
.color-hover-orange-400:focus {
  color: #ffa726 !important;
}
.border-color-orange-400 {
  color: #ffa726 !important;
}
.border-color-hover-orange-400:hover,
.border-color-hover-orange-400:active,
.border-color-hover-orange-400:focus {
  color: #ffa726 !important;
}
.bg-orange-500 {
  background-color: #ff9800 !important;
}
.bg-hover-orange-500:hover,
.bg-hover-orange-500:active,
.bg-hover-orange-500:focus {
  background-color: #ff9800 !important;
}
.color-orange-500 {
  color: #ff9800 !important;
}
.color-hover-orange-500:hover,
.color-hover-orange-500:active,
.color-hover-orange-500:focus {
  color: #ff9800 !important;
}
.border-color-orange-500 {
  color: #ff9800 !important;
}
.border-color-hover-orange-500:hover,
.border-color-hover-orange-500:active,
.border-color-hover-orange-500:focus {
  color: #ff9800 !important;
}
.bg-orange-600 {
  background-color: #fb8c00 !important;
}
.bg-hover-orange-600:hover,
.bg-hover-orange-600:active,
.bg-hover-orange-600:focus {
  background-color: #fb8c00 !important;
}
.color-orange-600 {
  color: #fb8c00 !important;
}
.color-hover-orange-600:hover,
.color-hover-orange-600:active,
.color-hover-orange-600:focus {
  color: #fb8c00 !important;
}
.border-color-orange-600 {
  color: #fb8c00 !important;
}
.border-color-hover-orange-600:hover,
.border-color-hover-orange-600:active,
.border-color-hover-orange-600:focus {
  color: #fb8c00 !important;
}
.bg-orange-700 {
  background-color: #f57c00 !important;
}
.bg-hover-orange-700:hover,
.bg-hover-orange-700:active,
.bg-hover-orange-700:focus {
  background-color: #f57c00 !important;
}
.color-orange-700 {
  color: #f57c00 !important;
}
.color-hover-orange-700:hover,
.color-hover-orange-700:active,
.color-hover-orange-700:focus {
  color: #f57c00 !important;
}
.border-color-orange-700 {
  color: #f57c00 !important;
}
.border-color-hover-orange-700:hover,
.border-color-hover-orange-700:active,
.border-color-hover-orange-700:focus {
  color: #f57c00 !important;
}
.bg-orange-800 {
  background-color: #ef6c00 !important;
}
.bg-hover-orange-800:hover,
.bg-hover-orange-800:active,
.bg-hover-orange-800:focus {
  background-color: #ef6c00 !important;
}
.color-orange-800 {
  color: #ef6c00 !important;
}
.color-hover-orange-800:hover,
.color-hover-orange-800:active,
.color-hover-orange-800:focus {
  color: #ef6c00 !important;
}
.border-color-orange-800 {
  color: #ef6c00 !important;
}
.border-color-hover-orange-800:hover,
.border-color-hover-orange-800:active,
.border-color-hover-orange-800:focus {
  color: #ef6c00 !important;
}
.bg-orange-900 {
  background-color: #e65100 !important;
}
.bg-hover-orange-900:hover,
.bg-hover-orange-900:active,
.bg-hover-orange-900:focus {
  background-color: #e65100 !important;
}
.color-orange-900 {
  color: #e65100 !important;
}
.color-hover-orange-900:hover,
.color-hover-orange-900:active,
.color-hover-orange-900:focus {
  color: #e65100 !important;
}
.border-color-orange-900 {
  color: #e65100 !important;
}
.border-color-hover-orange-900:hover,
.border-color-hover-orange-900:active,
.border-color-hover-orange-900:focus {
  color: #e65100 !important;
}
.bg-orange-a100 {
  background-color: #ffd180 !important;
}
.bg-hover-orange-a100:hover,
.bg-hover-orange-a100:active,
.bg-hover-orange-a100:focus {
  background-color: #ffd180 !important;
}
.color-orange-a100 {
  color: #ffd180 !important;
}
.color-hover-orange-a100:hover,
.color-hover-orange-a100:active,
.color-hover-orange-a100:focus {
  color: #ffd180 !important;
}
.border-color-orange-a100 {
  color: #ffd180 !important;
}
.border-color-hover-orange-a100:hover,
.border-color-hover-orange-a100:active,
.border-color-hover-orange-a100:focus {
  color: #ffd180 !important;
}
.bg-orange-a200 {
  background-color: #ffab40 !important;
}
.bg-hover-orange-a200:hover,
.bg-hover-orange-a200:active,
.bg-hover-orange-a200:focus {
  background-color: #ffab40 !important;
}
.color-orange-a200 {
  color: #ffab40 !important;
}
.color-hover-orange-a200:hover,
.color-hover-orange-a200:active,
.color-hover-orange-a200:focus {
  color: #ffab40 !important;
}
.border-color-orange-a200 {
  color: #ffab40 !important;
}
.border-color-hover-orange-a200:hover,
.border-color-hover-orange-a200:active,
.border-color-hover-orange-a200:focus {
  color: #ffab40 !important;
}
.bg-orange-a400 {
  background-color: #ff9100 !important;
}
.bg-hover-orange-a400:hover,
.bg-hover-orange-a400:active,
.bg-hover-orange-a400:focus {
  background-color: #ff9100 !important;
}
.color-orange-a400 {
  color: #ff9100 !important;
}
.color-hover-orange-a400:hover,
.color-hover-orange-a400:active,
.color-hover-orange-a400:focus {
  color: #ff9100 !important;
}
.border-color-orange-a400 {
  color: #ff9100 !important;
}
.border-color-hover-orange-a400:hover,
.border-color-hover-orange-a400:active,
.border-color-hover-orange-a400:focus {
  color: #ff9100 !important;
}
.bg-orange-a700 {
  background-color: #ff6d00 !important;
}
.bg-hover-orange-a700:hover,
.bg-hover-orange-a700:active,
.bg-hover-orange-a700:focus {
  background-color: #ff6d00 !important;
}
.color-orange-a700 {
  color: #ff6d00 !important;
}
.color-hover-orange-a700:hover,
.color-hover-orange-a700:active,
.color-hover-orange-a700:focus {
  color: #ff6d00 !important;
}
.border-color-orange-a700 {
  color: #ff6d00 !important;
}
.border-color-hover-orange-a700:hover,
.border-color-hover-orange-a700:active,
.border-color-hover-orange-a700:focus {
  color: #ff6d00 !important;
}
.bg-deep-orange-50 {
  background-color: #fbe9e7 !important;
}
.bg-hover-deep-orange-50:hover,
.bg-hover-deep-orange-50:active,
.bg-hover-deep-orange-50:focus {
  background-color: #fbe9e7 !important;
}
.color-deep-orange-50 {
  color: #fbe9e7 !important;
}
.color-hover-deep-orange-50:hover,
.color-hover-deep-orange-50:active,
.color-hover-deep-orange-50:focus {
  color: #fbe9e7 !important;
}
.border-color-deep-orange-50 {
  color: #fbe9e7 !important;
}
.border-color-hover-deep-orange-50:hover,
.border-color-hover-deep-orange-50:active,
.border-color-hover-deep-orange-50:focus {
  color: #fbe9e7 !important;
}
.bg-deep-orange-100 {
  background-color: #ffccbc !important;
}
.bg-hover-deep-orange-100:hover,
.bg-hover-deep-orange-100:active,
.bg-hover-deep-orange-100:focus {
  background-color: #ffccbc !important;
}
.color-deep-orange-100 {
  color: #ffccbc !important;
}
.color-hover-deep-orange-100:hover,
.color-hover-deep-orange-100:active,
.color-hover-deep-orange-100:focus {
  color: #ffccbc !important;
}
.border-color-deep-orange-100 {
  color: #ffccbc !important;
}
.border-color-hover-deep-orange-100:hover,
.border-color-hover-deep-orange-100:active,
.border-color-hover-deep-orange-100:focus {
  color: #ffccbc !important;
}
.bg-deep-orange-200 {
  background-color: #ffab91 !important;
}
.bg-hover-deep-orange-200:hover,
.bg-hover-deep-orange-200:active,
.bg-hover-deep-orange-200:focus {
  background-color: #ffab91 !important;
}
.color-deep-orange-200 {
  color: #ffab91 !important;
}
.color-hover-deep-orange-200:hover,
.color-hover-deep-orange-200:active,
.color-hover-deep-orange-200:focus {
  color: #ffab91 !important;
}
.border-color-deep-orange-200 {
  color: #ffab91 !important;
}
.border-color-hover-deep-orange-200:hover,
.border-color-hover-deep-orange-200:active,
.border-color-hover-deep-orange-200:focus {
  color: #ffab91 !important;
}
.bg-deep-orange-300 {
  background-color: #ff8a65 !important;
}
.bg-hover-deep-orange-300:hover,
.bg-hover-deep-orange-300:active,
.bg-hover-deep-orange-300:focus {
  background-color: #ff8a65 !important;
}
.color-deep-orange-300 {
  color: #ff8a65 !important;
}
.color-hover-deep-orange-300:hover,
.color-hover-deep-orange-300:active,
.color-hover-deep-orange-300:focus {
  color: #ff8a65 !important;
}
.border-color-deep-orange-300 {
  color: #ff8a65 !important;
}
.border-color-hover-deep-orange-300:hover,
.border-color-hover-deep-orange-300:active,
.border-color-hover-deep-orange-300:focus {
  color: #ff8a65 !important;
}
.bg-deep-orange-400 {
  background-color: #ff7043 !important;
}
.bg-hover-deep-orange-400:hover,
.bg-hover-deep-orange-400:active,
.bg-hover-deep-orange-400:focus {
  background-color: #ff7043 !important;
}
.color-deep-orange-400 {
  color: #ff7043 !important;
}
.color-hover-deep-orange-400:hover,
.color-hover-deep-orange-400:active,
.color-hover-deep-orange-400:focus {
  color: #ff7043 !important;
}
.border-color-deep-orange-400 {
  color: #ff7043 !important;
}
.border-color-hover-deep-orange-400:hover,
.border-color-hover-deep-orange-400:active,
.border-color-hover-deep-orange-400:focus {
  color: #ff7043 !important;
}
.bg-deep-orange-500 {
  background-color: #ff5722 !important;
}
.bg-hover-deep-orange-500:hover,
.bg-hover-deep-orange-500:active,
.bg-hover-deep-orange-500:focus {
  background-color: #ff5722 !important;
}
.color-deep-orange-500 {
  color: #ff5722 !important;
}
.color-hover-deep-orange-500:hover,
.color-hover-deep-orange-500:active,
.color-hover-deep-orange-500:focus {
  color: #ff5722 !important;
}
.border-color-deep-orange-500 {
  color: #ff5722 !important;
}
.border-color-hover-deep-orange-500:hover,
.border-color-hover-deep-orange-500:active,
.border-color-hover-deep-orange-500:focus {
  color: #ff5722 !important;
}
.bg-deep-orange-600 {
  background-color: #f4511e !important;
}
.bg-hover-deep-orange-600:hover,
.bg-hover-deep-orange-600:active,
.bg-hover-deep-orange-600:focus {
  background-color: #f4511e !important;
}
.color-deep-orange-600 {
  color: #f4511e !important;
}
.color-hover-deep-orange-600:hover,
.color-hover-deep-orange-600:active,
.color-hover-deep-orange-600:focus {
  color: #f4511e !important;
}
.border-color-deep-orange-600 {
  color: #f4511e !important;
}
.border-color-hover-deep-orange-600:hover,
.border-color-hover-deep-orange-600:active,
.border-color-hover-deep-orange-600:focus {
  color: #f4511e !important;
}
.bg-deep-orange-700 {
  background-color: #e64a19 !important;
}
.bg-hover-deep-orange-700:hover,
.bg-hover-deep-orange-700:active,
.bg-hover-deep-orange-700:focus {
  background-color: #e64a19 !important;
}
.color-deep-orange-700 {
  color: #e64a19 !important;
}
.color-hover-deep-orange-700:hover,
.color-hover-deep-orange-700:active,
.color-hover-deep-orange-700:focus {
  color: #e64a19 !important;
}
.border-color-deep-orange-700 {
  color: #e64a19 !important;
}
.border-color-hover-deep-orange-700:hover,
.border-color-hover-deep-orange-700:active,
.border-color-hover-deep-orange-700:focus {
  color: #e64a19 !important;
}
.bg-deep-orange-800 {
  background-color: #d84315 !important;
}
.bg-hover-deep-orange-800:hover,
.bg-hover-deep-orange-800:active,
.bg-hover-deep-orange-800:focus {
  background-color: #d84315 !important;
}
.color-deep-orange-800 {
  color: #d84315 !important;
}
.color-hover-deep-orange-800:hover,
.color-hover-deep-orange-800:active,
.color-hover-deep-orange-800:focus {
  color: #d84315 !important;
}
.border-color-deep-orange-800 {
  color: #d84315 !important;
}
.border-color-hover-deep-orange-800:hover,
.border-color-hover-deep-orange-800:active,
.border-color-hover-deep-orange-800:focus {
  color: #d84315 !important;
}
.bg-deep-orange-900 {
  background-color: #bf360c !important;
}
.bg-hover-deep-orange-900:hover,
.bg-hover-deep-orange-900:active,
.bg-hover-deep-orange-900:focus {
  background-color: #bf360c !important;
}
.color-deep-orange-900 {
  color: #bf360c !important;
}
.color-hover-deep-orange-900:hover,
.color-hover-deep-orange-900:active,
.color-hover-deep-orange-900:focus {
  color: #bf360c !important;
}
.border-color-deep-orange-900 {
  color: #bf360c !important;
}
.border-color-hover-deep-orange-900:hover,
.border-color-hover-deep-orange-900:active,
.border-color-hover-deep-orange-900:focus {
  color: #bf360c !important;
}
.bg-deep-orange-a100 {
  background-color: #ff9e80 !important;
}
.bg-hover-deep-orange-a100:hover,
.bg-hover-deep-orange-a100:active,
.bg-hover-deep-orange-a100:focus {
  background-color: #ff9e80 !important;
}
.color-deep-orange-a100 {
  color: #ff9e80 !important;
}
.color-hover-deep-orange-a100:hover,
.color-hover-deep-orange-a100:active,
.color-hover-deep-orange-a100:focus {
  color: #ff9e80 !important;
}
.border-color-deep-orange-a100 {
  color: #ff9e80 !important;
}
.border-color-hover-deep-orange-a100:hover,
.border-color-hover-deep-orange-a100:active,
.border-color-hover-deep-orange-a100:focus {
  color: #ff9e80 !important;
}
.bg-deep-orange-a200 {
  background-color: #ff6e40 !important;
}
.bg-hover-deep-orange-a200:hover,
.bg-hover-deep-orange-a200:active,
.bg-hover-deep-orange-a200:focus {
  background-color: #ff6e40 !important;
}
.color-deep-orange-a200 {
  color: #ff6e40 !important;
}
.color-hover-deep-orange-a200:hover,
.color-hover-deep-orange-a200:active,
.color-hover-deep-orange-a200:focus {
  color: #ff6e40 !important;
}
.border-color-deep-orange-a200 {
  color: #ff6e40 !important;
}
.border-color-hover-deep-orange-a200:hover,
.border-color-hover-deep-orange-a200:active,
.border-color-hover-deep-orange-a200:focus {
  color: #ff6e40 !important;
}
.bg-deep-orange-a400 {
  background-color: #ff3d00 !important;
}
.bg-hover-deep-orange-a400:hover,
.bg-hover-deep-orange-a400:active,
.bg-hover-deep-orange-a400:focus {
  background-color: #ff3d00 !important;
}
.color-deep-orange-a400 {
  color: #ff3d00 !important;
}
.color-hover-deep-orange-a400:hover,
.color-hover-deep-orange-a400:active,
.color-hover-deep-orange-a400:focus {
  color: #ff3d00 !important;
}
.border-color-deep-orange-a400 {
  color: #ff3d00 !important;
}
.border-color-hover-deep-orange-a400:hover,
.border-color-hover-deep-orange-a400:active,
.border-color-hover-deep-orange-a400:focus {
  color: #ff3d00 !important;
}
.bg-deep-orange-a700 {
  background-color: #dd2c00 !important;
}
.bg-hover-deep-orange-a700:hover,
.bg-hover-deep-orange-a700:active,
.bg-hover-deep-orange-a700:focus {
  background-color: #dd2c00 !important;
}
.color-deep-orange-a700 {
  color: #dd2c00 !important;
}
.color-hover-deep-orange-a700:hover,
.color-hover-deep-orange-a700:active,
.color-hover-deep-orange-a700:focus {
  color: #dd2c00 !important;
}
.border-color-deep-orange-a700 {
  color: #dd2c00 !important;
}
.border-color-hover-deep-orange-a700:hover,
.border-color-hover-deep-orange-a700:active,
.border-color-hover-deep-orange-a700:focus {
  color: #dd2c00 !important;
}
.bg-brown-50 {
  background-color: #efebe9 !important;
}
.bg-hover-brown-50:hover,
.bg-hover-brown-50:active,
.bg-hover-brown-50:focus {
  background-color: #efebe9 !important;
}
.color-brown-50 {
  color: #efebe9 !important;
}
.color-hover-brown-50:hover,
.color-hover-brown-50:active,
.color-hover-brown-50:focus {
  color: #efebe9 !important;
}
.border-color-brown-50 {
  color: #efebe9 !important;
}
.border-color-hover-brown-50:hover,
.border-color-hover-brown-50:active,
.border-color-hover-brown-50:focus {
  color: #efebe9 !important;
}
.bg-brown-100 {
  background-color: #d7ccc8 !important;
}
.bg-hover-brown-100:hover,
.bg-hover-brown-100:active,
.bg-hover-brown-100:focus {
  background-color: #d7ccc8 !important;
}
.color-brown-100 {
  color: #d7ccc8 !important;
}
.color-hover-brown-100:hover,
.color-hover-brown-100:active,
.color-hover-brown-100:focus {
  color: #d7ccc8 !important;
}
.border-color-brown-100 {
  color: #d7ccc8 !important;
}
.border-color-hover-brown-100:hover,
.border-color-hover-brown-100:active,
.border-color-hover-brown-100:focus {
  color: #d7ccc8 !important;
}
.bg-brown-200 {
  background-color: #bcaaa4 !important;
}
.bg-hover-brown-200:hover,
.bg-hover-brown-200:active,
.bg-hover-brown-200:focus {
  background-color: #bcaaa4 !important;
}
.color-brown-200 {
  color: #bcaaa4 !important;
}
.color-hover-brown-200:hover,
.color-hover-brown-200:active,
.color-hover-brown-200:focus {
  color: #bcaaa4 !important;
}
.border-color-brown-200 {
  color: #bcaaa4 !important;
}
.border-color-hover-brown-200:hover,
.border-color-hover-brown-200:active,
.border-color-hover-brown-200:focus {
  color: #bcaaa4 !important;
}
.bg-brown-300 {
  background-color: #a1887f !important;
}
.bg-hover-brown-300:hover,
.bg-hover-brown-300:active,
.bg-hover-brown-300:focus {
  background-color: #a1887f !important;
}
.color-brown-300 {
  color: #a1887f !important;
}
.color-hover-brown-300:hover,
.color-hover-brown-300:active,
.color-hover-brown-300:focus {
  color: #a1887f !important;
}
.border-color-brown-300 {
  color: #a1887f !important;
}
.border-color-hover-brown-300:hover,
.border-color-hover-brown-300:active,
.border-color-hover-brown-300:focus {
  color: #a1887f !important;
}
.bg-brown-400 {
  background-color: #8d6e63 !important;
}
.bg-hover-brown-400:hover,
.bg-hover-brown-400:active,
.bg-hover-brown-400:focus {
  background-color: #8d6e63 !important;
}
.color-brown-400 {
  color: #8d6e63 !important;
}
.color-hover-brown-400:hover,
.color-hover-brown-400:active,
.color-hover-brown-400:focus {
  color: #8d6e63 !important;
}
.border-color-brown-400 {
  color: #8d6e63 !important;
}
.border-color-hover-brown-400:hover,
.border-color-hover-brown-400:active,
.border-color-hover-brown-400:focus {
  color: #8d6e63 !important;
}
.bg-brown-500 {
  background-color: #795548 !important;
}
.bg-hover-brown-500:hover,
.bg-hover-brown-500:active,
.bg-hover-brown-500:focus {
  background-color: #795548 !important;
}
.color-brown-500 {
  color: #795548 !important;
}
.color-hover-brown-500:hover,
.color-hover-brown-500:active,
.color-hover-brown-500:focus {
  color: #795548 !important;
}
.border-color-brown-500 {
  color: #795548 !important;
}
.border-color-hover-brown-500:hover,
.border-color-hover-brown-500:active,
.border-color-hover-brown-500:focus {
  color: #795548 !important;
}
.bg-brown-600 {
  background-color: #6d4c41 !important;
}
.bg-hover-brown-600:hover,
.bg-hover-brown-600:active,
.bg-hover-brown-600:focus {
  background-color: #6d4c41 !important;
}
.color-brown-600 {
  color: #6d4c41 !important;
}
.color-hover-brown-600:hover,
.color-hover-brown-600:active,
.color-hover-brown-600:focus {
  color: #6d4c41 !important;
}
.border-color-brown-600 {
  color: #6d4c41 !important;
}
.border-color-hover-brown-600:hover,
.border-color-hover-brown-600:active,
.border-color-hover-brown-600:focus {
  color: #6d4c41 !important;
}
.bg-brown-700 {
  background-color: #5d4037 !important;
}
.bg-hover-brown-700:hover,
.bg-hover-brown-700:active,
.bg-hover-brown-700:focus {
  background-color: #5d4037 !important;
}
.color-brown-700 {
  color: #5d4037 !important;
}
.color-hover-brown-700:hover,
.color-hover-brown-700:active,
.color-hover-brown-700:focus {
  color: #5d4037 !important;
}
.border-color-brown-700 {
  color: #5d4037 !important;
}
.border-color-hover-brown-700:hover,
.border-color-hover-brown-700:active,
.border-color-hover-brown-700:focus {
  color: #5d4037 !important;
}
.bg-brown-800 {
  background-color: #4e342e !important;
}
.bg-hover-brown-800:hover,
.bg-hover-brown-800:active,
.bg-hover-brown-800:focus {
  background-color: #4e342e !important;
}
.color-brown-800 {
  color: #4e342e !important;
}
.color-hover-brown-800:hover,
.color-hover-brown-800:active,
.color-hover-brown-800:focus {
  color: #4e342e !important;
}
.border-color-brown-800 {
  color: #4e342e !important;
}
.border-color-hover-brown-800:hover,
.border-color-hover-brown-800:active,
.border-color-hover-brown-800:focus {
  color: #4e342e !important;
}
.bg-brown-900 {
  background-color: #3e2723 !important;
}
.bg-hover-brown-900:hover,
.bg-hover-brown-900:active,
.bg-hover-brown-900:focus {
  background-color: #3e2723 !important;
}
.color-brown-900 {
  color: #3e2723 !important;
}
.color-hover-brown-900:hover,
.color-hover-brown-900:active,
.color-hover-brown-900:focus {
  color: #3e2723 !important;
}
.border-color-brown-900 {
  color: #3e2723 !important;
}
.border-color-hover-brown-900:hover,
.border-color-hover-brown-900:active,
.border-color-hover-brown-900:focus {
  color: #3e2723 !important;
}
.bg-brown-a100 {
  background-color: #d7ccc8 !important;
}
.bg-hover-brown-a100:hover,
.bg-hover-brown-a100:active,
.bg-hover-brown-a100:focus {
  background-color: #d7ccc8 !important;
}
.color-brown-a100 {
  color: #d7ccc8 !important;
}
.color-hover-brown-a100:hover,
.color-hover-brown-a100:active,
.color-hover-brown-a100:focus {
  color: #d7ccc8 !important;
}
.border-color-brown-a100 {
  color: #d7ccc8 !important;
}
.border-color-hover-brown-a100:hover,
.border-color-hover-brown-a100:active,
.border-color-hover-brown-a100:focus {
  color: #d7ccc8 !important;
}
.bg-brown-a200 {
  background-color: #bcaaa4 !important;
}
.bg-hover-brown-a200:hover,
.bg-hover-brown-a200:active,
.bg-hover-brown-a200:focus {
  background-color: #bcaaa4 !important;
}
.color-brown-a200 {
  color: #bcaaa4 !important;
}
.color-hover-brown-a200:hover,
.color-hover-brown-a200:active,
.color-hover-brown-a200:focus {
  color: #bcaaa4 !important;
}
.border-color-brown-a200 {
  color: #bcaaa4 !important;
}
.border-color-hover-brown-a200:hover,
.border-color-hover-brown-a200:active,
.border-color-hover-brown-a200:focus {
  color: #bcaaa4 !important;
}
.bg-brown-a400 {
  background-color: #8d6e63 !important;
}
.bg-hover-brown-a400:hover,
.bg-hover-brown-a400:active,
.bg-hover-brown-a400:focus {
  background-color: #8d6e63 !important;
}
.color-brown-a400 {
  color: #8d6e63 !important;
}
.color-hover-brown-a400:hover,
.color-hover-brown-a400:active,
.color-hover-brown-a400:focus {
  color: #8d6e63 !important;
}
.border-color-brown-a400 {
  color: #8d6e63 !important;
}
.border-color-hover-brown-a400:hover,
.border-color-hover-brown-a400:active,
.border-color-hover-brown-a400:focus {
  color: #8d6e63 !important;
}
.bg-brown-a700 {
  background-color: #5d4037 !important;
}
.bg-hover-brown-a700:hover,
.bg-hover-brown-a700:active,
.bg-hover-brown-a700:focus {
  background-color: #5d4037 !important;
}
.color-brown-a700 {
  color: #5d4037 !important;
}
.color-hover-brown-a700:hover,
.color-hover-brown-a700:active,
.color-hover-brown-a700:focus {
  color: #5d4037 !important;
}
.border-color-brown-a700 {
  color: #5d4037 !important;
}
.border-color-hover-brown-a700:hover,
.border-color-hover-brown-a700:active,
.border-color-hover-brown-a700:focus {
  color: #5d4037 !important;
}
.bg-grey-50 {
  background-color: #fafafa !important;
}
.bg-hover-grey-50:hover,
.bg-hover-grey-50:active,
.bg-hover-grey-50:focus {
  background-color: #fafafa !important;
}
.color-grey-50 {
  color: #fafafa !important;
}
.color-hover-grey-50:hover,
.color-hover-grey-50:active,
.color-hover-grey-50:focus {
  color: #fafafa !important;
}
.border-color-grey-50 {
  color: #fafafa !important;
}
.border-color-hover-grey-50:hover,
.border-color-hover-grey-50:active,
.border-color-hover-grey-50:focus {
  color: #fafafa !important;
}
.bg-grey-100 {
  background-color: #f5f5f5 !important;
}
.bg-hover-grey-100:hover,
.bg-hover-grey-100:active,
.bg-hover-grey-100:focus {
  background-color: #f5f5f5 !important;
}
.color-grey-100 {
  color: #f5f5f5 !important;
}
.color-hover-grey-100:hover,
.color-hover-grey-100:active,
.color-hover-grey-100:focus {
  color: #f5f5f5 !important;
}
.border-color-grey-100 {
  color: #f5f5f5 !important;
}
.border-color-hover-grey-100:hover,
.border-color-hover-grey-100:active,
.border-color-hover-grey-100:focus {
  color: #f5f5f5 !important;
}
.bg-grey-200 {
  background-color: #eeeeee !important;
}
.bg-hover-grey-200:hover,
.bg-hover-grey-200:active,
.bg-hover-grey-200:focus {
  background-color: #eeeeee !important;
}
.color-grey-200 {
  color: #eeeeee !important;
}
.color-hover-grey-200:hover,
.color-hover-grey-200:active,
.color-hover-grey-200:focus {
  color: #eeeeee !important;
}
.border-color-grey-200 {
  color: #eeeeee !important;
}
.border-color-hover-grey-200:hover,
.border-color-hover-grey-200:active,
.border-color-hover-grey-200:focus {
  color: #eeeeee !important;
}
.bg-grey-300 {
  background-color: #e0e0e0 !important;
}
.bg-hover-grey-300:hover,
.bg-hover-grey-300:active,
.bg-hover-grey-300:focus {
  background-color: #e0e0e0 !important;
}
.color-grey-300 {
  color: #e0e0e0 !important;
}
.color-hover-grey-300:hover,
.color-hover-grey-300:active,
.color-hover-grey-300:focus {
  color: #e0e0e0 !important;
}
.border-color-grey-300 {
  color: #e0e0e0 !important;
}
.border-color-hover-grey-300:hover,
.border-color-hover-grey-300:active,
.border-color-hover-grey-300:focus {
  color: #e0e0e0 !important;
}
.bg-grey-400 {
  background-color: #bdbdbd !important;
}
.bg-hover-grey-400:hover,
.bg-hover-grey-400:active,
.bg-hover-grey-400:focus {
  background-color: #bdbdbd !important;
}
.color-grey-400 {
  color: #bdbdbd !important;
}
.color-hover-grey-400:hover,
.color-hover-grey-400:active,
.color-hover-grey-400:focus {
  color: #bdbdbd !important;
}
.border-color-grey-400 {
  color: #bdbdbd !important;
}
.border-color-hover-grey-400:hover,
.border-color-hover-grey-400:active,
.border-color-hover-grey-400:focus {
  color: #bdbdbd !important;
}
.bg-grey-500 {
  background-color: #9e9e9e !important;
}
.bg-hover-grey-500:hover,
.bg-hover-grey-500:active,
.bg-hover-grey-500:focus {
  background-color: #9e9e9e !important;
}
.color-grey-500 {
  color: #9e9e9e !important;
}
.color-hover-grey-500:hover,
.color-hover-grey-500:active,
.color-hover-grey-500:focus {
  color: #9e9e9e !important;
}
.border-color-grey-500 {
  color: #9e9e9e !important;
}
.border-color-hover-grey-500:hover,
.border-color-hover-grey-500:active,
.border-color-hover-grey-500:focus {
  color: #9e9e9e !important;
}
.bg-grey-600 {
  background-color: #757575 !important;
}
.bg-hover-grey-600:hover,
.bg-hover-grey-600:active,
.bg-hover-grey-600:focus {
  background-color: #757575 !important;
}
.color-grey-600 {
  color: #757575 !important;
}
.color-hover-grey-600:hover,
.color-hover-grey-600:active,
.color-hover-grey-600:focus {
  color: #757575 !important;
}
.border-color-grey-600 {
  color: #757575 !important;
}
.border-color-hover-grey-600:hover,
.border-color-hover-grey-600:active,
.border-color-hover-grey-600:focus {
  color: #757575 !important;
}
.bg-grey-700 {
  background-color: #616161 !important;
}
.bg-hover-grey-700:hover,
.bg-hover-grey-700:active,
.bg-hover-grey-700:focus {
  background-color: #616161 !important;
}
.color-grey-700 {
  color: #616161 !important;
}
.color-hover-grey-700:hover,
.color-hover-grey-700:active,
.color-hover-grey-700:focus {
  color: #616161 !important;
}
.border-color-grey-700 {
  color: #616161 !important;
}
.border-color-hover-grey-700:hover,
.border-color-hover-grey-700:active,
.border-color-hover-grey-700:focus {
  color: #616161 !important;
}
.bg-grey-800 {
  background-color: #424242 !important;
}
.bg-hover-grey-800:hover,
.bg-hover-grey-800:active,
.bg-hover-grey-800:focus {
  background-color: #424242 !important;
}
.color-grey-800 {
  color: #424242 !important;
}
.color-hover-grey-800:hover,
.color-hover-grey-800:active,
.color-hover-grey-800:focus {
  color: #424242 !important;
}
.border-color-grey-800 {
  color: #424242 !important;
}
.border-color-hover-grey-800:hover,
.border-color-hover-grey-800:active,
.border-color-hover-grey-800:focus {
  color: #424242 !important;
}
.bg-grey-900 {
  background-color: #212121 !important;
}
.bg-hover-grey-900:hover,
.bg-hover-grey-900:active,
.bg-hover-grey-900:focus {
  background-color: #212121 !important;
}
.color-grey-900 {
  color: #212121 !important;
}
.color-hover-grey-900:hover,
.color-hover-grey-900:active,
.color-hover-grey-900:focus {
  color: #212121 !important;
}
.border-color-grey-900 {
  color: #212121 !important;
}
.border-color-hover-grey-900:hover,
.border-color-hover-grey-900:active,
.border-color-hover-grey-900:focus {
  color: #212121 !important;
}
.bg-grey-1000 {
  background-color: #000000 !important;
}
.bg-hover-grey-1000:hover,
.bg-hover-grey-1000:active,
.bg-hover-grey-1000:focus {
  background-color: #000000 !important;
}
.color-grey-1000 {
  color: #000000 !important;
}
.color-hover-grey-1000:hover,
.color-hover-grey-1000:active,
.color-hover-grey-1000:focus {
  color: #000000 !important;
}
.border-color-grey-1000 {
  color: #000000 !important;
}
.border-color-hover-grey-1000:hover,
.border-color-hover-grey-1000:active,
.border-color-hover-grey-1000:focus {
  color: #000000 !important;
}
.bg-grey-a100 {
  background-color: #ffffff !important;
}
.bg-hover-grey-a100:hover,
.bg-hover-grey-a100:active,
.bg-hover-grey-a100:focus {
  background-color: #ffffff !important;
}
.color-grey-a100 {
  color: #ffffff !important;
}
.color-hover-grey-a100:hover,
.color-hover-grey-a100:active,
.color-hover-grey-a100:focus {
  color: #ffffff !important;
}
.border-color-grey-a100 {
  color: #ffffff !important;
}
.border-color-hover-grey-a100:hover,
.border-color-hover-grey-a100:active,
.border-color-hover-grey-a100:focus {
  color: #ffffff !important;
}
.bg-grey-a200 {
  background-color: #eeeeee !important;
}
.bg-hover-grey-a200:hover,
.bg-hover-grey-a200:active,
.bg-hover-grey-a200:focus {
  background-color: #eeeeee !important;
}
.color-grey-a200 {
  color: #eeeeee !important;
}
.color-hover-grey-a200:hover,
.color-hover-grey-a200:active,
.color-hover-grey-a200:focus {
  color: #eeeeee !important;
}
.border-color-grey-a200 {
  color: #eeeeee !important;
}
.border-color-hover-grey-a200:hover,
.border-color-hover-grey-a200:active,
.border-color-hover-grey-a200:focus {
  color: #eeeeee !important;
}
.bg-grey-a400 {
  background-color: #bdbdbd !important;
}
.bg-hover-grey-a400:hover,
.bg-hover-grey-a400:active,
.bg-hover-grey-a400:focus {
  background-color: #bdbdbd !important;
}
.color-grey-a400 {
  color: #bdbdbd !important;
}
.color-hover-grey-a400:hover,
.color-hover-grey-a400:active,
.color-hover-grey-a400:focus {
  color: #bdbdbd !important;
}
.border-color-grey-a400 {
  color: #bdbdbd !important;
}
.border-color-hover-grey-a400:hover,
.border-color-hover-grey-a400:active,
.border-color-hover-grey-a400:focus {
  color: #bdbdbd !important;
}
.bg-grey-a700 {
  background-color: #616161 !important;
}
.bg-hover-grey-a700:hover,
.bg-hover-grey-a700:active,
.bg-hover-grey-a700:focus {
  background-color: #616161 !important;
}
.color-grey-a700 {
  color: #616161 !important;
}
.color-hover-grey-a700:hover,
.color-hover-grey-a700:active,
.color-hover-grey-a700:focus {
  color: #616161 !important;
}
.border-color-grey-a700 {
  color: #616161 !important;
}
.border-color-hover-grey-a700:hover,
.border-color-hover-grey-a700:active,
.border-color-hover-grey-a700:focus {
  color: #616161 !important;
}
.bg-blue-grey-50 {
  background-color: #eceff1 !important;
}
.bg-hover-blue-grey-50:hover,
.bg-hover-blue-grey-50:active,
.bg-hover-blue-grey-50:focus {
  background-color: #eceff1 !important;
}
.color-blue-grey-50 {
  color: #eceff1 !important;
}
.color-hover-blue-grey-50:hover,
.color-hover-blue-grey-50:active,
.color-hover-blue-grey-50:focus {
  color: #eceff1 !important;
}
.border-color-blue-grey-50 {
  color: #eceff1 !important;
}
.border-color-hover-blue-grey-50:hover,
.border-color-hover-blue-grey-50:active,
.border-color-hover-blue-grey-50:focus {
  color: #eceff1 !important;
}
.bg-blue-grey-100 {
  background-color: #cfd8dc !important;
}
.bg-hover-blue-grey-100:hover,
.bg-hover-blue-grey-100:active,
.bg-hover-blue-grey-100:focus {
  background-color: #cfd8dc !important;
}
.color-blue-grey-100 {
  color: #cfd8dc !important;
}
.color-hover-blue-grey-100:hover,
.color-hover-blue-grey-100:active,
.color-hover-blue-grey-100:focus {
  color: #cfd8dc !important;
}
.border-color-blue-grey-100 {
  color: #cfd8dc !important;
}
.border-color-hover-blue-grey-100:hover,
.border-color-hover-blue-grey-100:active,
.border-color-hover-blue-grey-100:focus {
  color: #cfd8dc !important;
}
.bg-blue-grey-200 {
  background-color: #b0bec5 !important;
}
.bg-hover-blue-grey-200:hover,
.bg-hover-blue-grey-200:active,
.bg-hover-blue-grey-200:focus {
  background-color: #b0bec5 !important;
}
.color-blue-grey-200 {
  color: #b0bec5 !important;
}
.color-hover-blue-grey-200:hover,
.color-hover-blue-grey-200:active,
.color-hover-blue-grey-200:focus {
  color: #b0bec5 !important;
}
.border-color-blue-grey-200 {
  color: #b0bec5 !important;
}
.border-color-hover-blue-grey-200:hover,
.border-color-hover-blue-grey-200:active,
.border-color-hover-blue-grey-200:focus {
  color: #b0bec5 !important;
}
.bg-blue-grey-300 {
  background-color: #90a4ae !important;
}
.bg-hover-blue-grey-300:hover,
.bg-hover-blue-grey-300:active,
.bg-hover-blue-grey-300:focus {
  background-color: #90a4ae !important;
}
.color-blue-grey-300 {
  color: #90a4ae !important;
}
.color-hover-blue-grey-300:hover,
.color-hover-blue-grey-300:active,
.color-hover-blue-grey-300:focus {
  color: #90a4ae !important;
}
.border-color-blue-grey-300 {
  color: #90a4ae !important;
}
.border-color-hover-blue-grey-300:hover,
.border-color-hover-blue-grey-300:active,
.border-color-hover-blue-grey-300:focus {
  color: #90a4ae !important;
}
.bg-blue-grey-400 {
  background-color: #78909c !important;
}
.bg-hover-blue-grey-400:hover,
.bg-hover-blue-grey-400:active,
.bg-hover-blue-grey-400:focus {
  background-color: #78909c !important;
}
.color-blue-grey-400 {
  color: #78909c !important;
}
.color-hover-blue-grey-400:hover,
.color-hover-blue-grey-400:active,
.color-hover-blue-grey-400:focus {
  color: #78909c !important;
}
.border-color-blue-grey-400 {
  color: #78909c !important;
}
.border-color-hover-blue-grey-400:hover,
.border-color-hover-blue-grey-400:active,
.border-color-hover-blue-grey-400:focus {
  color: #78909c !important;
}
.bg-blue-grey-500 {
  background-color: #607d8b !important;
}
.bg-hover-blue-grey-500:hover,
.bg-hover-blue-grey-500:active,
.bg-hover-blue-grey-500:focus {
  background-color: #607d8b !important;
}
.color-blue-grey-500 {
  color: #607d8b !important;
}
.color-hover-blue-grey-500:hover,
.color-hover-blue-grey-500:active,
.color-hover-blue-grey-500:focus {
  color: #607d8b !important;
}
.border-color-blue-grey-500 {
  color: #607d8b !important;
}
.border-color-hover-blue-grey-500:hover,
.border-color-hover-blue-grey-500:active,
.border-color-hover-blue-grey-500:focus {
  color: #607d8b !important;
}
.bg-blue-grey-600 {
  background-color: #546e7a !important;
}
.bg-hover-blue-grey-600:hover,
.bg-hover-blue-grey-600:active,
.bg-hover-blue-grey-600:focus {
  background-color: #546e7a !important;
}
.color-blue-grey-600 {
  color: #546e7a !important;
}
.color-hover-blue-grey-600:hover,
.color-hover-blue-grey-600:active,
.color-hover-blue-grey-600:focus {
  color: #546e7a !important;
}
.border-color-blue-grey-600 {
  color: #546e7a !important;
}
.border-color-hover-blue-grey-600:hover,
.border-color-hover-blue-grey-600:active,
.border-color-hover-blue-grey-600:focus {
  color: #546e7a !important;
}
.bg-blue-grey-700 {
  background-color: #455a64 !important;
}
.bg-hover-blue-grey-700:hover,
.bg-hover-blue-grey-700:active,
.bg-hover-blue-grey-700:focus {
  background-color: #455a64 !important;
}
.color-blue-grey-700 {
  color: #455a64 !important;
}
.color-hover-blue-grey-700:hover,
.color-hover-blue-grey-700:active,
.color-hover-blue-grey-700:focus {
  color: #455a64 !important;
}
.border-color-blue-grey-700 {
  color: #455a64 !important;
}
.border-color-hover-blue-grey-700:hover,
.border-color-hover-blue-grey-700:active,
.border-color-hover-blue-grey-700:focus {
  color: #455a64 !important;
}
.bg-blue-grey-800 {
  background-color: #37474f !important;
}
.bg-hover-blue-grey-800:hover,
.bg-hover-blue-grey-800:active,
.bg-hover-blue-grey-800:focus {
  background-color: #37474f !important;
}
.color-blue-grey-800 {
  color: #37474f !important;
}
.color-hover-blue-grey-800:hover,
.color-hover-blue-grey-800:active,
.color-hover-blue-grey-800:focus {
  color: #37474f !important;
}
.border-color-blue-grey-800 {
  color: #37474f !important;
}
.border-color-hover-blue-grey-800:hover,
.border-color-hover-blue-grey-800:active,
.border-color-hover-blue-grey-800:focus {
  color: #37474f !important;
}
.bg-blue-grey-900 {
  background-color: #263238 !important;
}
.bg-hover-blue-grey-900:hover,
.bg-hover-blue-grey-900:active,
.bg-hover-blue-grey-900:focus {
  background-color: #263238 !important;
}
.color-blue-grey-900 {
  color: #263238 !important;
}
.color-hover-blue-grey-900:hover,
.color-hover-blue-grey-900:active,
.color-hover-blue-grey-900:focus {
  color: #263238 !important;
}
.border-color-blue-grey-900 {
  color: #263238 !important;
}
.border-color-hover-blue-grey-900:hover,
.border-color-hover-blue-grey-900:active,
.border-color-hover-blue-grey-900:focus {
  color: #263238 !important;
}
.bg-blue-grey-a100 {
  background-color: #cfd8dc !important;
}
.bg-hover-blue-grey-a100:hover,
.bg-hover-blue-grey-a100:active,
.bg-hover-blue-grey-a100:focus {
  background-color: #cfd8dc !important;
}
.color-blue-grey-a100 {
  color: #cfd8dc !important;
}
.color-hover-blue-grey-a100:hover,
.color-hover-blue-grey-a100:active,
.color-hover-blue-grey-a100:focus {
  color: #cfd8dc !important;
}
.border-color-blue-grey-a100 {
  color: #cfd8dc !important;
}
.border-color-hover-blue-grey-a100:hover,
.border-color-hover-blue-grey-a100:active,
.border-color-hover-blue-grey-a100:focus {
  color: #cfd8dc !important;
}
.bg-blue-grey-a200 {
  background-color: #b0bec5 !important;
}
.bg-hover-blue-grey-a200:hover,
.bg-hover-blue-grey-a200:active,
.bg-hover-blue-grey-a200:focus {
  background-color: #b0bec5 !important;
}
.color-blue-grey-a200 {
  color: #b0bec5 !important;
}
.color-hover-blue-grey-a200:hover,
.color-hover-blue-grey-a200:active,
.color-hover-blue-grey-a200:focus {
  color: #b0bec5 !important;
}
.border-color-blue-grey-a200 {
  color: #b0bec5 !important;
}
.border-color-hover-blue-grey-a200:hover,
.border-color-hover-blue-grey-a200:active,
.border-color-hover-blue-grey-a200:focus {
  color: #b0bec5 !important;
}
.bg-blue-grey-a400 {
  background-color: #78909c !important;
}
.bg-hover-blue-grey-a400:hover,
.bg-hover-blue-grey-a400:active,
.bg-hover-blue-grey-a400:focus {
  background-color: #78909c !important;
}
.color-blue-grey-a400 {
  color: #78909c !important;
}
.color-hover-blue-grey-a400:hover,
.color-hover-blue-grey-a400:active,
.color-hover-blue-grey-a400:focus {
  color: #78909c !important;
}
.border-color-blue-grey-a400 {
  color: #78909c !important;
}
.border-color-hover-blue-grey-a400:hover,
.border-color-hover-blue-grey-a400:active,
.border-color-hover-blue-grey-a400:focus {
  color: #78909c !important;
}
.bg-blue-grey-a700 {
  background-color: #455a64 !important;
}
.bg-hover-blue-grey-a700:hover,
.bg-hover-blue-grey-a700:active,
.bg-hover-blue-grey-a700:focus {
  background-color: #455a64 !important;
}
.color-blue-grey-a700 {
  color: #455a64 !important;
}
.color-hover-blue-grey-a700:hover,
.color-hover-blue-grey-a700:active,
.color-hover-blue-grey-a700:focus {
  color: #455a64 !important;
}
.border-color-blue-grey-a700 {
  color: #455a64 !important;
}
.border-color-hover-blue-grey-a700:hover,
.border-color-hover-blue-grey-a700:active,
.border-color-hover-blue-grey-a700:focus {
  color: #455a64 !important;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-hover-light:hover,
.bg-hover-light:active,
.bg-hover-light:focus {
  background-color: #ffffff !important;
}
.color-light {
  color: #ffffff !important;
}
.color-hover-light:hover,
.color-hover-light:active,
.color-hover-light:focus {
  color: #ffffff !important;
}
.border-color-light {
  color: #ffffff !important;
}
.border-color-hover-light:hover,
.border-color-hover-light:active,
.border-color-hover-light:focus {
  color: #ffffff !important;
}
.bg-dark {
  background-color: #212121 !important;
}
.bg-hover-dark:hover,
.bg-hover-dark:active,
.bg-hover-dark:focus {
  background-color: #212121 !important;
}
.color-dark {
  color: #212121 !important;
}
.color-hover-dark:hover,
.color-hover-dark:active,
.color-hover-dark:focus {
  color: #212121 !important;
}
.border-color-dark {
  color: #212121 !important;
}
.border-color-hover-dark:hover,
.border-color-hover-dark:active,
.border-color-hover-dark:focus {
  color: #212121 !important;
}
.bg-default {
  background-color: #424242 !important;
}
.bg-hover-default:hover,
.bg-hover-default:active,
.bg-hover-default:focus {
  background-color: #424242 !important;
}
.color-default {
  color: #424242 !important;
}
.color-hover-default:hover,
.color-hover-default:active,
.color-hover-default:focus {
  color: #424242 !important;
}
.border-color-default {
  color: #424242 !important;
}
.border-color-hover-default:hover,
.border-color-hover-default:active,
.border-color-hover-default:focus {
  color: #424242 !important;
}
.bg-primary {
  background-color: #0277bd !important;
}
.bg-hover-primary:hover,
.bg-hover-primary:active,
.bg-hover-primary:focus {
  background-color: #0277bd !important;
}
.color-primary {
  color: #0277bd !important;
}
.color-hover-primary:hover,
.color-hover-primary:active,
.color-hover-primary:focus {
  color: #0277bd !important;
}
.border-color-primary {
  color: #0277bd !important;
}
.border-color-hover-primary:hover,
.border-color-hover-primary:active,
.border-color-hover-primary:focus {
  color: #0277bd !important;
}
.bg-secondary {
  background-color: #00796b !important;
}
.bg-hover-secondary:hover,
.bg-hover-secondary:active,
.bg-hover-secondary:focus {
  background-color: #00796b !important;
}
.color-secondary {
  color: #00796b !important;
}
.color-hover-secondary:hover,
.color-hover-secondary:active,
.color-hover-secondary:focus {
  color: #00796b !important;
}
.border-color-secondary {
  color: #00796b !important;
}
.border-color-hover-secondary:hover,
.border-color-hover-secondary:active,
.border-color-hover-secondary:focus {
  color: #00796b !important;
}
.bg-info {
  background-color: #138496 !important;
}
.bg-hover-info:hover,
.bg-hover-info:active,
.bg-hover-info:focus {
  background-color: #138496 !important;
}
.color-info {
  color: #138496 !important;
}
.color-hover-info:hover,
.color-hover-info:active,
.color-hover-info:focus {
  color: #138496 !important;
}
.border-color-info {
  color: #138496 !important;
}
.border-color-hover-info:hover,
.border-color-hover-info:active,
.border-color-hover-info:focus {
  color: #138496 !important;
}
.bg-success {
  background-color: #388e3c !important;
}
.bg-hover-success:hover,
.bg-hover-success:active,
.bg-hover-success:focus {
  background-color: #388e3c !important;
}
.color-success {
  color: #388e3c !important;
}
.color-hover-success:hover,
.color-hover-success:active,
.color-hover-success:focus {
  color: #388e3c !important;
}
.border-color-success {
  color: #388e3c !important;
}
.border-color-hover-success:hover,
.border-color-hover-success:active,
.border-color-hover-success:focus {
  color: #388e3c !important;
}
.bg-warning {
  background-color: #ffa000 !important;
}
.bg-hover-warning:hover,
.bg-hover-warning:active,
.bg-hover-warning:focus {
  background-color: #ffa000 !important;
}
.color-warning {
  color: #ffa000 !important;
}
.color-hover-warning:hover,
.color-hover-warning:active,
.color-hover-warning:focus {
  color: #ffa000 !important;
}
.border-color-warning {
  color: #ffa000 !important;
}
.border-color-hover-warning:hover,
.border-color-hover-warning:active,
.border-color-hover-warning:focus {
  color: #ffa000 !important;
}
.bg-danger {
  background-color: #b71c1c !important;
}
.bg-hover-danger:hover,
.bg-hover-danger:active,
.bg-hover-danger:focus {
  background-color: #b71c1c !important;
}
.color-danger {
  color: #b71c1c !important;
}
.color-hover-danger:hover,
.color-hover-danger:active,
.color-hover-danger:focus {
  color: #b71c1c !important;
}
.border-color-danger {
  color: #b71c1c !important;
}
.border-color-hover-danger:hover,
.border-color-hover-danger:active,
.border-color-hover-danger:focus {
  color: #b71c1c !important;
}
.bg-facebook {
  background-color: #365397 !important;
}
.bg-hover-facebook:hover,
.bg-hover-facebook:active,
.bg-hover-facebook:focus {
  background-color: #365397 !important;
}
.color-facebook {
  color: #365397 !important;
}
.color-hover-facebook:hover,
.color-hover-facebook:active,
.color-hover-facebook:focus {
  color: #365397 !important;
}
.border-color-facebook {
  color: #365397 !important;
}
.border-color-hover-facebook:hover,
.border-color-hover-facebook:active,
.border-color-hover-facebook:focus {
  color: #365397 !important;
}
.bg-twitter {
  background-color: #00a9f1 !important;
}
.bg-hover-twitter:hover,
.bg-hover-twitter:active,
.bg-hover-twitter:focus {
  background-color: #00a9f1 !important;
}
.color-twitter {
  color: #00a9f1 !important;
}
.color-hover-twitter:hover,
.color-hover-twitter:active,
.color-hover-twitter:focus {
  color: #00a9f1 !important;
}
.border-color-twitter {
  color: #00a9f1 !important;
}
.border-color-hover-twitter:hover,
.border-color-hover-twitter:active,
.border-color-hover-twitter:focus {
  color: #00a9f1 !important;
}
.bg-linkedin {
  background-color: #006db3 !important;
}
.bg-hover-linkedin:hover,
.bg-hover-linkedin:active,
.bg-hover-linkedin:focus {
  background-color: #006db3 !important;
}
.color-linkedin {
  color: #006db3 !important;
}
.color-hover-linkedin:hover,
.color-hover-linkedin:active,
.color-hover-linkedin:focus {
  color: #006db3 !important;
}
.border-color-linkedin {
  color: #006db3 !important;
}
.border-color-hover-linkedin:hover,
.border-color-hover-linkedin:active,
.border-color-hover-linkedin:focus {
  color: #006db3 !important;
}
.bg-apple {
  background-color: #737373 !important;
}
.bg-hover-apple:hover,
.bg-hover-apple:active,
.bg-hover-apple:focus {
  background-color: #737373 !important;
}
.color-apple {
  color: #737373 !important;
}
.color-hover-apple:hover,
.color-hover-apple:active,
.color-hover-apple:focus {
  color: #737373 !important;
}
.border-color-apple {
  color: #737373 !important;
}
.border-color-hover-apple:hover,
.border-color-hover-apple:active,
.border-color-hover-apple:focus {
  color: #737373 !important;
}
.bg-google {
  background-color: #4285f4 !important;
}
.bg-hover-google:hover,
.bg-hover-google:active,
.bg-hover-google:focus {
  background-color: #4285f4 !important;
}
.color-google {
  color: #4285f4 !important;
}
.color-hover-google:hover,
.color-hover-google:active,
.color-hover-google:focus {
  color: #4285f4 !important;
}
.border-color-google {
  color: #4285f4 !important;
}
.border-color-hover-google:hover,
.border-color-hover-google:active,
.border-color-hover-google:focus {
  color: #4285f4 !important;
}
.bg-google-plus {
  background-color: #e0452c !important;
}
.bg-hover-google-plus:hover,
.bg-hover-google-plus:active,
.bg-hover-google-plus:focus {
  background-color: #e0452c !important;
}
.color-google-plus {
  color: #e0452c !important;
}
.color-hover-google-plus:hover,
.color-hover-google-plus:active,
.color-hover-google-plus:focus {
  color: #e0452c !important;
}
.border-color-google-plus {
  color: #e0452c !important;
}
.border-color-hover-google-plus:hover,
.border-color-hover-google-plus:active,
.border-color-hover-google-plus:focus {
  color: #e0452c !important;
}
.bg-youtube {
  background-color: #ff3333 !important;
}
.bg-hover-youtube:hover,
.bg-hover-youtube:active,
.bg-hover-youtube:focus {
  background-color: #ff3333 !important;
}
.color-youtube {
  color: #ff3333 !important;
}
.color-hover-youtube:hover,
.color-hover-youtube:active,
.color-hover-youtube:focus {
  color: #ff3333 !important;
}
.border-color-youtube {
  color: #ff3333 !important;
}
.border-color-hover-youtube:hover,
.border-color-hover-youtube:active,
.border-color-hover-youtube:focus {
  color: #ff3333 !important;
}
.bg-vimeo {
  background-color: #48b6ed !important;
}
.bg-hover-vimeo:hover,
.bg-hover-vimeo:active,
.bg-hover-vimeo:focus {
  background-color: #48b6ed !important;
}
.color-vimeo {
  color: #48b6ed !important;
}
.color-hover-vimeo:hover,
.color-hover-vimeo:active,
.color-hover-vimeo:focus {
  color: #48b6ed !important;
}
.border-color-vimeo {
  color: #48b6ed !important;
}
.border-color-hover-vimeo:hover,
.border-color-hover-vimeo:active,
.border-color-hover-vimeo:focus {
  color: #48b6ed !important;
}
.bg-pinterest {
  background-color: #ce1a19 !important;
}
.bg-hover-pinterest:hover,
.bg-hover-pinterest:active,
.bg-hover-pinterest:focus {
  background-color: #ce1a19 !important;
}
.color-pinterest {
  color: #ce1a19 !important;
}
.color-hover-pinterest:hover,
.color-hover-pinterest:active,
.color-hover-pinterest:focus {
  color: #ce1a19 !important;
}
.border-color-pinterest {
  color: #ce1a19 !important;
}
.border-color-hover-pinterest:hover,
.border-color-hover-pinterest:active,
.border-color-hover-pinterest:focus {
  color: #ce1a19 !important;
}
.bg-yelp {
  background-color: #c30f00 !important;
}
.bg-hover-yelp:hover,
.bg-hover-yelp:active,
.bg-hover-yelp:focus {
  background-color: #c30f00 !important;
}
.color-yelp {
  color: #c30f00 !important;
}
.color-hover-yelp:hover,
.color-hover-yelp:active,
.color-hover-yelp:focus {
  color: #c30f00 !important;
}
.border-color-yelp {
  color: #c30f00 !important;
}
.border-color-hover-yelp:hover,
.border-color-hover-yelp:active,
.border-color-hover-yelp:focus {
  color: #c30f00 !important;
}
.bg-dribbble {
  background-color: #ed4584 !important;
}
.bg-hover-dribbble:hover,
.bg-hover-dribbble:active,
.bg-hover-dribbble:focus {
  background-color: #ed4584 !important;
}
.color-dribbble {
  color: #ed4584 !important;
}
.color-hover-dribbble:hover,
.color-hover-dribbble:active,
.color-hover-dribbble:focus {
  color: #ed4584 !important;
}
.border-color-dribbble {
  color: #ed4584 !important;
}
.border-color-hover-dribbble:hover,
.border-color-hover-dribbble:active,
.border-color-hover-dribbble:focus {
  color: #ed4584 !important;
}
.bg-amazon {
  background-color: #ff9700 !important;
}
.bg-hover-amazon:hover,
.bg-hover-amazon:active,
.bg-hover-amazon:focus {
  background-color: #ff9700 !important;
}
.color-amazon {
  color: #ff9700 !important;
}
.color-hover-amazon:hover,
.color-hover-amazon:active,
.color-hover-amazon:focus {
  color: #ff9700 !important;
}
.border-color-amazon {
  color: #ff9700 !important;
}
.border-color-hover-amazon:hover,
.border-color-hover-amazon:active,
.border-color-hover-amazon:focus {
  color: #ff9700 !important;
}
.bg-skype {
  background-color: #00acf4 !important;
}
.bg-hover-skype:hover,
.bg-hover-skype:active,
.bg-hover-skype:focus {
  background-color: #00acf4 !important;
}
.color-skype {
  color: #00acf4 !important;
}
.color-hover-skype:hover,
.color-hover-skype:active,
.color-hover-skype:focus {
  color: #00acf4 !important;
}
.border-color-skype {
  color: #00acf4 !important;
}
.border-color-hover-skype:hover,
.border-color-hover-skype:active,
.border-color-hover-skype:focus {
  color: #00acf4 !important;
}
.bg-instagram {
  background-color: #396d9a !important;
}
.bg-hover-instagram:hover,
.bg-hover-instagram:active,
.bg-hover-instagram:focus {
  background-color: #396d9a !important;
}
.color-instagram {
  color: #396d9a !important;
}
.color-hover-instagram:hover,
.color-hover-instagram:active,
.color-hover-instagram:focus {
  color: #396d9a !important;
}
.border-color-instagram {
  color: #396d9a !important;
}
.border-color-hover-instagram:hover,
.border-color-hover-instagram:active,
.border-color-hover-instagram:focus {
  color: #396d9a !important;
}
.bg-dropbox {
  background-color: #0d84de !important;
}
.bg-hover-dropbox:hover,
.bg-hover-dropbox:active,
.bg-hover-dropbox:focus {
  background-color: #0d84de !important;
}
.color-dropbox {
  color: #0d84de !important;
}
.color-hover-dropbox:hover,
.color-hover-dropbox:active,
.color-hover-dropbox:focus {
  color: #0d84de !important;
}
.border-color-dropbox {
  color: #0d84de !important;
}
.border-color-hover-dropbox:hover,
.border-color-hover-dropbox:active,
.border-color-hover-dropbox:focus {
  color: #0d84de !important;
}
.bg-flickr {
  background-color: #ea0066 !important;
}
.bg-hover-flickr:hover,
.bg-hover-flickr:active,
.bg-hover-flickr:focus {
  background-color: #ea0066 !important;
}
.color-flickr {
  color: #ea0066 !important;
}
.color-hover-flickr:hover,
.color-hover-flickr:active,
.color-hover-flickr:focus {
  color: #ea0066 !important;
}
.border-color-flickr {
  color: #ea0066 !important;
}
.border-color-hover-flickr:hover,
.border-color-hover-flickr:active,
.border-color-hover-flickr:focus {
  color: #ea0066 !important;
}
.bg-github {
  background-color: #2f2f2f !important;
}
.bg-hover-github:hover,
.bg-hover-github:active,
.bg-hover-github:focus {
  background-color: #2f2f2f !important;
}
.color-github {
  color: #2f2f2f !important;
}
.color-hover-github:hover,
.color-hover-github:active,
.color-hover-github:focus {
  color: #2f2f2f !important;
}
.border-color-github {
  color: #2f2f2f !important;
}
.border-color-hover-github:hover,
.border-color-hover-github:active,
.border-color-hover-github:focus {
  color: #2f2f2f !important;
}
.bg-tumblr {
  background-color: #304c68 !important;
}
.bg-hover-tumblr:hover,
.bg-hover-tumblr:active,
.bg-hover-tumblr:focus {
  background-color: #304c68 !important;
}
.color-tumblr {
  color: #304c68 !important;
}
.color-hover-tumblr:hover,
.color-hover-tumblr:active,
.color-hover-tumblr:focus {
  color: #304c68 !important;
}
.border-color-tumblr {
  color: #304c68 !important;
}
.border-color-hover-tumblr:hover,
.border-color-hover-tumblr:active,
.border-color-hover-tumblr:focus {
  color: #304c68 !important;
}
.bg-foursquare {
  background-color: #207dc5 !important;
}
.bg-hover-foursquare:hover,
.bg-hover-foursquare:active,
.bg-hover-foursquare:focus {
  background-color: #207dc5 !important;
}
.color-foursquare {
  color: #207dc5 !important;
}
.color-hover-foursquare:hover,
.color-hover-foursquare:active,
.color-hover-foursquare:focus {
  color: #207dc5 !important;
}
.border-color-foursquare {
  color: #207dc5 !important;
}
.border-color-hover-foursquare:hover,
.border-color-hover-foursquare:active,
.border-color-hover-foursquare:focus {
  color: #207dc5 !important;
}
.bg-indigo {
  background-color: #1a237e !important;
}
.bg-hover-indigo:hover,
.bg-hover-indigo:active,
.bg-hover-indigo:focus {
  background-color: #1a237e !important;
}
.color-indigo {
  color: #1a237e !important;
}
.color-hover-indigo:hover,
.color-hover-indigo:active,
.color-hover-indigo:focus {
  color: #1a237e !important;
}
.border-color-indigo {
  color: #1a237e !important;
}
.border-color-hover-indigo:hover,
.border-color-hover-indigo:active,
.border-color-hover-indigo:focus {
  color: #1a237e !important;
}
.bg-blue-grey {
  background-color: #263238 !important;
}
.bg-hover-blue-grey:hover,
.bg-hover-blue-grey:active,
.bg-hover-blue-grey:focus {
  background-color: #263238 !important;
}
.color-blue-grey {
  color: #263238 !important;
}
.color-hover-blue-grey:hover,
.color-hover-blue-grey:active,
.color-hover-blue-grey:focus {
  color: #263238 !important;
}
.border-color-blue-grey {
  color: #263238 !important;
}
.border-color-hover-blue-grey:hover,
.border-color-hover-blue-grey:active,
.border-color-hover-blue-grey:focus {
  color: #263238 !important;
}

/* src/app/styles/layouts/off-canvas-1.scss */
[data-layout=off-canvas-1] .navbar {
  z-index: 16;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform 0.25s ease;
  transform: translate3d(0, 0, 0);
}
[data-layout=off-canvas-1] .navbar .toggle-layout i {
  transition: transform 0.25s ease;
  display: inline-block;
  transform: rotate(540deg);
}
[data-layout=off-canvas-1][data-collapsed=true] .navbar {
  transform: translate3d(240px, 0, 0);
}
[data-layout=off-canvas-1][data-collapsed=true] .navbar .toggle-layout i {
  transform: rotate(0deg);
}
[data-layout=off-canvas-1] .main {
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform 0.25s ease;
  transform: translate3d(0, 0, 0);
}
[data-layout=off-canvas-1] .main .jumbotron {
  width: 100%;
  margin: 10px 0;
}
[data-layout=off-canvas-1][data-collapsed=true] .main {
  transform: translate3d(240px, 0, 0);
}
[data-layout=off-canvas-1] .left-sidebar-placeholder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 21;
  transition: transform 0.25s ease;
  transform: translate3d(-240px, 0, 0);
}
[data-layout=off-canvas-1][data-collapsed=true] .left-sidebar-placeholder {
  transform: translate3d(0, 0, 0);
}
[data-layout=off-canvas-1] .left-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 22;
  transition: transform 0.25s ease;
  transform: translate3d(-240px, 0, 0);
  overflow: hidden;
}
[data-layout=off-canvas-1] .left-sidebar .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 240px;
  overflow: auto;
}
[data-layout=off-canvas-1] .left-sidebar .wrapper .content {
  height: 100%;
  width: 240px;
}
[data-layout=off-canvas-1][data-collapsed=true] .left-sidebar {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  [data-layout=off-canvas-1] .navbar {
    left: 0;
    transition: none;
    transform: translate3d(0, 0, 0);
  }
  [data-layout=off-canvas-1][data-collapsed=true] .navbar {
    left: 0;
    transition: none;
    transform: translate3d(0, 0, 0);
  }
  [data-layout=off-canvas-1] .main {
    padding-left: 20px;
    transition: none;
    transform: translate3d(0, 0, 0);
  }
  [data-layout=off-canvas-1][data-collapsed=true] .main {
    padding-left: 20px;
    transition: none;
    transform: translate3d(0, 0, 0);
  }
  [data-layout=off-canvas-1] .left-sidebar-placeholder {
    transition: transform 0.25s ease;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=off-canvas-1][data-collapsed=true] .left-sidebar-placeholder {
    transform: translate3d(0, 0, 0);
  }
  [data-layout=off-canvas-1] .left-sidebar {
    transition: transform 0.25s ease;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=off-canvas-1][data-collapsed=true] .left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* src/app/styles/layouts/sidebar-over-1.scss */
[data-layout=sidebar-over-1] .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 16;
  width: calc(100% - 240px);
  padding-left: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=sidebar-over-1] .navbar .toggle-layout i {
  transition: transform 0.25s ease;
  display: inline-block;
  transform: rotate(540deg);
}
[data-layout=sidebar-over-1][data-collapsed=true] .navbar .toggle-layout i {
  transform: rotate(0deg);
}
[data-layout=sidebar-over-1] .main {
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=sidebar-over-1] .main .jumbotron {
  width: 100%;
  margin: 10px 0;
}
[data-layout=sidebar-over-1][data-collapsed=true] .main {
  padding-left: 20px;
}
[data-layout=sidebar-over-1] .left-sidebar-placeholder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 21;
  transition: transform 0.25s ease-in-out;
  transform: translate3d(-240px, 0, 0);
}
[data-layout=sidebar-over-1][data-collapsed=true] .left-sidebar-placeholder {
  transform: translate3d(0, 0, 0);
}
[data-layout=sidebar-over-1] .left-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 22;
  transition: transform 0.25s ease-in-out;
  transform: translate3d(-240px, 0, 0);
}
[data-layout=sidebar-over-1] .left-sidebar .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 240px;
}
[data-layout=sidebar-over-1] .left-sidebar .wrapper .content {
  height: 100%;
  width: 240px;
}
[data-layout=sidebar-over-1][data-collapsed=true] .left-sidebar {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  [data-layout=sidebar-over-1] .navbar {
    left: 0;
    width: 100%;
    z-index: 17;
  }
  [data-layout=sidebar-over-1] .main {
    padding-left: 20px;
  }
  [data-layout=sidebar-over-1][data-collapsed=true] .main {
    padding-left: 20px;
  }
  [data-layout=sidebar-over-1] .left-sidebar-placeholder {
    transition: transform 0.25s ease-in-out;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=sidebar-over-1][data-collapsed=true] .left-sidebar-placeholder {
    transform: translate3d(0, 0, 0);
  }
  [data-layout=sidebar-over-1] .left-sidebar {
    transition: transform 0.25s ease-in-out;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=sidebar-over-1][data-collapsed=true] .left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* src/app/styles/layouts/default-sidebar-1.scss */
[data-layout=default-sidebar-1] .navbar {
  position: absolute;
  top: 0;
  left: 240px;
  right: 0;
  z-index: 16;
  width: calc(100% - 240px);
  padding-left: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=default-sidebar-1] .navbar .toggle-layout i {
  transition: transform 0.25s ease;
  display: inline-block;
  transform: rotate(540deg);
}
[data-layout=default-sidebar-1][data-collapsed=true] .navbar {
  left: 0;
  width: 100%;
}
[data-layout=default-sidebar-1][data-collapsed=true] .navbar .toggle-layout i {
  transform: rotate(0deg);
}
[data-layout=default-sidebar-1] .main {
  padding-top: 90px;
  padding-left: 260px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=default-sidebar-1] .main .jumbotron {
  width: 100%;
  margin: 10px 0;
}
[data-layout=default-sidebar-1][data-collapsed=true] .main {
  padding-left: 20px;
}
[data-layout=default-sidebar-1] .left-sidebar-placeholder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 21;
  transform: translate3d(0, 0, 0);
}
[data-layout=default-sidebar-1][data-collapsed=true] .left-sidebar-placeholder {
  transform: translate3d(-240px, 0, 0);
}
[data-layout=default-sidebar-1] .left-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 22;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
[data-layout=default-sidebar-1] .left-sidebar .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 260px;
  overflow: auto;
}
[data-layout=default-sidebar-1] .left-sidebar .wrapper .content {
  height: 100%;
  width: 240px;
}
[data-layout=default-sidebar-1][data-collapsed=true] .left-sidebar {
  transform: translate3d(-240px, 0, 0);
}
@media (max-width: 768px) {
  [data-layout=default-sidebar-1] .navbar {
    left: 0;
    width: 100%;
    z-index: 17;
  }
  [data-layout=default-sidebar-1] .main {
    padding-left: 20px;
  }
  [data-layout=default-sidebar-1][data-collapsed=true] .main {
    padding-left: 20px;
  }
  [data-layout=default-sidebar-1] .left-sidebar-placeholder {
    transition: transform 0.25s ease;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=default-sidebar-1][data-collapsed=true] .left-sidebar-placeholder {
    transform: translate3d(0, 0, 0);
  }
  [data-layout=default-sidebar-1] .left-sidebar {
    transition: transform 0.25s ease;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=default-sidebar-1][data-collapsed=true] .left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* src/app/styles/layouts/collapsed-sidebar-1.scss */
[data-layout=collapsed-sidebar-1] .navbar {
  position: absolute;
  top: 0;
  left: 80px;
  right: 0;
  z-index: 16;
  width: calc(100% - 80px);
  padding-left: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=collapsed-sidebar-1] .navbar .toggle-layout i {
  transition: transform 0.25s ease;
  display: inline-block;
  transform: rotate(540deg);
}
[data-layout=collapsed-sidebar-1][data-collapsed=true] .navbar {
  left: 0;
  width: 100%;
}
[data-layout=collapsed-sidebar-1][data-collapsed=true] .navbar .toggle-layout i {
  transform: rotate(0deg);
}
[data-layout=collapsed-sidebar-1] .main {
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=collapsed-sidebar-1] .main .jumbotron {
  width: 100%;
  margin: 10px 0;
}
[data-layout=collapsed-sidebar-1][data-collapsed=true] .main {
  padding-left: 20px;
}
[data-layout=collapsed-sidebar-1] .left-sidebar-placeholder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 80px;
  z-index: 21;
  transform: translate3d(0, 0, 0);
}
[data-layout=collapsed-sidebar-1][data-collapsed=true] .left-sidebar-placeholder {
  transform: translate3d(-80px, 0, 0);
}
[data-layout=collapsed-sidebar-1] .left-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 80px;
  z-index: 22;
  transform: translate3d(0, 0, 0);
}
[data-layout=collapsed-sidebar-1] .left-sidebar .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 80px;
}
[data-layout=collapsed-sidebar-1] .left-sidebar .wrapper .content {
  height: 100%;
  width: 80px;
}
[data-layout=collapsed-sidebar-1] .left-sidebar .wrapper .content .sidebar-widget-1,
[data-layout=collapsed-sidebar-1] .left-sidebar .wrapper .content .sidebar-widget-2 {
  display: none;
}
[data-layout=collapsed-sidebar-1][data-collapsed=true] .left-sidebar {
  transform: translate3d(-80px, 0, 0);
}
@media (max-width: 768px) {
  [data-layout=collapsed-sidebar-1] .navbar {
    left: 0;
    width: 100%;
    z-index: 17;
  }
  [data-layout=collapsed-sidebar-1] .main {
    padding-left: 20px;
  }
  [data-layout=collapsed-sidebar-1][data-collapsed=true] .main {
    padding-left: 20px;
  }
  [data-layout=collapsed-sidebar-1] .left-sidebar-placeholder {
    transition: transform 0.25s ease;
    transform: translate3d(-80px, 0, 0);
  }
  [data-layout=collapsed-sidebar-1][data-collapsed=true] .left-sidebar-placeholder {
    transform: translate3d(0, 0, 0);
  }
  [data-layout=collapsed-sidebar-1] .left-sidebar {
    transition: transform 0.25s ease;
    transform: translate3d(-80px, 0, 0);
  }
  [data-layout=collapsed-sidebar-1][data-collapsed=true] .left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* src/app/styles/elements/collapsed-left-sidebar-1.scss */
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section-title {
  display: none;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .btn-sidebar-1 {
  height: 70px;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  flex-wrap: nowrap;
  width: 80px;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .btn-sidebar-1.has-children:before {
  display: none;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .btn-sidebar-1 .separator {
  display: none;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .btn-sidebar-1 i {
  width: 80px;
  height: 35px;
  margin: 0;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .btn-sidebar-1 .title {
  width: 80px;
  font-size: 10px;
  height: 35px;
  margin: 7px 0 0 0;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section .collapse,
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section .collapse.show,
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section .collapsing {
  transition: none !important;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li {
  position: relative;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 18;
  width: 240px;
  pointer-events: none;
  opacity: 0;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li > ul > li i {
  visibility: hidden;
  display: none;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li:hover > ul {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  opacity: 1;
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
[data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li:hover > ul > li {
  width: 200px;
  flex: 0 0 200px;
}
@media (max-width: 768px) {
  [data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li:hover > ul {
    box-shadow:
      0px 2px 4px -1px rgba(0, 0, 0, 0.2),
      0px 4px 5px 0px rgba(0, 0, 0, 0.14),
      0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    pointer-events: auto;
    opacity: 1;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  [data-layout=collapsed-sidebar-1] .left-sidebar.left-sidebar-1 .section ul > li:hover > ul > li {
    width: 200px;
    flex: 0 0 200px;
  }
}
[data-sidebar=light] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true] {
  position: relative;
}
[data-sidebar=light] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
[data-sidebar=dark] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true] {
  position: relative;
}
[data-sidebar=dark] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #212121;
}
[data-sidebar=indigo] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true] {
  position: relative;
}
[data-sidebar=indigo] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #1a237e;
}
[data-sidebar=blue-grey] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true] {
  position: relative;
}
[data-sidebar=blue-grey] .left-sidebar.left-sidebar-1 .btn-default.btn-flat.btn-sidebar[data-toggle=collapse][aria-expanded=true]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #263238;
}

/* src/app/styles/elements/collapsed-sidebar-heading-1.scss */
[data-layout=collapsed-sidebar-1] .sidebar-heading.sidebar-heading-1 {
  width: 80px;
  margin: 0;
}
[data-layout=collapsed-sidebar-1] .sidebar-heading.sidebar-heading-1 .sidebar-heading-image {
  min-height: 65px;
  margin: 0 auto 20px auto;
}
[data-layout=collapsed-sidebar-1] .sidebar-heading.sidebar-heading-1 .sidebar-heading-image .rounded-circle {
  max-width: 60px;
  width: 60px;
  margin: 40px auto 0 -5px;
}
[data-layout=collapsed-sidebar-1] .sidebar-heading.sidebar-heading-1 .sidebar-heading-image .badge {
  transform: scale(0.65);
  top: 32px;
  left: 50%;
}
[data-layout=collapsed-sidebar-1] .sidebar-heading.sidebar-heading-1 .dropdown {
  display: none;
}
[data-layout=collapsed-sidebar-1] .sidebar-heading.sidebar-heading-1 .icons {
  display: none;
}

/* src/app/styles/layouts/top-navigation-1.scss */
[data-layout=top-navigation-1] .navbar {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
[data-layout=top-navigation-1] .navbar .toggle-layout i {
  transition: transform 0.25s ease;
  display: inline-block;
  transform: rotate(540deg);
}
[data-layout=top-navigation-1][data-collapsed=true] .navbar {
  padding-left: 260px;
}
[data-layout=top-navigation-1][data-collapsed=true] .navbar .toggle-layout i {
  transform: rotate(0deg);
}
[data-layout=top-navigation-1] .top-navigation {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=top-navigation-1] .top-navigation.goTop {
  top: 13px !important;
}
[data-layout=top-navigation-1][data-collapsed=true] .top-navigation {
  padding-left: 260px;
}
[data-layout=top-navigation-1] .main {
  padding-left: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
[data-layout=top-navigation-1] .main .jumbotron {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
[data-layout=top-navigation-1][data-collapsed=true] .main {
  padding-left: 260px;
}
[data-layout=top-navigation-1] .left-sidebar-placeholder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 21;
  transform: translate3d(-240px, 0, 0);
}
[data-layout=top-navigation-1][data-collapsed=true] .left-sidebar-placeholder {
  transform: translate3d(0, 0, 0);
}
[data-layout=top-navigation-1] .left-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 22;
  transform: translate3d(-240px, 0, 0);
}
[data-layout=top-navigation-1] .left-sidebar .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 240px;
}
[data-layout=top-navigation-1] .left-sidebar .wrapper .content {
  height: 100%;
  width: 240px;
}
[data-layout=top-navigation-1][data-collapsed=true] .left-sidebar {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  [data-layout=top-navigation-1] .navbar {
    left: 0;
    width: 100%;
    z-index: 17;
  }
  [data-layout=top-navigation-1][data-collapsed=true] .navbar {
    padding-left: 20px;
  }
  [data-layout=top-navigation-1] .top-navigation {
    display: none;
  }
  [data-layout=top-navigation-1] .main {
    padding-top: 90px;
    padding-left: 20px;
  }
  [data-layout=top-navigation-1][data-collapsed=true] .main {
    padding-left: 20px;
  }
  [data-layout=top-navigation-1] .left-sidebar-placeholder {
    transition: transform 0.25s ease;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=top-navigation-1][data-collapsed=true] .left-sidebar-placeholder {
    transform: translate3d(0, 0, 0);
  }
  [data-layout=top-navigation-1] .left-sidebar {
    transition: transform 0.25s ease;
    transform: translate3d(-240px, 0, 0);
  }
  [data-layout=top-navigation-1][data-collapsed=true] .left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* src/app/styles/elements/top-navigation-1.scss */
.top-navigation.top-navigation-1 {
  display: block;
  white-space: nowrap;
  position: relative;
  float: right;
}
.top-navigation.top-navigation-1 > ul > li {
  margin: 0;
  padding: 0 8px;
}
.top-navigation.top-navigation-1 > ul > li > a {
  height: 45px;
  line-height: 45px;
  font-size: 0.75rem;
  font-weight: 700;
}
.top-navigation.top-navigation-1 > ul > li > ul li {
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
}
.top-navigation.top-navigation-1 > ul > li > ul li a {
  height: 45px;
  line-height: 45px;
  font-size: 0.75rem;
  font-weight: 700;
}
.top-navigation.top-navigation-1 .menu-bottom {
  margin: 0;
  padding: 0;
  display: inline-block;
  z-index: 15;
}
.top-navigation.top-navigation-1 .menu-bottom .level-1 {
  position: relative;
  z-index: 15;
}
.top-navigation.top-navigation-1 .menu-bottom .level-1 > a .badge {
  position: absolute;
  top: 5px;
  left: 100%;
  transform: scale(0.85);
  border: 0;
  box-shadow: none !important;
}
.top-navigation.top-navigation-1 .menu-bottom .level-1 > a .badge.badge-pill {
  display: none;
}
.top-navigation.top-navigation-1 .menu-bottom a {
  position: relative;
}
.top-navigation.top-navigation-1 .menu-bottom a.has-children:before {
  font-family: "simple-line-icons";
  content: "\e606";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.625rem;
  transition: transform 0.3s ease;
}
.top-navigation.top-navigation-1 .menu-bottom > li {
  position: relative;
}
.top-navigation.top-navigation-1 .menu-bottom > li > a {
  width: 100%;
  display: block;
}
.top-navigation.top-navigation-1 .menu-bottom > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  pointer-events: none;
  opacity: 0;
}
.top-navigation.top-navigation-1 .menu-bottom > li > ul > li {
  position: relative;
  width: 200px;
}
.top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  pointer-events: none;
  opacity: 0;
}
.top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li {
  width: 200px;
}
.top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}
.top-navigation.top-navigation-1 .menu-bottom > li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}
.top-navigation.top-navigation-1 > ul > li > a {
  height: 45px;
  line-height: 45px;
}
.top-navigation.top-navigation-1 > ul > li > a i {
  display: none;
}
.top-navigation.top-navigation-1 > ul > li > ul li {
  height: 45px;
  line-height: 45px;
}
.top-navigation.top-navigation-1 > ul > li > ul li a {
  height: 45px;
  line-height: 45px;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 {
  background: #fff;
  color: #212121;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 a {
  background: #fff;
  color: #212121;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom {
  background: #fff;
  border-color: #ebebeb;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom .level-1 {
  position: relative;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom .level-1:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0px;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #ffa000;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom .level-1:hover:after {
  display: block;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom > li > ul {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=light] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 {
  background: #212121;
  color: #f5f5f5;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 a {
  background: #212121;
  color: #f5f5f5;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom {
  background: #212121;
  border-color: #303030;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom .level-1 {
  position: relative;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom .level-1:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0px;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #ffa000;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom .level-1:hover:after {
  display: block;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom > li > ul {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=dark] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 {
  background: #1a237e;
  color: #f5f5f5;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 a {
  background: #1a237e;
  color: #f5f5f5;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom {
  background: #1a237e;
  border-color: #1f2a97;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom .level-1 {
  position: relative;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom .level-1:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0px;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #ffa000;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom .level-1:hover:after {
  display: block;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom > li > ul {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=indigo] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 {
  background: #263238;
  color: #f5f5f5;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 a {
  background: #263238;
  color: #f5f5f5;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom {
  background: #263238;
  border-color: #32424a;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom .level-1 {
  position: relative;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom .level-1:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0px;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #ffa000;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom .level-1:hover:after {
  display: block;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom > li > ul {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover {
  background: #ffa000;
}
[data-top-navigation=blue-grey] .top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul > li:hover > a {
  background: #ffa000;
  color: #ffffff;
}
[data-background=dark][data-top-navigation=dark] .top-navigation.top-navigation-1 {
  background: #2b2b2b;
}
[data-background=dark][data-top-navigation=dark] .top-navigation.top-navigation-1 li,
[data-background=dark][data-top-navigation=dark] .top-navigation.top-navigation-1 a {
  background: #2b2b2b;
}
[data-background=indigo][data-top-navigation=indigo] .top-navigation.top-navigation-1 {
  background: #1d288f;
}
[data-background=indigo][data-top-navigation=indigo] .top-navigation.top-navigation-1 li,
[data-background=indigo][data-top-navigation=indigo] .top-navigation.top-navigation-1 a {
  background: #1d288f;
}
[data-background=blue-grey][data-top-navigation=blue-grey] .top-navigation.top-navigation-1 {
  background: #2e3d44;
}
[data-background=blue-grey][data-top-navigation=blue-grey] .top-navigation.top-navigation-1 li,
[data-background=blue-grey][data-top-navigation=blue-grey] .top-navigation.top-navigation-1 a {
  background: #2e3d44;
}

/* src/app/styles/layouts/empty-view-1.scss */
[data-layout=empty-view-1] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden;
  height: 100%;
}
[data-layout=empty-view-1] ::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
[data-layout=empty-view-1] .container-fluid {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 2;
}
html [data-layout=empty-view-1] {
  background: url(/assets/images/empty-view-1.jpg) no-repeat center center fixed;
  background-size: cover;
}
[data-layout=empty-view-1] .bg-dark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 1;
}

/* src/app/styles/elements/widget.scss */
.widget {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.widget > .row {
  margin-bottom: 20px;
}
.widget > .row:last-child {
  margin-bottom: 0;
}
.widget .title {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 700;
}
.widget .description {
  margin-bottom: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
[data-background=light] .widget {
  background-color: #fff;
  color: #212121;
}
[data-background=dark] .widget {
  background-color: #212121;
  color: #f5f5f5;
}
[data-background=indigo] .widget {
  background-color: #1a237e;
  color: #f5f5f5;
}
[data-background=blue-grey] .widget {
  background-color: #263238;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .widget {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .widget > .row:nth-child(1) > .col .dropdown,
  .widget > .row:nth-child(1) > .col .btn {
    display: none;
  }
}

/* src/app/styles/elements/logo.scss */
.logo {
  display: flex;
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.logo i {
  font-size: 28px;
  margin-right: 12px;
}
.logo .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
[data-navbar=light] .logo {
  background: #fff;
  color: #212121;
}
[data-navbar=dark] .logo {
  background: #212121;
  color: #f5f5f5;
}
[data-navbar=indigo] .logo {
  background: #1a237e;
  color: #f5f5f5;
}
[data-navbar=blue-grey] .logo {
  background: #263238;
  color: #f5f5f5;
}
[data-background=dark][data-navbar=dark] .logo {
  background: #2b2b2b;
}
[data-background=indigo][data-navbar=indigo] .logo {
  background: #1d288f;
}
[data-background=blue-grey][data-navbar=blue-grey] .logo {
  background: #2e3d44;
}

/* src/app/styles/dashboards/dashboard.scss */
[data-controller=dashboards][data-view=dashboard] .dashboard-chart-widget-1 .title {
  font-weight: 700;
  font-size: 1.0625rem;
}
[data-controller=dashboards][data-view=dashboard] .dashboard-chart-widget-1 .subtitle {
  margin-bottom: 20px;
  font-size: 0.8125rem;
}
[data-controller=dashboards][data-view=dashboard] #line-chart-1 {
  height: 280px;
  width: 100%;
}
@media (max-width: 543px) {
  [data-controller=dashboards][data-view=dashboard] #line-chart-1 {
    height: 160px;
    width: 100%;
  }
}
[data-controller=dashboards][data-view=dashboard] #bar-chart-3 {
  height: 280px;
  width: 100%;
}
@media (max-width: 543px) {
  [data-controller=dashboards][data-view=dashboard] #bar-chart-3 {
    height: 160px;
    width: 100%;
  }
}
[data-controller=dashboards][data-view=dashboard] .widget-1 {
  position: relative;
  margin-bottom: 20px;
}
[data-controller=dashboards][data-view=dashboard] .widget-1 .title {
  font-weight: 700;
  font-size: 0.9375rem;
}
[data-controller=dashboards][data-view=dashboard] .widget-1 .subtitle {
  font-weight: 500;
  font-size: 0.8125rem;
}
[data-controller=dashboards][data-view=dashboard] .widget-1 .numbers {
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
}
[data-controller=dashboards][data-view=dashboard] .widget-1 .numbers .price {
  font-weight: 700;
  font-size: 1.0625rem;
}
[data-controller=dashboards][data-view=dashboard] .widget-1 .numbers .value {
  font-size: 0.8125rem;
}

/* src/app/styles/ui-elements/buttons.scss */
[data-controller=ui-elements][data-view=buttons] .demo .btn {
  margin-right: 5px;
  margin-bottom: 10px;
}
.btn {
  font-weight: 700;
}
.btn.btn-icon i {
  margin-right: 10px;
}
.btn.btn-sm {
  font-size: 0.75rem !important;
}
.btn.btn-light,
.btn.btn-light.dropdown-toggle {
  background: #f5f5f5;
  color: #212121;
  border-color: #f5f5f5;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-light:hover,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:visited,
.btn.btn-light.focus,
.btn.btn-light.dropdown-toggle:hover,
.btn.btn-light.dropdown-toggle:active,
.btn.btn-light.dropdown-toggle:focus,
.btn.btn-light.dropdown-toggle:visited,
.btn.btn-light.dropdown-toggle.focus {
  color: #212121;
  background: gainsboro;
  border-color: gainsboro;
}
.btn.btn-light.btn-rounded,
.btn.btn-light.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-light.btn-outline,
.btn.btn-light.dropdown-toggle.btn-outline {
  background: none;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-light.btn-outline:hover,
.btn.btn-light.btn-outline:active,
.btn.btn-light.btn-outline:focus,
.btn.btn-light.btn-outline:visited,
.btn.btn-light.dropdown-toggle.btn-outline:hover,
.btn.btn-light.dropdown-toggle.btn-outline:active,
.btn.btn-light.dropdown-toggle.btn-outline:focus,
.btn.btn-light.dropdown-toggle.btn-outline:visited {
  color: gainsboro;
  border-color: gainsboro;
}
.btn.btn-light.btn-outline.btn-rounded,
.btn.btn-light.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-light.btn-flat,
.btn.btn-light.dropdown-toggle.btn-flat {
  color: #f5f5f5;
}
.btn.btn-light.btn-flat:hover,
.btn.btn-light.btn-flat:active,
.btn.btn-light.btn-flat:focus,
.btn.btn-light.btn-flat:visited,
.btn.btn-light.dropdown-toggle.btn-flat:hover,
.btn.btn-light.dropdown-toggle.btn-flat:active,
.btn.btn-light.dropdown-toggle.btn-flat:focus,
.btn.btn-light.dropdown-toggle.btn-flat:visited {
  color: gainsboro;
}
.btn.btn-light.btn-circle,
.btn.btn-light.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-light.btn-circle i,
.btn.btn-light.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-light.btn-circle.btn-xs,
.btn.btn-light.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-light.btn-circle.btn-sm,
.btn.btn-light.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-light.btn-circle.btn-lg,
.btn.btn-light.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-dark,
.btn.btn-dark.dropdown-toggle {
  background: #212121;
  color: #fff;
  border-color: #212121;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:visited,
.btn.btn-dark.focus,
.btn.btn-dark.dropdown-toggle:hover,
.btn.btn-dark.dropdown-toggle:active,
.btn.btn-dark.dropdown-toggle:focus,
.btn.btn-dark.dropdown-toggle:visited,
.btn.btn-dark.dropdown-toggle.focus {
  color: #fff;
  background: #080808;
  border-color: #080808;
}
.btn.btn-dark.btn-rounded,
.btn.btn-dark.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-dark.btn-outline,
.btn.btn-dark.dropdown-toggle.btn-outline {
  background: none;
  color: #212121;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:active,
.btn.btn-dark.btn-outline:focus,
.btn.btn-dark.btn-outline:visited,
.btn.btn-dark.dropdown-toggle.btn-outline:hover,
.btn.btn-dark.dropdown-toggle.btn-outline:active,
.btn.btn-dark.dropdown-toggle.btn-outline:focus,
.btn.btn-dark.dropdown-toggle.btn-outline:visited {
  color: #080808;
  border-color: #080808;
}
.btn.btn-dark.btn-outline.btn-rounded,
.btn.btn-dark.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-dark.btn-flat,
.btn.btn-dark.dropdown-toggle.btn-flat {
  color: #212121;
}
.btn.btn-dark.btn-flat:hover,
.btn.btn-dark.btn-flat:active,
.btn.btn-dark.btn-flat:focus,
.btn.btn-dark.btn-flat:visited,
.btn.btn-dark.dropdown-toggle.btn-flat:hover,
.btn.btn-dark.dropdown-toggle.btn-flat:active,
.btn.btn-dark.dropdown-toggle.btn-flat:focus,
.btn.btn-dark.dropdown-toggle.btn-flat:visited {
  color: #080808;
}
.btn.btn-dark.btn-circle,
.btn.btn-dark.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-dark.btn-circle i,
.btn.btn-dark.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-dark.btn-circle.btn-xs,
.btn.btn-dark.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-dark.btn-circle.btn-sm,
.btn.btn-dark.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-dark.btn-circle.btn-lg,
.btn.btn-dark.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-default,
.btn.btn-default.dropdown-toggle {
  background: #424242;
  color: #fff;
  border-color: #424242;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:visited,
.btn.btn-default.focus,
.btn.btn-default.dropdown-toggle:hover,
.btn.btn-default.dropdown-toggle:active,
.btn.btn-default.dropdown-toggle:focus,
.btn.btn-default.dropdown-toggle:visited,
.btn.btn-default.dropdown-toggle.focus {
  color: #fff;
  background: #292929;
  border-color: #292929;
}
.btn.btn-default.btn-rounded,
.btn.btn-default.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-default.btn-outline,
.btn.btn-default.dropdown-toggle.btn-outline {
  background: none;
  color: #424242;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-default.btn-outline:hover,
.btn.btn-default.btn-outline:active,
.btn.btn-default.btn-outline:focus,
.btn.btn-default.btn-outline:visited,
.btn.btn-default.dropdown-toggle.btn-outline:hover,
.btn.btn-default.dropdown-toggle.btn-outline:active,
.btn.btn-default.dropdown-toggle.btn-outline:focus,
.btn.btn-default.dropdown-toggle.btn-outline:visited {
  color: #292929;
  border-color: #292929;
}
.btn.btn-default.btn-outline.btn-rounded,
.btn.btn-default.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-default.btn-flat,
.btn.btn-default.dropdown-toggle.btn-flat {
  color: #424242;
}
.btn.btn-default.btn-flat:hover,
.btn.btn-default.btn-flat:active,
.btn.btn-default.btn-flat:focus,
.btn.btn-default.btn-flat:visited,
.btn.btn-default.dropdown-toggle.btn-flat:hover,
.btn.btn-default.dropdown-toggle.btn-flat:active,
.btn.btn-default.dropdown-toggle.btn-flat:focus,
.btn.btn-default.dropdown-toggle.btn-flat:visited {
  color: #292929;
}
.btn.btn-default.btn-circle,
.btn.btn-default.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-default.btn-circle i,
.btn.btn-default.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-default.btn-circle.btn-xs,
.btn.btn-default.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-default.btn-circle.btn-sm,
.btn.btn-default.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-default.btn-circle.btn-lg,
.btn.btn-default.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-primary,
.btn.btn-primary.dropdown-toggle {
  background: #0277bd;
  color: #fff;
  border-color: #0277bd;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:visited,
.btn.btn-primary.focus,
.btn.btn-primary.dropdown-toggle:hover,
.btn.btn-primary.dropdown-toggle:active,
.btn.btn-primary.dropdown-toggle:focus,
.btn.btn-primary.dropdown-toggle:visited,
.btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background: #01578b;
  border-color: #01578b;
}
.btn.btn-primary.btn-rounded,
.btn.btn-primary.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-primary.btn-outline,
.btn.btn-primary.dropdown-toggle.btn-outline {
  background: none;
  color: #0277bd;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:visited,
.btn.btn-primary.dropdown-toggle.btn-outline:hover,
.btn.btn-primary.dropdown-toggle.btn-outline:active,
.btn.btn-primary.dropdown-toggle.btn-outline:focus,
.btn.btn-primary.dropdown-toggle.btn-outline:visited {
  color: #01578b;
  border-color: #01578b;
}
.btn.btn-primary.btn-outline.btn-rounded,
.btn.btn-primary.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-primary.btn-flat,
.btn.btn-primary.dropdown-toggle.btn-flat {
  color: #0277bd;
}
.btn.btn-primary.btn-flat:hover,
.btn.btn-primary.btn-flat:active,
.btn.btn-primary.btn-flat:focus,
.btn.btn-primary.btn-flat:visited,
.btn.btn-primary.dropdown-toggle.btn-flat:hover,
.btn.btn-primary.dropdown-toggle.btn-flat:active,
.btn.btn-primary.dropdown-toggle.btn-flat:focus,
.btn.btn-primary.dropdown-toggle.btn-flat:visited {
  color: #01578b;
}
.btn.btn-primary.btn-circle,
.btn.btn-primary.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-primary.btn-circle i,
.btn.btn-primary.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-primary.btn-circle.btn-xs,
.btn.btn-primary.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-primary.btn-circle.btn-sm,
.btn.btn-primary.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-primary.btn-circle.btn-lg,
.btn.btn-primary.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-secondary,
.btn.btn-secondary.dropdown-toggle {
  background: #00796b;
  color: #fff;
  border-color: #00796b;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:visited,
.btn.btn-secondary.focus,
.btn.btn-secondary.dropdown-toggle:hover,
.btn.btn-secondary.dropdown-toggle:active,
.btn.btn-secondary.dropdown-toggle:focus,
.btn.btn-secondary.dropdown-toggle:visited,
.btn.btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background: #00463e;
  border-color: #00463e;
}
.btn.btn-secondary.btn-rounded,
.btn.btn-secondary.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-secondary.btn-outline,
.btn.btn-secondary.dropdown-toggle.btn-outline {
  background: none;
  color: #00796b;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-secondary.btn-outline:hover,
.btn.btn-secondary.btn-outline:active,
.btn.btn-secondary.btn-outline:focus,
.btn.btn-secondary.btn-outline:visited,
.btn.btn-secondary.dropdown-toggle.btn-outline:hover,
.btn.btn-secondary.dropdown-toggle.btn-outline:active,
.btn.btn-secondary.dropdown-toggle.btn-outline:focus,
.btn.btn-secondary.dropdown-toggle.btn-outline:visited {
  color: #00463e;
  border-color: #00463e;
}
.btn.btn-secondary.btn-outline.btn-rounded,
.btn.btn-secondary.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-secondary.btn-flat,
.btn.btn-secondary.dropdown-toggle.btn-flat {
  color: #00796b;
}
.btn.btn-secondary.btn-flat:hover,
.btn.btn-secondary.btn-flat:active,
.btn.btn-secondary.btn-flat:focus,
.btn.btn-secondary.btn-flat:visited,
.btn.btn-secondary.dropdown-toggle.btn-flat:hover,
.btn.btn-secondary.dropdown-toggle.btn-flat:active,
.btn.btn-secondary.dropdown-toggle.btn-flat:focus,
.btn.btn-secondary.dropdown-toggle.btn-flat:visited {
  color: #00463e;
}
.btn.btn-secondary.btn-circle,
.btn.btn-secondary.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-secondary.btn-circle i,
.btn.btn-secondary.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-secondary.btn-circle.btn-xs,
.btn.btn-secondary.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-secondary.btn-circle.btn-sm,
.btn.btn-secondary.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-secondary.btn-circle.btn-lg,
.btn.btn-secondary.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-info,
.btn.btn-info.dropdown-toggle {
  background: #138496;
  color: #fff;
  border-color: #138496;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:visited,
.btn.btn-info.focus,
.btn.btn-info.dropdown-toggle:hover,
.btn.btn-info.dropdown-toggle:active,
.btn.btn-info.dropdown-toggle:focus,
.btn.btn-info.dropdown-toggle:visited,
.btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background: #0d5c69;
  border-color: #0d5c69;
}
.btn.btn-info.btn-rounded,
.btn.btn-info.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-info.btn-outline,
.btn.btn-info.dropdown-toggle.btn-outline {
  background: none;
  color: #138496;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:active,
.btn.btn-info.btn-outline:focus,
.btn.btn-info.btn-outline:visited,
.btn.btn-info.dropdown-toggle.btn-outline:hover,
.btn.btn-info.dropdown-toggle.btn-outline:active,
.btn.btn-info.dropdown-toggle.btn-outline:focus,
.btn.btn-info.dropdown-toggle.btn-outline:visited {
  color: #0d5c69;
  border-color: #0d5c69;
}
.btn.btn-info.btn-outline.btn-rounded,
.btn.btn-info.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-info.btn-flat,
.btn.btn-info.dropdown-toggle.btn-flat {
  color: #138496;
}
.btn.btn-info.btn-flat:hover,
.btn.btn-info.btn-flat:active,
.btn.btn-info.btn-flat:focus,
.btn.btn-info.btn-flat:visited,
.btn.btn-info.dropdown-toggle.btn-flat:hover,
.btn.btn-info.dropdown-toggle.btn-flat:active,
.btn.btn-info.dropdown-toggle.btn-flat:focus,
.btn.btn-info.dropdown-toggle.btn-flat:visited {
  color: #0d5c69;
}
.btn.btn-info.btn-circle,
.btn.btn-info.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-info.btn-circle i,
.btn.btn-info.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-info.btn-circle.btn-xs,
.btn.btn-info.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-info.btn-circle.btn-sm,
.btn.btn-info.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-info.btn-circle.btn-lg,
.btn.btn-info.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-success,
.btn.btn-success.dropdown-toggle {
  background: #388e3c;
  color: #fff;
  border-color: #388e3c;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:visited,
.btn.btn-success.focus,
.btn.btn-success.dropdown-toggle:hover,
.btn.btn-success.dropdown-toggle:active,
.btn.btn-success.dropdown-toggle:focus,
.btn.btn-success.dropdown-toggle:visited,
.btn.btn-success.dropdown-toggle.focus {
  color: #fff;
  background: #2a692d;
  border-color: #2a692d;
}
.btn.btn-success.btn-rounded,
.btn.btn-success.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-success.btn-outline,
.btn.btn-success.dropdown-toggle.btn-outline {
  background: none;
  color: #388e3c;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:active,
.btn.btn-success.btn-outline:focus,
.btn.btn-success.btn-outline:visited,
.btn.btn-success.dropdown-toggle.btn-outline:hover,
.btn.btn-success.dropdown-toggle.btn-outline:active,
.btn.btn-success.dropdown-toggle.btn-outline:focus,
.btn.btn-success.dropdown-toggle.btn-outline:visited {
  color: #2a692d;
  border-color: #2a692d;
}
.btn.btn-success.btn-outline.btn-rounded,
.btn.btn-success.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-success.btn-flat,
.btn.btn-success.dropdown-toggle.btn-flat {
  color: #388e3c;
}
.btn.btn-success.btn-flat:hover,
.btn.btn-success.btn-flat:active,
.btn.btn-success.btn-flat:focus,
.btn.btn-success.btn-flat:visited,
.btn.btn-success.dropdown-toggle.btn-flat:hover,
.btn.btn-success.dropdown-toggle.btn-flat:active,
.btn.btn-success.dropdown-toggle.btn-flat:focus,
.btn.btn-success.dropdown-toggle.btn-flat:visited {
  color: #2a692d;
}
.btn.btn-success.btn-circle,
.btn.btn-success.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-success.btn-circle i,
.btn.btn-success.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-success.btn-circle.btn-xs,
.btn.btn-success.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-success.btn-circle.btn-sm,
.btn.btn-success.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-success.btn-circle.btn-lg,
.btn.btn-success.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-warning,
.btn.btn-warning.dropdown-toggle {
  background: #ffa000;
  color: #fff;
  border-color: #ffa000;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:visited,
.btn.btn-warning.focus,
.btn.btn-warning.dropdown-toggle:hover,
.btn.btn-warning.dropdown-toggle:active,
.btn.btn-warning.dropdown-toggle:focus,
.btn.btn-warning.dropdown-toggle:visited,
.btn.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background: #cc8000;
  border-color: #cc8000;
}
.btn.btn-warning.btn-rounded,
.btn.btn-warning.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-warning.btn-outline,
.btn.btn-warning.dropdown-toggle.btn-outline {
  background: none;
  color: #ffa000;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:active,
.btn.btn-warning.btn-outline:focus,
.btn.btn-warning.btn-outline:visited,
.btn.btn-warning.dropdown-toggle.btn-outline:hover,
.btn.btn-warning.dropdown-toggle.btn-outline:active,
.btn.btn-warning.dropdown-toggle.btn-outline:focus,
.btn.btn-warning.dropdown-toggle.btn-outline:visited {
  color: #cc8000;
  border-color: #cc8000;
}
.btn.btn-warning.btn-outline.btn-rounded,
.btn.btn-warning.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-warning.btn-flat,
.btn.btn-warning.dropdown-toggle.btn-flat {
  color: #ffa000;
}
.btn.btn-warning.btn-flat:hover,
.btn.btn-warning.btn-flat:active,
.btn.btn-warning.btn-flat:focus,
.btn.btn-warning.btn-flat:visited,
.btn.btn-warning.dropdown-toggle.btn-flat:hover,
.btn.btn-warning.dropdown-toggle.btn-flat:active,
.btn.btn-warning.dropdown-toggle.btn-flat:focus,
.btn.btn-warning.dropdown-toggle.btn-flat:visited {
  color: #cc8000;
}
.btn.btn-warning.btn-circle,
.btn.btn-warning.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-warning.btn-circle i,
.btn.btn-warning.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-warning.btn-circle.btn-xs,
.btn.btn-warning.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-warning.btn-circle.btn-sm,
.btn.btn-warning.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-warning.btn-circle.btn-lg,
.btn.btn-warning.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-danger,
.btn.btn-danger.dropdown-toggle {
  background: #b71c1c;
  color: #fff;
  border-color: #b71c1c;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:visited,
.btn.btn-danger.focus,
.btn.btn-danger.dropdown-toggle:hover,
.btn.btn-danger.dropdown-toggle:active,
.btn.btn-danger.dropdown-toggle:focus,
.btn.btn-danger.dropdown-toggle:visited,
.btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background: #8b1515;
  border-color: #8b1515;
}
.btn.btn-danger.btn-rounded,
.btn.btn-danger.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-danger.btn-outline,
.btn.btn-danger.dropdown-toggle.btn-outline {
  background: none;
  color: #b71c1c;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:active,
.btn.btn-danger.btn-outline:focus,
.btn.btn-danger.btn-outline:visited,
.btn.btn-danger.dropdown-toggle.btn-outline:hover,
.btn.btn-danger.dropdown-toggle.btn-outline:active,
.btn.btn-danger.dropdown-toggle.btn-outline:focus,
.btn.btn-danger.dropdown-toggle.btn-outline:visited {
  color: #8b1515;
  border-color: #8b1515;
}
.btn.btn-danger.btn-outline.btn-rounded,
.btn.btn-danger.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-danger.btn-flat,
.btn.btn-danger.dropdown-toggle.btn-flat {
  color: #b71c1c;
}
.btn.btn-danger.btn-flat:hover,
.btn.btn-danger.btn-flat:active,
.btn.btn-danger.btn-flat:focus,
.btn.btn-danger.btn-flat:visited,
.btn.btn-danger.dropdown-toggle.btn-flat:hover,
.btn.btn-danger.dropdown-toggle.btn-flat:active,
.btn.btn-danger.dropdown-toggle.btn-flat:focus,
.btn.btn-danger.dropdown-toggle.btn-flat:visited {
  color: #8b1515;
}
.btn.btn-danger.btn-circle,
.btn.btn-danger.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-danger.btn-circle i,
.btn.btn-danger.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-danger.btn-circle.btn-xs,
.btn.btn-danger.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-danger.btn-circle.btn-sm,
.btn.btn-danger.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-danger.btn-circle.btn-lg,
.btn.btn-danger.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-facebook,
.btn.btn-facebook.dropdown-toggle {
  background: #365397;
  color: #fff;
  border-color: #365397;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:active,
.btn.btn-facebook:focus,
.btn.btn-facebook:visited,
.btn.btn-facebook.focus,
.btn.btn-facebook.dropdown-toggle:hover,
.btn.btn-facebook.dropdown-toggle:active,
.btn.btn-facebook.dropdown-toggle:focus,
.btn.btn-facebook.dropdown-toggle:visited,
.btn.btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background: #293e71;
  border-color: #293e71;
}
.btn.btn-facebook.btn-rounded,
.btn.btn-facebook.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-facebook.btn-outline,
.btn.btn-facebook.dropdown-toggle.btn-outline {
  background: none;
  color: #365397;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-facebook.btn-outline:hover,
.btn.btn-facebook.btn-outline:active,
.btn.btn-facebook.btn-outline:focus,
.btn.btn-facebook.btn-outline:visited,
.btn.btn-facebook.dropdown-toggle.btn-outline:hover,
.btn.btn-facebook.dropdown-toggle.btn-outline:active,
.btn.btn-facebook.dropdown-toggle.btn-outline:focus,
.btn.btn-facebook.dropdown-toggle.btn-outline:visited {
  color: #293e71;
  border-color: #293e71;
}
.btn.btn-facebook.btn-outline.btn-rounded,
.btn.btn-facebook.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-facebook.btn-flat,
.btn.btn-facebook.dropdown-toggle.btn-flat {
  color: #365397;
}
.btn.btn-facebook.btn-flat:hover,
.btn.btn-facebook.btn-flat:active,
.btn.btn-facebook.btn-flat:focus,
.btn.btn-facebook.btn-flat:visited,
.btn.btn-facebook.dropdown-toggle.btn-flat:hover,
.btn.btn-facebook.dropdown-toggle.btn-flat:active,
.btn.btn-facebook.dropdown-toggle.btn-flat:focus,
.btn.btn-facebook.dropdown-toggle.btn-flat:visited {
  color: #293e71;
}
.btn.btn-facebook.btn-circle,
.btn.btn-facebook.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-facebook.btn-circle i,
.btn.btn-facebook.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-facebook.btn-circle.btn-xs,
.btn.btn-facebook.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-facebook.btn-circle.btn-sm,
.btn.btn-facebook.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-facebook.btn-circle.btn-lg,
.btn.btn-facebook.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-twitter,
.btn.btn-twitter.dropdown-toggle {
  background: #00a9f1;
  color: #fff;
  border-color: #00a9f1;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:active,
.btn.btn-twitter:focus,
.btn.btn-twitter:visited,
.btn.btn-twitter.focus,
.btn.btn-twitter.dropdown-toggle:hover,
.btn.btn-twitter.dropdown-toggle:active,
.btn.btn-twitter.dropdown-toggle:focus,
.btn.btn-twitter.dropdown-toggle:visited,
.btn.btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background: #0085be;
  border-color: #0085be;
}
.btn.btn-twitter.btn-rounded,
.btn.btn-twitter.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-twitter.btn-outline,
.btn.btn-twitter.dropdown-toggle.btn-outline {
  background: none;
  color: #00a9f1;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-twitter.btn-outline:hover,
.btn.btn-twitter.btn-outline:active,
.btn.btn-twitter.btn-outline:focus,
.btn.btn-twitter.btn-outline:visited,
.btn.btn-twitter.dropdown-toggle.btn-outline:hover,
.btn.btn-twitter.dropdown-toggle.btn-outline:active,
.btn.btn-twitter.dropdown-toggle.btn-outline:focus,
.btn.btn-twitter.dropdown-toggle.btn-outline:visited {
  color: #0085be;
  border-color: #0085be;
}
.btn.btn-twitter.btn-outline.btn-rounded,
.btn.btn-twitter.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-twitter.btn-flat,
.btn.btn-twitter.dropdown-toggle.btn-flat {
  color: #00a9f1;
}
.btn.btn-twitter.btn-flat:hover,
.btn.btn-twitter.btn-flat:active,
.btn.btn-twitter.btn-flat:focus,
.btn.btn-twitter.btn-flat:visited,
.btn.btn-twitter.dropdown-toggle.btn-flat:hover,
.btn.btn-twitter.dropdown-toggle.btn-flat:active,
.btn.btn-twitter.dropdown-toggle.btn-flat:focus,
.btn.btn-twitter.dropdown-toggle.btn-flat:visited {
  color: #0085be;
}
.btn.btn-twitter.btn-circle,
.btn.btn-twitter.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-twitter.btn-circle i,
.btn.btn-twitter.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-twitter.btn-circle.btn-xs,
.btn.btn-twitter.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-twitter.btn-circle.btn-sm,
.btn.btn-twitter.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-twitter.btn-circle.btn-lg,
.btn.btn-twitter.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-linkedin,
.btn.btn-linkedin.dropdown-toggle {
  background: #006db3;
  color: #fff;
  border-color: #006db3;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-linkedin:hover,
.btn.btn-linkedin:active,
.btn.btn-linkedin:focus,
.btn.btn-linkedin:visited,
.btn.btn-linkedin.focus,
.btn.btn-linkedin.dropdown-toggle:hover,
.btn.btn-linkedin.dropdown-toggle:active,
.btn.btn-linkedin.dropdown-toggle:focus,
.btn.btn-linkedin.dropdown-toggle:visited,
.btn.btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background: #004e80;
  border-color: #004e80;
}
.btn.btn-linkedin.btn-rounded,
.btn.btn-linkedin.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-linkedin.btn-outline,
.btn.btn-linkedin.dropdown-toggle.btn-outline {
  background: none;
  color: #006db3;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-linkedin.btn-outline:hover,
.btn.btn-linkedin.btn-outline:active,
.btn.btn-linkedin.btn-outline:focus,
.btn.btn-linkedin.btn-outline:visited,
.btn.btn-linkedin.dropdown-toggle.btn-outline:hover,
.btn.btn-linkedin.dropdown-toggle.btn-outline:active,
.btn.btn-linkedin.dropdown-toggle.btn-outline:focus,
.btn.btn-linkedin.dropdown-toggle.btn-outline:visited {
  color: #004e80;
  border-color: #004e80;
}
.btn.btn-linkedin.btn-outline.btn-rounded,
.btn.btn-linkedin.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-linkedin.btn-flat,
.btn.btn-linkedin.dropdown-toggle.btn-flat {
  color: #006db3;
}
.btn.btn-linkedin.btn-flat:hover,
.btn.btn-linkedin.btn-flat:active,
.btn.btn-linkedin.btn-flat:focus,
.btn.btn-linkedin.btn-flat:visited,
.btn.btn-linkedin.dropdown-toggle.btn-flat:hover,
.btn.btn-linkedin.dropdown-toggle.btn-flat:active,
.btn.btn-linkedin.dropdown-toggle.btn-flat:focus,
.btn.btn-linkedin.dropdown-toggle.btn-flat:visited {
  color: #004e80;
}
.btn.btn-linkedin.btn-circle,
.btn.btn-linkedin.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-linkedin.btn-circle i,
.btn.btn-linkedin.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-linkedin.btn-circle.btn-xs,
.btn.btn-linkedin.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-linkedin.btn-circle.btn-sm,
.btn.btn-linkedin.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-linkedin.btn-circle.btn-lg,
.btn.btn-linkedin.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-apple,
.btn.btn-apple.dropdown-toggle {
  background: #737373;
  color: #fff;
  border-color: #737373;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-apple:hover,
.btn.btn-apple:active,
.btn.btn-apple:focus,
.btn.btn-apple:visited,
.btn.btn-apple.focus,
.btn.btn-apple.dropdown-toggle:hover,
.btn.btn-apple.dropdown-toggle:active,
.btn.btn-apple.dropdown-toggle:focus,
.btn.btn-apple.dropdown-toggle:visited,
.btn.btn-apple.dropdown-toggle.focus {
  color: #fff;
  background: #5a5a5a;
  border-color: #5a5a5a;
}
.btn.btn-apple.btn-rounded,
.btn.btn-apple.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-apple.btn-outline,
.btn.btn-apple.dropdown-toggle.btn-outline {
  background: none;
  color: #737373;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-apple.btn-outline:hover,
.btn.btn-apple.btn-outline:active,
.btn.btn-apple.btn-outline:focus,
.btn.btn-apple.btn-outline:visited,
.btn.btn-apple.dropdown-toggle.btn-outline:hover,
.btn.btn-apple.dropdown-toggle.btn-outline:active,
.btn.btn-apple.dropdown-toggle.btn-outline:focus,
.btn.btn-apple.dropdown-toggle.btn-outline:visited {
  color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn.btn-apple.btn-outline.btn-rounded,
.btn.btn-apple.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-apple.btn-flat,
.btn.btn-apple.dropdown-toggle.btn-flat {
  color: #737373;
}
.btn.btn-apple.btn-flat:hover,
.btn.btn-apple.btn-flat:active,
.btn.btn-apple.btn-flat:focus,
.btn.btn-apple.btn-flat:visited,
.btn.btn-apple.dropdown-toggle.btn-flat:hover,
.btn.btn-apple.dropdown-toggle.btn-flat:active,
.btn.btn-apple.dropdown-toggle.btn-flat:focus,
.btn.btn-apple.dropdown-toggle.btn-flat:visited {
  color: #5a5a5a;
}
.btn.btn-apple.btn-circle,
.btn.btn-apple.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-apple.btn-circle i,
.btn.btn-apple.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-apple.btn-circle.btn-xs,
.btn.btn-apple.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-apple.btn-circle.btn-sm,
.btn.btn-apple.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-apple.btn-circle.btn-lg,
.btn.btn-apple.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-google,
.btn.btn-google.dropdown-toggle {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-google:hover,
.btn.btn-google:active,
.btn.btn-google:focus,
.btn.btn-google:visited,
.btn.btn-google.focus,
.btn.btn-google.dropdown-toggle:hover,
.btn.btn-google.dropdown-toggle:active,
.btn.btn-google.dropdown-toggle:focus,
.btn.btn-google.dropdown-toggle:visited,
.btn.btn-google.dropdown-toggle.focus {
  color: #fff;
  background: #1266f1;
  border-color: #1266f1;
}
.btn.btn-google.btn-rounded,
.btn.btn-google.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-google.btn-outline,
.btn.btn-google.dropdown-toggle.btn-outline {
  background: none;
  color: #4285f4;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-google.btn-outline:hover,
.btn.btn-google.btn-outline:active,
.btn.btn-google.btn-outline:focus,
.btn.btn-google.btn-outline:visited,
.btn.btn-google.dropdown-toggle.btn-outline:hover,
.btn.btn-google.dropdown-toggle.btn-outline:active,
.btn.btn-google.dropdown-toggle.btn-outline:focus,
.btn.btn-google.dropdown-toggle.btn-outline:visited {
  color: #1266f1;
  border-color: #1266f1;
}
.btn.btn-google.btn-outline.btn-rounded,
.btn.btn-google.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-google.btn-flat,
.btn.btn-google.dropdown-toggle.btn-flat {
  color: #4285f4;
}
.btn.btn-google.btn-flat:hover,
.btn.btn-google.btn-flat:active,
.btn.btn-google.btn-flat:focus,
.btn.btn-google.btn-flat:visited,
.btn.btn-google.dropdown-toggle.btn-flat:hover,
.btn.btn-google.dropdown-toggle.btn-flat:active,
.btn.btn-google.dropdown-toggle.btn-flat:focus,
.btn.btn-google.dropdown-toggle.btn-flat:visited {
  color: #1266f1;
}
.btn.btn-google.btn-circle,
.btn.btn-google.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-google.btn-circle i,
.btn.btn-google.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-google.btn-circle.btn-xs,
.btn.btn-google.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-google.btn-circle.btn-sm,
.btn.btn-google.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-google.btn-circle.btn-lg,
.btn.btn-google.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-google-plus,
.btn.btn-google-plus.dropdown-toggle {
  background: #e0452c;
  color: #fff;
  border-color: #e0452c;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-google-plus:hover,
.btn.btn-google-plus:active,
.btn.btn-google-plus:focus,
.btn.btn-google-plus:visited,
.btn.btn-google-plus.focus,
.btn.btn-google-plus.dropdown-toggle:hover,
.btn.btn-google-plus.dropdown-toggle:active,
.btn.btn-google-plus.dropdown-toggle:focus,
.btn.btn-google-plus.dropdown-toggle:visited,
.btn.btn-google-plus.dropdown-toggle.focus {
  color: #fff;
  background: #bd321c;
  border-color: #bd321c;
}
.btn.btn-google-plus.btn-rounded,
.btn.btn-google-plus.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-google-plus.btn-outline,
.btn.btn-google-plus.dropdown-toggle.btn-outline {
  background: none;
  color: #e0452c;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-google-plus.btn-outline:hover,
.btn.btn-google-plus.btn-outline:active,
.btn.btn-google-plus.btn-outline:focus,
.btn.btn-google-plus.btn-outline:visited,
.btn.btn-google-plus.dropdown-toggle.btn-outline:hover,
.btn.btn-google-plus.dropdown-toggle.btn-outline:active,
.btn.btn-google-plus.dropdown-toggle.btn-outline:focus,
.btn.btn-google-plus.dropdown-toggle.btn-outline:visited {
  color: #bd321c;
  border-color: #bd321c;
}
.btn.btn-google-plus.btn-outline.btn-rounded,
.btn.btn-google-plus.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-google-plus.btn-flat,
.btn.btn-google-plus.dropdown-toggle.btn-flat {
  color: #e0452c;
}
.btn.btn-google-plus.btn-flat:hover,
.btn.btn-google-plus.btn-flat:active,
.btn.btn-google-plus.btn-flat:focus,
.btn.btn-google-plus.btn-flat:visited,
.btn.btn-google-plus.dropdown-toggle.btn-flat:hover,
.btn.btn-google-plus.dropdown-toggle.btn-flat:active,
.btn.btn-google-plus.dropdown-toggle.btn-flat:focus,
.btn.btn-google-plus.dropdown-toggle.btn-flat:visited {
  color: #bd321c;
}
.btn.btn-google-plus.btn-circle,
.btn.btn-google-plus.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-google-plus.btn-circle i,
.btn.btn-google-plus.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-google-plus.btn-circle.btn-xs,
.btn.btn-google-plus.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-google-plus.btn-circle.btn-sm,
.btn.btn-google-plus.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-google-plus.btn-circle.btn-lg,
.btn.btn-google-plus.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-youtube,
.btn.btn-youtube.dropdown-toggle {
  background: #ff3333;
  color: #fff;
  border-color: #ff3333;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-youtube:hover,
.btn.btn-youtube:active,
.btn.btn-youtube:focus,
.btn.btn-youtube:visited,
.btn.btn-youtube.focus,
.btn.btn-youtube.dropdown-toggle:hover,
.btn.btn-youtube.dropdown-toggle:active,
.btn.btn-youtube.dropdown-toggle:focus,
.btn.btn-youtube.dropdown-toggle:visited,
.btn.btn-youtube.dropdown-toggle.focus {
  color: #fff;
  background: red;
  border-color: red;
}
.btn.btn-youtube.btn-rounded,
.btn.btn-youtube.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-youtube.btn-outline,
.btn.btn-youtube.dropdown-toggle.btn-outline {
  background: none;
  color: #ff3333;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-youtube.btn-outline:hover,
.btn.btn-youtube.btn-outline:active,
.btn.btn-youtube.btn-outline:focus,
.btn.btn-youtube.btn-outline:visited,
.btn.btn-youtube.dropdown-toggle.btn-outline:hover,
.btn.btn-youtube.dropdown-toggle.btn-outline:active,
.btn.btn-youtube.dropdown-toggle.btn-outline:focus,
.btn.btn-youtube.dropdown-toggle.btn-outline:visited {
  color: red;
  border-color: red;
}
.btn.btn-youtube.btn-outline.btn-rounded,
.btn.btn-youtube.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-youtube.btn-flat,
.btn.btn-youtube.dropdown-toggle.btn-flat {
  color: #ff3333;
}
.btn.btn-youtube.btn-flat:hover,
.btn.btn-youtube.btn-flat:active,
.btn.btn-youtube.btn-flat:focus,
.btn.btn-youtube.btn-flat:visited,
.btn.btn-youtube.dropdown-toggle.btn-flat:hover,
.btn.btn-youtube.dropdown-toggle.btn-flat:active,
.btn.btn-youtube.dropdown-toggle.btn-flat:focus,
.btn.btn-youtube.dropdown-toggle.btn-flat:visited {
  color: red;
}
.btn.btn-youtube.btn-circle,
.btn.btn-youtube.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-youtube.btn-circle i,
.btn.btn-youtube.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-youtube.btn-circle.btn-xs,
.btn.btn-youtube.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-youtube.btn-circle.btn-sm,
.btn.btn-youtube.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-youtube.btn-circle.btn-lg,
.btn.btn-youtube.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-vimeo,
.btn.btn-vimeo.dropdown-toggle {
  background: #48b6ed;
  color: #fff;
  border-color: #48b6ed;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-vimeo:hover,
.btn.btn-vimeo:active,
.btn.btn-vimeo:focus,
.btn.btn-vimeo:visited,
.btn.btn-vimeo.focus,
.btn.btn-vimeo.dropdown-toggle:hover,
.btn.btn-vimeo.dropdown-toggle:active,
.btn.btn-vimeo.dropdown-toggle:focus,
.btn.btn-vimeo.dropdown-toggle:visited,
.btn.btn-vimeo.dropdown-toggle.focus {
  color: #fff;
  background: #1aa3e8;
  border-color: #1aa3e8;
}
.btn.btn-vimeo.btn-rounded,
.btn.btn-vimeo.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-vimeo.btn-outline,
.btn.btn-vimeo.dropdown-toggle.btn-outline {
  background: none;
  color: #48b6ed;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-vimeo.btn-outline:hover,
.btn.btn-vimeo.btn-outline:active,
.btn.btn-vimeo.btn-outline:focus,
.btn.btn-vimeo.btn-outline:visited,
.btn.btn-vimeo.dropdown-toggle.btn-outline:hover,
.btn.btn-vimeo.dropdown-toggle.btn-outline:active,
.btn.btn-vimeo.dropdown-toggle.btn-outline:focus,
.btn.btn-vimeo.dropdown-toggle.btn-outline:visited {
  color: #1aa3e8;
  border-color: #1aa3e8;
}
.btn.btn-vimeo.btn-outline.btn-rounded,
.btn.btn-vimeo.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-vimeo.btn-flat,
.btn.btn-vimeo.dropdown-toggle.btn-flat {
  color: #48b6ed;
}
.btn.btn-vimeo.btn-flat:hover,
.btn.btn-vimeo.btn-flat:active,
.btn.btn-vimeo.btn-flat:focus,
.btn.btn-vimeo.btn-flat:visited,
.btn.btn-vimeo.dropdown-toggle.btn-flat:hover,
.btn.btn-vimeo.dropdown-toggle.btn-flat:active,
.btn.btn-vimeo.dropdown-toggle.btn-flat:focus,
.btn.btn-vimeo.dropdown-toggle.btn-flat:visited {
  color: #1aa3e8;
}
.btn.btn-vimeo.btn-circle,
.btn.btn-vimeo.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-vimeo.btn-circle i,
.btn.btn-vimeo.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-vimeo.btn-circle.btn-xs,
.btn.btn-vimeo.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-vimeo.btn-circle.btn-sm,
.btn.btn-vimeo.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-vimeo.btn-circle.btn-lg,
.btn.btn-vimeo.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-pinterest,
.btn.btn-pinterest.dropdown-toggle {
  background: #ce1a19;
  color: #fff;
  border-color: #ce1a19;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-pinterest:hover,
.btn.btn-pinterest:active,
.btn.btn-pinterest:focus,
.btn.btn-pinterest:visited,
.btn.btn-pinterest.focus,
.btn.btn-pinterest.dropdown-toggle:hover,
.btn.btn-pinterest.dropdown-toggle:active,
.btn.btn-pinterest.dropdown-toggle:focus,
.btn.btn-pinterest.dropdown-toggle:visited,
.btn.btn-pinterest.dropdown-toggle.focus {
  color: #fff;
  background: #a11413;
  border-color: #a11413;
}
.btn.btn-pinterest.btn-rounded,
.btn.btn-pinterest.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-pinterest.btn-outline,
.btn.btn-pinterest.dropdown-toggle.btn-outline {
  background: none;
  color: #ce1a19;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-pinterest.btn-outline:hover,
.btn.btn-pinterest.btn-outline:active,
.btn.btn-pinterest.btn-outline:focus,
.btn.btn-pinterest.btn-outline:visited,
.btn.btn-pinterest.dropdown-toggle.btn-outline:hover,
.btn.btn-pinterest.dropdown-toggle.btn-outline:active,
.btn.btn-pinterest.dropdown-toggle.btn-outline:focus,
.btn.btn-pinterest.dropdown-toggle.btn-outline:visited {
  color: #a11413;
  border-color: #a11413;
}
.btn.btn-pinterest.btn-outline.btn-rounded,
.btn.btn-pinterest.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-pinterest.btn-flat,
.btn.btn-pinterest.dropdown-toggle.btn-flat {
  color: #ce1a19;
}
.btn.btn-pinterest.btn-flat:hover,
.btn.btn-pinterest.btn-flat:active,
.btn.btn-pinterest.btn-flat:focus,
.btn.btn-pinterest.btn-flat:visited,
.btn.btn-pinterest.dropdown-toggle.btn-flat:hover,
.btn.btn-pinterest.dropdown-toggle.btn-flat:active,
.btn.btn-pinterest.dropdown-toggle.btn-flat:focus,
.btn.btn-pinterest.dropdown-toggle.btn-flat:visited {
  color: #a11413;
}
.btn.btn-pinterest.btn-circle,
.btn.btn-pinterest.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-pinterest.btn-circle i,
.btn.btn-pinterest.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-pinterest.btn-circle.btn-xs,
.btn.btn-pinterest.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-pinterest.btn-circle.btn-sm,
.btn.btn-pinterest.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-pinterest.btn-circle.btn-lg,
.btn.btn-pinterest.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-yelp,
.btn.btn-yelp.dropdown-toggle {
  background: #c30f00;
  color: #fff;
  border-color: #c30f00;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-yelp:hover,
.btn.btn-yelp:active,
.btn.btn-yelp:focus,
.btn.btn-yelp:visited,
.btn.btn-yelp.focus,
.btn.btn-yelp.dropdown-toggle:hover,
.btn.btn-yelp.dropdown-toggle:active,
.btn.btn-yelp.dropdown-toggle:focus,
.btn.btn-yelp.dropdown-toggle:visited,
.btn.btn-yelp.dropdown-toggle.focus {
  color: #fff;
  background: #900b00;
  border-color: #900b00;
}
.btn.btn-yelp.btn-rounded,
.btn.btn-yelp.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-yelp.btn-outline,
.btn.btn-yelp.dropdown-toggle.btn-outline {
  background: none;
  color: #c30f00;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-yelp.btn-outline:hover,
.btn.btn-yelp.btn-outline:active,
.btn.btn-yelp.btn-outline:focus,
.btn.btn-yelp.btn-outline:visited,
.btn.btn-yelp.dropdown-toggle.btn-outline:hover,
.btn.btn-yelp.dropdown-toggle.btn-outline:active,
.btn.btn-yelp.dropdown-toggle.btn-outline:focus,
.btn.btn-yelp.dropdown-toggle.btn-outline:visited {
  color: #900b00;
  border-color: #900b00;
}
.btn.btn-yelp.btn-outline.btn-rounded,
.btn.btn-yelp.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-yelp.btn-flat,
.btn.btn-yelp.dropdown-toggle.btn-flat {
  color: #c30f00;
}
.btn.btn-yelp.btn-flat:hover,
.btn.btn-yelp.btn-flat:active,
.btn.btn-yelp.btn-flat:focus,
.btn.btn-yelp.btn-flat:visited,
.btn.btn-yelp.dropdown-toggle.btn-flat:hover,
.btn.btn-yelp.dropdown-toggle.btn-flat:active,
.btn.btn-yelp.dropdown-toggle.btn-flat:focus,
.btn.btn-yelp.dropdown-toggle.btn-flat:visited {
  color: #900b00;
}
.btn.btn-yelp.btn-circle,
.btn.btn-yelp.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-yelp.btn-circle i,
.btn.btn-yelp.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-yelp.btn-circle.btn-xs,
.btn.btn-yelp.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-yelp.btn-circle.btn-sm,
.btn.btn-yelp.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-yelp.btn-circle.btn-lg,
.btn.btn-yelp.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-dribbble,
.btn.btn-dribbble.dropdown-toggle {
  background: #ed4584;
  color: #fff;
  border-color: #ed4584;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-dribbble:hover,
.btn.btn-dribbble:active,
.btn.btn-dribbble:focus,
.btn.btn-dribbble:visited,
.btn.btn-dribbble.focus,
.btn.btn-dribbble.dropdown-toggle:hover,
.btn.btn-dribbble.dropdown-toggle:active,
.btn.btn-dribbble.dropdown-toggle:focus,
.btn.btn-dribbble.dropdown-toggle:visited,
.btn.btn-dribbble.dropdown-toggle.focus {
  color: #fff;
  background: #e91765;
  border-color: #e91765;
}
.btn.btn-dribbble.btn-rounded,
.btn.btn-dribbble.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-dribbble.btn-outline,
.btn.btn-dribbble.dropdown-toggle.btn-outline {
  background: none;
  color: #ed4584;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-dribbble.btn-outline:hover,
.btn.btn-dribbble.btn-outline:active,
.btn.btn-dribbble.btn-outline:focus,
.btn.btn-dribbble.btn-outline:visited,
.btn.btn-dribbble.dropdown-toggle.btn-outline:hover,
.btn.btn-dribbble.dropdown-toggle.btn-outline:active,
.btn.btn-dribbble.dropdown-toggle.btn-outline:focus,
.btn.btn-dribbble.dropdown-toggle.btn-outline:visited {
  color: #e91765;
  border-color: #e91765;
}
.btn.btn-dribbble.btn-outline.btn-rounded,
.btn.btn-dribbble.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-dribbble.btn-flat,
.btn.btn-dribbble.dropdown-toggle.btn-flat {
  color: #ed4584;
}
.btn.btn-dribbble.btn-flat:hover,
.btn.btn-dribbble.btn-flat:active,
.btn.btn-dribbble.btn-flat:focus,
.btn.btn-dribbble.btn-flat:visited,
.btn.btn-dribbble.dropdown-toggle.btn-flat:hover,
.btn.btn-dribbble.dropdown-toggle.btn-flat:active,
.btn.btn-dribbble.dropdown-toggle.btn-flat:focus,
.btn.btn-dribbble.dropdown-toggle.btn-flat:visited {
  color: #e91765;
}
.btn.btn-dribbble.btn-circle,
.btn.btn-dribbble.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-dribbble.btn-circle i,
.btn.btn-dribbble.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-dribbble.btn-circle.btn-xs,
.btn.btn-dribbble.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-dribbble.btn-circle.btn-sm,
.btn.btn-dribbble.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-dribbble.btn-circle.btn-lg,
.btn.btn-dribbble.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-amazon,
.btn.btn-amazon.dropdown-toggle {
  background: #ff9700;
  color: #fff;
  border-color: #ff9700;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-amazon:hover,
.btn.btn-amazon:active,
.btn.btn-amazon:focus,
.btn.btn-amazon:visited,
.btn.btn-amazon.focus,
.btn.btn-amazon.dropdown-toggle:hover,
.btn.btn-amazon.dropdown-toggle:active,
.btn.btn-amazon.dropdown-toggle:focus,
.btn.btn-amazon.dropdown-toggle:visited,
.btn.btn-amazon.dropdown-toggle.focus {
  color: #fff;
  background: #cc7900;
  border-color: #cc7900;
}
.btn.btn-amazon.btn-rounded,
.btn.btn-amazon.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-amazon.btn-outline,
.btn.btn-amazon.dropdown-toggle.btn-outline {
  background: none;
  color: #ff9700;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-amazon.btn-outline:hover,
.btn.btn-amazon.btn-outline:active,
.btn.btn-amazon.btn-outline:focus,
.btn.btn-amazon.btn-outline:visited,
.btn.btn-amazon.dropdown-toggle.btn-outline:hover,
.btn.btn-amazon.dropdown-toggle.btn-outline:active,
.btn.btn-amazon.dropdown-toggle.btn-outline:focus,
.btn.btn-amazon.dropdown-toggle.btn-outline:visited {
  color: #cc7900;
  border-color: #cc7900;
}
.btn.btn-amazon.btn-outline.btn-rounded,
.btn.btn-amazon.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-amazon.btn-flat,
.btn.btn-amazon.dropdown-toggle.btn-flat {
  color: #ff9700;
}
.btn.btn-amazon.btn-flat:hover,
.btn.btn-amazon.btn-flat:active,
.btn.btn-amazon.btn-flat:focus,
.btn.btn-amazon.btn-flat:visited,
.btn.btn-amazon.dropdown-toggle.btn-flat:hover,
.btn.btn-amazon.dropdown-toggle.btn-flat:active,
.btn.btn-amazon.dropdown-toggle.btn-flat:focus,
.btn.btn-amazon.dropdown-toggle.btn-flat:visited {
  color: #cc7900;
}
.btn.btn-amazon.btn-circle,
.btn.btn-amazon.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-amazon.btn-circle i,
.btn.btn-amazon.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-amazon.btn-circle.btn-xs,
.btn.btn-amazon.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-amazon.btn-circle.btn-sm,
.btn.btn-amazon.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-amazon.btn-circle.btn-lg,
.btn.btn-amazon.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-skype,
.btn.btn-skype.dropdown-toggle {
  background: #00acf4;
  color: #fff;
  border-color: #00acf4;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-skype:hover,
.btn.btn-skype:active,
.btn.btn-skype:focus,
.btn.btn-skype:visited,
.btn.btn-skype.focus,
.btn.btn-skype.dropdown-toggle:hover,
.btn.btn-skype.dropdown-toggle:active,
.btn.btn-skype.dropdown-toggle:focus,
.btn.btn-skype.dropdown-toggle:visited,
.btn.btn-skype.dropdown-toggle.focus {
  color: #fff;
  background: #0088c1;
  border-color: #0088c1;
}
.btn.btn-skype.btn-rounded,
.btn.btn-skype.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-skype.btn-outline,
.btn.btn-skype.dropdown-toggle.btn-outline {
  background: none;
  color: #00acf4;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-skype.btn-outline:hover,
.btn.btn-skype.btn-outline:active,
.btn.btn-skype.btn-outline:focus,
.btn.btn-skype.btn-outline:visited,
.btn.btn-skype.dropdown-toggle.btn-outline:hover,
.btn.btn-skype.dropdown-toggle.btn-outline:active,
.btn.btn-skype.dropdown-toggle.btn-outline:focus,
.btn.btn-skype.dropdown-toggle.btn-outline:visited {
  color: #0088c1;
  border-color: #0088c1;
}
.btn.btn-skype.btn-outline.btn-rounded,
.btn.btn-skype.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-skype.btn-flat,
.btn.btn-skype.dropdown-toggle.btn-flat {
  color: #00acf4;
}
.btn.btn-skype.btn-flat:hover,
.btn.btn-skype.btn-flat:active,
.btn.btn-skype.btn-flat:focus,
.btn.btn-skype.btn-flat:visited,
.btn.btn-skype.dropdown-toggle.btn-flat:hover,
.btn.btn-skype.dropdown-toggle.btn-flat:active,
.btn.btn-skype.dropdown-toggle.btn-flat:focus,
.btn.btn-skype.dropdown-toggle.btn-flat:visited {
  color: #0088c1;
}
.btn.btn-skype.btn-circle,
.btn.btn-skype.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-skype.btn-circle i,
.btn.btn-skype.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-skype.btn-circle.btn-xs,
.btn.btn-skype.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-skype.btn-circle.btn-sm,
.btn.btn-skype.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-skype.btn-circle.btn-lg,
.btn.btn-skype.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-instagram,
.btn.btn-instagram.dropdown-toggle {
  background: #396d9a;
  color: #fff;
  border-color: #396d9a;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-instagram:hover,
.btn.btn-instagram:active,
.btn.btn-instagram:focus,
.btn.btn-instagram:visited,
.btn.btn-instagram.focus,
.btn.btn-instagram.dropdown-toggle:hover,
.btn.btn-instagram.dropdown-toggle:active,
.btn.btn-instagram.dropdown-toggle:focus,
.btn.btn-instagram.dropdown-toggle:visited,
.btn.btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background: #2b5375;
  border-color: #2b5375;
}
.btn.btn-instagram.btn-rounded,
.btn.btn-instagram.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-instagram.btn-outline,
.btn.btn-instagram.dropdown-toggle.btn-outline {
  background: none;
  color: #396d9a;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-instagram.btn-outline:hover,
.btn.btn-instagram.btn-outline:active,
.btn.btn-instagram.btn-outline:focus,
.btn.btn-instagram.btn-outline:visited,
.btn.btn-instagram.dropdown-toggle.btn-outline:hover,
.btn.btn-instagram.dropdown-toggle.btn-outline:active,
.btn.btn-instagram.dropdown-toggle.btn-outline:focus,
.btn.btn-instagram.dropdown-toggle.btn-outline:visited {
  color: #2b5375;
  border-color: #2b5375;
}
.btn.btn-instagram.btn-outline.btn-rounded,
.btn.btn-instagram.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-instagram.btn-flat,
.btn.btn-instagram.dropdown-toggle.btn-flat {
  color: #396d9a;
}
.btn.btn-instagram.btn-flat:hover,
.btn.btn-instagram.btn-flat:active,
.btn.btn-instagram.btn-flat:focus,
.btn.btn-instagram.btn-flat:visited,
.btn.btn-instagram.dropdown-toggle.btn-flat:hover,
.btn.btn-instagram.dropdown-toggle.btn-flat:active,
.btn.btn-instagram.dropdown-toggle.btn-flat:focus,
.btn.btn-instagram.dropdown-toggle.btn-flat:visited {
  color: #2b5375;
}
.btn.btn-instagram.btn-circle,
.btn.btn-instagram.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-instagram.btn-circle i,
.btn.btn-instagram.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-instagram.btn-circle.btn-xs,
.btn.btn-instagram.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-instagram.btn-circle.btn-sm,
.btn.btn-instagram.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-instagram.btn-circle.btn-lg,
.btn.btn-instagram.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-dropbox,
.btn.btn-dropbox.dropdown-toggle {
  background: #0d84de;
  color: #fff;
  border-color: #0d84de;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-dropbox:hover,
.btn.btn-dropbox:active,
.btn.btn-dropbox:focus,
.btn.btn-dropbox:visited,
.btn.btn-dropbox.focus,
.btn.btn-dropbox.dropdown-toggle:hover,
.btn.btn-dropbox.dropdown-toggle:active,
.btn.btn-dropbox.dropdown-toggle:focus,
.btn.btn-dropbox.dropdown-toggle:visited,
.btn.btn-dropbox.dropdown-toggle.focus {
  color: #fff;
  background: #0a67ae;
  border-color: #0a67ae;
}
.btn.btn-dropbox.btn-rounded,
.btn.btn-dropbox.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-dropbox.btn-outline,
.btn.btn-dropbox.dropdown-toggle.btn-outline {
  background: none;
  color: #0d84de;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-dropbox.btn-outline:hover,
.btn.btn-dropbox.btn-outline:active,
.btn.btn-dropbox.btn-outline:focus,
.btn.btn-dropbox.btn-outline:visited,
.btn.btn-dropbox.dropdown-toggle.btn-outline:hover,
.btn.btn-dropbox.dropdown-toggle.btn-outline:active,
.btn.btn-dropbox.dropdown-toggle.btn-outline:focus,
.btn.btn-dropbox.dropdown-toggle.btn-outline:visited {
  color: #0a67ae;
  border-color: #0a67ae;
}
.btn.btn-dropbox.btn-outline.btn-rounded,
.btn.btn-dropbox.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-dropbox.btn-flat,
.btn.btn-dropbox.dropdown-toggle.btn-flat {
  color: #0d84de;
}
.btn.btn-dropbox.btn-flat:hover,
.btn.btn-dropbox.btn-flat:active,
.btn.btn-dropbox.btn-flat:focus,
.btn.btn-dropbox.btn-flat:visited,
.btn.btn-dropbox.dropdown-toggle.btn-flat:hover,
.btn.btn-dropbox.dropdown-toggle.btn-flat:active,
.btn.btn-dropbox.dropdown-toggle.btn-flat:focus,
.btn.btn-dropbox.dropdown-toggle.btn-flat:visited {
  color: #0a67ae;
}
.btn.btn-dropbox.btn-circle,
.btn.btn-dropbox.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-dropbox.btn-circle i,
.btn.btn-dropbox.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-dropbox.btn-circle.btn-xs,
.btn.btn-dropbox.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-dropbox.btn-circle.btn-sm,
.btn.btn-dropbox.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-dropbox.btn-circle.btn-lg,
.btn.btn-dropbox.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-flickr,
.btn.btn-flickr.dropdown-toggle {
  background: #ea0066;
  color: #fff;
  border-color: #ea0066;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-flickr:hover,
.btn.btn-flickr:active,
.btn.btn-flickr:focus,
.btn.btn-flickr:visited,
.btn.btn-flickr.focus,
.btn.btn-flickr.dropdown-toggle:hover,
.btn.btn-flickr.dropdown-toggle:active,
.btn.btn-flickr.dropdown-toggle:focus,
.btn.btn-flickr.dropdown-toggle:visited,
.btn.btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background: #b70050;
  border-color: #b70050;
}
.btn.btn-flickr.btn-rounded,
.btn.btn-flickr.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-flickr.btn-outline,
.btn.btn-flickr.dropdown-toggle.btn-outline {
  background: none;
  color: #ea0066;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-flickr.btn-outline:hover,
.btn.btn-flickr.btn-outline:active,
.btn.btn-flickr.btn-outline:focus,
.btn.btn-flickr.btn-outline:visited,
.btn.btn-flickr.dropdown-toggle.btn-outline:hover,
.btn.btn-flickr.dropdown-toggle.btn-outline:active,
.btn.btn-flickr.dropdown-toggle.btn-outline:focus,
.btn.btn-flickr.dropdown-toggle.btn-outline:visited {
  color: #b70050;
  border-color: #b70050;
}
.btn.btn-flickr.btn-outline.btn-rounded,
.btn.btn-flickr.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-flickr.btn-flat,
.btn.btn-flickr.dropdown-toggle.btn-flat {
  color: #ea0066;
}
.btn.btn-flickr.btn-flat:hover,
.btn.btn-flickr.btn-flat:active,
.btn.btn-flickr.btn-flat:focus,
.btn.btn-flickr.btn-flat:visited,
.btn.btn-flickr.dropdown-toggle.btn-flat:hover,
.btn.btn-flickr.dropdown-toggle.btn-flat:active,
.btn.btn-flickr.dropdown-toggle.btn-flat:focus,
.btn.btn-flickr.dropdown-toggle.btn-flat:visited {
  color: #b70050;
}
.btn.btn-flickr.btn-circle,
.btn.btn-flickr.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-flickr.btn-circle i,
.btn.btn-flickr.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-flickr.btn-circle.btn-xs,
.btn.btn-flickr.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-flickr.btn-circle.btn-sm,
.btn.btn-flickr.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-flickr.btn-circle.btn-lg,
.btn.btn-flickr.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-github,
.btn.btn-github.dropdown-toggle {
  background: #2f2f2f;
  color: #fff;
  border-color: #2f2f2f;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-github:hover,
.btn.btn-github:active,
.btn.btn-github:focus,
.btn.btn-github:visited,
.btn.btn-github.focus,
.btn.btn-github.dropdown-toggle:hover,
.btn.btn-github.dropdown-toggle:active,
.btn.btn-github.dropdown-toggle:focus,
.btn.btn-github.dropdown-toggle:visited,
.btn.btn-github.dropdown-toggle.focus {
  color: #fff;
  background: #161616;
  border-color: #161616;
}
.btn.btn-github.btn-rounded,
.btn.btn-github.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-github.btn-outline,
.btn.btn-github.dropdown-toggle.btn-outline {
  background: none;
  color: #2f2f2f;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-github.btn-outline:hover,
.btn.btn-github.btn-outline:active,
.btn.btn-github.btn-outline:focus,
.btn.btn-github.btn-outline:visited,
.btn.btn-github.dropdown-toggle.btn-outline:hover,
.btn.btn-github.dropdown-toggle.btn-outline:active,
.btn.btn-github.dropdown-toggle.btn-outline:focus,
.btn.btn-github.dropdown-toggle.btn-outline:visited {
  color: #161616;
  border-color: #161616;
}
.btn.btn-github.btn-outline.btn-rounded,
.btn.btn-github.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-github.btn-flat,
.btn.btn-github.dropdown-toggle.btn-flat {
  color: #2f2f2f;
}
.btn.btn-github.btn-flat:hover,
.btn.btn-github.btn-flat:active,
.btn.btn-github.btn-flat:focus,
.btn.btn-github.btn-flat:visited,
.btn.btn-github.dropdown-toggle.btn-flat:hover,
.btn.btn-github.dropdown-toggle.btn-flat:active,
.btn.btn-github.dropdown-toggle.btn-flat:focus,
.btn.btn-github.dropdown-toggle.btn-flat:visited {
  color: #161616;
}
.btn.btn-github.btn-circle,
.btn.btn-github.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-github.btn-circle i,
.btn.btn-github.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-github.btn-circle.btn-xs,
.btn.btn-github.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-github.btn-circle.btn-sm,
.btn.btn-github.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-github.btn-circle.btn-lg,
.btn.btn-github.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-tumblr,
.btn.btn-tumblr.dropdown-toggle {
  background: #304c68;
  color: #fff;
  border-color: #304c68;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-tumblr:hover,
.btn.btn-tumblr:active,
.btn.btn-tumblr:focus,
.btn.btn-tumblr:visited,
.btn.btn-tumblr.focus,
.btn.btn-tumblr.dropdown-toggle:hover,
.btn.btn-tumblr.dropdown-toggle:active,
.btn.btn-tumblr.dropdown-toggle:focus,
.btn.btn-tumblr.dropdown-toggle:visited,
.btn.btn-tumblr.dropdown-toggle.focus {
  color: #fff;
  background: #203345;
  border-color: #203345;
}
.btn.btn-tumblr.btn-rounded,
.btn.btn-tumblr.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-tumblr.btn-outline,
.btn.btn-tumblr.dropdown-toggle.btn-outline {
  background: none;
  color: #304c68;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-tumblr.btn-outline:hover,
.btn.btn-tumblr.btn-outline:active,
.btn.btn-tumblr.btn-outline:focus,
.btn.btn-tumblr.btn-outline:visited,
.btn.btn-tumblr.dropdown-toggle.btn-outline:hover,
.btn.btn-tumblr.dropdown-toggle.btn-outline:active,
.btn.btn-tumblr.dropdown-toggle.btn-outline:focus,
.btn.btn-tumblr.dropdown-toggle.btn-outline:visited {
  color: #203345;
  border-color: #203345;
}
.btn.btn-tumblr.btn-outline.btn-rounded,
.btn.btn-tumblr.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-tumblr.btn-flat,
.btn.btn-tumblr.dropdown-toggle.btn-flat {
  color: #304c68;
}
.btn.btn-tumblr.btn-flat:hover,
.btn.btn-tumblr.btn-flat:active,
.btn.btn-tumblr.btn-flat:focus,
.btn.btn-tumblr.btn-flat:visited,
.btn.btn-tumblr.dropdown-toggle.btn-flat:hover,
.btn.btn-tumblr.dropdown-toggle.btn-flat:active,
.btn.btn-tumblr.dropdown-toggle.btn-flat:focus,
.btn.btn-tumblr.dropdown-toggle.btn-flat:visited {
  color: #203345;
}
.btn.btn-tumblr.btn-circle,
.btn.btn-tumblr.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-tumblr.btn-circle i,
.btn.btn-tumblr.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-tumblr.btn-circle.btn-xs,
.btn.btn-tumblr.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-tumblr.btn-circle.btn-sm,
.btn.btn-tumblr.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-tumblr.btn-circle.btn-lg,
.btn.btn-tumblr.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
.btn.btn-foursquare,
.btn.btn-foursquare.dropdown-toggle {
  background: #207dc5;
  color: #fff;
  border-color: #207dc5;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn.btn-foursquare:hover,
.btn.btn-foursquare:active,
.btn.btn-foursquare:focus,
.btn.btn-foursquare:visited,
.btn.btn-foursquare.focus,
.btn.btn-foursquare.dropdown-toggle:hover,
.btn.btn-foursquare.dropdown-toggle:active,
.btn.btn-foursquare.dropdown-toggle:focus,
.btn.btn-foursquare.dropdown-toggle:visited,
.btn.btn-foursquare.dropdown-toggle.focus {
  color: #fff;
  background: #196199;
  border-color: #196199;
}
.btn.btn-foursquare.btn-rounded,
.btn.btn-foursquare.dropdown-toggle.btn-rounded {
  border-radius: 12px;
}
.btn.btn-foursquare.btn-outline,
.btn.btn-foursquare.dropdown-toggle.btn-outline {
  background: none;
  color: #207dc5;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-foursquare.btn-outline:hover,
.btn.btn-foursquare.btn-outline:active,
.btn.btn-foursquare.btn-outline:focus,
.btn.btn-foursquare.btn-outline:visited,
.btn.btn-foursquare.dropdown-toggle.btn-outline:hover,
.btn.btn-foursquare.dropdown-toggle.btn-outline:active,
.btn.btn-foursquare.dropdown-toggle.btn-outline:focus,
.btn.btn-foursquare.dropdown-toggle.btn-outline:visited {
  color: #196199;
  border-color: #196199;
}
.btn.btn-foursquare.btn-outline.btn-rounded,
.btn.btn-foursquare.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 15px;
}
.btn.btn-foursquare.btn-flat,
.btn.btn-foursquare.dropdown-toggle.btn-flat {
  color: #207dc5;
}
.btn.btn-foursquare.btn-flat:hover,
.btn.btn-foursquare.btn-flat:active,
.btn.btn-foursquare.btn-flat:focus,
.btn.btn-foursquare.btn-flat:visited,
.btn.btn-foursquare.dropdown-toggle.btn-flat:hover,
.btn.btn-foursquare.dropdown-toggle.btn-flat:active,
.btn.btn-foursquare.dropdown-toggle.btn-flat:focus,
.btn.btn-foursquare.dropdown-toggle.btn-flat:visited {
  color: #196199;
}
.btn.btn-foursquare.btn-circle,
.btn.btn-foursquare.dropdown-toggle.btn-circle {
  border-radius: 50%;
  padding: 15px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 16px;
}
.btn.btn-foursquare.btn-circle i,
.btn.btn-foursquare.dropdown-toggle.btn-circle i {
  margin: 0;
  padding: 0;
}
.btn.btn-foursquare.btn-circle.btn-xs,
.btn.btn-foursquare.dropdown-toggle.btn-circle.btn-xs {
  border-radius: 50%;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.btn.btn-foursquare.btn-circle.btn-sm,
.btn.btn-foursquare.dropdown-toggle.btn-circle.btn-sm {
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  font-size: 17px;
}
.btn.btn-foursquare.btn-circle.btn-lg,
.btn.btn-foursquare.dropdown-toggle.btn-circle.btn-lg {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
}
[data-background=light] .btn.btn-flat {
  background: #fff;
  border-color: #fff;
}
[data-background=light] .btn.btn-flat:hover,
[data-background=light] .btn.btn-flat:active,
[data-background=light] .btn.btn-flat:focus,
[data-background=light] .btn.btn-flat:visited {
  background: #fafafa;
  border-color: #fafafa;
}
[data-background=dark] .btn.btn-flat {
  background: #212121;
  border-color: #212121;
}
[data-background=dark] .btn.btn-flat:hover,
[data-background=dark] .btn.btn-flat:active,
[data-background=dark] .btn.btn-flat:focus,
[data-background=dark] .btn.btn-flat:visited {
  background: #1c1c1c;
  border-color: #1c1c1c;
}
[data-background=indigo] .btn.btn-flat {
  background: #1a237e;
  border-color: #1a237e;
}
[data-background=indigo] .btn.btn-flat:hover,
[data-background=indigo] .btn.btn-flat:active,
[data-background=indigo] .btn.btn-flat:focus,
[data-background=indigo] .btn.btn-flat:visited {
  background: #182176;
  border-color: #182176;
}
[data-background=blue-grey] .btn.btn-flat {
  background: #263238;
  border-color: #263238;
}
[data-background=blue-grey] .btn.btn-flat:hover,
[data-background=blue-grey] .btn.btn-flat:active,
[data-background=blue-grey] .btn.btn-flat:focus,
[data-background=blue-grey] .btn.btn-flat:visited {
  background: #222d32;
  border-color: #222d32;
}
[data-background=light] .btn.btn-default {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #212121;
}
[data-background=light] .btn.btn-default:hover,
[data-background=light] .btn.btn-default:active,
[data-background=light] .btn.btn-default:focus,
[data-background=light] .btn.btn-default:visited {
  background: #cccccc;
  border-color: #cccccc;
  color: #212121;
}
[data-background=light] .btn.btn-default.btn-outline {
  background: none;
  color: #212121;
  border-style: solid;
  border-width: 1px;
  border-color: #212121;
}
[data-background=light] .btn.btn-default.btn-outline:hover,
[data-background=light] .btn.btn-default.btn-outline:active,
[data-background=light] .btn.btn-default.btn-outline:focus,
[data-background=light] .btn.btn-default.btn-outline:visited {
  color: #080808;
  border-color: #080808;
}
[data-background=light] .btn.btn-default.btn-outline.btn-rounded {
  border-radius: 15px;
}
[data-background=light] .btn.btn-default.btn-flat {
  background: transparent;
  border-color: transparent;
  color: #212121;
}
[data-background=light] .btn.btn-default.btn-flat:hover,
[data-background=light] .btn.btn-default.btn-flat:active,
[data-background=light] .btn.btn-default.btn-flat:focus,
[data-background=light] .btn.btn-default.btn-flat:visited {
  background: transparent;
  border-color: transparent;
  color: #080808;
}
[data-background=dark] .btn.btn-default {
  background: #212121;
  border-color: #212121;
  color: #f5f5f5;
}
[data-background=dark] .btn.btn-default:hover,
[data-background=dark] .btn.btn-default:active,
[data-background=dark] .btn.btn-default:focus,
[data-background=dark] .btn.btn-default:visited {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #212121;
}
[data-background=dark] .btn.btn-default.btn-outline {
  background: none;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
}
[data-background=dark] .btn.btn-default.btn-outline:hover,
[data-background=dark] .btn.btn-default.btn-outline:active,
[data-background=dark] .btn.btn-default.btn-outline:focus,
[data-background=dark] .btn.btn-default.btn-outline:visited {
  color: gainsboro;
  border-color: gainsboro;
}
[data-background=dark] .btn.btn-default.btn-outline.btn-rounded {
  border-radius: 15px;
}
[data-background=dark] .btn.btn-default.btn-flat {
  background: transparent;
  border-color: transparent;
  color: #f5f5f5;
}
[data-background=dark] .btn.btn-default.btn-flat:hover,
[data-background=dark] .btn.btn-default.btn-flat:active,
[data-background=dark] .btn.btn-default.btn-flat:focus,
[data-background=dark] .btn.btn-default.btn-flat:visited {
  background: transparent;
  border-color: transparent;
  color: gainsboro;
}
[data-background=indigo] .btn.btn-default {
  background: #1a237e;
  border-color: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .btn.btn-default:hover,
[data-background=indigo] .btn.btn-default:active,
[data-background=indigo] .btn.btn-default:focus,
[data-background=indigo] .btn.btn-default:visited {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #1a237e;
}
[data-background=indigo] .btn.btn-default.btn-outline {
  background: none;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
}
[data-background=indigo] .btn.btn-default.btn-outline:hover,
[data-background=indigo] .btn.btn-default.btn-outline:active,
[data-background=indigo] .btn.btn-default.btn-outline:focus,
[data-background=indigo] .btn.btn-default.btn-outline:visited {
  color: gainsboro;
  border-color: gainsboro;
}
[data-background=indigo] .btn.btn-default.btn-outline.btn-rounded {
  border-radius: 15px;
}
[data-background=indigo] .btn.btn-default.btn-flat {
  background: transparent;
  border-color: transparent;
  color: #f5f5f5;
}
[data-background=indigo] .btn.btn-default.btn-flat:hover,
[data-background=indigo] .btn.btn-default.btn-flat:active,
[data-background=indigo] .btn.btn-default.btn-flat:focus,
[data-background=indigo] .btn.btn-default.btn-flat:visited {
  background: transparent;
  border-color: transparent;
  color: gainsboro;
}
[data-background=blue-grey] .btn.btn-default {
  background: #263238;
  border-color: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .btn.btn-default:hover,
[data-background=blue-grey] .btn.btn-default:active,
[data-background=blue-grey] .btn.btn-default:focus,
[data-background=blue-grey] .btn.btn-default:visited {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #263238;
}
[data-background=blue-grey] .btn.btn-default.btn-outline {
  background: none;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
}
[data-background=blue-grey] .btn.btn-default.btn-outline:hover,
[data-background=blue-grey] .btn.btn-default.btn-outline:active,
[data-background=blue-grey] .btn.btn-default.btn-outline:focus,
[data-background=blue-grey] .btn.btn-default.btn-outline:visited {
  color: gainsboro;
  border-color: gainsboro;
}
[data-background=blue-grey] .btn.btn-default.btn-outline.btn-rounded {
  border-radius: 15px;
}
[data-background=blue-grey] .btn.btn-default.btn-flat {
  background: transparent;
  border-color: transparent;
  color: #f5f5f5;
}
[data-background=blue-grey] .btn.btn-default.btn-flat:hover,
[data-background=blue-grey] .btn.btn-default.btn-flat:active,
[data-background=blue-grey] .btn.btn-default.btn-flat:focus,
[data-background=blue-grey] .btn.btn-default.btn-flat:visited {
  background: transparent;
  border-color: transparent;
  color: gainsboro;
}
.btn-group.btn-group-rounded .btn {
  border-radius: 0;
}
.btn-group.btn-group-rounded .btn.btn-rounded:first-child {
  border-radius: 12px 0 0 12px;
}
.btn-group.btn-group-rounded .btn.btn-rounded:last-child {
  border-radius: 0 12px 12px 0;
}
.btn-group.btn-group-outlined .btn {
  border-radius: 0;
}
.btn-group.btn-group-outlined .btn.btn-rounded:first-child {
  border-radius: 12px 0 0 12px;
}
.btn-group.btn-group-outlined .btn.btn-rounded:last-child {
  border-radius: 0 12px 12px 0;
}
.btn-group.btn-group-flat .btn {
  border-radius: 0;
}
.btn-group.btn-group-flat .btn.btn-rounded:first-child {
  border-radius: 12px 0 0 12px;
}
.btn-group.btn-group-flat .btn.btn-rounded:last-child {
  border-radius: 0 12px 12px 0;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn.btn-light:not(.btn-outline):not(.btn-flat) {
  border-color: white;
}
.btn-group .btn.btn-light:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: white;
}
.btn-group .btn.btn-light:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-light:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-light:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-light:not(.btn-outline):not(.btn-flat):visited {
  background: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-group .btn.btn-dark:not(.btn-outline):not(.btn-flat) {
  border-color: #2e2e2e;
}
.btn-group .btn.btn-dark:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #2e2e2e;
}
.btn-group .btn.btn-dark:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-dark:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-dark:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-dark:not(.btn-outline):not(.btn-flat):visited {
  background: #141414;
  border-color: #141414;
}
.btn-group .btn.btn-default:not(.btn-outline):not(.btn-flat) {
  border-color: #4f4f4f;
}
.btn-group .btn.btn-default:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #4f4f4f;
}
.btn-group .btn.btn-default:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-default:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-default:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-default:not(.btn-outline):not(.btn-flat):visited {
  background: #353535;
  border-color: #353535;
}
.btn-group .btn.btn-primary:not(.btn-outline):not(.btn-flat) {
  border-color: #0287d6;
}
.btn-group .btn.btn-primary:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #0287d6;
}
.btn-group .btn.btn-primary:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-primary:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-primary:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-primary:not(.btn-outline):not(.btn-flat):visited {
  background: #0267a4;
  border-color: #0267a4;
}
.btn-group .btn.btn-secondary:not(.btn-outline):not(.btn-flat) {
  border-color: #009382;
}
.btn-group .btn.btn-secondary:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #009382;
}
.btn-group .btn.btn-secondary:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-secondary:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-secondary:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-secondary:not(.btn-outline):not(.btn-flat):visited {
  background: #006054;
  border-color: #006054;
}
.btn-group .btn.btn-info:not(.btn-outline):not(.btn-flat) {
  border-color: #1698ad;
}
.btn-group .btn.btn-info:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #1698ad;
}
.btn-group .btn.btn-info:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-info:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-info:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-info:not(.btn-outline):not(.btn-flat):visited {
  background: #10707f;
  border-color: #10707f;
}
.btn-group .btn.btn-success:not(.btn-outline):not(.btn-flat) {
  border-color: #3fa044;
}
.btn-group .btn.btn-success:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #3fa044;
}
.btn-group .btn.btn-success:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-success:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-success:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-success:not(.btn-outline):not(.btn-flat):visited {
  background: #317c34;
  border-color: #317c34;
}
.btn-group .btn.btn-warning:not(.btn-outline):not(.btn-flat) {
  border-color: #ffaa1a;
}
.btn-group .btn.btn-warning:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #ffaa1a;
}
.btn-group .btn.btn-warning:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-warning:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-warning:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-warning:not(.btn-outline):not(.btn-flat):visited {
  background: #e69000;
  border-color: #e69000;
}
.btn-group .btn.btn-danger:not(.btn-outline):not(.btn-flat) {
  border-color: #cd1f1f;
}
.btn-group .btn.btn-danger:not(.btn-outline):not(.btn-flat):nth-child(even) {
  background-color: #cd1f1f;
}
.btn-group .btn.btn-danger:not(.btn-outline):not(.btn-flat):hover,
.btn-group .btn.btn-danger:not(.btn-outline):not(.btn-flat):active,
.btn-group .btn.btn-danger:not(.btn-outline):not(.btn-flat):focus,
.btn-group .btn.btn-danger:not(.btn-outline):not(.btn-flat):visited {
  background: #a11919;
  border-color: #a11919;
}
[data-controller=ui-elements][data-view=buttons] .row .button-groups-example {
  margin-bottom: 20px;
}
[data-controller=ui-elements][data-view=buttons] .row .button-groups-example:last-child {
  margin-bottom: 0;
}

/* src/app/styles/ui-elements/cards.scss */
.card {
  font-size: 0.875rem;
  position: relative;
}
.card .card-header {
  font-size: 0.9375rem;
  font-weight: 700;
}
.card .card-title {
  font-size: 0.9375rem;
  font-weight: 700;
}
.card .card-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
}
.card .card-title,
.card .card-subtitle,
.card .card-text,
.card p,
.card small,
.card footer {
  display: block;
  margin-bottom: 10px;
}
.card small {
  font-size: 0.8125rem;
}
.card .card-actions {
  margin-bottom: 0;
  font-weight: 700;
}
.card .card-actions > span,
.card .card-actions > i {
  margin-right: 10px;
}
.card .card-actions > span {
  font-size: 0.8125rem;
}
.card .card-block {
  position: relative;
}
.card .card-block .card-img-user {
  width: 100%;
  position: absolute;
  top: -35px;
  left: calc(100% - 85px);
  display: block;
}
.card .card-block .card-img-user .rounded-circle {
  max-width: 70px;
  width: 70px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.card.card-with-badge .badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 4;
  }
}
[data-background=light] .card {
  background: #fafafa;
  border-color: #fafafa;
  color: #212121;
}
[data-background=light] .card .card-header {
  background: #fafafa;
  border-color: #fafafa;
  color: #212121;
}
[data-background=light] .card.card-inverse {
  background: #212121;
  border-color: #212121;
  color: #fafafa;
}
[data-background=light] .card.card-inverse .card-header {
  background: #212121;
  border-color: #212121;
  color: #fafafa;
}
[data-background=light] .card.card-light {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}
[data-background=light] .card.card-dark {
  background: #212121;
  border-color: #212121;
  color: #fff;
}
[data-background=light] .card.card-default {
  background: #424242;
  border-color: #424242;
  color: #fff;
}
[data-background=light] .card.card-primary {
  background: #0277bd;
  border-color: #0277bd;
  color: #fff;
}
[data-background=light] .card.card-secondary {
  background: #00796b;
  border-color: #00796b;
  color: #fff;
}
[data-background=light] .card.card-info {
  background: #138496;
  border-color: #138496;
  color: #fff;
}
[data-background=light] .card.card-success {
  background: #388e3c;
  border-color: #388e3c;
  color: #fff;
}
[data-background=light] .card.card-warning {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=light] .card.card-danger {
  background: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}
[data-background=dark] .card {
  background: #262626;
  border-color: #262626;
  color: #f5f5f5;
}
[data-background=dark] .card .card-header {
  background: #262626;
  border-color: #262626;
  color: #f5f5f5;
}
[data-background=dark] .card.card-inverse {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
[data-background=dark] .card.card-inverse .card-header {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
[data-background=dark] .card.card-light {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}
[data-background=dark] .card.card-dark {
  background: #212121;
  border-color: #212121;
  color: #fff;
}
[data-background=dark] .card.card-default {
  background: #424242;
  border-color: #424242;
  color: #fff;
}
[data-background=dark] .card.card-primary {
  background: #0277bd;
  border-color: #0277bd;
  color: #fff;
}
[data-background=dark] .card.card-secondary {
  background: #00796b;
  border-color: #00796b;
  color: #fff;
}
[data-background=dark] .card.card-info {
  background: #138496;
  border-color: #138496;
  color: #fff;
}
[data-background=dark] .card.card-success {
  background: #388e3c;
  border-color: #388e3c;
  color: #fff;
}
[data-background=dark] .card.card-warning {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=dark] .card.card-danger {
  background: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}
[data-background=indigo] .card {
  background: #1c2586;
  border-color: #1c2586;
  color: #f5f5f5;
}
[data-background=indigo] .card .card-header {
  background: #1c2586;
  border-color: #1c2586;
  color: #f5f5f5;
}
[data-background=indigo] .card.card-inverse {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #1c2586;
}
[data-background=indigo] .card.card-inverse .card-header {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #1c2586;
}
[data-background=indigo] .card.card-light {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}
[data-background=indigo] .card.card-dark {
  background: #212121;
  border-color: #212121;
  color: #fff;
}
[data-background=indigo] .card.card-default {
  background: #424242;
  border-color: #424242;
  color: #fff;
}
[data-background=indigo] .card.card-primary {
  background: #0277bd;
  border-color: #0277bd;
  color: #fff;
}
[data-background=indigo] .card.card-secondary {
  background: #00796b;
  border-color: #00796b;
  color: #fff;
}
[data-background=indigo] .card.card-info {
  background: #138496;
  border-color: #138496;
  color: #fff;
}
[data-background=indigo] .card.card-success {
  background: #388e3c;
  border-color: #388e3c;
  color: #fff;
}
[data-background=indigo] .card.card-warning {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=indigo] .card.card-danger {
  background: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}
[data-background=blue-grey] .card {
  background: #2a373e;
  border-color: #2a373e;
  color: #f5f5f5;
}
[data-background=blue-grey] .card .card-header {
  background: #2a373e;
  border-color: #2a373e;
  color: #f5f5f5;
}
[data-background=blue-grey] .card.card-inverse {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #2a373e;
}
[data-background=blue-grey] .card.card-inverse .card-header {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #2a373e;
}
[data-background=blue-grey] .card.card-light {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}
[data-background=blue-grey] .card.card-dark {
  background: #212121;
  border-color: #212121;
  color: #fff;
}
[data-background=blue-grey] .card.card-default {
  background: #424242;
  border-color: #424242;
  color: #fff;
}
[data-background=blue-grey] .card.card-primary {
  background: #0277bd;
  border-color: #0277bd;
  color: #fff;
}
[data-background=blue-grey] .card.card-secondary {
  background: #00796b;
  border-color: #00796b;
  color: #fff;
}
[data-background=blue-grey] .card.card-info {
  background: #138496;
  border-color: #138496;
  color: #fff;
}
[data-background=blue-grey] .card.card-success {
  background: #388e3c;
  border-color: #388e3c;
  color: #fff;
}
[data-background=blue-grey] .card.card-warning {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=blue-grey] .card.card-danger {
  background: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}

/* src/app/styles/ui-elements/images.scss */
img.rounded {
  border-radius: 12px;
}
.images-demo code {
  margin-bottom: 10px;
  display: inline-block;
}
.fx-demo {
  margin: 0 20px 20px 0;
  float: left;
  height: 200px;
  width: 300px;
  overflow: hidden;
}
.fx-demo > div {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.fx-demo > div img {
  width: 100%;
}
.hover-fx-transition,
.sepia-1 > img,
.grayscale-1 > img,
.blur-1 > img,
.rotate-2 > img,
.rotate-1 > img,
.slide-down > img,
.slide-up > img,
.slide-left > img,
.slide-right > img,
.zoom-out-3 > img,
.zoom-out-2 > img,
.zoom-out-1 > img,
.zoom-in-2 > img,
.zoom-in-1 > img {
  transition: 0.3s ease-in-out;
}
.linear-transition,
.opacity-2 > img,
.opacity-1 > img {
  transition: 0.2s linear;
}
.zoom-in-1 {
  overflow: hidden;
}
.zoom-in-1 > img {
  transform: scale(1);
}
.zoom-in-1:hover img {
  transform: scale(1.3);
}
.zoom-in-2 > img {
  min-width: 300px;
  height: auto;
}
.zoom-in-2:hover img {
  min-width: 350px;
}
.zoom-out-1 > img {
  transform: scale(1.5);
}
.zoom-out-1:hover img {
  transform: scale(1);
}
.zoom-out-2 > img {
  min-width: 400px;
  height: auto;
}
.zoom-out-2:hover img {
  min-width: 300px;
}
.zoom-out-3 > img {
  transform: scale(1.1);
}
.zoom-out-3:hover img {
  transform: scale(1);
}
.slide-right > img {
  transform: scale(1.5) translate3d(30px, 0, 0);
}
.slide-right:hover img {
  transform: scale(1.5) translate3d(0px, 0, 0);
}
.slide-left > img {
  transform: scale(1.5) translate3d(-30px, 0, 0);
}
.slide-left:hover img {
  transform: scale(1.5) translate3d(0px, 0, 0);
}
.slide-up > img {
  transform: scale(1.5) translate3d(0, 30px, 0);
}
.slide-up:hover img {
  transform: scale(1.5) translate3d(0, 0px, 0);
}
.slide-down > img {
  transform: scale(1.5) translate3d(0, -30px, 0);
}
.slide-down:hover img {
  transform: scale(1.5) translate3d(0, 0px, 0);
}
.rotate-1 {
  overflow: hidden;
}
.rotate-1 > img {
  transform: rotate(15deg) scale(1.4);
}
.rotate-1:hover img {
  transform: rotate(0) scale(1);
}
.rotate-2 > img {
  transform: rotate(-15deg) scale(1.4);
}
.rotate-2:hover img {
  transform: rotate(0) scale(1);
}
.rotate-3 > img {
  transform: rotate(360deg) scale(1.5);
  transition: 0.3s linear;
}
.rotate-3:hover img {
  transform: rotate(0) scale(1);
}
.rotate-4 > img {
  transform: rotate(720deg) scale(1.5);
  transition: 0.3s linear;
}
.rotate-4:hover img {
  transform: rotate(0) scale(1);
}
.blur-1 > img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.blur-1:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.grayscale-1 > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale-1:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.sepia-1 > img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.sepia-1:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
.opacity-1 > img {
  opacity: 1;
}
.opacity-1:hover img {
  opacity: 0.5;
}
.opacity-2 > img {
  opacity: 0.5;
}
.opacity-2:hover img {
  opacity: 1;
}
[data-background=light] img.img-thumbnail {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
[data-background=dark] img.img-thumbnail {
  background-color: #303030;
  border-color: #303030;
}
[data-background=indigo] img.img-thumbnail {
  background-color: #1f2a97;
  border-color: #1f2a97;
}
[data-background=blue-grey] img.img-thumbnail {
  background-color: #32424a;
  border-color: #32424a;
}

/* src/app/styles/ui-elements/lists.scss */
.list-group .list-group-item {
  display: flex;
}
.list-group .list-group-item.active {
  background: #0277bd;
  border-color: #0277bd;
  color: #fff;
}
.list-group .list-group-item.list-group-item-light.active {
  background: #f5f5f5;
}
.list-group .list-group-item.list-group-item-dark.active {
  background: #212121;
}
.list-group .list-group-item.list-group-item-default.active {
  background: #424242;
}
.list-group .list-group-item.list-group-item-primary.active {
  background: #0277bd;
}
.list-group .list-group-item.list-group-item-secondary.active {
  background: #00796b;
}
.list-group .list-group-item.list-group-item-info.active {
  background: #138496;
}
.list-group .list-group-item.list-group-item-success.active {
  background: #388e3c;
}
.list-group .list-group-item.list-group-item-warning.active {
  background: #ffa000;
}
.list-group .list-group-item.list-group-item-danger.active {
  background: #b71c1c;
}
.list-group .list-group-item .row {
  width: 100%;
}
.list-group .list-group-item .flex-40 {
  flex: 0 0 40px;
}
.list-group .list-group-item .flex-60 {
  flex: 0 0 60px;
}
.list-group .list-group-item .flex-80 {
  flex: 0 0 80px;
}
.list-group .list-group-item .flex-100 {
  flex: 0 0 100px;
}
.list-group .list-group-item .flex-120 {
  flex: 0 0 120px;
}
.list-group .list-group-item .flex-140 {
  flex: 0 0 140px;
}
.list-group .list-group-item-heading,
.list-group .list-group-item-text {
  display: block !important;
  width: 100%;
  margin-bottom: 10px;
}
.list-group .list-group-item-heading:last-child,
.list-group .list-group-item-text:last-child {
  margin-bottom: 0;
}
.list-group .list-group-item {
  padding: 0.5rem 1rem;
}
.list-group.list-group-lg .list-group-item {
  padding: 0.6rem 1.2rem;
}
.list-group.list-group-sm .list-group-item {
  padding: 0.4rem 0.8rem;
}
[data-background=light] .list-group-item {
  background-color: #fff;
  border-color: #ebebeb;
  color: #212121;
}
[data-background=light] .list-group-item p {
  color: #212121;
}
[data-background=light] .list-group-item.active {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=light] .list-group-item.active p {
  color: #fff;
}
[data-background=light] .list-group-item.disabled {
  background-color: #ebebeb;
}
[data-background=light] .list-group-item:nth-child(even):not(.active) {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .list-group-item.list-group-item-action:not(.active) .list-group-item-heading,
[data-background=light] .list-group-item.list-group-item-action:not(.active) .list-group-item-text {
  color: #212121;
}
[data-background=light] .list-group.unstriped .list-group-item:nth-child(even):not(.active),
[data-background=light] .list-group.not-striped .list-group-item:nth-child(even):not(.active) {
  background-color: #fff;
}
[data-background=light] .list-group.not-bordered .list-group-item,
[data-background=light] .list-group.unbordered .list-group-item {
  border: 0;
}
[data-background=light] .list-group.not-bordered .list-group-item:active,
[data-background=light] .list-group.unbordered .list-group-item:active {
  border: 0;
}
[data-background=light] .list-group.not-bordered .list-group-item:nth-child(odd),
[data-background=light] .list-group.not-bordered .list-group-item:nth-child(odd):not(.active),
[data-background=light] .list-group.not-bordered .list-group-item:nth-child(even),
[data-background=light] .list-group.not-bordered .list-group-item:nth-child(even):not(.active),
[data-background=light] .list-group.unbordered .list-group-item:nth-child(odd),
[data-background=light] .list-group.unbordered .list-group-item:nth-child(odd):not(.active),
[data-background=light] .list-group.unbordered .list-group-item:nth-child(even),
[data-background=light] .list-group.unbordered .list-group-item:nth-child(even):not(.active) {
  border: 0;
}
[data-background=dark] .list-group-item {
  background-color: #212121;
  border-color: #303030;
  color: #f5f5f5;
}
[data-background=dark] .list-group-item p {
  color: #f5f5f5;
}
[data-background=dark] .list-group-item.active {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=dark] .list-group-item.active p {
  color: #fff;
}
[data-background=dark] .list-group-item.disabled {
  background-color: #303030;
}
[data-background=dark] .list-group-item:nth-child(even):not(.active) {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .list-group-item.list-group-item-action:not(.active) .list-group-item-heading,
[data-background=dark] .list-group-item.list-group-item-action:not(.active) .list-group-item-text {
  color: #f5f5f5;
}
[data-background=dark] .list-group.unstriped .list-group-item:nth-child(even):not(.active),
[data-background=dark] .list-group.not-striped .list-group-item:nth-child(even):not(.active) {
  background-color: #212121;
}
[data-background=dark] .list-group.not-bordered .list-group-item,
[data-background=dark] .list-group.unbordered .list-group-item {
  border: 0;
}
[data-background=dark] .list-group.not-bordered .list-group-item:active,
[data-background=dark] .list-group.unbordered .list-group-item:active {
  border: 0;
}
[data-background=dark] .list-group.not-bordered .list-group-item:nth-child(odd),
[data-background=dark] .list-group.not-bordered .list-group-item:nth-child(odd):not(.active),
[data-background=dark] .list-group.not-bordered .list-group-item:nth-child(even),
[data-background=dark] .list-group.not-bordered .list-group-item:nth-child(even):not(.active),
[data-background=dark] .list-group.unbordered .list-group-item:nth-child(odd),
[data-background=dark] .list-group.unbordered .list-group-item:nth-child(odd):not(.active),
[data-background=dark] .list-group.unbordered .list-group-item:nth-child(even),
[data-background=dark] .list-group.unbordered .list-group-item:nth-child(even):not(.active) {
  border: 0;
}
[data-background=indigo] .list-group-item {
  background-color: #1a237e;
  border-color: #1f2a97;
  color: #f5f5f5;
}
[data-background=indigo] .list-group-item p {
  color: #f5f5f5;
}
[data-background=indigo] .list-group-item.active {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=indigo] .list-group-item.active p {
  color: #fff;
}
[data-background=indigo] .list-group-item.disabled {
  background-color: #1f2a97;
}
[data-background=indigo] .list-group-item:nth-child(even):not(.active) {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .list-group-item.list-group-item-action:not(.active) .list-group-item-heading,
[data-background=indigo] .list-group-item.list-group-item-action:not(.active) .list-group-item-text {
  color: #f5f5f5;
}
[data-background=indigo] .list-group.unstriped .list-group-item:nth-child(even):not(.active),
[data-background=indigo] .list-group.not-striped .list-group-item:nth-child(even):not(.active) {
  background-color: #1a237e;
}
[data-background=indigo] .list-group.not-bordered .list-group-item,
[data-background=indigo] .list-group.unbordered .list-group-item {
  border: 0;
}
[data-background=indigo] .list-group.not-bordered .list-group-item:active,
[data-background=indigo] .list-group.unbordered .list-group-item:active {
  border: 0;
}
[data-background=indigo] .list-group.not-bordered .list-group-item:nth-child(odd),
[data-background=indigo] .list-group.not-bordered .list-group-item:nth-child(odd):not(.active),
[data-background=indigo] .list-group.not-bordered .list-group-item:nth-child(even),
[data-background=indigo] .list-group.not-bordered .list-group-item:nth-child(even):not(.active),
[data-background=indigo] .list-group.unbordered .list-group-item:nth-child(odd),
[data-background=indigo] .list-group.unbordered .list-group-item:nth-child(odd):not(.active),
[data-background=indigo] .list-group.unbordered .list-group-item:nth-child(even),
[data-background=indigo] .list-group.unbordered .list-group-item:nth-child(even):not(.active) {
  border: 0;
}
[data-background=blue-grey] .list-group-item {
  background-color: #263238;
  border-color: #32424a;
  color: #f5f5f5;
}
[data-background=blue-grey] .list-group-item p {
  color: #f5f5f5;
}
[data-background=blue-grey] .list-group-item.active {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=blue-grey] .list-group-item.active p {
  color: #fff;
}
[data-background=blue-grey] .list-group-item.disabled {
  background-color: #32424a;
}
[data-background=blue-grey] .list-group-item:nth-child(even):not(.active) {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .list-group-item.list-group-item-action:not(.active) .list-group-item-heading,
[data-background=blue-grey] .list-group-item.list-group-item-action:not(.active) .list-group-item-text {
  color: #f5f5f5;
}
[data-background=blue-grey] .list-group.unstriped .list-group-item:nth-child(even):not(.active),
[data-background=blue-grey] .list-group.not-striped .list-group-item:nth-child(even):not(.active) {
  background-color: #263238;
}
[data-background=blue-grey] .list-group.not-bordered .list-group-item,
[data-background=blue-grey] .list-group.unbordered .list-group-item {
  border: 0;
}
[data-background=blue-grey] .list-group.not-bordered .list-group-item:active,
[data-background=blue-grey] .list-group.unbordered .list-group-item:active {
  border: 0;
}
[data-background=blue-grey] .list-group.not-bordered .list-group-item:nth-child(odd),
[data-background=blue-grey] .list-group.not-bordered .list-group-item:nth-child(odd):not(.active),
[data-background=blue-grey] .list-group.not-bordered .list-group-item:nth-child(even),
[data-background=blue-grey] .list-group.not-bordered .list-group-item:nth-child(even):not(.active),
[data-background=blue-grey] .list-group.unbordered .list-group-item:nth-child(odd),
[data-background=blue-grey] .list-group.unbordered .list-group-item:nth-child(odd):not(.active),
[data-background=blue-grey] .list-group.unbordered .list-group-item:nth-child(even),
[data-background=blue-grey] .list-group.unbordered .list-group-item:nth-child(even):not(.active) {
  border: 0;
}

/* src/app/styles/ui-elements/typography.scss */
a,
.btn {
  font-family: IRANSans-web;
}
a:hover,
a:focus,
a:active,
a.focus,
a.active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.focus,
.btn.active {
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.blockquote.blockquote-light:not(.blockquote-reverse) {
  border-left: 0.25rem solid #f5f5f5;
}
.blockquote.blockquote-light.blockquote-reverse {
  border-right: 0.25rem solid #f5f5f5;
}
.blockquote.blockquote-dark:not(.blockquote-reverse) {
  border-left: 0.25rem solid #212121;
}
.blockquote.blockquote-dark.blockquote-reverse {
  border-right: 0.25rem solid #212121;
}
.blockquote.blockquote-default:not(.blockquote-reverse) {
  border-left: 0.25rem solid #424242;
}
.blockquote.blockquote-default.blockquote-reverse {
  border-right: 0.25rem solid #424242;
}
.blockquote.blockquote-primary:not(.blockquote-reverse) {
  border-left: 0.25rem solid #0277bd;
}
.blockquote.blockquote-primary.blockquote-reverse {
  border-right: 0.25rem solid #0277bd;
}
.blockquote.blockquote-secondary:not(.blockquote-reverse) {
  border-left: 0.25rem solid #00796b;
}
.blockquote.blockquote-secondary.blockquote-reverse {
  border-right: 0.25rem solid #00796b;
}
.blockquote.blockquote-info:not(.blockquote-reverse) {
  border-left: 0.25rem solid #138496;
}
.blockquote.blockquote-info.blockquote-reverse {
  border-right: 0.25rem solid #138496;
}
.blockquote.blockquote-success:not(.blockquote-reverse) {
  border-left: 0.25rem solid #388e3c;
}
.blockquote.blockquote-success.blockquote-reverse {
  border-right: 0.25rem solid #388e3c;
}
.blockquote.blockquote-warning:not(.blockquote-reverse) {
  border-left: 0.25rem solid #ffa000;
}
.blockquote.blockquote-warning.blockquote-reverse {
  border-right: 0.25rem solid #ffa000;
}
.blockquote.blockquote-danger:not(.blockquote-reverse) {
  border-left: 0.25rem solid #b71c1c;
}
.blockquote.blockquote-danger.blockquote-reverse {
  border-right: 0.25rem solid #b71c1c;
}
[data-background=light] a {
  color: #b71c1c;
}
[data-background=light] pre,
[data-background=light] code {
  background: #ebebeb;
  color: #b71c1c;
}
[data-background=dark] a {
  color: #ffa000;
}
[data-background=dark] pre,
[data-background=dark] code {
  background: #303030;
  color: #ffa000;
}
[data-background=indigo] a {
  color: #388e3c;
}
[data-background=indigo] pre,
[data-background=indigo] code {
  background: #1f2a97;
  color: #ffa000;
}
[data-background=blue-grey] a {
  color: #ffa000;
}
[data-background=blue-grey] pre,
[data-background=blue-grey] code {
  background: #32424a;
  color: #ffa000;
}

/* src/app/styles/ui-elements/social-media-buttons.scss */
[data-controller=ui-elements][data-view=social-media-buttons] .demo .btn {
  margin-right: 5px;
  margin-bottom: 10px;
}

/* src/app/styles/ui-elements/badges.scss */
[data-controller=ui-elements][data-view=badges] .demo .badge {
  margin-right: 5px;
}
.badge {
  border-radius: 8px;
  border: 0;
  font-size: 0.8rem;
  text-align: center;
  line-height: 0.8;
  padding: 8px 12px;
  font-weight: 700;
}
.badge.badge-sm {
  font-size: 0.6rem;
  line-height: 0.6;
}
.badge.badge-lg {
  font-size: 1rem;
  line-height: 1;
}
.badge.badge-rounded {
  padding: 0 !important;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.badge.badge-rounded.badge-sm {
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
}
.badge.badge-rounded.badge-sm.badge-outline {
  line-height: 16px;
}
.badge.badge-rounded.badge-lg {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.badge.badge-rounded.badge-lg.badge-outline {
  line-height: 28px;
}
.badge.badge-light:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #f5f5f5;
}
.badge.badge-outline.badge-light {
  box-shadow: 0px 0px 1px #f5f5f5;
  background-color: transparent;
  color: #f5f5f5;
}
.badge.badge-dark:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #212121;
}
.badge.badge-outline.badge-dark {
  box-shadow: 0px 0px 1px #212121;
  background-color: transparent;
  color: #212121;
}
.badge.badge-default:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #424242;
}
.badge.badge-outline.badge-default {
  box-shadow: 0px 0px 1px #424242;
  background-color: transparent;
  color: #424242;
}
.badge.badge-primary:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #0277bd;
}
.badge.badge-outline.badge-primary {
  box-shadow: 0px 0px 1px #0277bd;
  background-color: transparent;
  color: #0277bd;
}
.badge.badge-secondary:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #00796b;
}
.badge.badge-outline.badge-secondary {
  box-shadow: 0px 0px 1px #00796b;
  background-color: transparent;
  color: #00796b;
}
.badge.badge-info:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #138496;
}
.badge.badge-outline.badge-info {
  box-shadow: 0px 0px 1px #138496;
  background-color: transparent;
  color: #138496;
}
.badge.badge-success:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #388e3c;
}
.badge.badge-outline.badge-success {
  box-shadow: 0px 0px 1px #388e3c;
  background-color: transparent;
  color: #388e3c;
}
.badge.badge-warning:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #ffa000;
}
.badge.badge-outline.badge-warning {
  box-shadow: 0px 0px 1px #ffa000;
  background-color: transparent;
  color: #ffa000;
}
.badge.badge-danger:not(.badge-outline) {
  background-color: #f84117;
  color: #fff !important;
  box-shadow: 0px 0px 1px #b71c1c;
}
.badge.badge-outline.badge-danger {
  box-shadow: 0px 0px 1px #b71c1c;
  background-color: transparent;
  color: #b71c1c;
}

/* src/app/styles/ui-elements/progress-bars.scss */
[data-controller=ui-elements][data-view=progress-bars] .progress {
  margin-bottom: 15px;
}
.progress {
  line-height: 12px;
  height: 12px;
}
.progress .progress-bar {
  height: 2rem;
}
.progress.progress-sm {
  line-height: 6px;
  height: 6px;
}
.progress.progress-sm .progress-bar {
  height: 6px;
}
.progress.progress-lg {
  line-height: 18px;
  height: 18px;
}
.progress.progress-lg .progress-bar {
  height: 18px;
}
[data-background=light] .progress {
  background-color: #fff;
}
[data-background=dark] .progress {
  background-color: #212121;
}
[data-background=indigo] .progress {
  background-color: #1a237e;
}
[data-background=blue-grey] .progress {
  background-color: #263238;
}

/* src/app/styles/ui-elements/tabs.scss */
.nav.nav-tabs.nav-tabs-justified,
.nav.nav-tabs.nav-pills-justified,
.nav.nav-pills.nav-tabs-justified,
.nav.nav-pills.nav-pills-justified {
  display: table !important;
  width: 100% !important;
}
.nav.nav-tabs.nav-tabs-justified > li,
.nav.nav-tabs.nav-pills-justified > li,
.nav.nav-pills.nav-tabs-justified > li,
.nav.nav-pills.nav-pills-justified > li {
  float: none !important;
  display: table-cell !important;
}
.nav.nav-tabs.nav-tabs-justified > li > a,
.nav.nav-tabs.nav-pills-justified > li > a,
.nav.nav-pills.nav-tabs-justified > li > a,
.nav.nav-pills.nav-pills-justified > li > a {
  text-align: center !important;
}
.tab-content {
  padding: 20px;
}
[data-background=light] .nav.nav-tabs {
  border: 0;
}
[data-background=light] .nav.nav-tabs .nav-item {
  background: #fff;
  color: #212121;
}
[data-background=light] .nav.nav-tabs .nav-item:hover,
[data-background=light] .nav.nav-tabs .nav-item.open {
  background: #fff;
}
@media (max-width: 543px) {
  [data-background=light] .nav.nav-tabs .nav-item {
    display: block;
    float: none;
  }
}
[data-background=light] .nav.nav-tabs .nav-link {
  border: 0;
  background: #fff;
  color: #212121;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=light] .nav.nav-tabs .nav-link:after {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #0277bd;
  z-index: 2;
}
[data-background=light] .nav.nav-tabs .nav-link:hover,
[data-background=light] .nav.nav-tabs .nav-link.active {
  background: #fff;
  font-weight: 700;
}
[data-background=light] .nav.nav-tabs .nav-link:hover:after,
[data-background=light] .nav.nav-tabs .nav-link.active:after {
  display: block;
  visibility: visible;
}
[data-background=light] .nav.nav-tabs .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=light] .nav.nav-tabs.nav-tabs-light .nav-link:after {
  background-color: #f5f5f5;
}
[data-background=light] .nav.nav-tabs.nav-tabs-dark .nav-link:after {
  background-color: #212121;
}
[data-background=light] .nav.nav-tabs.nav-tabs-default .nav-link:after {
  background-color: #424242;
}
[data-background=light] .nav.nav-tabs.nav-tabs-primary .nav-link:after {
  background-color: #0277bd;
}
[data-background=light] .nav.nav-tabs.nav-tabs-secondary .nav-link:after {
  background-color: #00796b;
}
[data-background=light] .nav.nav-tabs.nav-tabs-info .nav-link:after {
  background-color: #138496;
}
[data-background=light] .nav.nav-tabs.nav-tabs-success .nav-link:after {
  background-color: #388e3c;
}
[data-background=light] .nav.nav-tabs.nav-tabs-warning .nav-link:after {
  background-color: #ffa000;
}
[data-background=light] .nav.nav-tabs.nav-tabs-danger .nav-link:after {
  background-color: #b71c1c;
}
[data-background=light] .nav.nav-pills {
  border: 0;
}
[data-background=light] .nav.nav-pills .nav-item {
  background: #fff;
  color: #212121;
}
[data-background=light] .nav.nav-pills .nav-item:hover,
[data-background=light] .nav.nav-pills .nav-item.open {
  background: #fff;
}
@media (max-width: 543px) {
  [data-background=light] .nav.nav-pills .nav-item {
    display: block;
    float: none;
  }
}
[data-background=light] .nav.nav-pills .nav-link {
  border: 0;
  background: #fff;
  color: #212121;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=light] .nav.nav-pills .nav-link:hover,
[data-background=light] .nav.nav-pills .nav-link.active {
  background-color: #0277bd;
  color: #fff;
  font-weight: 700;
}
[data-background=light] .nav.nav-pills .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=light] .nav.nav-pills.nav-pills-rounded .nav-link {
  border-radius: 12px;
}
[data-background=light] .nav.nav-pills.nav-pills-light .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-light .nav-link.active {
  background-color: #f5f5f5;
}
[data-background=light] .nav.nav-pills.nav-pills-dark .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-dark .nav-link.active {
  background-color: #212121;
}
[data-background=light] .nav.nav-pills.nav-pills-default .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-default .nav-link.active {
  background-color: #424242;
}
[data-background=light] .nav.nav-pills.nav-pills-primary .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-primary .nav-link.active {
  background-color: #0277bd;
}
[data-background=light] .nav.nav-pills.nav-pills-secondary .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-secondary .nav-link.active {
  background-color: #00796b;
}
[data-background=light] .nav.nav-pills.nav-pills-info .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-info .nav-link.active {
  background-color: #138496;
}
[data-background=light] .nav.nav-pills.nav-pills-success .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-success .nav-link.active {
  background-color: #388e3c;
}
[data-background=light] .nav.nav-pills.nav-pills-warning .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-warning .nav-link.active {
  background-color: #ffa000;
}
[data-background=light] .nav.nav-pills.nav-pills-danger .nav-link:hover,
[data-background=light] .nav.nav-pills.nav-pills-danger .nav-link.active {
  background-color: #b71c1c;
}
[data-background=dark] .nav.nav-tabs {
  border: 0;
}
[data-background=dark] .nav.nav-tabs .nav-item {
  background: #212121;
  color: #f5f5f5;
}
[data-background=dark] .nav.nav-tabs .nav-item:hover,
[data-background=dark] .nav.nav-tabs .nav-item.open {
  background: #212121;
}
@media (max-width: 543px) {
  [data-background=dark] .nav.nav-tabs .nav-item {
    display: block;
    float: none;
  }
}
[data-background=dark] .nav.nav-tabs .nav-link {
  border: 0;
  background: #212121;
  color: #f5f5f5;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=dark] .nav.nav-tabs .nav-link:after {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #0277bd;
  z-index: 2;
}
[data-background=dark] .nav.nav-tabs .nav-link:hover,
[data-background=dark] .nav.nav-tabs .nav-link.active {
  background: #212121;
  font-weight: 700;
}
[data-background=dark] .nav.nav-tabs .nav-link:hover:after,
[data-background=dark] .nav.nav-tabs .nav-link.active:after {
  display: block;
  visibility: visible;
}
[data-background=dark] .nav.nav-tabs .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-light .nav-link:after {
  background-color: #f5f5f5;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-dark .nav-link:after {
  background-color: #212121;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-default .nav-link:after {
  background-color: #424242;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-primary .nav-link:after {
  background-color: #0277bd;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-secondary .nav-link:after {
  background-color: #00796b;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-info .nav-link:after {
  background-color: #138496;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-success .nav-link:after {
  background-color: #388e3c;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-warning .nav-link:after {
  background-color: #ffa000;
}
[data-background=dark] .nav.nav-tabs.nav-tabs-danger .nav-link:after {
  background-color: #b71c1c;
}
[data-background=dark] .nav.nav-pills {
  border: 0;
}
[data-background=dark] .nav.nav-pills .nav-item {
  background: #212121;
  color: #f5f5f5;
}
[data-background=dark] .nav.nav-pills .nav-item:hover,
[data-background=dark] .nav.nav-pills .nav-item.open {
  background: #212121;
}
@media (max-width: 543px) {
  [data-background=dark] .nav.nav-pills .nav-item {
    display: block;
    float: none;
  }
}
[data-background=dark] .nav.nav-pills .nav-link {
  border: 0;
  background: #212121;
  color: #f5f5f5;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=dark] .nav.nav-pills .nav-link:hover,
[data-background=dark] .nav.nav-pills .nav-link.active {
  background-color: #0277bd;
  color: #fff;
  font-weight: 700;
}
[data-background=dark] .nav.nav-pills .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=dark] .nav.nav-pills.nav-pills-rounded .nav-link {
  border-radius: 12px;
}
[data-background=dark] .nav.nav-pills.nav-pills-light .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-light .nav-link.active {
  background-color: #f5f5f5;
}
[data-background=dark] .nav.nav-pills.nav-pills-dark .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-dark .nav-link.active {
  background-color: #212121;
}
[data-background=dark] .nav.nav-pills.nav-pills-default .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-default .nav-link.active {
  background-color: #424242;
}
[data-background=dark] .nav.nav-pills.nav-pills-primary .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-primary .nav-link.active {
  background-color: #0277bd;
}
[data-background=dark] .nav.nav-pills.nav-pills-secondary .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-secondary .nav-link.active {
  background-color: #00796b;
}
[data-background=dark] .nav.nav-pills.nav-pills-info .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-info .nav-link.active {
  background-color: #138496;
}
[data-background=dark] .nav.nav-pills.nav-pills-success .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-success .nav-link.active {
  background-color: #388e3c;
}
[data-background=dark] .nav.nav-pills.nav-pills-warning .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-warning .nav-link.active {
  background-color: #ffa000;
}
[data-background=dark] .nav.nav-pills.nav-pills-danger .nav-link:hover,
[data-background=dark] .nav.nav-pills.nav-pills-danger .nav-link.active {
  background-color: #b71c1c;
}
[data-background=indigo] .nav.nav-tabs {
  border: 0;
}
[data-background=indigo] .nav.nav-tabs .nav-item {
  background: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .nav.nav-tabs .nav-item:hover,
[data-background=indigo] .nav.nav-tabs .nav-item.open {
  background: #1a237e;
}
@media (max-width: 543px) {
  [data-background=indigo] .nav.nav-tabs .nav-item {
    display: block;
    float: none;
  }
}
[data-background=indigo] .nav.nav-tabs .nav-link {
  border: 0;
  background: #1a237e;
  color: #f5f5f5;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=indigo] .nav.nav-tabs .nav-link:after {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #0277bd;
  z-index: 2;
}
[data-background=indigo] .nav.nav-tabs .nav-link:hover,
[data-background=indigo] .nav.nav-tabs .nav-link.active {
  background: #1a237e;
  font-weight: 700;
}
[data-background=indigo] .nav.nav-tabs .nav-link:hover:after,
[data-background=indigo] .nav.nav-tabs .nav-link.active:after {
  display: block;
  visibility: visible;
}
[data-background=indigo] .nav.nav-tabs .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-light .nav-link:after {
  background-color: #f5f5f5;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-dark .nav-link:after {
  background-color: #212121;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-default .nav-link:after {
  background-color: #424242;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-primary .nav-link:after {
  background-color: #0277bd;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-secondary .nav-link:after {
  background-color: #00796b;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-info .nav-link:after {
  background-color: #138496;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-success .nav-link:after {
  background-color: #388e3c;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-warning .nav-link:after {
  background-color: #ffa000;
}
[data-background=indigo] .nav.nav-tabs.nav-tabs-danger .nav-link:after {
  background-color: #b71c1c;
}
[data-background=indigo] .nav.nav-pills {
  border: 0;
}
[data-background=indigo] .nav.nav-pills .nav-item {
  background: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .nav.nav-pills .nav-item:hover,
[data-background=indigo] .nav.nav-pills .nav-item.open {
  background: #1a237e;
}
@media (max-width: 543px) {
  [data-background=indigo] .nav.nav-pills .nav-item {
    display: block;
    float: none;
  }
}
[data-background=indigo] .nav.nav-pills .nav-link {
  border: 0;
  background: #1a237e;
  color: #f5f5f5;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=indigo] .nav.nav-pills .nav-link:hover,
[data-background=indigo] .nav.nav-pills .nav-link.active {
  background-color: #0277bd;
  color: #fff;
  font-weight: 700;
}
[data-background=indigo] .nav.nav-pills .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=indigo] .nav.nav-pills.nav-pills-rounded .nav-link {
  border-radius: 12px;
}
[data-background=indigo] .nav.nav-pills.nav-pills-light .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-light .nav-link.active {
  background-color: #f5f5f5;
}
[data-background=indigo] .nav.nav-pills.nav-pills-dark .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-dark .nav-link.active {
  background-color: #212121;
}
[data-background=indigo] .nav.nav-pills.nav-pills-default .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-default .nav-link.active {
  background-color: #424242;
}
[data-background=indigo] .nav.nav-pills.nav-pills-primary .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-primary .nav-link.active {
  background-color: #0277bd;
}
[data-background=indigo] .nav.nav-pills.nav-pills-secondary .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-secondary .nav-link.active {
  background-color: #00796b;
}
[data-background=indigo] .nav.nav-pills.nav-pills-info .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-info .nav-link.active {
  background-color: #138496;
}
[data-background=indigo] .nav.nav-pills.nav-pills-success .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-success .nav-link.active {
  background-color: #388e3c;
}
[data-background=indigo] .nav.nav-pills.nav-pills-warning .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-warning .nav-link.active {
  background-color: #ffa000;
}
[data-background=indigo] .nav.nav-pills.nav-pills-danger .nav-link:hover,
[data-background=indigo] .nav.nav-pills.nav-pills-danger .nav-link.active {
  background-color: #b71c1c;
}
[data-background=blue-grey] .nav.nav-tabs {
  border: 0;
}
[data-background=blue-grey] .nav.nav-tabs .nav-item {
  background: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .nav.nav-tabs .nav-item:hover,
[data-background=blue-grey] .nav.nav-tabs .nav-item.open {
  background: #263238;
}
@media (max-width: 543px) {
  [data-background=blue-grey] .nav.nav-tabs .nav-item {
    display: block;
    float: none;
  }
}
[data-background=blue-grey] .nav.nav-tabs .nav-link {
  border: 0;
  background: #263238;
  color: #f5f5f5;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=blue-grey] .nav.nav-tabs .nav-link:after {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #0277bd;
  z-index: 2;
}
[data-background=blue-grey] .nav.nav-tabs .nav-link:hover,
[data-background=blue-grey] .nav.nav-tabs .nav-link.active {
  background: #263238;
  font-weight: 700;
}
[data-background=blue-grey] .nav.nav-tabs .nav-link:hover:after,
[data-background=blue-grey] .nav.nav-tabs .nav-link.active:after {
  display: block;
  visibility: visible;
}
[data-background=blue-grey] .nav.nav-tabs .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-light .nav-link:after {
  background-color: #f5f5f5;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-dark .nav-link:after {
  background-color: #212121;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-default .nav-link:after {
  background-color: #424242;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-primary .nav-link:after {
  background-color: #0277bd;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-secondary .nav-link:after {
  background-color: #00796b;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-info .nav-link:after {
  background-color: #138496;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-success .nav-link:after {
  background-color: #388e3c;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-warning .nav-link:after {
  background-color: #ffa000;
}
[data-background=blue-grey] .nav.nav-tabs.nav-tabs-danger .nav-link:after {
  background-color: #b71c1c;
}
[data-background=blue-grey] .nav.nav-pills {
  border: 0;
}
[data-background=blue-grey] .nav.nav-pills .nav-item {
  background: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .nav.nav-pills .nav-item:hover,
[data-background=blue-grey] .nav.nav-pills .nav-item.open {
  background: #263238;
}
@media (max-width: 543px) {
  [data-background=blue-grey] .nav.nav-pills .nav-item {
    display: block;
    float: none;
  }
}
[data-background=blue-grey] .nav.nav-pills .nav-link {
  border: 0;
  background: #263238;
  color: #f5f5f5;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
[data-background=blue-grey] .nav.nav-pills .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills .nav-link.active {
  background-color: #0277bd;
  color: #fff;
  font-weight: 700;
}
[data-background=blue-grey] .nav.nav-pills .nav-link.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-rounded .nav-link {
  border-radius: 12px;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-light .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-light .nav-link.active {
  background-color: #f5f5f5;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-dark .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-dark .nav-link.active {
  background-color: #212121;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-default .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-default .nav-link.active {
  background-color: #424242;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-primary .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-primary .nav-link.active {
  background-color: #0277bd;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-secondary .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-secondary .nav-link.active {
  background-color: #00796b;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-info .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-info .nav-link.active {
  background-color: #138496;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-success .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-success .nav-link.active {
  background-color: #388e3c;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-warning .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-warning .nav-link.active {
  background-color: #ffa000;
}
[data-background=blue-grey] .nav.nav-pills.nav-pills-danger .nav-link:hover,
[data-background=blue-grey] .nav.nav-pills.nav-pills-danger .nav-link.active {
  background-color: #b71c1c;
}

/* src/app/styles/ui-elements/breadcrumbs.scss */
[data-controller=ui-elements][data-view=breadcrumbs] .widget > .row > .col > .description + .breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb {
  border-radius: 0;
  white-space: nowrap;
  display: flex;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 0;
  margin: 0;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}
.breadcrumb > li {
  padding: 0;
}
.breadcrumb > li:before {
  padding: 0 20px;
}
.breadcrumb.icon-home > li:first-child:before {
  font-family: "simple-line-icons";
  content: "\e069";
}
.breadcrumb.icon-grid > li:first-child:before {
  font-family: "simple-line-icons";
  content: "\e06a";
}
.breadcrumb.icon-angle-right > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
}
.breadcrumb.icon-angle-double-right > li + li:before {
  font-family: FontAwesome;
  content: "\f101";
}
[data-background=light] .breadcrumb {
  color: #212121;
  background-color: #fff;
}
[data-background=light] .breadcrumb li {
  color: #212121;
}
[data-background=light] .breadcrumb li a {
  color: #212121;
}
[data-background=light] .breadcrumb.no-bg,
[data-background=light] .breadcrumb-no-bg {
  background: transparent;
}
[data-background=light] .breadcrumb.breadcrumb-light {
  background: #f5f5f5;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-light li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-light li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-dark {
  background: #212121;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-dark li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-dark li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-default {
  background: #424242;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-default li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-default li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-primary {
  background: #0277bd;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-primary li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-primary li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-secondary {
  background: #00796b;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-secondary li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-secondary li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-info {
  background: #138496;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-info li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-info li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-success {
  background: #388e3c;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-success li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-success li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-warning {
  background: #ffa000;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-warning li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-warning li a {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-danger {
  background: #b71c1c;
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-danger li {
  color: #fff;
}
[data-background=light] .breadcrumb.breadcrumb-danger li a {
  color: #fff;
}
[data-background=dark] .breadcrumb {
  color: #f5f5f5;
  background-color: #212121;
}
[data-background=dark] .breadcrumb li {
  color: #f5f5f5;
}
[data-background=dark] .breadcrumb li a {
  color: #f5f5f5;
}
[data-background=dark] .breadcrumb.no-bg,
[data-background=dark] .breadcrumb-no-bg {
  background: transparent;
}
[data-background=dark] .breadcrumb.breadcrumb-light {
  background: #f5f5f5;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-light li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-light li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-dark {
  background: #212121;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-dark li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-dark li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-default {
  background: #424242;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-default li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-default li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-primary {
  background: #0277bd;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-primary li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-primary li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-secondary {
  background: #00796b;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-secondary li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-secondary li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-info {
  background: #138496;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-info li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-info li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-success {
  background: #388e3c;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-success li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-success li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-warning {
  background: #ffa000;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-warning li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-warning li a {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-danger {
  background: #b71c1c;
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-danger li {
  color: #fff;
}
[data-background=dark] .breadcrumb.breadcrumb-danger li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb {
  color: #f5f5f5;
  background-color: #1a237e;
}
[data-background=indigo] .breadcrumb li {
  color: #f5f5f5;
}
[data-background=indigo] .breadcrumb li a {
  color: #f5f5f5;
}
[data-background=indigo] .breadcrumb.no-bg,
[data-background=indigo] .breadcrumb-no-bg {
  background: transparent;
}
[data-background=indigo] .breadcrumb.breadcrumb-light {
  background: #f5f5f5;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-light li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-light li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-dark {
  background: #212121;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-dark li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-dark li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-default {
  background: #424242;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-default li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-default li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-primary {
  background: #0277bd;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-primary li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-primary li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-secondary {
  background: #00796b;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-secondary li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-secondary li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-info {
  background: #138496;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-info li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-info li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-success {
  background: #388e3c;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-success li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-success li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-warning {
  background: #ffa000;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-warning li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-warning li a {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-danger {
  background: #b71c1c;
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-danger li {
  color: #fff;
}
[data-background=indigo] .breadcrumb.breadcrumb-danger li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb {
  color: #f5f5f5;
  background-color: #263238;
}
[data-background=blue-grey] .breadcrumb li {
  color: #f5f5f5;
}
[data-background=blue-grey] .breadcrumb li a {
  color: #f5f5f5;
}
[data-background=blue-grey] .breadcrumb.no-bg,
[data-background=blue-grey] .breadcrumb-no-bg {
  background: transparent;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-light {
  background: #f5f5f5;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-light li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-light li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-dark {
  background: #212121;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-dark li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-dark li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-default {
  background: #424242;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-default li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-default li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-primary {
  background: #0277bd;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-primary li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-primary li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-secondary {
  background: #00796b;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-secondary li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-secondary li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-info {
  background: #138496;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-info li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-info li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-success {
  background: #388e3c;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-success li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-success li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-warning {
  background: #ffa000;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-warning li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-warning li a {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-danger {
  background: #b71c1c;
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-danger li {
  color: #fff;
}
[data-background=blue-grey] .breadcrumb.breadcrumb-danger li a {
  color: #fff;
}

/* src/app/styles/ui-elements/dropdowns.scss */
[data-controller=ui-elements][data-view=dropdowns] .row.demo {
  padding-bottom: 200px;
}
[data-controller=ui-elements][data-view=dropdowns] .row.demo .dropdown-toggle {
  margin-bottom: 20px;
}
.dropdown .dropdown-title,
.btn-group .dropdown-title {
  width: 100%;
}
.dropdown .dropdown-header,
.btn-group .dropdown-header {
  font-size: 0.8rem;
  padding: 10px;
}
.dropdown .dropdown-item,
.btn-group .dropdown-item {
  font-size: 0.9rem;
  padding: 10px;
}
.dropdown.dropdown-sm .dropdown-header,
.btn-group.dropdown-sm .dropdown-header {
  padding: 6px;
  font-size: 0.8rem;
}
.dropdown.dropdown-sm .dropdown-item,
.btn-group.dropdown-sm .dropdown-item {
  padding: 6px;
  font-size: 0.8rem;
}
.dropdown.dropdown-lg .dropdown-header,
.btn-group.dropdown-lg .dropdown-header {
  padding: 14px;
  font-size: 0.9rem;
}
.dropdown.dropdown-lg .dropdown-item,
.btn-group.dropdown-lg .dropdown-item {
  padding: 14px;
  font-size: 1rem;
}
.dropdown .dropdown-header,
.btn-group .dropdown-header {
  font-weight: 700;
}
.dropdown .dropdown-menu,
.btn-group .dropdown-menu {
  left: 0;
  right: auto;
  padding: 0;
  margin: 0;
  border: none;
  transform-origin: 0 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-menu.from-left,
.btn-group .dropdown-menu.from-left {
  transform-origin: 0 0;
}
.dropdown .dropdown-menu.from-center,
.btn-group .dropdown-menu.from-center {
  transform-origin: 50% 50%;
}
.dropdown .dropdown-menu.from-right,
.btn-group .dropdown-menu.from-right {
  transform-origin: 100% 0;
}
.dropdown .dropdown-menu.from-top,
.btn-group .dropdown-menu.from-top {
  transform-origin: 50% 0;
}
.dropdown .dropdown-menu.dropdown-menu-left,
.btn-group .dropdown-menu.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown .dropdown-menu.dropdown-menu-center,
.btn-group .dropdown-menu.dropdown-menu-center {
  left: 0;
  right: 0;
}
.dropdown .dropdown-menu.dropdown-menu-center .dropdown-item,
.btn-group .dropdown-menu.dropdown-menu-center .dropdown-item {
  max-width: 100%;
}
.dropdown .dropdown-menu .dropdown-divider,
.btn-group .dropdown-menu .dropdown-divider {
  margin-bottom: 0;
  margin-top: 0;
}
.dropup .dropdown-menu,
.btn-group.dropup .dropdown-menu {
  left: 0;
  right: auto;
  transform-origin: 0 100%;
}
.dropup .dropdown-menu.from-left,
.btn-group.dropup .dropdown-menu.from-left {
  transform-origin: 0 100%;
}
.dropup .dropdown-menu.from-center,
.btn-group.dropup .dropdown-menu.from-center {
  transform-origin: 50% 100%;
}
.dropup .dropdown-menu.from-right,
.btn-group.dropup .dropdown-menu.from-right {
  transform-origin: 100% 100%;
}
.dropdown:not(.show) .dropdown-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.dropdown.show .dropdown-menu {
  min-width: 180px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols {
  display: flex;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-1 {
  width: 210px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-1 .dropdown-item {
  flex: 0 0 210px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-2 {
  width: 410px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-2 .dropdown-item {
  flex: 0 0 205px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-3 {
  width: 610px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-3 .dropdown-item {
  flex: 0 0 203.3333333333px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-4 {
  width: 810px;
}
.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-4 .dropdown-item {
  display: inline;
  flex: 0 0 202.5px;
}
[data-background=light] .dropdown-menu {
  background: #fff;
  border-color: #fff;
  color: #212121;
}
[data-background=light] .dropdown-menu .dropdown-title {
  color: #212121;
  background: #ebebeb;
}
[data-background=light] .dropdown-menu .dropdown-header:hover {
  color: #212121;
}
[data-background=light] .dropdown-menu .dropdown-divider {
  background: #ebebeb;
}
[data-background=light] .dropdown-menu .dropdown-item {
  background: #fff;
  border-color: #ebebeb;
  color: #212121;
}
[data-background=light] .dropdown-menu .dropdown-item:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=dark] .dropdown-menu {
  background: #212121;
  border-color: #212121;
  color: #f5f5f5;
}
[data-background=dark] .dropdown-menu .dropdown-title {
  color: #f5f5f5;
  background: #303030;
}
[data-background=dark] .dropdown-menu .dropdown-header:hover {
  color: #f5f5f5;
}
[data-background=dark] .dropdown-menu .dropdown-divider {
  background: #303030;
}
[data-background=dark] .dropdown-menu .dropdown-item {
  background: #212121;
  border-color: #303030;
  color: #f5f5f5;
}
[data-background=dark] .dropdown-menu .dropdown-item:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=indigo] .dropdown-menu {
  background: #1a237e;
  border-color: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .dropdown-menu .dropdown-title {
  color: #f5f5f5;
  background: #1f2a97;
}
[data-background=indigo] .dropdown-menu .dropdown-header:hover {
  color: #f5f5f5;
}
[data-background=indigo] .dropdown-menu .dropdown-divider {
  background: #1f2a97;
}
[data-background=indigo] .dropdown-menu .dropdown-item {
  background: #1a237e;
  border-color: #1f2a97;
  color: #f5f5f5;
}
[data-background=indigo] .dropdown-menu .dropdown-item:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
[data-background=blue-grey] .dropdown-menu {
  background: #263238;
  border-color: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .dropdown-menu .dropdown-title {
  color: #f5f5f5;
  background: #32424a;
}
[data-background=blue-grey] .dropdown-menu .dropdown-header:hover {
  color: #f5f5f5;
}
[data-background=blue-grey] .dropdown-menu .dropdown-divider {
  background: #32424a;
}
[data-background=blue-grey] .dropdown-menu .dropdown-item {
  background: #263238;
  border-color: #32424a;
  color: #f5f5f5;
}
[data-background=blue-grey] .dropdown-menu .dropdown-item:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}
.dropdown.show > .animated {
  animation-delay: 0;
}

/* src/app/styles/ui-elements/pagination.scss */
[data-background=light] .pagination .page-item a {
  color: #212121;
  border-color: #ebebeb;
  background-color: #fff;
  height: 1.8em;
  line-height: 1.5em;
  margin-right: 3px;
  text-align: center;
  border-radius: 20%;
}
[data-background=light] .pagination .page-item:hover a,
[data-background=light] .pagination .page-item.active a {
  color: #fff;
  border-color: #ffa000;
  background-color: #ffa000;
}
[data-background=light] .pagination.pagination-light .page-item:hover a,
[data-background=light] .pagination.pagination-light .page-item.active a {
  color: #fff;
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}
[data-background=light] .pagination.pagination-dark .page-item:hover a,
[data-background=light] .pagination.pagination-dark .page-item.active a {
  color: #fff;
  border-color: #212121 !important;
  background-color: #212121 !important;
}
[data-background=light] .pagination.pagination-default .page-item:hover a,
[data-background=light] .pagination.pagination-default .page-item.active a {
  color: #fff;
  border-color: #424242 !important;
  background-color: #424242 !important;
}
[data-background=light] .pagination.pagination-primary .page-item:hover a,
[data-background=light] .pagination.pagination-primary .page-item.active a {
  color: #fff;
  border-color: #0277bd !important;
  background-color: #0277bd !important;
}
[data-background=light] .pagination.pagination-secondary .page-item:hover a,
[data-background=light] .pagination.pagination-secondary .page-item.active a {
  color: #fff;
  border-color: #00796b !important;
  background-color: #00796b !important;
}
[data-background=light] .pagination.pagination-info .page-item:hover a,
[data-background=light] .pagination.pagination-info .page-item.active a {
  color: #fff;
  border-color: #138496 !important;
  background-color: #138496 !important;
}
[data-background=light] .pagination.pagination-success .page-item:hover a,
[data-background=light] .pagination.pagination-success .page-item.active a {
  color: #fff;
  border-color: #388e3c !important;
  background-color: #388e3c !important;
}
[data-background=light] .pagination.pagination-warning .page-item:hover a,
[data-background=light] .pagination.pagination-warning .page-item.active a {
  color: #fff;
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
[data-background=light] .pagination.pagination-danger .page-item:hover a,
[data-background=light] .pagination.pagination-danger .page-item.active a {
  color: #fff;
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
}
[data-background=dark] .pagination .page-item a {
  color: #f5f5f5;
  border-color: #353535;
  background-color: #303030;
  height: 1.8em;
  line-height: 1.5em;
  margin-right: 3px;
  text-align: center;
  border-radius: 20%;
}
[data-background=dark] .pagination .page-item:hover a,
[data-background=dark] .pagination .page-item.active a {
  color: #fff;
  border-color: #ffa000;
  background-color: #ffa000;
}
[data-background=dark] .pagination.pagination-light .page-item:hover a,
[data-background=dark] .pagination.pagination-light .page-item.active a {
  color: #fff;
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}
[data-background=dark] .pagination.pagination-dark .page-item:hover a,
[data-background=dark] .pagination.pagination-dark .page-item.active a {
  color: #fff;
  border-color: #212121 !important;
  background-color: #212121 !important;
}
[data-background=dark] .pagination.pagination-default .page-item:hover a,
[data-background=dark] .pagination.pagination-default .page-item.active a {
  color: #fff;
  border-color: #424242 !important;
  background-color: #424242 !important;
}
[data-background=dark] .pagination.pagination-primary .page-item:hover a,
[data-background=dark] .pagination.pagination-primary .page-item.active a {
  color: #fff;
  border-color: #0277bd !important;
  background-color: #0277bd !important;
}
[data-background=dark] .pagination.pagination-secondary .page-item:hover a,
[data-background=dark] .pagination.pagination-secondary .page-item.active a {
  color: #fff;
  border-color: #00796b !important;
  background-color: #00796b !important;
}
[data-background=dark] .pagination.pagination-info .page-item:hover a,
[data-background=dark] .pagination.pagination-info .page-item.active a {
  color: #fff;
  border-color: #138496 !important;
  background-color: #138496 !important;
}
[data-background=dark] .pagination.pagination-success .page-item:hover a,
[data-background=dark] .pagination.pagination-success .page-item.active a {
  color: #fff;
  border-color: #388e3c !important;
  background-color: #388e3c !important;
}
[data-background=dark] .pagination.pagination-warning .page-item:hover a,
[data-background=dark] .pagination.pagination-warning .page-item.active a {
  color: #fff;
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
[data-background=dark] .pagination.pagination-danger .page-item:hover a,
[data-background=dark] .pagination.pagination-danger .page-item.active a {
  color: #fff;
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
}
[data-background=indigo] .pagination .page-item a {
  color: #f5f5f5;
  border-color: #212ca0;
  background-color: #1f2a97;
  height: 1.8em;
  line-height: 1.5em;
  margin-right: 3px;
  text-align: center;
  border-radius: 20%;
}
[data-background=indigo] .pagination .page-item:hover a,
[data-background=indigo] .pagination .page-item.active a {
  color: #fff;
  border-color: #ffa000;
  background-color: #ffa000;
}
[data-background=indigo] .pagination.pagination-light .page-item:hover a,
[data-background=indigo] .pagination.pagination-light .page-item.active a {
  color: #fff;
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}
[data-background=indigo] .pagination.pagination-dark .page-item:hover a,
[data-background=indigo] .pagination.pagination-dark .page-item.active a {
  color: #fff;
  border-color: #212121 !important;
  background-color: #212121 !important;
}
[data-background=indigo] .pagination.pagination-default .page-item:hover a,
[data-background=indigo] .pagination.pagination-default .page-item.active a {
  color: #fff;
  border-color: #424242 !important;
  background-color: #424242 !important;
}
[data-background=indigo] .pagination.pagination-primary .page-item:hover a,
[data-background=indigo] .pagination.pagination-primary .page-item.active a {
  color: #fff;
  border-color: #0277bd !important;
  background-color: #0277bd !important;
}
[data-background=indigo] .pagination.pagination-secondary .page-item:hover a,
[data-background=indigo] .pagination.pagination-secondary .page-item.active a {
  color: #fff;
  border-color: #00796b !important;
  background-color: #00796b !important;
}
[data-background=indigo] .pagination.pagination-info .page-item:hover a,
[data-background=indigo] .pagination.pagination-info .page-item.active a {
  color: #fff;
  border-color: #138496 !important;
  background-color: #138496 !important;
}
[data-background=indigo] .pagination.pagination-success .page-item:hover a,
[data-background=indigo] .pagination.pagination-success .page-item.active a {
  color: #fff;
  border-color: #388e3c !important;
  background-color: #388e3c !important;
}
[data-background=indigo] .pagination.pagination-warning .page-item:hover a,
[data-background=indigo] .pagination.pagination-warning .page-item.active a {
  color: #fff;
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
[data-background=indigo] .pagination.pagination-danger .page-item:hover a,
[data-background=indigo] .pagination.pagination-danger .page-item.active a {
  color: #fff;
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
}
[data-background=blue-grey] .pagination .page-item a {
  color: #f5f5f5;
  border-color: #364850;
  background-color: #32424a;
  height: 1.8em;
  line-height: 1.5em;
  margin-right: 3px;
  text-align: center;
  border-radius: 20%;
}
[data-background=blue-grey] .pagination .page-item:hover a,
[data-background=blue-grey] .pagination .page-item.active a {
  color: #fff;
  border-color: #ffa000;
  background-color: #ffa000;
}
[data-background=blue-grey] .pagination.pagination-light .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-light .page-item.active a {
  color: #fff;
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}
[data-background=blue-grey] .pagination.pagination-dark .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-dark .page-item.active a {
  color: #fff;
  border-color: #212121 !important;
  background-color: #212121 !important;
}
[data-background=blue-grey] .pagination.pagination-default .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-default .page-item.active a {
  color: #fff;
  border-color: #424242 !important;
  background-color: #424242 !important;
}
[data-background=blue-grey] .pagination.pagination-primary .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-primary .page-item.active a {
  color: #fff;
  border-color: #0277bd !important;
  background-color: #0277bd !important;
}
[data-background=blue-grey] .pagination.pagination-secondary .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-secondary .page-item.active a {
  color: #fff;
  border-color: #00796b !important;
  background-color: #00796b !important;
}
[data-background=blue-grey] .pagination.pagination-info .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-info .page-item.active a {
  color: #fff;
  border-color: #138496 !important;
  background-color: #138496 !important;
}
[data-background=blue-grey] .pagination.pagination-success .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-success .page-item.active a {
  color: #fff;
  border-color: #388e3c !important;
  background-color: #388e3c !important;
}
[data-background=blue-grey] .pagination.pagination-warning .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-warning .page-item.active a {
  color: #fff;
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
[data-background=blue-grey] .pagination.pagination-danger .page-item:hover a,
[data-background=blue-grey] .pagination.pagination-danger .page-item.active a {
  color: #fff;
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
}

/* src/app/styles/notifications/modals.scss */
.modal-dialog {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.modal-dialog .modal-header {
  padding: 10px 20px;
}
.modal-dialog .modal-header .modal-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-dialog .modal-footer {
  text-align: left;
  padding: 10px 20px;
}
[data-background=light] .modal .modal-dialog .modal-content {
  background-color: #fff;
  color: #212121;
}
[data-background=light] .modal .modal-dialog .modal-content .modal-header,
[data-background=light] .modal .modal-dialog .modal-content .modal-body,
[data-background=light] .modal .modal-dialog .modal-content .modal-footer {
  background-color: #fff;
  border-color: #ebebeb;
  color: #212121;
}
[data-background=light] .modal.modal-light .modal-dialog .modal-content .modal-header {
  background-color: #f5f5f5;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-dark .modal-dialog .modal-content .modal-header {
  background-color: #212121;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-default .modal-dialog .modal-content .modal-header {
  background-color: #424242;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-primary .modal-dialog .modal-content .modal-header {
  background-color: #0277bd;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-secondary .modal-dialog .modal-content .modal-header {
  background-color: #00796b;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-info .modal-dialog .modal-content .modal-header {
  background-color: #138496;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-success .modal-dialog .modal-content .modal-header {
  background-color: #388e3c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-warning .modal-dialog .modal-content .modal-header {
  background-color: #ffa000;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=light] .modal.modal-danger .modal-dialog .modal-content .modal-header {
  background-color: #b71c1c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal .modal-dialog .modal-content {
  background-color: #212121;
  color: #f5f5f5;
}
[data-background=dark] .modal .modal-dialog .modal-content .modal-header,
[data-background=dark] .modal .modal-dialog .modal-content .modal-body,
[data-background=dark] .modal .modal-dialog .modal-content .modal-footer {
  background-color: #212121;
  border-color: #303030;
  color: #f5f5f5;
}
[data-background=dark] .modal.modal-light .modal-dialog .modal-content .modal-header {
  background-color: #f5f5f5;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-dark .modal-dialog .modal-content .modal-header {
  background-color: #212121;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-default .modal-dialog .modal-content .modal-header {
  background-color: #424242;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-primary .modal-dialog .modal-content .modal-header {
  background-color: #0277bd;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-secondary .modal-dialog .modal-content .modal-header {
  background-color: #00796b;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-info .modal-dialog .modal-content .modal-header {
  background-color: #138496;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-success .modal-dialog .modal-content .modal-header {
  background-color: #388e3c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-warning .modal-dialog .modal-content .modal-header {
  background-color: #ffa000;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=dark] .modal.modal-danger .modal-dialog .modal-content .modal-header {
  background-color: #b71c1c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal .modal-dialog .modal-content {
  background-color: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .modal .modal-dialog .modal-content .modal-header,
[data-background=indigo] .modal .modal-dialog .modal-content .modal-body,
[data-background=indigo] .modal .modal-dialog .modal-content .modal-footer {
  background-color: #1a237e;
  border-color: #1f2a97;
  color: #f5f5f5;
}
[data-background=indigo] .modal.modal-light .modal-dialog .modal-content .modal-header {
  background-color: #f5f5f5;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-dark .modal-dialog .modal-content .modal-header {
  background-color: #212121;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-default .modal-dialog .modal-content .modal-header {
  background-color: #424242;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-primary .modal-dialog .modal-content .modal-header {
  background-color: #0277bd;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-secondary .modal-dialog .modal-content .modal-header {
  background-color: #00796b;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-info .modal-dialog .modal-content .modal-header {
  background-color: #138496;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-success .modal-dialog .modal-content .modal-header {
  background-color: #388e3c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-warning .modal-dialog .modal-content .modal-header {
  background-color: #ffa000;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=indigo] .modal.modal-danger .modal-dialog .modal-content .modal-header {
  background-color: #b71c1c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal .modal-dialog .modal-content {
  background-color: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .modal .modal-dialog .modal-content .modal-header,
[data-background=blue-grey] .modal .modal-dialog .modal-content .modal-body,
[data-background=blue-grey] .modal .modal-dialog .modal-content .modal-footer {
  background-color: #263238;
  border-color: #32424a;
  color: #f5f5f5;
}
[data-background=blue-grey] .modal.modal-light .modal-dialog .modal-content .modal-header {
  background-color: #f5f5f5;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-dark .modal-dialog .modal-content .modal-header {
  background-color: #212121;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-default .modal-dialog .modal-content .modal-header {
  background-color: #424242;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-primary .modal-dialog .modal-content .modal-header {
  background-color: #0277bd;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-secondary .modal-dialog .modal-content .modal-header {
  background-color: #00796b;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-info .modal-dialog .modal-content .modal-header {
  background-color: #138496;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-success .modal-dialog .modal-content .modal-header {
  background-color: #388e3c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-warning .modal-dialog .modal-content .modal-header {
  background-color: #ffa000;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
[data-background=blue-grey] .modal.modal-danger .modal-dialog .modal-content .modal-header {
  background-color: #b71c1c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}

/* src/app/styles/icons/font-awesome.scss */
.font-awesome-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.font-awesome-icons .icon {
  text-align: center;
  width: 150px;
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.font-awesome-icons .icon i {
  margin: 0 5px;
}
.font-awesome-icons .icon .icons {
  display: block;
  margin-bottom: 20px;
}
.font-awesome-icons .icon .icon-class {
  display: block;
  font-size: 13px;
}
[data-background=light] .font-awesome-icons .icon {
  color: #212121;
}
[data-background=light] .font-awesome-icons .icon i,
[data-background=light] .font-awesome-icons .icon .icon-class {
  color: #212121;
}
[data-background=dark] .font-awesome-icons .icon {
  color: #f5f5f5;
}
[data-background=dark] .font-awesome-icons .icon i,
[data-background=dark] .font-awesome-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=indigo] .font-awesome-icons .icon {
  color: #f5f5f5;
}
[data-background=indigo] .font-awesome-icons .icon i,
[data-background=indigo] .font-awesome-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=blue-grey] .font-awesome-icons .icon {
  color: #f5f5f5;
}
[data-background=blue-grey] .font-awesome-icons .icon i,
[data-background=blue-grey] .font-awesome-icons .icon .icon-class {
  color: #f5f5f5;
}

/* src/app/styles/icons/material-design-icons.scss */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(/assets/fonts/material-icons.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-design-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.material-design-icons .icon {
  text-align: center;
  width: 150px;
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.material-design-icons .icon i {
  margin: 0 5px;
}
.material-design-icons .icon .icons {
  display: block;
  margin-bottom: 20px;
}
.material-design-icons .icon .icon-class {
  display: block;
  font-size: 13px;
}
.material-icons {
  font-size: 16px;
}
.material-icons.material-icons-1x {
  font-size: 16px;
}
.material-icons.material-icons-2x {
  font-size: 28px;
}
.material-icons.material-icons-3x {
  font-size: 40px;
}
[data-background=light] .material-design-icons-icons .icon {
  color: #212121;
}
[data-background=light] .material-design-icons-icons .icon i,
[data-background=light] .material-design-icons-icons .icon .icon-class {
  color: #212121;
}
[data-background=dark] .material-design-icons-icons .icon {
  color: #f5f5f5;
}
[data-background=dark] .material-design-icons-icons .icon i,
[data-background=dark] .material-design-icons-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=indigo] .material-design-icons-icons .icon {
  color: #f5f5f5;
}
[data-background=indigo] .material-design-icons-icons .icon i,
[data-background=indigo] .material-design-icons-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=blue-grey] .material-design-icons-icons .icon {
  color: #f5f5f5;
}
[data-background=blue-grey] .material-design-icons-icons .icon i,
[data-background=blue-grey] .material-design-icons-icons .icon .icon-class {
  color: #f5f5f5;
}

/* src/app/styles/icons/weather-icons.scss */
.icon-search .input-group-addon {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.icon-search input {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.weather-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.weather-icons .icon {
  text-align: center;
  width: 150px;
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.weather-icons .icon i {
  margin: 0 5px;
}
.weather-icons .icon .icons {
  display: block;
  margin-bottom: 20px;
}
.weather-icons .icon .icon-class {
  display: block;
  font-size: 13px;
}
.wi {
  font-size: 16px;
}
.wi.wi-1x {
  font-size: 16px;
}
.wi.wi-2x {
  font-size: 28px;
}
.wi.wi-3x {
  font-size: 40px;
}
[data-background=light] .weather-icons .icon {
  color: #212121;
}
[data-background=light] .weather-icons .icon i,
[data-background=light] .weather-icons .icon .icon-class {
  color: #212121;
}
[data-background=dark] .weather-icons .icon {
  color: #f5f5f5;
}
[data-background=dark] .weather-icons .icon i,
[data-background=dark] .weather-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=indigo] .weather-icons .icon {
  color: #f5f5f5;
}
[data-background=indigo] .weather-icons .icon i,
[data-background=indigo] .weather-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=blue-grey] .weather-icons .icon {
  color: #f5f5f5;
}
[data-background=blue-grey] .weather-icons .icon i,
[data-background=blue-grey] .weather-icons .icon .icon-class {
  color: #f5f5f5;
}

/* src/app/styles/icons/simple-line-icons.scss */
.simple-line-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.simple-line-icons .icon {
  text-align: center;
  width: 150px;
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.simple-line-icons .icon i {
  margin: 0 5px;
}
.simple-line-icons .icon .icons {
  display: block;
  margin-bottom: 20px;
}
.simple-line-icons .icon .icon-class {
  display: block;
  font-size: 13px;
}
.sli {
  font-size: 16px;
}
.sli-2x {
  font-size: 28px;
}
.sli-3x {
  font-size: 40px;
}
[data-background=light] .simple-line-icons .icon {
  color: #212121;
}
[data-background=light] .simple-line-icons .icon i,
[data-background=light] .simple-line-icons .icon .icon-class {
  color: #212121;
}
[data-background=dark] .simple-line-icons .icon {
  color: #f5f5f5;
}
[data-background=dark] .simple-line-icons .icon i,
[data-background=dark] .simple-line-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=indigo] .simple-line-icons .icon {
  color: #f5f5f5;
}
[data-background=indigo] .simple-line-icons .icon i,
[data-background=indigo] .simple-line-icons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=blue-grey] .simple-line-icons .icon {
  color: #f5f5f5;
}
[data-background=blue-grey] .simple-line-icons .icon i,
[data-background=blue-grey] .simple-line-icons .icon .icon-class {
  color: #f5f5f5;
}
@font-face {
  font-family: "simple-line-icons";
  src: url(/assets/fonts/Simple-Line-Icons.eot);
  src:
    url(/assets/fonts/Simple-Line-Icons.eot#iefix) format("embedded-opentype"),
    url(/assets/fonts/Simple-Line-Icons.woff2) format("woff2"),
    url(/assets/fonts/Simple-Line-Icons.ttf) format("truetype"),
    url(/assets/fonts/Simple-Line-Icons.woff) format("woff"),
    url(/assets/fonts/Simple-Line-Icons.svg#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.sli-user,
.sli-people,
.sli-user-female,
.sli-user-follow,
.sli-user-following,
.sli-user-unfollow,
.sli-login,
.sli-logout,
.sli-emotsmile,
.sli-phone,
.sli-call-end,
.sli-call-in,
.sli-call-out,
.sli-map,
.sli-location-pin,
.sli-direction,
.sli-directions,
.sli-compass,
.sli-layers,
.sli-menu,
.sli-list,
.sli-options-vertical,
.sli-options,
.sli-arrow-down,
.sli-arrow-left,
.sli-arrow-right,
.sli-arrow-up,
.sli-arrow-up-circle,
.sli-arrow-left-circle,
.sli-arrow-right-circle,
.sli-arrow-down-circle,
.sli-check,
.sli-clock,
.sli-plus,
.sli-minus,
.sli-close,
.sli-event,
.sli-exclamation,
.sli-organization,
.sli-trophy,
.sli-screen-smartphone,
.sli-screen-desktop,
.sli-plane,
.sli-notebook,
.sli-mustache,
.sli-mouse,
.sli-magnet,
.sli-energy,
.sli-disc,
.sli-cursor,
.sli-cursor-move,
.sli-crop,
.sli-chemistry,
.sli-speedometer,
.sli-shield,
.sli-screen-tablet,
.sli-magic-wand,
.sli-hourglass,
.sli-graduation,
.sli-ghost,
.sli-game-controller,
.sli-fire,
.sli-eyeglass,
.sli-envelope-open,
.sli-envelope-letter,
.sli-bell,
.sli-badge,
.sli-anchor,
.sli-wallet,
.sli-vector,
.sli-speech,
.sli-puzzle,
.sli-printer,
.sli-present,
.sli-playlist,
.sli-pin,
.sli-picture,
.sli-handbag,
.sli-globe-alt,
.sli-globe,
.sli-folder-alt,
.sli-folder,
.sli-film,
.sli-feed,
.sli-drop,
.sli-drawer,
.sli-docs,
.sli-doc,
.sli-diamond,
.sli-cup,
.sli-calculator,
.sli-bubbles,
.sli-briefcase,
.sli-book-open,
.sli-basket-loaded,
.sli-basket,
.sli-bag,
.sli-action-undo,
.sli-action-redo,
.sli-wrench,
.sli-umbrella,
.sli-trash,
.sli-tag,
.sli-support,
.sli-frame,
.sli-size-fullscreen,
.sli-size-actual,
.sli-shuffle,
.sli-share-alt,
.sli-share,
.sli-rocket,
.sli-question,
.sli-pie-chart,
.sli-pencil,
.sli-note,
.sli-loop,
.sli-home,
.sli-grid,
.sli-graph,
.sli-microphone,
.sli-music-tone-alt,
.sli-music-tone,
.sli-earphones-alt,
.sli-earphones,
.sli-equalizer,
.sli-like,
.sli-dislike,
.sli-control-start,
.sli-control-rewind,
.sli-control-play,
.sli-control-pause,
.sli-control-forward,
.sli-control-end,
.sli-volume-1,
.sli-volume-2,
.sli-volume-off,
.sli-calendar,
.sli-bulb,
.sli-chart,
.sli-ban,
.sli-bubble,
.sli-camrecorder,
.sli-camera,
.sli-cloud-download,
.sli-cloud-upload,
.sli-envelope,
.sli-eye,
.sli-flag,
.sli-heart,
.sli-info,
.sli-key,
.sli-link,
.sli-lock,
.sli-lock-open,
.sli-magnifier,
.sli-magnifier-add,
.sli-magnifier-remove,
.sli-paper-clip,
.sli-paper-plane,
.sli-power,
.sli-refresh,
.sli-reload,
.sli-settings,
.sli-star,
.sli-symbol-female,
.sli-symbol-male,
.sli-target,
.sli-credit-card,
.sli-paypal,
.sli-social-tumblr,
.sli-social-twitter,
.sli-social-facebook,
.sli-social-instagram,
.sli-social-linkedin,
.sli-social-pinterest,
.sli-social-github,
.sli-social-google,
.sli-social-reddit,
.sli-social-skype,
.sli-social-dribbble,
.sli-social-behance,
.sli-social-foursqare,
.sli-social-soundcloud,
.sli-social-spotify,
.sli-social-stumbleupon,
.sli-social-youtube,
.sli-social-dropbox,
.sli-social-vkontakte,
.sli-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sli-user:before {
  content: "\e005";
}
.sli-people:before {
  content: "\e001";
}
.sli-user-female:before {
  content: "\e000";
}
.sli-user-follow:before {
  content: "\e002";
}
.sli-user-following:before {
  content: "\e003";
}
.sli-user-unfollow:before {
  content: "\e004";
}
.sli-login:before {
  content: "\e066";
}
.sli-logout:before {
  content: "\e065";
}
.sli-emotsmile:before {
  content: "\e021";
}
.sli-phone:before {
  content: "\e600";
}
.sli-call-end:before {
  content: "\e048";
}
.sli-call-in:before {
  content: "\e047";
}
.sli-call-out:before {
  content: "\e046";
}
.sli-map:before {
  content: "\e033";
}
.sli-location-pin:before {
  content: "\e096";
}
.sli-direction:before {
  content: "\e042";
}
.sli-directions:before {
  content: "\e041";
}
.sli-compass:before {
  content: "\e045";
}
.sli-layers:before {
  content: "\e034";
}
.sli-menu:before {
  content: "\e601";
}
.sli-list:before {
  content: "\e067";
}
.sli-options-vertical:before {
  content: "\e602";
}
.sli-options:before {
  content: "\e603";
}
.sli-arrow-down:before {
  content: "\e604";
}
.sli-arrow-left:before {
  content: "\e605";
}
.sli-arrow-right:before {
  content: "\e606";
}
.sli-arrow-up:before {
  content: "\e607";
}
.sli-arrow-up-circle:before {
  content: "\e078";
}
.sli-arrow-left-circle:before {
  content: "\e07a";
}
.sli-arrow-right-circle:before {
  content: "\e079";
}
.sli-arrow-down-circle:before {
  content: "\e07b";
}
.sli-check:before {
  content: "\e080";
}
.sli-clock:before {
  content: "\e081";
}
.sli-plus:before {
  content: "\e095";
}
.sli-minus:before {
  content: "\e615";
}
.sli-close:before {
  content: "\e082";
}
.sli-event:before {
  content: "\e619";
}
.sli-exclamation:before {
  content: "\e617";
}
.sli-organization:before {
  content: "\e616";
}
.sli-trophy:before {
  content: "\e006";
}
.sli-screen-smartphone:before {
  content: "\e010";
}
.sli-screen-desktop:before {
  content: "\e011";
}
.sli-plane:before {
  content: "\e012";
}
.sli-notebook:before {
  content: "\e013";
}
.sli-mustache:before {
  content: "\e014";
}
.sli-mouse:before {
  content: "\e015";
}
.sli-magnet:before {
  content: "\e016";
}
.sli-energy:before {
  content: "\e020";
}
.sli-disc:before {
  content: "\e022";
}
.sli-cursor:before {
  content: "\e06e";
}
.sli-cursor-move:before {
  content: "\e023";
}
.sli-crop:before {
  content: "\e024";
}
.sli-chemistry:before {
  content: "\e026";
}
.sli-speedometer:before {
  content: "\e007";
}
.sli-shield:before {
  content: "\e00e";
}
.sli-screen-tablet:before {
  content: "\e00f";
}
.sli-magic-wand:before {
  content: "\e017";
}
.sli-hourglass:before {
  content: "\e018";
}
.sli-graduation:before {
  content: "\e019";
}
.sli-ghost:before {
  content: "\e01a";
}
.sli-game-controller:before {
  content: "\e01b";
}
.sli-fire:before {
  content: "\e01c";
}
.sli-eyeglass:before {
  content: "\e01d";
}
.sli-envelope-open:before {
  content: "\e01e";
}
.sli-envelope-letter:before {
  content: "\e01f";
}
.sli-bell:before {
  content: "\e027";
}
.sli-badge:before {
  content: "\e028";
}
.sli-anchor:before {
  content: "\e029";
}
.sli-wallet:before {
  content: "\e02a";
}
.sli-vector:before {
  content: "\e02b";
}
.sli-speech:before {
  content: "\e02c";
}
.sli-puzzle:before {
  content: "\e02d";
}
.sli-printer:before {
  content: "\e02e";
}
.sli-present:before {
  content: "\e02f";
}
.sli-playlist:before {
  content: "\e030";
}
.sli-pin:before {
  content: "\e031";
}
.sli-picture:before {
  content: "\e032";
}
.sli-handbag:before {
  content: "\e035";
}
.sli-globe-alt:before {
  content: "\e036";
}
.sli-globe:before {
  content: "\e037";
}
.sli-folder-alt:before {
  content: "\e039";
}
.sli-folder:before {
  content: "\e089";
}
.sli-film:before {
  content: "\e03a";
}
.sli-feed:before {
  content: "\e03b";
}
.sli-drop:before {
  content: "\e03e";
}
.sli-drawer:before {
  content: "\e03f";
}
.sli-docs:before {
  content: "\e040";
}
.sli-doc:before {
  content: "\e085";
}
.sli-diamond:before {
  content: "\e043";
}
.sli-cup:before {
  content: "\e044";
}
.sli-calculator:before {
  content: "\e049";
}
.sli-bubbles:before {
  content: "\e04a";
}
.sli-briefcase:before {
  content: "\e04b";
}
.sli-book-open:before {
  content: "\e04c";
}
.sli-basket-loaded:before {
  content: "\e04d";
}
.sli-basket:before {
  content: "\e04e";
}
.sli-bag:before {
  content: "\e04f";
}
.sli-action-undo:before {
  content: "\e050";
}
.sli-action-redo:before {
  content: "\e051";
}
.sli-wrench:before {
  content: "\e052";
}
.sli-umbrella:before {
  content: "\e053";
}
.sli-trash:before {
  content: "\e054";
}
.sli-tag:before {
  content: "\e055";
}
.sli-support:before {
  content: "\e056";
}
.sli-frame:before {
  content: "\e038";
}
.sli-size-fullscreen:before {
  content: "\e057";
}
.sli-size-actual:before {
  content: "\e058";
}
.sli-shuffle:before {
  content: "\e059";
}
.sli-share-alt:before {
  content: "\e05a";
}
.sli-share:before {
  content: "\e05b";
}
.sli-rocket:before {
  content: "\e05c";
}
.sli-question:before {
  content: "\e05d";
}
.sli-pie-chart:before {
  content: "\e05e";
}
.sli-pencil:before {
  content: "\e05f";
}
.sli-note:before {
  content: "\e060";
}
.sli-loop:before {
  content: "\e064";
}
.sli-home:before {
  content: "\e069";
}
.sli-grid:before {
  content: "\e06a";
}
.sli-graph:before {
  content: "\e06b";
}
.sli-microphone:before {
  content: "\e063";
}
.sli-music-tone-alt:before {
  content: "\e061";
}
.sli-music-tone:before {
  content: "\e062";
}
.sli-earphones-alt:before {
  content: "\e03c";
}
.sli-earphones:before {
  content: "\e03d";
}
.sli-equalizer:before {
  content: "\e06c";
}
.sli-like:before {
  content: "\e068";
}
.sli-dislike:before {
  content: "\e06d";
}
.sli-control-start:before {
  content: "\e06f";
}
.sli-control-rewind:before {
  content: "\e070";
}
.sli-control-play:before {
  content: "\e071";
}
.sli-control-pause:before {
  content: "\e072";
}
.sli-control-forward:before {
  content: "\e073";
}
.sli-control-end:before {
  content: "\e074";
}
.sli-volume-1:before {
  content: "\e09f";
}
.sli-volume-2:before {
  content: "\e0a0";
}
.sli-volume-off:before {
  content: "\e0a1";
}
.sli-calendar:before {
  content: "\e075";
}
.sli-bulb:before {
  content: "\e076";
}
.sli-chart:before {
  content: "\e077";
}
.sli-ban:before {
  content: "\e07c";
}
.sli-bubble:before {
  content: "\e07d";
}
.sli-camrecorder:before {
  content: "\e07e";
}
.sli-camera:before {
  content: "\e07f";
}
.sli-cloud-download:before {
  content: "\e083";
}
.sli-cloud-upload:before {
  content: "\e084";
}
.sli-envelope:before {
  content: "\e086";
}
.sli-eye:before {
  content: "\e087";
}
.sli-flag:before {
  content: "\e088";
}
.sli-heart:before {
  content: "\e08a";
}
.sli-info:before {
  content: "\e08b";
}
.sli-key:before {
  content: "\e08c";
}
.sli-link:before {
  content: "\e08d";
}
.sli-lock:before {
  content: "\e08e";
}
.sli-lock-open:before {
  content: "\e08f";
}
.sli-magnifier:before {
  content: "\e090";
}
.sli-magnifier-add:before {
  content: "\e091";
}
.sli-magnifier-remove:before {
  content: "\e092";
}
.sli-paper-clip:before {
  content: "\e093";
}
.sli-paper-plane:before {
  content: "\e094";
}
.sli-power:before {
  content: "\e097";
}
.sli-refresh:before {
  content: "\e098";
}
.sli-reload:before {
  content: "\e099";
}
.sli-settings:before {
  content: "\e09a";
}
.sli-star:before {
  content: "\e09b";
}
.sli-symbol-female:before {
  content: "\e09c";
}
.sli-symbol-male:before {
  content: "\e09d";
}
.sli-target:before {
  content: "\e09e";
}
.sli-credit-card:before {
  content: "\e025";
}
.sli-paypal:before {
  content: "\e608";
}
.sli-social-tumblr:before {
  content: "\e00a";
}
.sli-social-twitter:before {
  content: "\e009";
}
.sli-social-facebook:before {
  content: "\e00b";
}
.sli-social-instagram:before {
  content: "\e609";
}
.sli-social-linkedin:before {
  content: "\e60a";
}
.sli-social-pinterest:before {
  content: "\e60b";
}
.sli-social-github:before {
  content: "\e60c";
}
.sli-social-google:before {
  content: "\e60d";
}
.sli-social-reddit:before {
  content: "\e60e";
}
.sli-social-skype:before {
  content: "\e60f";
}
.sli-social-dribbble:before {
  content: "\e00d";
}
.sli-social-behance:before {
  content: "\e610";
}
.sli-social-foursqare:before {
  content: "\e611";
}
.sli-social-soundcloud:before {
  content: "\e612";
}
.sli-social-spotify:before {
  content: "\e613";
}
.sli-social-stumbleupon:before {
  content: "\e614";
}
.sli-social-youtube:before {
  content: "\e008";
}
.sli-social-dropbox:before {
  content: "\e00c";
}
.sli-social-vkontakte:before {
  content: "\e618";
}
.sli-social-steam:before {
  content: "\e620";
}

/* src/app/styles/icons/ionicons.scss */
.ion-icon {
  display: inline-block;
  font-size: 16px;
}
.ion-icon.ion-icon-1x {
  font-size: 16px;
}
.ion-icon.ion-icon-2x {
  font-size: 28px;
}
.ion-icon.ion-icon-3x {
  font-size: 40px;
}
.ionicons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ionicons .icon {
  text-align: center;
  width: 150px;
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.ionicons .icon i {
  margin: 0 5px;
}
.ionicons .icon .icons {
  display: block;
  margin-bottom: 20px;
}
.ionicons .icon .icon-class {
  display: block;
  font-size: 13px;
  font-family: IRANSans-web;
}
[data-background=light] .ionicons .icon {
  color: #212121;
}
[data-background=light] .ionicons .icon i,
[data-background=light] .ionicons .icon .icon-class {
  color: #212121;
}
[data-background=dark] .ionicons .icon {
  color: #f5f5f5;
}
[data-background=dark] .ionicons .icon i,
[data-background=dark] .ionicons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=indigo] .ionicons .icon {
  color: #f5f5f5;
}
[data-background=indigo] .ionicons .icon i,
[data-background=indigo] .ionicons .icon .icon-class {
  color: #f5f5f5;
}
[data-background=blue-grey] .ionicons .icon {
  color: #f5f5f5;
}
[data-background=blue-grey] .ionicons .icon i,
[data-background=blue-grey] .ionicons .icon .icon-class {
  color: #f5f5f5;
}

/* src/app/styles/forms/default-forms.scss */
.form-inline .form-group {
  margin-right: 10px;
}
.form-inline .form-group label {
  margin-right: 10px;
}
[data-background=light] .form-control {
  color: #212121;
  background-color: #fff;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: #bdb9b9;
}
[data-background=light] .form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
[data-background=light] .custom-control-indicator {
  background-color: #ebebeb;
}
[data-background=light] .has-success .custom-control-input:checked ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=light] .has-success .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=light] .has-success .custom-control-input:active ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=light] .has-success .custom-control-indicator {
  background-color: #ebebeb;
}
[data-background=light] .has-danger .custom-control-input:checked ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=light] .has-danger .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=light] .has-danger .custom-control-input:active ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=light] .has-danger .custom-control-indicator {
  background-color: #ebebeb;
}
[data-background=light] .has-warning .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=light] .has-warning .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=light] .has-warning .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=light] .has-warning .custom-control-indicator {
  background-color: #ebebeb;
}
[data-background=light] .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=light] .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=light] .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=light] .custom-file .custom-file-control {
  color: #212121;
  border-color: #ebebeb;
  background-color: #fff;
}
[data-background=light] .custom-file .custom-file-control:before {
  color: #fff;
  border-color: #0277bd;
  background-color: #0277bd;
}
[data-background=light] .custom-file .custom-file-control:after {
  color: #212121;
  border-color: #ebebeb;
  background-color: #fff;
}
[data-background=light] .custom-select {
  color: #212121;
  border-color: #bdb9b9;
  background-size: 8px 10px;
}
[data-background=dark] .form-control {
  color: #f5f5f5;
  background-color: #212121;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: #bdb9b9;
}
[data-background=dark] .form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
[data-background=dark] .custom-control-indicator {
  background-color: #0d0d0d;
}
[data-background=dark] .has-success .custom-control-input:checked ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=dark] .has-success .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=dark] .has-success .custom-control-input:active ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=dark] .has-success .custom-control-indicator {
  background-color: #0d0d0d;
}
[data-background=dark] .has-danger .custom-control-input:checked ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=dark] .has-danger .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=dark] .has-danger .custom-control-input:active ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=dark] .has-danger .custom-control-indicator {
  background-color: #0d0d0d;
}
[data-background=dark] .has-warning .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=dark] .has-warning .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=dark] .has-warning .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=dark] .has-warning .custom-control-indicator {
  background-color: #0d0d0d;
}
[data-background=dark] .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=dark] .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=dark] .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=dark] .custom-file .custom-file-control {
  color: #f5f5f5;
  border-color: #303030;
  background-color: #212121;
}
[data-background=dark] .custom-file .custom-file-control:before {
  color: #fff;
  border-color: #0277bd;
  background-color: #0277bd;
}
[data-background=dark] .custom-file .custom-file-control:after {
  color: #f5f5f5;
  border-color: #303030;
  background-color: #212121;
}
[data-background=dark] .custom-select {
  color: #f5f5f5;
  border-color: #bdb9b9;
  background-size: 8px 10px;
}
[data-background=indigo] .form-control {
  color: #f5f5f5;
  background-color: #1a237e;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: #bdb9b9;
}
[data-background=indigo] .form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
[data-background=indigo] .custom-control-indicator {
  background-color: #131a5c;
}
[data-background=indigo] .has-success .custom-control-input:checked ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=indigo] .has-success .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=indigo] .has-success .custom-control-input:active ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=indigo] .has-success .custom-control-indicator {
  background-color: #131a5c;
}
[data-background=indigo] .has-danger .custom-control-input:checked ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=indigo] .has-danger .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=indigo] .has-danger .custom-control-input:active ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=indigo] .has-danger .custom-control-indicator {
  background-color: #131a5c;
}
[data-background=indigo] .has-warning .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=indigo] .has-warning .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=indigo] .has-warning .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=indigo] .has-warning .custom-control-indicator {
  background-color: #131a5c;
}
[data-background=indigo] .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=indigo] .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=indigo] .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=indigo] .custom-file .custom-file-control {
  color: #f5f5f5;
  border-color: #1f2a97;
  background-color: #1a237e;
}
[data-background=indigo] .custom-file .custom-file-control:before {
  color: #fff;
  border-color: #0277bd;
  background-color: #0277bd;
}
[data-background=indigo] .custom-file .custom-file-control:after {
  color: #f5f5f5;
  border-color: #1f2a97;
  background-color: #1a237e;
}
[data-background=indigo] .custom-select {
  color: #f5f5f5;
  border-color: #bdb9b9;
  background-size: 8px 10px;
}
[data-background=blue-grey] .form-control {
  color: #f5f5f5;
  background-color: #263238;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: #bdb9b9;
}
[data-background=blue-grey] .form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
[data-background=blue-grey] .custom-control-indicator {
  background-color: #161c20;
}
[data-background=blue-grey] .has-success .custom-control-input:checked ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=blue-grey] .has-success .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=blue-grey] .has-success .custom-control-input:active ~ .custom-control-indicator {
  color: #388e3c;
  background-color: #388e3c;
  box-shadow: none;
}
[data-background=blue-grey] .has-success .custom-control-indicator {
  background-color: #161c20;
}
[data-background=blue-grey] .has-danger .custom-control-input:checked ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=blue-grey] .has-danger .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=blue-grey] .has-danger .custom-control-input:active ~ .custom-control-indicator {
  color: #b71c1c;
  background-color: #b71c1c;
  box-shadow: none;
}
[data-background=blue-grey] .has-danger .custom-control-indicator {
  background-color: #161c20;
}
[data-background=blue-grey] .has-warning .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=blue-grey] .has-warning .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=blue-grey] .has-warning .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=blue-grey] .has-warning .custom-control-indicator {
  background-color: #161c20;
}
[data-background=blue-grey] .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=blue-grey] .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
[data-background=blue-grey] .custom-control-input:active ~ .custom-control-indicator {
  color: #ffa000;
  background-color: #ffa000;
  box-shadow: none;
}
[data-background=blue-grey] .custom-file .custom-file-control {
  color: #f5f5f5;
  border-color: #32424a;
  background-color: #263238;
}
[data-background=blue-grey] .custom-file .custom-file-control:before {
  color: #fff;
  border-color: #0277bd;
  background-color: #0277bd;
}
[data-background=blue-grey] .custom-file .custom-file-control:after {
  color: #f5f5f5;
  border-color: #32424a;
  background-color: #263238;
}
[data-background=blue-grey] .custom-select {
  color: #f5f5f5;
  border-color: #bdb9b9;
  background-size: 8px 10px;
}
[data-background=light] .input-group {
  overflow: hidden;
}
[data-background=light] .input-group .input-group-addon {
  color: #212121;
  background-color: whitesmoke;
  border-color: whitesmoke;
}
[data-background=light] .input-group .form-control {
  color: #212121;
  background-color: #fff;
  border-color: #bdb9b9;
}
[data-background=light] .input-group .input-group-btn .btn {
  padding: 11px 11px 12px 11px;
  border-width: 1px;
}
[data-background=light] .input-group .input-group-btn .btn.btn-default {
  color: #fff;
  background-color: whitesmoke;
  border-color: whitesmoke;
}
[data-background=light] .input-group .input-group-btn .btn.btn-default:hover,
[data-background=light] .input-group .input-group-btn .btn.btn-default:active,
[data-background=light] .input-group .input-group-btn .btn.btn-default:focus,
[data-background=light] .input-group .input-group-btn .btn.btn-default:visited,
[data-background=light] .input-group .input-group-btn .btn.btn-default.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: whitesmoke;
}
[data-background=dark] .input-group {
  overflow: hidden;
}
[data-background=dark] .input-group .input-group-addon {
  color: #f5f5f5;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
[data-background=dark] .input-group .form-control {
  color: #f5f5f5;
  background-color: #212121;
  border-color: #bdb9b9;
}
[data-background=dark] .input-group .input-group-btn .btn {
  padding: 11px 11px 12px 11px;
  border-width: 1px;
}
[data-background=dark] .input-group .input-group-btn .btn.btn-default {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
[data-background=dark] .input-group .input-group-btn .btn.btn-default:hover,
[data-background=dark] .input-group .input-group-btn .btn.btn-default:active,
[data-background=dark] .input-group .input-group-btn .btn.btn-default:focus,
[data-background=dark] .input-group .input-group-btn .btn.btn-default:visited,
[data-background=dark] .input-group .input-group-btn .btn.btn-default.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
[data-background=indigo] .input-group {
  overflow: hidden;
}
[data-background=indigo] .input-group .input-group-addon {
  color: #f5f5f5;
  background-color: #1d288f;
  border-color: #1d288f;
}
[data-background=indigo] .input-group .form-control {
  color: #f5f5f5;
  background-color: #1a237e;
  border-color: #bdb9b9;
}
[data-background=indigo] .input-group .input-group-btn .btn {
  padding: 11px 11px 12px 11px;
  border-width: 1px;
}
[data-background=indigo] .input-group .input-group-btn .btn.btn-default {
  color: #fff;
  background-color: #1d288f;
  border-color: #1d288f;
}
[data-background=indigo] .input-group .input-group-btn .btn.btn-default:hover,
[data-background=indigo] .input-group .input-group-btn .btn.btn-default:active,
[data-background=indigo] .input-group .input-group-btn .btn.btn-default:focus,
[data-background=indigo] .input-group .input-group-btn .btn.btn-default:visited,
[data-background=indigo] .input-group .input-group-btn .btn.btn-default.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1d288f;
}
[data-background=blue-grey] .input-group {
  overflow: hidden;
}
[data-background=blue-grey] .input-group .input-group-addon {
  color: #f5f5f5;
  background-color: #2e3d44;
  border-color: #2e3d44;
}
[data-background=blue-grey] .input-group .form-control {
  color: #f5f5f5;
  background-color: #263238;
  border-color: #bdb9b9;
}
[data-background=blue-grey] .input-group .input-group-btn .btn {
  padding: 11px 11px 12px 11px;
  border-width: 1px;
}
[data-background=blue-grey] .input-group .input-group-btn .btn.btn-default {
  color: #fff;
  background-color: #2e3d44;
  border-color: #2e3d44;
}
[data-background=blue-grey] .input-group .input-group-btn .btn.btn-default:hover,
[data-background=blue-grey] .input-group .input-group-btn .btn.btn-default:active,
[data-background=blue-grey] .input-group .input-group-btn .btn.btn-default:focus,
[data-background=blue-grey] .input-group .input-group-btn .btn.btn-default:visited,
[data-background=blue-grey] .input-group .input-group-btn .btn.btn-default.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #2e3d44;
}
.input-group .input-group-addon:nth-child(1) {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.input-group .input-group-addon:nth-child(2) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* src/app/styles/forms/file-uploads.scss */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#my-dropzone .dz-default.dz-message span {
  font-size: 24px;
  position: relative;
}
#my-dropzone .dz-default.dz-message span:before {
  font-family: FontAwesome;
  content: "\f0ee";
  padding-right: 10px;
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 200px;
  padding: 40px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 58;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 17;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 58;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 58;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
[data-background=light] .dropzone {
  border: 3px dashed #ebebeb;
  background: #fff;
  color: #212121;
}
[data-background=light] .dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background:
    linear-gradient(
      to bottom,
      #eee,
      #ddd);
}
[data-background=light] .dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
[data-background=light] .dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
}
[data-background=light] .dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
[data-background=light] .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
[data-background=light] .dropzone .dz-preview .dz-details .dz-filename span,
[data-background=light] .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
}
[data-background=light] .dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, 0.9);
}
[data-background=light] .dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background:
    linear-gradient(
      to bottom,
      #666,
      #444);
}
[data-background=light] .dropzone .dz-preview .dz-error-message {
  background: #b71c1c;
  background:
    linear-gradient(
      to bottom,
      #b71c1c,
      #b71c1c);
  color: #fff;
}
[data-background=light] .dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #b71c1c;
}
[data-background=dark] .dropzone {
  border: 3px dashed #0d0d0d;
  background: #212121;
  color: #f5f5f5;
}
[data-background=dark] .dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background:
    linear-gradient(
      to bottom,
      #eee,
      #ddd);
}
[data-background=dark] .dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
[data-background=dark] .dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
}
[data-background=dark] .dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
[data-background=dark] .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
[data-background=dark] .dropzone .dz-preview .dz-details .dz-filename span,
[data-background=dark] .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
}
[data-background=dark] .dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, 0.9);
}
[data-background=dark] .dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background:
    linear-gradient(
      to bottom,
      #666,
      #444);
}
[data-background=dark] .dropzone .dz-preview .dz-error-message {
  background: #b71c1c;
  background:
    linear-gradient(
      to bottom,
      #b71c1c,
      #b71c1c);
  color: #fff;
}
[data-background=dark] .dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #b71c1c;
}
[data-background=indigo] .dropzone {
  border: 3px dashed #131a5c;
  background: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background:
    linear-gradient(
      to bottom,
      #eee,
      #ddd);
}
[data-background=indigo] .dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
[data-background=indigo] .dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
}
[data-background=indigo] .dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
[data-background=indigo] .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
[data-background=indigo] .dropzone .dz-preview .dz-details .dz-filename span,
[data-background=indigo] .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
}
[data-background=indigo] .dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, 0.9);
}
[data-background=indigo] .dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background:
    linear-gradient(
      to bottom,
      #666,
      #444);
}
[data-background=indigo] .dropzone .dz-preview .dz-error-message {
  background: #b71c1c;
  background:
    linear-gradient(
      to bottom,
      #b71c1c,
      #b71c1c);
  color: #fff;
}
[data-background=indigo] .dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #b71c1c;
}
[data-background=blue-grey] .dropzone {
  border: 3px dashed #161c20;
  background: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background:
    linear-gradient(
      to bottom,
      #eee,
      #ddd);
}
[data-background=blue-grey] .dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
[data-background=blue-grey] .dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
}
[data-background=blue-grey] .dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
[data-background=blue-grey] .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
[data-background=blue-grey] .dropzone .dz-preview .dz-details .dz-filename span,
[data-background=blue-grey] .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
}
[data-background=blue-grey] .dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, 0.9);
}
[data-background=blue-grey] .dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background:
    linear-gradient(
      to bottom,
      #666,
      #444);
}
[data-background=blue-grey] .dropzone .dz-preview .dz-error-message {
  background: #b71c1c;
  background:
    linear-gradient(
      to bottom,
      #b71c1c,
      #b71c1c);
  color: #fff;
}
[data-background=blue-grey] .dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #b71c1c;
}

/* src/app/styles/forms/steps.scss */
[data-controller=forms][data-view=steps] .form-group.has-success .form-control.form-control-danger,
[data-controller=forms][data-view=steps] .form-group.has-danger .form-control.form-control-danger {
  background-image: none !important;
}

/* src/app/styles/forms/sliders.scss */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
  border: 0;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
[data-background=light] input[type=range] {
  background: transparent;
}
[data-background=light] input[type=range]::-webkit-slider-runnable-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #d1d1d1;
  border: none;
}
[data-background=light] input[type=range]::-moz-range-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #d1d1d1;
  border: none;
}
[data-background=light] input[type=range]::-ms-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #d1d1d1;
  border: none;
}
[data-background=light] input[type=range].input-range-light::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-light:focus::-webkit-slider-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=light] input[type=range].input-range-light::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-light:focus::-moz-range-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=light] input[type=range].input-range-light::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-light:focus::-ms-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=light] input[type=range].input-range-dark::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-dark:focus::-webkit-slider-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=light] input[type=range].input-range-dark::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-dark:focus::-moz-range-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=light] input[type=range].input-range-dark::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-dark:focus::-ms-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=light] input[type=range].input-range-default::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-default:focus::-webkit-slider-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=light] input[type=range].input-range-default::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-default:focus::-moz-range-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=light] input[type=range].input-range-default::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-default:focus::-ms-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=light] input[type=range].input-range-primary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-primary:focus::-webkit-slider-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=light] input[type=range].input-range-primary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-primary:focus::-moz-range-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=light] input[type=range].input-range-primary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-primary:focus::-ms-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=light] input[type=range].input-range-secondary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-secondary:focus::-webkit-slider-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=light] input[type=range].input-range-secondary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-secondary:focus::-moz-range-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=light] input[type=range].input-range-secondary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-secondary:focus::-ms-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=light] input[type=range].input-range-info::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-info:focus::-webkit-slider-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=light] input[type=range].input-range-info::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-info:focus::-moz-range-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=light] input[type=range].input-range-info::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-info:focus::-ms-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=light] input[type=range].input-range-success::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-success:focus::-webkit-slider-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=light] input[type=range].input-range-success::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-success:focus::-moz-range-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=light] input[type=range].input-range-success::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-success:focus::-ms-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=light] input[type=range].input-range-warning::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-warning:focus::-webkit-slider-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=light] input[type=range].input-range-warning::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-warning:focus::-moz-range-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=light] input[type=range].input-range-warning::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-warning:focus::-ms-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=light] input[type=range].input-range-danger::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=light] input[type=range].input-range-danger:focus::-webkit-slider-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=light] input[type=range].input-range-danger::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=light] input[type=range].input-range-danger:focus::-moz-range-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=light] input[type=range].input-range-danger::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=light] input[type=range].input-range-danger:focus::-ms-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=dark] input[type=range] {
  background: transparent;
}
[data-background=dark] input[type=range]::-webkit-slider-runnable-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #171717;
  border: none;
}
[data-background=dark] input[type=range]::-moz-range-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #171717;
  border: none;
}
[data-background=dark] input[type=range]::-ms-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #171717;
  border: none;
}
[data-background=dark] input[type=range].input-range-light::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-light:focus::-webkit-slider-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=dark] input[type=range].input-range-light::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-light:focus::-moz-range-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=dark] input[type=range].input-range-light::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-light:focus::-ms-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=dark] input[type=range].input-range-dark::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-dark:focus::-webkit-slider-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=dark] input[type=range].input-range-dark::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-dark:focus::-moz-range-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=dark] input[type=range].input-range-dark::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-dark:focus::-ms-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=dark] input[type=range].input-range-default::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-default:focus::-webkit-slider-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=dark] input[type=range].input-range-default::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-default:focus::-moz-range-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=dark] input[type=range].input-range-default::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-default:focus::-ms-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=dark] input[type=range].input-range-primary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-primary:focus::-webkit-slider-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=dark] input[type=range].input-range-primary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-primary:focus::-moz-range-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=dark] input[type=range].input-range-primary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-primary:focus::-ms-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=dark] input[type=range].input-range-secondary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-secondary:focus::-webkit-slider-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=dark] input[type=range].input-range-secondary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-secondary:focus::-moz-range-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=dark] input[type=range].input-range-secondary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-secondary:focus::-ms-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=dark] input[type=range].input-range-info::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-info:focus::-webkit-slider-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=dark] input[type=range].input-range-info::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-info:focus::-moz-range-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=dark] input[type=range].input-range-info::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-info:focus::-ms-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=dark] input[type=range].input-range-success::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-success:focus::-webkit-slider-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=dark] input[type=range].input-range-success::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-success:focus::-moz-range-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=dark] input[type=range].input-range-success::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-success:focus::-ms-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=dark] input[type=range].input-range-warning::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-warning:focus::-webkit-slider-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=dark] input[type=range].input-range-warning::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-warning:focus::-moz-range-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=dark] input[type=range].input-range-warning::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-warning:focus::-ms-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=dark] input[type=range].input-range-danger::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=dark] input[type=range].input-range-danger:focus::-webkit-slider-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=dark] input[type=range].input-range-danger::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=dark] input[type=range].input-range-danger:focus::-moz-range-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=dark] input[type=range].input-range-danger::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=dark] input[type=range].input-range-danger:focus::-ms-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=indigo] input[type=range] {
  background: transparent;
}
[data-background=indigo] input[type=range]::-webkit-slider-runnable-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #171e6d;
  border: none;
}
[data-background=indigo] input[type=range]::-moz-range-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #171e6d;
  border: none;
}
[data-background=indigo] input[type=range]::-ms-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #171e6d;
  border: none;
}
[data-background=indigo] input[type=range].input-range-light::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-light:focus::-webkit-slider-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=indigo] input[type=range].input-range-light::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-light:focus::-moz-range-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=indigo] input[type=range].input-range-light::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-light:focus::-ms-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=indigo] input[type=range].input-range-dark::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-dark:focus::-webkit-slider-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=indigo] input[type=range].input-range-dark::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-dark:focus::-moz-range-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=indigo] input[type=range].input-range-dark::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-dark:focus::-ms-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=indigo] input[type=range].input-range-default::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-default:focus::-webkit-slider-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=indigo] input[type=range].input-range-default::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-default:focus::-moz-range-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=indigo] input[type=range].input-range-default::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-default:focus::-ms-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=indigo] input[type=range].input-range-primary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-primary:focus::-webkit-slider-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=indigo] input[type=range].input-range-primary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-primary:focus::-moz-range-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=indigo] input[type=range].input-range-primary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-primary:focus::-ms-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=indigo] input[type=range].input-range-secondary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-secondary:focus::-webkit-slider-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=indigo] input[type=range].input-range-secondary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-secondary:focus::-moz-range-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=indigo] input[type=range].input-range-secondary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-secondary:focus::-ms-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=indigo] input[type=range].input-range-info::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-info:focus::-webkit-slider-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=indigo] input[type=range].input-range-info::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-info:focus::-moz-range-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=indigo] input[type=range].input-range-info::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-info:focus::-ms-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=indigo] input[type=range].input-range-success::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-success:focus::-webkit-slider-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=indigo] input[type=range].input-range-success::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-success:focus::-moz-range-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=indigo] input[type=range].input-range-success::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-success:focus::-ms-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=indigo] input[type=range].input-range-warning::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-warning:focus::-webkit-slider-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=indigo] input[type=range].input-range-warning::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-warning:focus::-moz-range-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=indigo] input[type=range].input-range-warning::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-warning:focus::-ms-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=indigo] input[type=range].input-range-danger::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=indigo] input[type=range].input-range-danger:focus::-webkit-slider-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=indigo] input[type=range].input-range-danger::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=indigo] input[type=range].input-range-danger:focus::-moz-range-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=indigo] input[type=range].input-range-danger::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=indigo] input[type=range].input-range-danger:focus::-ms-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=blue-grey] input[type=range] {
  background: transparent;
}
[data-background=blue-grey] input[type=range]::-webkit-slider-runnable-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #1e272c;
  border: none;
}
[data-background=blue-grey] input[type=range]::-moz-range-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #1e272c;
  border: none;
}
[data-background=blue-grey] input[type=range]::-ms-track {
  height: 0.35rem;
  margin: 0.875rem 0;
  background: #1e272c;
  border: none;
}
[data-background=blue-grey] input[type=range].input-range-light::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-light:focus::-webkit-slider-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-light::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-light:focus::-moz-range-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-light::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-light:focus::-ms-thumb {
  background: #f5f5f5;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-dark::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-dark:focus::-webkit-slider-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-dark::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-dark:focus::-moz-range-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-dark::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-dark:focus::-ms-thumb {
  background: #212121;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-default::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-default:focus::-webkit-slider-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-default::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-default:focus::-moz-range-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-default::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #424242;
  border-radius: 50%;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-default:focus::-ms-thumb {
  background: #424242;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(66, 66, 66, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-primary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-primary:focus::-webkit-slider-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-primary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-primary:focus::-moz-range-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-primary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0277bd;
  border-radius: 50%;
  background: #0277bd;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-primary:focus::-ms-thumb {
  background: #0277bd;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(2, 119, 189, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-secondary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-secondary:focus::-webkit-slider-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-secondary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-secondary:focus::-moz-range-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-secondary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #00796b;
  border-radius: 50%;
  background: #00796b;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-secondary:focus::-ms-thumb {
  background: #00796b;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 121, 107, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-info::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-info:focus::-webkit-slider-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-info::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-info:focus::-moz-range-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-info::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #138496;
  border-radius: 50%;
  background: #138496;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-info:focus::-ms-thumb {
  background: #138496;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(19, 132, 150, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-success::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-success:focus::-webkit-slider-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-success::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-success:focus::-moz-range-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-success::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-success:focus::-ms-thumb {
  background: #388e3c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-warning::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-warning:focus::-webkit-slider-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-warning::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-warning:focus::-moz-range-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-warning::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-warning:focus::-ms-thumb {
  background: #ffa000;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-danger::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-background=blue-grey] input[type=range].input-range-danger:focus::-webkit-slider-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-danger::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
[data-background=blue-grey] input[type=range].input-range-danger:focus::-moz-range-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
[data-background=blue-grey] input[type=range].input-range-danger::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #b71c1c;
  border-radius: 50%;
  background: #b71c1c;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  transform: translateY(calc(0.5rem - 50%));
}
[data-background=blue-grey] input[type=range].input-range-danger:focus::-ms-thumb {
  background: #b71c1c;
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(183, 28, 28, 0.5);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: -10px;
  top: -6px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-background {
  height: 2px;
  margin: 20px 0;
}
.noUi-origin {
  margin: -1px 0 0 0;
  border-radius: 0;
  height: 2px;
}
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-handle {
  border-radius: 100%;
  cursor: default;
  transition: all 0.2s ease-out;
  border: 1px solid;
}
.noUi-horizontal {
  height: 2px;
  margin: 15px 0;
}
.noUi-horizontal .noUi-handle.noUi-active {
  transform: scale(2);
}
[disabled].noUi-slider {
  opacity: 0.5;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider-light .noUi-connect,
.slider-light .noUi-background,
.slider-light .noUi-base,
.slider-light .noUi-target,
.slider-light .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-light .noUi-connect {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.slider-light .noUi-handle {
  background-color: white;
  border-color: white;
}
.slider-light .noUi-background {
  background-color: white;
  border-color: white;
}
.slider-light .noUi-base {
  background-color: white;
  border-color: white;
}
.slider-dark .noUi-connect,
.slider-dark .noUi-background,
.slider-dark .noUi-base,
.slider-dark .noUi-target,
.slider-dark .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-dark .noUi-connect {
  background-color: #212121;
  border-color: #212121;
}
.slider-dark .noUi-handle {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.slider-dark .noUi-background {
  background-color: #545454;
  border-color: #545454;
}
.slider-dark .noUi-base {
  background-color: #545454;
  border-color: #545454;
}
.slider-default .noUi-connect,
.slider-default .noUi-background,
.slider-default .noUi-base,
.slider-default .noUi-target,
.slider-default .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-default .noUi-connect {
  background-color: #424242;
  border-color: #424242;
}
.slider-default .noUi-handle {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.slider-default .noUi-background {
  background-color: #757575;
  border-color: #757575;
}
.slider-default .noUi-base {
  background-color: #757575;
  border-color: #757575;
}
.slider-primary .noUi-connect,
.slider-primary .noUi-background,
.slider-primary .noUi-base,
.slider-primary .noUi-target,
.slider-primary .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-primary .noUi-connect {
  background-color: #0277bd;
  border-color: #0277bd;
}
.slider-primary .noUi-handle {
  background-color: #0287d6;
  border-color: #0287d6;
}
.slider-primary .noUi-background {
  background-color: #28adfd;
  border-color: #28adfd;
}
.slider-primary .noUi-base {
  background-color: #28adfd;
  border-color: #28adfd;
}
.slider-secondary .noUi-connect,
.slider-secondary .noUi-background,
.slider-secondary .noUi-base,
.slider-secondary .noUi-target,
.slider-secondary .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-secondary .noUi-connect {
  background-color: #00796b;
  border-color: #00796b;
}
.slider-secondary .noUi-handle {
  background-color: #009382;
  border-color: #009382;
}
.slider-secondary .noUi-background {
  background-color: #00dfc5;
  border-color: #00dfc5;
}
.slider-secondary .noUi-base {
  background-color: #00dfc5;
  border-color: #00dfc5;
}
.slider-info .noUi-connect,
.slider-info .noUi-background,
.slider-info .noUi-base,
.slider-info .noUi-target,
.slider-info .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-info .noUi-connect {
  background-color: #138496;
  border-color: #138496;
}
.slider-info .noUi-handle {
  background-color: #1698ad;
  border-color: #1698ad;
}
.slider-info .noUi-background {
  background-color: #2bcbe4;
  border-color: #2bcbe4;
}
.slider-info .noUi-base {
  background-color: #2bcbe4;
  border-color: #2bcbe4;
}
.slider-success .noUi-connect,
.slider-success .noUi-background,
.slider-success .noUi-base,
.slider-success .noUi-target,
.slider-success .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-success .noUi-connect {
  background-color: #388e3c;
  border-color: #388e3c;
}
.slider-success .noUi-handle {
  background-color: #3fa044;
  border-color: #3fa044;
}
.slider-success .noUi-background {
  background-color: #68c46d;
  border-color: #68c46d;
}
.slider-success .noUi-base {
  background-color: #68c46d;
  border-color: #68c46d;
}
.slider-warning .noUi-connect,
.slider-warning .noUi-background,
.slider-warning .noUi-base,
.slider-warning .noUi-target,
.slider-warning .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-warning .noUi-connect {
  background-color: #ffa000;
  border-color: #ffa000;
}
.slider-warning .noUi-handle {
  background-color: #ffaa1a;
  border-color: #ffaa1a;
}
.slider-warning .noUi-background {
  background-color: #ffc666;
  border-color: #ffc666;
}
.slider-warning .noUi-base {
  background-color: #ffc666;
  border-color: #ffc666;
}
.slider-danger .noUi-connect,
.slider-danger .noUi-background,
.slider-danger .noUi-base,
.slider-danger .noUi-target,
.slider-danger .noUi-handle {
  box-shadow: none;
  border-color: none;
  background-color: none;
  color: none;
}
.slider-danger .noUi-connect {
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.slider-danger .noUi-handle {
  background-color: #cd1f1f;
  border-color: #cd1f1f;
}
.slider-danger .noUi-background {
  background-color: #e55454;
  border-color: #e55454;
}
.slider-danger .noUi-base {
  background-color: #e55454;
  border-color: #e55454;
}
[data-background=light] .noUi-origin {
  background: #ebebeb;
}
[data-background=light] .noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #ebebeb;
}
[data-background=light] .noUi-target {
  border: 3px solid #d1d1d1;
}
[data-background=light] .slider {
  background-color: #fff;
}
[data-background=dark] .noUi-origin {
  background: #303030;
}
[data-background=dark] .noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #212121;
  border: 2px solid #303030;
}
[data-background=dark] .noUi-target {
  border: 3px solid #171717;
}
[data-background=dark] .slider {
  background-color: #212121;
}
[data-background=indigo] .noUi-origin {
  background: #1f2a97;
}
[data-background=indigo] .noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #1a237e;
  border: 2px solid #1f2a97;
}
[data-background=indigo] .noUi-target {
  border: 3px solid #171e6d;
}
[data-background=indigo] .slider {
  background-color: #1a237e;
}
[data-background=blue-grey] .noUi-origin {
  background: #32424a;
}
[data-background=blue-grey] .noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #263238;
  border: 2px solid #32424a;
}
[data-background=blue-grey] .noUi-target {
  border: 3px solid #1e272c;
}
[data-background=blue-grey] .slider {
  background-color: #263238;
}

/* src/app/styles/forms/datepicker.scss */
[data-background=light] .datepicker {
  border-radius: 0px;
  direction: ltr;
}
[data-background=light] .datepicker-inline {
  width: 220px;
}
[data-background=light] .datepicker-rtl {
  direction: rtl;
}
[data-background=light] .datepicker-rtl.dropdown-menu {
  left: auto;
}
[data-background=light] .datepicker-rtl table tr td span {
  float: right;
}
[data-background=light] .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
[data-background=light] .datepicker-dropdown:before {
  display: none;
}
[data-background=light] .datepicker-dropdown:after {
  display: none;
}
[data-background=light] .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-background=light] .datepicker table tr td,
[data-background=light] .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.table-striped [data-background=light] .datepicker table tr td,
.table-striped [data-background=light] .datepicker table tr th {
  background-color: transparent;
}
[data-background=light] .datepicker table tr td {
  font-size: 13px;
}
[data-background=light] .datepicker table tr td.old,
[data-background=light] .datepicker table tr td.new {
  color: #212121;
}
[data-background=light] .datepicker table tr td.day:hover,
[data-background=light] .datepicker table tr td.focused {
  background: #0277bd;
  color: #fff;
  cursor: pointer;
}
[data-background=light] .datepicker table tr td.disabled,
[data-background=light] .datepicker table tr td.disabled:hover {
  background: none;
  color: #2e2e2e;
  cursor: default;
}
[data-background=light] .datepicker table tr td.highlighted {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
  border-radius: 0;
}
[data-background=light] .datepicker table tr td.highlighted:focus,
[data-background=light] .datepicker table tr td.highlighted.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.highlighted:active,
[data-background=light] .datepicker table tr td.highlighted.active {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.highlighted:active:hover,
[data-background=light] .datepicker table tr td.highlighted:active:focus,
[data-background=light] .datepicker table tr td.highlighted:active.focus,
[data-background=light] .datepicker table tr td.highlighted.active:hover,
[data-background=light] .datepicker table tr td.highlighted.active:focus,
[data-background=light] .datepicker table tr td.highlighted.active.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.highlighted.disabled:hover,
[data-background=light] .datepicker table tr td.highlighted.disabled:focus,
[data-background=light] .datepicker table tr td.highlighted.disabled.focus,
[data-background=light] .datepicker table tr td.highlighted[disabled]:hover,
[data-background=light] .datepicker table tr td.highlighted[disabled]:focus,
[data-background=light] .datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.highlighted:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.highlighted:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.highlighted.focus {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.highlighted.focused {
  background: #01578b;
}
[data-background=light] .datepicker table tr td.highlighted.disabled,
[data-background=light] .datepicker table tr td.highlighted.disabled:active {
  background: #0277bd;
  color: #2e2e2e;
}
[data-background=light] .datepicker table tr td.today {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.today:focus,
[data-background=light] .datepicker table tr td.today.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.today:hover {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.today:active,
[data-background=light] .datepicker table tr td.today.active {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.today:active:hover,
[data-background=light] .datepicker table tr td.today:active:focus,
[data-background=light] .datepicker table tr td.today:active.focus,
[data-background=light] .datepicker table tr td.today.active:hover,
[data-background=light] .datepicker table tr td.today.active:focus,
[data-background=light] .datepicker table tr td.today.active.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.today.disabled:hover,
[data-background=light] .datepicker table tr td.today.disabled:focus,
[data-background=light] .datepicker table tr td.today.disabled.focus,
[data-background=light] .datepicker table tr td.today[disabled]:hover,
[data-background=light] .datepicker table tr td.today[disabled]:focus,
[data-background=light] .datepicker table tr td.today[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.today:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.today:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.today.focus {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.today.focused {
  background: #01578b;
}
[data-background=light] .datepicker table tr td.today.disabled,
[data-background=light] .datepicker table tr td.today.disabled:active {
  background: #0277bd;
  color: #2e2e2e;
}
[data-background=light] .datepicker table tr td.range {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
  border-radius: 0;
}
[data-background=light] .datepicker table tr td.range:focus,
[data-background=light] .datepicker table tr td.range.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range:hover {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range:active,
[data-background=light] .datepicker table tr td.range.active {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range:active:hover,
[data-background=light] .datepicker table tr td.range:active:focus,
[data-background=light] .datepicker table tr td.range:active.focus,
[data-background=light] .datepicker table tr td.range.active:hover,
[data-background=light] .datepicker table tr td.range.active:focus,
[data-background=light] .datepicker table tr td.range.active.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.disabled:hover,
[data-background=light] .datepicker table tr td.range.disabled:focus,
[data-background=light] .datepicker table tr td.range.disabled.focus,
[data-background=light] .datepicker table tr td.range[disabled]:hover,
[data-background=light] .datepicker table tr td.range[disabled]:focus,
[data-background=light] .datepicker table tr td.range[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.range:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.range:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.focus {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.focused {
  background: #01578b;
}
[data-background=light] .datepicker table tr td.range.disabled,
[data-background=light] .datepicker table tr td.range.disabled:active {
  background: #0277bd;
  color: #2e2e2e;
}
[data-background=light] .datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.highlighted:focus,
[data-background=light] .datepicker table tr td.range.highlighted.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.highlighted:active,
[data-background=light] .datepicker table tr td.range.highlighted.active {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.highlighted:active:hover,
[data-background=light] .datepicker table tr td.range.highlighted:active:focus,
[data-background=light] .datepicker table tr td.range.highlighted:active.focus,
[data-background=light] .datepicker table tr td.range.highlighted.active:hover,
[data-background=light] .datepicker table tr td.range.highlighted.active:focus,
[data-background=light] .datepicker table tr td.range.highlighted.active.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.highlighted.disabled:hover,
[data-background=light] .datepicker table tr td.range.highlighted.disabled:focus,
[data-background=light] .datepicker table tr td.range.highlighted.disabled.focus,
[data-background=light] .datepicker table tr td.range.highlighted[disabled]:hover,
[data-background=light] .datepicker table tr td.range.highlighted[disabled]:focus,
[data-background=light] .datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.highlighted:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.highlighted.focus {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.highlighted.focused {
  background: #01578b;
}
[data-background=light] .datepicker table tr td.range.highlighted.disabled,
[data-background=light] .datepicker table tr td.range.highlighted.disabled:active {
  background: #0277bd;
  color: #2e2e2e;
}
[data-background=light] .datepicker table tr td.range.today {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.today:focus,
[data-background=light] .datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.today:active,
[data-background=light] .datepicker table tr td.range.today.active {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.today:active:hover,
[data-background=light] .datepicker table tr td.range.today:active:focus,
[data-background=light] .datepicker table tr td.range.today:active.focus,
[data-background=light] .datepicker table tr td.range.today.active:hover,
[data-background=light] .datepicker table tr td.range.today.active:focus,
[data-background=light] .datepicker table tr td.range.today.active.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.today.disabled:hover,
[data-background=light] .datepicker table tr td.range.today.disabled:focus,
[data-background=light] .datepicker table tr td.range.today.disabled.focus,
[data-background=light] .datepicker table tr td.range.today[disabled]:hover,
[data-background=light] .datepicker table tr td.range.today[disabled]:focus,
[data-background=light] .datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.today:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.today:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.range.today.focus {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.range.today.disabled,
[data-background=light] .datepicker table tr td.range.today.disabled:active {
  background: #0277bd;
  color: #2e2e2e;
}
[data-background=light] .datepicker table tr td.selected,
[data-background=light] .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.selected:focus,
[data-background=light] .datepicker table tr td.selected.focus,
[data-background=light] .datepicker table tr td.selected.highlighted:focus,
[data-background=light] .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.selected:hover,
[data-background=light] .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.selected:active,
[data-background=light] .datepicker table tr td.selected.active,
[data-background=light] .datepicker table tr td.selected.highlighted:active,
[data-background=light] .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.selected:active:hover,
[data-background=light] .datepicker table tr td.selected:active:focus,
[data-background=light] .datepicker table tr td.selected:active.focus,
[data-background=light] .datepicker table tr td.selected.active:hover,
[data-background=light] .datepicker table tr td.selected.active:focus,
[data-background=light] .datepicker table tr td.selected.active.focus,
[data-background=light] .datepicker table tr td.selected.highlighted:active:hover,
[data-background=light] .datepicker table tr td.selected.highlighted:active:focus,
[data-background=light] .datepicker table tr td.selected.highlighted:active.focus,
[data-background=light] .datepicker table tr td.selected.highlighted.active:hover,
[data-background=light] .datepicker table tr td.selected.highlighted.active:focus,
[data-background=light] .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.selected.disabled:hover,
[data-background=light] .datepicker table tr td.selected.disabled:focus,
[data-background=light] .datepicker table tr td.selected.disabled.focus,
[data-background=light] .datepicker table tr td.selected[disabled]:hover,
[data-background=light] .datepicker table tr td.selected[disabled]:focus,
[data-background=light] .datepicker table tr td.selected[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.selected:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.selected:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.selected.focus,
[data-background=light] .datepicker table tr td.selected.highlighted.disabled:hover,
[data-background=light] .datepicker table tr td.selected.highlighted.disabled:focus,
[data-background=light] .datepicker table tr td.selected.highlighted.disabled.focus,
[data-background=light] .datepicker table tr td.selected.highlighted[disabled]:hover,
[data-background=light] .datepicker table tr td.selected.highlighted[disabled]:focus,
[data-background=light] .datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.selected.highlighted.focus {
  background-color: whitesmoke;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.active,
[data-background=light] .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.active:focus,
[data-background=light] .datepicker table tr td.active.focus,
[data-background=light] .datepicker table tr td.active.highlighted:focus,
[data-background=light] .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.active:hover,
[data-background=light] .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.active:active,
[data-background=light] .datepicker table tr td.active.active,
[data-background=light] .datepicker table tr td.active.highlighted:active,
[data-background=light] .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.active:active:hover,
[data-background=light] .datepicker table tr td.active:active:focus,
[data-background=light] .datepicker table tr td.active:active.focus,
[data-background=light] .datepicker table tr td.active.active:hover,
[data-background=light] .datepicker table tr td.active.active:focus,
[data-background=light] .datepicker table tr td.active.active.focus,
[data-background=light] .datepicker table tr td.active.highlighted:active:hover,
[data-background=light] .datepicker table tr td.active.highlighted:active:focus,
[data-background=light] .datepicker table tr td.active.highlighted:active.focus,
[data-background=light] .datepicker table tr td.active.highlighted.active:hover,
[data-background=light] .datepicker table tr td.active.highlighted.active:focus,
[data-background=light] .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td.active.disabled:hover,
[data-background=light] .datepicker table tr td.active.disabled:focus,
[data-background=light] .datepicker table tr td.active.disabled.focus,
[data-background=light] .datepicker table tr td.active[disabled]:hover,
[data-background=light] .datepicker table tr td.active[disabled]:focus,
[data-background=light] .datepicker table tr td.active[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.active:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.active:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.active.focus,
[data-background=light] .datepicker table tr td.active.highlighted.disabled:hover,
[data-background=light] .datepicker table tr td.active.highlighted.disabled:focus,
[data-background=light] .datepicker table tr td.active.highlighted.disabled.focus,
[data-background=light] .datepicker table tr td.active.highlighted[disabled]:hover,
[data-background=light] .datepicker table tr td.active.highlighted[disabled]:focus,
[data-background=light] .datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td.active.highlighted.focus {
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
[data-background=light] .datepicker table tr td span:hover,
[data-background=light] .datepicker table tr td span.focused {
  background: #0277bd;
}
[data-background=light] .datepicker table tr td span.disabled,
[data-background=light] .datepicker table tr td span.disabled:hover {
  background: none;
  color: #2e2e2e;
  cursor: default;
}
[data-background=light] .datepicker table tr td span.active,
[data-background=light] .datepicker table tr td span.active:hover,
[data-background=light] .datepicker table tr td span.active.disabled,
[data-background=light] .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span.active:focus,
[data-background=light] .datepicker table tr td span.active.focus,
[data-background=light] .datepicker table tr td span.active:hover:focus,
[data-background=light] .datepicker table tr td span.active:hover.focus,
[data-background=light] .datepicker table tr td span.active.disabled:focus,
[data-background=light] .datepicker table tr td span.active.disabled.focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover:focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span.active:hover,
[data-background=light] .datepicker table tr td span.active:hover:hover,
[data-background=light] .datepicker table tr td span.active.disabled:hover,
[data-background=light] .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span.active:active,
[data-background=light] .datepicker table tr td span.active.active,
[data-background=light] .datepicker table tr td span.active:hover:active,
[data-background=light] .datepicker table tr td span.active:hover.active,
[data-background=light] .datepicker table tr td span.active.disabled:active,
[data-background=light] .datepicker table tr td span.active.disabled.active,
[data-background=light] .datepicker table tr td span.active.disabled:hover:active,
[data-background=light] .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span.active:active:hover,
[data-background=light] .datepicker table tr td span.active:active:focus,
[data-background=light] .datepicker table tr td span.active:active.focus,
[data-background=light] .datepicker table tr td span.active.active:hover,
[data-background=light] .datepicker table tr td span.active.active:focus,
[data-background=light] .datepicker table tr td span.active.active.focus,
[data-background=light] .datepicker table tr td span.active:hover:active:hover,
[data-background=light] .datepicker table tr td span.active:hover:active:focus,
[data-background=light] .datepicker table tr td span.active:hover:active.focus,
[data-background=light] .datepicker table tr td span.active:hover.active:hover,
[data-background=light] .datepicker table tr td span.active:hover.active:focus,
[data-background=light] .datepicker table tr td span.active:hover.active.focus,
[data-background=light] .datepicker table tr td span.active.disabled:active:hover,
[data-background=light] .datepicker table tr td span.active.disabled:active:focus,
[data-background=light] .datepicker table tr td span.active.disabled:active.focus,
[data-background=light] .datepicker table tr td span.active.disabled.active:hover,
[data-background=light] .datepicker table tr td span.active.disabled.active:focus,
[data-background=light] .datepicker table tr td span.active.disabled.active.focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover:active:hover,
[data-background=light] .datepicker table tr td span.active.disabled:hover:active:focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover:active.focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover.active:hover,
[data-background=light] .datepicker table tr td span.active.disabled:hover.active:focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span.active.disabled:hover,
[data-background=light] .datepicker table tr td span.active.disabled:focus,
[data-background=light] .datepicker table tr td span.active.disabled.focus,
[data-background=light] .datepicker table tr td span.active[disabled]:hover,
[data-background=light] .datepicker table tr td span.active[disabled]:focus,
[data-background=light] .datepicker table tr td span.active[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.focus,
[data-background=light] .datepicker table tr td span.active:hover.disabled:hover,
[data-background=light] .datepicker table tr td span.active:hover.disabled:focus,
[data-background=light] .datepicker table tr td span.active:hover.disabled.focus,
[data-background=light] .datepicker table tr td span.active:hover[disabled]:hover,
[data-background=light] .datepicker table tr td span.active:hover[disabled]:focus,
[data-background=light] .datepicker table tr td span.active:hover[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active:hover.focus,
[data-background=light] .datepicker table tr td span.active.disabled.disabled:hover,
[data-background=light] .datepicker table tr td span.active.disabled.disabled:focus,
[data-background=light] .datepicker table tr td span.active.disabled.disabled.focus,
[data-background=light] .datepicker table tr td span.active.disabled[disabled]:hover,
[data-background=light] .datepicker table tr td span.active.disabled[disabled]:focus,
[data-background=light] .datepicker table tr td span.active.disabled[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.disabled.focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover.disabled:hover,
[data-background=light] .datepicker table tr td span.active.disabled:hover.disabled:focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover.disabled.focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover[disabled]:hover,
[data-background=light] .datepicker table tr td span.active.disabled:hover[disabled]:focus,
[data-background=light] .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] [data-background=light] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #0277bd;
  border-color: #ebebeb;
}
[data-background=light] .datepicker table tr td span.old,
[data-background=light] .datepicker table tr td span.new {
  color: #2e2e2e;
}
[data-background=light] .datepicker .datepicker-switch {
  background: #0277bd;
  color: #fff;
  width: 145px;
}
[data-background=light] .datepicker .datepicker-switch,
[data-background=light] .datepicker .prev,
[data-background=light] .datepicker .next,
[data-background=light] .datepicker tfoot tr th {
  cursor: pointer;
}
[data-background=light] .datepicker .datepicker-switch:hover,
[data-background=light] .datepicker .prev:hover,
[data-background=light] .datepicker .next:hover,
[data-background=light] .datepicker tfoot tr th:hover {
  background: #0277bd;
  color: #fff;
}
[data-background=light] .datepicker .prev,
[data-background=light] .datepicker .next {
  background: #0277bd;
  color: #fff;
}
[data-background=light] .datepicker .prev.disabled,
[data-background=light] .datepicker .next.disabled {
  visibility: hidden;
}
[data-background=light] .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
[data-background=light] .input-group.date .input-group-addon {
  cursor: pointer;
}
[data-background=light] .input-daterange {
  width: 100%;
}
[data-background=light] .input-daterange input {
  text-align: center;
}
[data-background=light] .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.428571429;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
[data-background=dark] .datepicker {
  border-radius: 0px;
  direction: ltr;
}
[data-background=dark] .datepicker-inline {
  width: 220px;
}
[data-background=dark] .datepicker-rtl {
  direction: rtl;
}
[data-background=dark] .datepicker-rtl.dropdown-menu {
  left: auto;
}
[data-background=dark] .datepicker-rtl table tr td span {
  float: right;
}
[data-background=dark] .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
[data-background=dark] .datepicker-dropdown:before {
  display: none;
}
[data-background=dark] .datepicker-dropdown:after {
  display: none;
}
[data-background=dark] .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-background=dark] .datepicker table tr td,
[data-background=dark] .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.table-striped [data-background=dark] .datepicker table tr td,
.table-striped [data-background=dark] .datepicker table tr th {
  background-color: transparent;
}
[data-background=dark] .datepicker table tr td {
  font-size: 13px;
}
[data-background=dark] .datepicker table tr td.old,
[data-background=dark] .datepicker table tr td.new {
  color: #f5f5f5;
}
[data-background=dark] .datepicker table tr td.day:hover,
[data-background=dark] .datepicker table tr td.focused {
  background: #0277bd;
  color: #fff;
  cursor: pointer;
}
[data-background=dark] .datepicker table tr td.disabled,
[data-background=dark] .datepicker table tr td.disabled:hover {
  background: none;
  color: white;
  cursor: default;
}
[data-background=dark] .datepicker table tr td.highlighted {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
  border-radius: 0;
}
[data-background=dark] .datepicker table tr td.highlighted:focus,
[data-background=dark] .datepicker table tr td.highlighted.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.highlighted:active,
[data-background=dark] .datepicker table tr td.highlighted.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.highlighted:active:hover,
[data-background=dark] .datepicker table tr td.highlighted:active:focus,
[data-background=dark] .datepicker table tr td.highlighted:active.focus,
[data-background=dark] .datepicker table tr td.highlighted.active:hover,
[data-background=dark] .datepicker table tr td.highlighted.active:focus,
[data-background=dark] .datepicker table tr td.highlighted.active.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.highlighted.disabled:hover,
[data-background=dark] .datepicker table tr td.highlighted.disabled:focus,
[data-background=dark] .datepicker table tr td.highlighted.disabled.focus,
[data-background=dark] .datepicker table tr td.highlighted[disabled]:hover,
[data-background=dark] .datepicker table tr td.highlighted[disabled]:focus,
[data-background=dark] .datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.highlighted:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.highlighted:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.highlighted.focus {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.highlighted.focused {
  background: #01578b;
}
[data-background=dark] .datepicker table tr td.highlighted.disabled,
[data-background=dark] .datepicker table tr td.highlighted.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=dark] .datepicker table tr td.today {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.today:focus,
[data-background=dark] .datepicker table tr td.today.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.today:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.today:active,
[data-background=dark] .datepicker table tr td.today.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.today:active:hover,
[data-background=dark] .datepicker table tr td.today:active:focus,
[data-background=dark] .datepicker table tr td.today:active.focus,
[data-background=dark] .datepicker table tr td.today.active:hover,
[data-background=dark] .datepicker table tr td.today.active:focus,
[data-background=dark] .datepicker table tr td.today.active.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.today.disabled:hover,
[data-background=dark] .datepicker table tr td.today.disabled:focus,
[data-background=dark] .datepicker table tr td.today.disabled.focus,
[data-background=dark] .datepicker table tr td.today[disabled]:hover,
[data-background=dark] .datepicker table tr td.today[disabled]:focus,
[data-background=dark] .datepicker table tr td.today[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.today:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.today:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.today.focus {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.today.focused {
  background: #01578b;
}
[data-background=dark] .datepicker table tr td.today.disabled,
[data-background=dark] .datepicker table tr td.today.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=dark] .datepicker table tr td.range {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
  border-radius: 0;
}
[data-background=dark] .datepicker table tr td.range:focus,
[data-background=dark] .datepicker table tr td.range.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range:active,
[data-background=dark] .datepicker table tr td.range.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range:active:hover,
[data-background=dark] .datepicker table tr td.range:active:focus,
[data-background=dark] .datepicker table tr td.range:active.focus,
[data-background=dark] .datepicker table tr td.range.active:hover,
[data-background=dark] .datepicker table tr td.range.active:focus,
[data-background=dark] .datepicker table tr td.range.active.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.disabled:hover,
[data-background=dark] .datepicker table tr td.range.disabled:focus,
[data-background=dark] .datepicker table tr td.range.disabled.focus,
[data-background=dark] .datepicker table tr td.range[disabled]:hover,
[data-background=dark] .datepicker table tr td.range[disabled]:focus,
[data-background=dark] .datepicker table tr td.range[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.focus {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.focused {
  background: #01578b;
}
[data-background=dark] .datepicker table tr td.range.disabled,
[data-background=dark] .datepicker table tr td.range.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=dark] .datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.highlighted:focus,
[data-background=dark] .datepicker table tr td.range.highlighted.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.highlighted:active,
[data-background=dark] .datepicker table tr td.range.highlighted.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.highlighted:active:hover,
[data-background=dark] .datepicker table tr td.range.highlighted:active:focus,
[data-background=dark] .datepicker table tr td.range.highlighted:active.focus,
[data-background=dark] .datepicker table tr td.range.highlighted.active:hover,
[data-background=dark] .datepicker table tr td.range.highlighted.active:focus,
[data-background=dark] .datepicker table tr td.range.highlighted.active.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.highlighted.disabled:hover,
[data-background=dark] .datepicker table tr td.range.highlighted.disabled:focus,
[data-background=dark] .datepicker table tr td.range.highlighted.disabled.focus,
[data-background=dark] .datepicker table tr td.range.highlighted[disabled]:hover,
[data-background=dark] .datepicker table tr td.range.highlighted[disabled]:focus,
[data-background=dark] .datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.highlighted:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.highlighted.focus {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.highlighted.focused {
  background: #01578b;
}
[data-background=dark] .datepicker table tr td.range.highlighted.disabled,
[data-background=dark] .datepicker table tr td.range.highlighted.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=dark] .datepicker table tr td.range.today {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.today:focus,
[data-background=dark] .datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.today:active,
[data-background=dark] .datepicker table tr td.range.today.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.today:active:hover,
[data-background=dark] .datepicker table tr td.range.today:active:focus,
[data-background=dark] .datepicker table tr td.range.today:active.focus,
[data-background=dark] .datepicker table tr td.range.today.active:hover,
[data-background=dark] .datepicker table tr td.range.today.active:focus,
[data-background=dark] .datepicker table tr td.range.today.active.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.today.disabled:hover,
[data-background=dark] .datepicker table tr td.range.today.disabled:focus,
[data-background=dark] .datepicker table tr td.range.today.disabled.focus,
[data-background=dark] .datepicker table tr td.range.today[disabled]:hover,
[data-background=dark] .datepicker table tr td.range.today[disabled]:focus,
[data-background=dark] .datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.today:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.today:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.range.today.focus {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.range.today.disabled,
[data-background=dark] .datepicker table tr td.range.today.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=dark] .datepicker table tr td.selected,
[data-background=dark] .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.selected:focus,
[data-background=dark] .datepicker table tr td.selected.focus,
[data-background=dark] .datepicker table tr td.selected.highlighted:focus,
[data-background=dark] .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.selected:hover,
[data-background=dark] .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.selected:active,
[data-background=dark] .datepicker table tr td.selected.active,
[data-background=dark] .datepicker table tr td.selected.highlighted:active,
[data-background=dark] .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.selected:active:hover,
[data-background=dark] .datepicker table tr td.selected:active:focus,
[data-background=dark] .datepicker table tr td.selected:active.focus,
[data-background=dark] .datepicker table tr td.selected.active:hover,
[data-background=dark] .datepicker table tr td.selected.active:focus,
[data-background=dark] .datepicker table tr td.selected.active.focus,
[data-background=dark] .datepicker table tr td.selected.highlighted:active:hover,
[data-background=dark] .datepicker table tr td.selected.highlighted:active:focus,
[data-background=dark] .datepicker table tr td.selected.highlighted:active.focus,
[data-background=dark] .datepicker table tr td.selected.highlighted.active:hover,
[data-background=dark] .datepicker table tr td.selected.highlighted.active:focus,
[data-background=dark] .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.selected.disabled:hover,
[data-background=dark] .datepicker table tr td.selected.disabled:focus,
[data-background=dark] .datepicker table tr td.selected.disabled.focus,
[data-background=dark] .datepicker table tr td.selected[disabled]:hover,
[data-background=dark] .datepicker table tr td.selected[disabled]:focus,
[data-background=dark] .datepicker table tr td.selected[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.selected:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.selected:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.selected.focus,
[data-background=dark] .datepicker table tr td.selected.highlighted.disabled:hover,
[data-background=dark] .datepicker table tr td.selected.highlighted.disabled:focus,
[data-background=dark] .datepicker table tr td.selected.highlighted.disabled.focus,
[data-background=dark] .datepicker table tr td.selected.highlighted[disabled]:hover,
[data-background=dark] .datepicker table tr td.selected.highlighted[disabled]:focus,
[data-background=dark] .datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.selected.highlighted.focus {
  background-color: #2b2b2b;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.active,
[data-background=dark] .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.active:focus,
[data-background=dark] .datepicker table tr td.active.focus,
[data-background=dark] .datepicker table tr td.active.highlighted:focus,
[data-background=dark] .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.active:hover,
[data-background=dark] .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.active:active,
[data-background=dark] .datepicker table tr td.active.active,
[data-background=dark] .datepicker table tr td.active.highlighted:active,
[data-background=dark] .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.active:active:hover,
[data-background=dark] .datepicker table tr td.active:active:focus,
[data-background=dark] .datepicker table tr td.active:active.focus,
[data-background=dark] .datepicker table tr td.active.active:hover,
[data-background=dark] .datepicker table tr td.active.active:focus,
[data-background=dark] .datepicker table tr td.active.active.focus,
[data-background=dark] .datepicker table tr td.active.highlighted:active:hover,
[data-background=dark] .datepicker table tr td.active.highlighted:active:focus,
[data-background=dark] .datepicker table tr td.active.highlighted:active.focus,
[data-background=dark] .datepicker table tr td.active.highlighted.active:hover,
[data-background=dark] .datepicker table tr td.active.highlighted.active:focus,
[data-background=dark] .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td.active.disabled:hover,
[data-background=dark] .datepicker table tr td.active.disabled:focus,
[data-background=dark] .datepicker table tr td.active.disabled.focus,
[data-background=dark] .datepicker table tr td.active[disabled]:hover,
[data-background=dark] .datepicker table tr td.active[disabled]:focus,
[data-background=dark] .datepicker table tr td.active[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.active:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.active:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.active.focus,
[data-background=dark] .datepicker table tr td.active.highlighted.disabled:hover,
[data-background=dark] .datepicker table tr td.active.highlighted.disabled:focus,
[data-background=dark] .datepicker table tr td.active.highlighted.disabled.focus,
[data-background=dark] .datepicker table tr td.active.highlighted[disabled]:hover,
[data-background=dark] .datepicker table tr td.active.highlighted[disabled]:focus,
[data-background=dark] .datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td.active.highlighted.focus {
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
[data-background=dark] .datepicker table tr td span:hover,
[data-background=dark] .datepicker table tr td span.focused {
  background: #0277bd;
}
[data-background=dark] .datepicker table tr td span.disabled,
[data-background=dark] .datepicker table tr td span.disabled:hover {
  background: none;
  color: white;
  cursor: default;
}
[data-background=dark] .datepicker table tr td span.active,
[data-background=dark] .datepicker table tr td span.active:hover,
[data-background=dark] .datepicker table tr td span.active.disabled,
[data-background=dark] .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span.active:focus,
[data-background=dark] .datepicker table tr td span.active.focus,
[data-background=dark] .datepicker table tr td span.active:hover:focus,
[data-background=dark] .datepicker table tr td span.active:hover.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:focus,
[data-background=dark] .datepicker table tr td span.active.disabled.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover:focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span.active:hover,
[data-background=dark] .datepicker table tr td span.active:hover:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span.active:active,
[data-background=dark] .datepicker table tr td span.active.active,
[data-background=dark] .datepicker table tr td span.active:hover:active,
[data-background=dark] .datepicker table tr td span.active:hover.active,
[data-background=dark] .datepicker table tr td span.active.disabled:active,
[data-background=dark] .datepicker table tr td span.active.disabled.active,
[data-background=dark] .datepicker table tr td span.active.disabled:hover:active,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span.active:active:hover,
[data-background=dark] .datepicker table tr td span.active:active:focus,
[data-background=dark] .datepicker table tr td span.active:active.focus,
[data-background=dark] .datepicker table tr td span.active.active:hover,
[data-background=dark] .datepicker table tr td span.active.active:focus,
[data-background=dark] .datepicker table tr td span.active.active.focus,
[data-background=dark] .datepicker table tr td span.active:hover:active:hover,
[data-background=dark] .datepicker table tr td span.active:hover:active:focus,
[data-background=dark] .datepicker table tr td span.active:hover:active.focus,
[data-background=dark] .datepicker table tr td span.active:hover.active:hover,
[data-background=dark] .datepicker table tr td span.active:hover.active:focus,
[data-background=dark] .datepicker table tr td span.active:hover.active.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:active:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:active:focus,
[data-background=dark] .datepicker table tr td span.active.disabled:active.focus,
[data-background=dark] .datepicker table tr td span.active.disabled.active:hover,
[data-background=dark] .datepicker table tr td span.active.disabled.active:focus,
[data-background=dark] .datepicker table tr td span.active.disabled.active.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover:active:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:hover:active:focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover:active.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.active:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.active:focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span.active.disabled:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:focus,
[data-background=dark] .datepicker table tr td span.active.disabled.focus,
[data-background=dark] .datepicker table tr td span.active[disabled]:hover,
[data-background=dark] .datepicker table tr td span.active[disabled]:focus,
[data-background=dark] .datepicker table tr td span.active[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.focus,
[data-background=dark] .datepicker table tr td span.active:hover.disabled:hover,
[data-background=dark] .datepicker table tr td span.active:hover.disabled:focus,
[data-background=dark] .datepicker table tr td span.active:hover.disabled.focus,
[data-background=dark] .datepicker table tr td span.active:hover[disabled]:hover,
[data-background=dark] .datepicker table tr td span.active:hover[disabled]:focus,
[data-background=dark] .datepicker table tr td span.active:hover[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active:hover.focus,
[data-background=dark] .datepicker table tr td span.active.disabled.disabled:hover,
[data-background=dark] .datepicker table tr td span.active.disabled.disabled:focus,
[data-background=dark] .datepicker table tr td span.active.disabled.disabled.focus,
[data-background=dark] .datepicker table tr td span.active.disabled[disabled]:hover,
[data-background=dark] .datepicker table tr td span.active.disabled[disabled]:focus,
[data-background=dark] .datepicker table tr td span.active.disabled[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.disabled.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.disabled:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.disabled:focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover.disabled.focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover[disabled]:hover,
[data-background=dark] .datepicker table tr td span.active.disabled:hover[disabled]:focus,
[data-background=dark] .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] [data-background=dark] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #0277bd;
  border-color: #303030;
}
[data-background=dark] .datepicker table tr td span.old,
[data-background=dark] .datepicker table tr td span.new {
  color: white;
}
[data-background=dark] .datepicker .datepicker-switch {
  background: #0277bd;
  color: #fff;
  width: 145px;
}
[data-background=dark] .datepicker .datepicker-switch,
[data-background=dark] .datepicker .prev,
[data-background=dark] .datepicker .next,
[data-background=dark] .datepicker tfoot tr th {
  cursor: pointer;
}
[data-background=dark] .datepicker .datepicker-switch:hover,
[data-background=dark] .datepicker .prev:hover,
[data-background=dark] .datepicker .next:hover,
[data-background=dark] .datepicker tfoot tr th:hover {
  background: #0277bd;
  color: #fff;
}
[data-background=dark] .datepicker .prev,
[data-background=dark] .datepicker .next {
  background: #0277bd;
  color: #fff;
}
[data-background=dark] .datepicker .prev.disabled,
[data-background=dark] .datepicker .next.disabled {
  visibility: hidden;
}
[data-background=dark] .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
[data-background=dark] .input-group.date .input-group-addon {
  cursor: pointer;
}
[data-background=dark] .input-daterange {
  width: 100%;
}
[data-background=dark] .input-daterange input {
  text-align: center;
}
[data-background=dark] .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.428571429;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
[data-background=indigo] .datepicker {
  border-radius: 0px;
  direction: ltr;
}
[data-background=indigo] .datepicker-inline {
  width: 220px;
}
[data-background=indigo] .datepicker-rtl {
  direction: rtl;
}
[data-background=indigo] .datepicker-rtl.dropdown-menu {
  left: auto;
}
[data-background=indigo] .datepicker-rtl table tr td span {
  float: right;
}
[data-background=indigo] .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
[data-background=indigo] .datepicker-dropdown:before {
  display: none;
}
[data-background=indigo] .datepicker-dropdown:after {
  display: none;
}
[data-background=indigo] .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-background=indigo] .datepicker table tr td,
[data-background=indigo] .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.table-striped [data-background=indigo] .datepicker table tr td,
.table-striped [data-background=indigo] .datepicker table tr th {
  background-color: transparent;
}
[data-background=indigo] .datepicker table tr td {
  font-size: 13px;
}
[data-background=indigo] .datepicker table tr td.old,
[data-background=indigo] .datepicker table tr td.new {
  color: #f5f5f5;
}
[data-background=indigo] .datepicker table tr td.day:hover,
[data-background=indigo] .datepicker table tr td.focused {
  background: #0277bd;
  color: #fff;
  cursor: pointer;
}
[data-background=indigo] .datepicker table tr td.disabled,
[data-background=indigo] .datepicker table tr td.disabled:hover {
  background: none;
  color: white;
  cursor: default;
}
[data-background=indigo] .datepicker table tr td.highlighted {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
  border-radius: 0;
}
[data-background=indigo] .datepicker table tr td.highlighted:focus,
[data-background=indigo] .datepicker table tr td.highlighted.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.highlighted:active,
[data-background=indigo] .datepicker table tr td.highlighted.active {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.highlighted:active:hover,
[data-background=indigo] .datepicker table tr td.highlighted:active:focus,
[data-background=indigo] .datepicker table tr td.highlighted:active.focus,
[data-background=indigo] .datepicker table tr td.highlighted.active:hover,
[data-background=indigo] .datepicker table tr td.highlighted.active:focus,
[data-background=indigo] .datepicker table tr td.highlighted.active.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.highlighted.disabled:hover,
[data-background=indigo] .datepicker table tr td.highlighted.disabled:focus,
[data-background=indigo] .datepicker table tr td.highlighted.disabled.focus,
[data-background=indigo] .datepicker table tr td.highlighted[disabled]:hover,
[data-background=indigo] .datepicker table tr td.highlighted[disabled]:focus,
[data-background=indigo] .datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.highlighted:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.highlighted:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.highlighted.focus {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.highlighted.focused {
  background: #01578b;
}
[data-background=indigo] .datepicker table tr td.highlighted.disabled,
[data-background=indigo] .datepicker table tr td.highlighted.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=indigo] .datepicker table tr td.today {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.today:focus,
[data-background=indigo] .datepicker table tr td.today.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.today:hover {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.today:active,
[data-background=indigo] .datepicker table tr td.today.active {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.today:active:hover,
[data-background=indigo] .datepicker table tr td.today:active:focus,
[data-background=indigo] .datepicker table tr td.today:active.focus,
[data-background=indigo] .datepicker table tr td.today.active:hover,
[data-background=indigo] .datepicker table tr td.today.active:focus,
[data-background=indigo] .datepicker table tr td.today.active.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.today.disabled:hover,
[data-background=indigo] .datepicker table tr td.today.disabled:focus,
[data-background=indigo] .datepicker table tr td.today.disabled.focus,
[data-background=indigo] .datepicker table tr td.today[disabled]:hover,
[data-background=indigo] .datepicker table tr td.today[disabled]:focus,
[data-background=indigo] .datepicker table tr td.today[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.today:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.today:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.today.focus {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.today.focused {
  background: #01578b;
}
[data-background=indigo] .datepicker table tr td.today.disabled,
[data-background=indigo] .datepicker table tr td.today.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=indigo] .datepicker table tr td.range {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
  border-radius: 0;
}
[data-background=indigo] .datepicker table tr td.range:focus,
[data-background=indigo] .datepicker table tr td.range.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range:hover {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range:active,
[data-background=indigo] .datepicker table tr td.range.active {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range:active:hover,
[data-background=indigo] .datepicker table tr td.range:active:focus,
[data-background=indigo] .datepicker table tr td.range:active.focus,
[data-background=indigo] .datepicker table tr td.range.active:hover,
[data-background=indigo] .datepicker table tr td.range.active:focus,
[data-background=indigo] .datepicker table tr td.range.active.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.disabled:hover,
[data-background=indigo] .datepicker table tr td.range.disabled:focus,
[data-background=indigo] .datepicker table tr td.range.disabled.focus,
[data-background=indigo] .datepicker table tr td.range[disabled]:hover,
[data-background=indigo] .datepicker table tr td.range[disabled]:focus,
[data-background=indigo] .datepicker table tr td.range[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.focus {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.focused {
  background: #01578b;
}
[data-background=indigo] .datepicker table tr td.range.disabled,
[data-background=indigo] .datepicker table tr td.range.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=indigo] .datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.highlighted:focus,
[data-background=indigo] .datepicker table tr td.range.highlighted.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.highlighted:active,
[data-background=indigo] .datepicker table tr td.range.highlighted.active {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.highlighted:active:hover,
[data-background=indigo] .datepicker table tr td.range.highlighted:active:focus,
[data-background=indigo] .datepicker table tr td.range.highlighted:active.focus,
[data-background=indigo] .datepicker table tr td.range.highlighted.active:hover,
[data-background=indigo] .datepicker table tr td.range.highlighted.active:focus,
[data-background=indigo] .datepicker table tr td.range.highlighted.active.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.highlighted.disabled:hover,
[data-background=indigo] .datepicker table tr td.range.highlighted.disabled:focus,
[data-background=indigo] .datepicker table tr td.range.highlighted.disabled.focus,
[data-background=indigo] .datepicker table tr td.range.highlighted[disabled]:hover,
[data-background=indigo] .datepicker table tr td.range.highlighted[disabled]:focus,
[data-background=indigo] .datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.highlighted:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.highlighted.focus {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.highlighted.focused {
  background: #01578b;
}
[data-background=indigo] .datepicker table tr td.range.highlighted.disabled,
[data-background=indigo] .datepicker table tr td.range.highlighted.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=indigo] .datepicker table tr td.range.today {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.today:focus,
[data-background=indigo] .datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.today:active,
[data-background=indigo] .datepicker table tr td.range.today.active {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.today:active:hover,
[data-background=indigo] .datepicker table tr td.range.today:active:focus,
[data-background=indigo] .datepicker table tr td.range.today:active.focus,
[data-background=indigo] .datepicker table tr td.range.today.active:hover,
[data-background=indigo] .datepicker table tr td.range.today.active:focus,
[data-background=indigo] .datepicker table tr td.range.today.active.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.today.disabled:hover,
[data-background=indigo] .datepicker table tr td.range.today.disabled:focus,
[data-background=indigo] .datepicker table tr td.range.today.disabled.focus,
[data-background=indigo] .datepicker table tr td.range.today[disabled]:hover,
[data-background=indigo] .datepicker table tr td.range.today[disabled]:focus,
[data-background=indigo] .datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.today:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.today:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.range.today.focus {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.range.today.disabled,
[data-background=indigo] .datepicker table tr td.range.today.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=indigo] .datepicker table tr td.selected,
[data-background=indigo] .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.selected:focus,
[data-background=indigo] .datepicker table tr td.selected.focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted:focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.selected:hover,
[data-background=indigo] .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.selected:active,
[data-background=indigo] .datepicker table tr td.selected.active,
[data-background=indigo] .datepicker table tr td.selected.highlighted:active,
[data-background=indigo] .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.selected:active:hover,
[data-background=indigo] .datepicker table tr td.selected:active:focus,
[data-background=indigo] .datepicker table tr td.selected:active.focus,
[data-background=indigo] .datepicker table tr td.selected.active:hover,
[data-background=indigo] .datepicker table tr td.selected.active:focus,
[data-background=indigo] .datepicker table tr td.selected.active.focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted:active:hover,
[data-background=indigo] .datepicker table tr td.selected.highlighted:active:focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted:active.focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted.active:hover,
[data-background=indigo] .datepicker table tr td.selected.highlighted.active:focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.selected.disabled:hover,
[data-background=indigo] .datepicker table tr td.selected.disabled:focus,
[data-background=indigo] .datepicker table tr td.selected.disabled.focus,
[data-background=indigo] .datepicker table tr td.selected[disabled]:hover,
[data-background=indigo] .datepicker table tr td.selected[disabled]:focus,
[data-background=indigo] .datepicker table tr td.selected[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.selected:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.selected:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.selected.focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted.disabled:hover,
[data-background=indigo] .datepicker table tr td.selected.highlighted.disabled:focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted.disabled.focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted[disabled]:hover,
[data-background=indigo] .datepicker table tr td.selected.highlighted[disabled]:focus,
[data-background=indigo] .datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.selected.highlighted.focus {
  background-color: #1d288f;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.active,
[data-background=indigo] .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.active:focus,
[data-background=indigo] .datepicker table tr td.active.focus,
[data-background=indigo] .datepicker table tr td.active.highlighted:focus,
[data-background=indigo] .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.active:hover,
[data-background=indigo] .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.active:active,
[data-background=indigo] .datepicker table tr td.active.active,
[data-background=indigo] .datepicker table tr td.active.highlighted:active,
[data-background=indigo] .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.active:active:hover,
[data-background=indigo] .datepicker table tr td.active:active:focus,
[data-background=indigo] .datepicker table tr td.active:active.focus,
[data-background=indigo] .datepicker table tr td.active.active:hover,
[data-background=indigo] .datepicker table tr td.active.active:focus,
[data-background=indigo] .datepicker table tr td.active.active.focus,
[data-background=indigo] .datepicker table tr td.active.highlighted:active:hover,
[data-background=indigo] .datepicker table tr td.active.highlighted:active:focus,
[data-background=indigo] .datepicker table tr td.active.highlighted:active.focus,
[data-background=indigo] .datepicker table tr td.active.highlighted.active:hover,
[data-background=indigo] .datepicker table tr td.active.highlighted.active:focus,
[data-background=indigo] .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td.active.disabled:hover,
[data-background=indigo] .datepicker table tr td.active.disabled:focus,
[data-background=indigo] .datepicker table tr td.active.disabled.focus,
[data-background=indigo] .datepicker table tr td.active[disabled]:hover,
[data-background=indigo] .datepicker table tr td.active[disabled]:focus,
[data-background=indigo] .datepicker table tr td.active[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.active:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.active:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.active.focus,
[data-background=indigo] .datepicker table tr td.active.highlighted.disabled:hover,
[data-background=indigo] .datepicker table tr td.active.highlighted.disabled:focus,
[data-background=indigo] .datepicker table tr td.active.highlighted.disabled.focus,
[data-background=indigo] .datepicker table tr td.active.highlighted[disabled]:hover,
[data-background=indigo] .datepicker table tr td.active.highlighted[disabled]:focus,
[data-background=indigo] .datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td.active.highlighted.focus {
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
[data-background=indigo] .datepicker table tr td span:hover,
[data-background=indigo] .datepicker table tr td span.focused {
  background: #0277bd;
}
[data-background=indigo] .datepicker table tr td span.disabled,
[data-background=indigo] .datepicker table tr td span.disabled:hover {
  background: none;
  color: white;
  cursor: default;
}
[data-background=indigo] .datepicker table tr td span.active,
[data-background=indigo] .datepicker table tr td span.active:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span.active:focus,
[data-background=indigo] .datepicker table tr td span.active.focus,
[data-background=indigo] .datepicker table tr td span.active:hover:focus,
[data-background=indigo] .datepicker table tr td span.active:hover.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span.active:hover,
[data-background=indigo] .datepicker table tr td span.active:hover:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span.active:active,
[data-background=indigo] .datepicker table tr td span.active.active,
[data-background=indigo] .datepicker table tr td span.active:hover:active,
[data-background=indigo] .datepicker table tr td span.active:hover.active,
[data-background=indigo] .datepicker table tr td span.active.disabled:active,
[data-background=indigo] .datepicker table tr td span.active.disabled.active,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover:active,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span.active:active:hover,
[data-background=indigo] .datepicker table tr td span.active:active:focus,
[data-background=indigo] .datepicker table tr td span.active:active.focus,
[data-background=indigo] .datepicker table tr td span.active.active:hover,
[data-background=indigo] .datepicker table tr td span.active.active:focus,
[data-background=indigo] .datepicker table tr td span.active.active.focus,
[data-background=indigo] .datepicker table tr td span.active:hover:active:hover,
[data-background=indigo] .datepicker table tr td span.active:hover:active:focus,
[data-background=indigo] .datepicker table tr td span.active:hover:active.focus,
[data-background=indigo] .datepicker table tr td span.active:hover.active:hover,
[data-background=indigo] .datepicker table tr td span.active:hover.active:focus,
[data-background=indigo] .datepicker table tr td span.active:hover.active.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:active:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:active:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:active.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled.active:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled.active:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled.active.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover:active:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover:active:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover:active.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.active:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.active:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span.active.disabled:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled.focus,
[data-background=indigo] .datepicker table tr td span.active[disabled]:hover,
[data-background=indigo] .datepicker table tr td span.active[disabled]:focus,
[data-background=indigo] .datepicker table tr td span.active[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.focus,
[data-background=indigo] .datepicker table tr td span.active:hover.disabled:hover,
[data-background=indigo] .datepicker table tr td span.active:hover.disabled:focus,
[data-background=indigo] .datepicker table tr td span.active:hover.disabled.focus,
[data-background=indigo] .datepicker table tr td span.active:hover[disabled]:hover,
[data-background=indigo] .datepicker table tr td span.active:hover[disabled]:focus,
[data-background=indigo] .datepicker table tr td span.active:hover[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active:hover.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled.disabled:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled.disabled:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled.disabled.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled[disabled]:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled[disabled]:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.disabled.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.disabled:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.disabled:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover.disabled.focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover[disabled]:hover,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover[disabled]:focus,
[data-background=indigo] .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] [data-background=indigo] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #0277bd;
  border-color: #1f2a97;
}
[data-background=indigo] .datepicker table tr td span.old,
[data-background=indigo] .datepicker table tr td span.new {
  color: white;
}
[data-background=indigo] .datepicker .datepicker-switch {
  background: #0277bd;
  color: #fff;
  width: 145px;
}
[data-background=indigo] .datepicker .datepicker-switch,
[data-background=indigo] .datepicker .prev,
[data-background=indigo] .datepicker .next,
[data-background=indigo] .datepicker tfoot tr th {
  cursor: pointer;
}
[data-background=indigo] .datepicker .datepicker-switch:hover,
[data-background=indigo] .datepicker .prev:hover,
[data-background=indigo] .datepicker .next:hover,
[data-background=indigo] .datepicker tfoot tr th:hover {
  background: #0277bd;
  color: #fff;
}
[data-background=indigo] .datepicker .prev,
[data-background=indigo] .datepicker .next {
  background: #0277bd;
  color: #fff;
}
[data-background=indigo] .datepicker .prev.disabled,
[data-background=indigo] .datepicker .next.disabled {
  visibility: hidden;
}
[data-background=indigo] .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
[data-background=indigo] .input-group.date .input-group-addon {
  cursor: pointer;
}
[data-background=indigo] .input-daterange {
  width: 100%;
}
[data-background=indigo] .input-daterange input {
  text-align: center;
}
[data-background=indigo] .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.428571429;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
[data-background=blue-grey] .datepicker {
  border-radius: 0px;
  direction: ltr;
}
[data-background=blue-grey] .datepicker-inline {
  width: 220px;
}
[data-background=blue-grey] .datepicker-rtl {
  direction: rtl;
}
[data-background=blue-grey] .datepicker-rtl.dropdown-menu {
  left: auto;
}
[data-background=blue-grey] .datepicker-rtl table tr td span {
  float: right;
}
[data-background=blue-grey] .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
[data-background=blue-grey] .datepicker-dropdown:before {
  display: none;
}
[data-background=blue-grey] .datepicker-dropdown:after {
  display: none;
}
[data-background=blue-grey] .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-background=blue-grey] .datepicker table tr td,
[data-background=blue-grey] .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.table-striped [data-background=blue-grey] .datepicker table tr td,
.table-striped [data-background=blue-grey] .datepicker table tr th {
  background-color: transparent;
}
[data-background=blue-grey] .datepicker table tr td {
  font-size: 13px;
}
[data-background=blue-grey] .datepicker table tr td.old,
[data-background=blue-grey] .datepicker table tr td.new {
  color: #f5f5f5;
}
[data-background=blue-grey] .datepicker table tr td.day:hover,
[data-background=blue-grey] .datepicker table tr td.focused {
  background: #0277bd;
  color: #fff;
  cursor: pointer;
}
[data-background=blue-grey] .datepicker table tr td.disabled,
[data-background=blue-grey] .datepicker table tr td.disabled:hover {
  background: none;
  color: white;
  cursor: default;
}
[data-background=blue-grey] .datepicker table tr td.highlighted {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
  border-radius: 0;
}
[data-background=blue-grey] .datepicker table tr td.highlighted:focus,
[data-background=blue-grey] .datepicker table tr td.highlighted.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.highlighted:active,
[data-background=blue-grey] .datepicker table tr td.highlighted.active {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.highlighted:active:hover,
[data-background=blue-grey] .datepicker table tr td.highlighted:active:focus,
[data-background=blue-grey] .datepicker table tr td.highlighted:active.focus,
[data-background=blue-grey] .datepicker table tr td.highlighted.active:hover,
[data-background=blue-grey] .datepicker table tr td.highlighted.active:focus,
[data-background=blue-grey] .datepicker table tr td.highlighted.active.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.highlighted.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.highlighted.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.highlighted.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.highlighted[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.highlighted[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.highlighted:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.highlighted:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.highlighted.focus {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.highlighted.focused {
  background: #01578b;
}
[data-background=blue-grey] .datepicker table tr td.highlighted.disabled,
[data-background=blue-grey] .datepicker table tr td.highlighted.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=blue-grey] .datepicker table tr td.today {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.today:focus,
[data-background=blue-grey] .datepicker table tr td.today.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.today:hover {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.today:active,
[data-background=blue-grey] .datepicker table tr td.today.active {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.today:active:hover,
[data-background=blue-grey] .datepicker table tr td.today:active:focus,
[data-background=blue-grey] .datepicker table tr td.today:active.focus,
[data-background=blue-grey] .datepicker table tr td.today.active:hover,
[data-background=blue-grey] .datepicker table tr td.today.active:focus,
[data-background=blue-grey] .datepicker table tr td.today.active.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.today.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.today.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.today.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.today[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.today[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.today[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.today:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.today:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.today.focus {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.today.focused {
  background: #01578b;
}
[data-background=blue-grey] .datepicker table tr td.today.disabled,
[data-background=blue-grey] .datepicker table tr td.today.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=blue-grey] .datepicker table tr td.range {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
  border-radius: 0;
}
[data-background=blue-grey] .datepicker table tr td.range:focus,
[data-background=blue-grey] .datepicker table tr td.range.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range:hover {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range:active,
[data-background=blue-grey] .datepicker table tr td.range.active {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range:active:hover,
[data-background=blue-grey] .datepicker table tr td.range:active:focus,
[data-background=blue-grey] .datepicker table tr td.range:active.focus,
[data-background=blue-grey] .datepicker table tr td.range.active:hover,
[data-background=blue-grey] .datepicker table tr td.range.active:focus,
[data-background=blue-grey] .datepicker table tr td.range.active.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.range.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.range.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.range[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.range[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.range[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.focus {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.focused {
  background: #01578b;
}
[data-background=blue-grey] .datepicker table tr td.range.disabled,
[data-background=blue-grey] .datepicker table tr td.range.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted:focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted:active,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.active {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted:active:hover,
[data-background=blue-grey] .datepicker table tr td.range.highlighted:active:focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted:active.focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.active:hover,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.active:focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.active.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.range.highlighted[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.highlighted:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.highlighted.focus {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted.focused {
  background: #01578b;
}
[data-background=blue-grey] .datepicker table tr td.range.highlighted.disabled,
[data-background=blue-grey] .datepicker table tr td.range.highlighted.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=blue-grey] .datepicker table tr td.range.today {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.today:focus,
[data-background=blue-grey] .datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.today:active,
[data-background=blue-grey] .datepicker table tr td.range.today.active {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.today:active:hover,
[data-background=blue-grey] .datepicker table tr td.range.today:active:focus,
[data-background=blue-grey] .datepicker table tr td.range.today:active.focus,
[data-background=blue-grey] .datepicker table tr td.range.today.active:hover,
[data-background=blue-grey] .datepicker table tr td.range.today.active:focus,
[data-background=blue-grey] .datepicker table tr td.range.today.active.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.today.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.range.today.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.range.today.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.range.today[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.range.today[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.today:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.today:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.range.today.focus {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.range.today.disabled,
[data-background=blue-grey] .datepicker table tr td.range.today.disabled:active {
  background: #0277bd;
  color: white;
}
[data-background=blue-grey] .datepicker table tr td.selected,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.selected:focus,
[data-background=blue-grey] .datepicker table tr td.selected.focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted:focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.selected:hover,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.selected:active,
[data-background=blue-grey] .datepicker table tr td.selected.active,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted:active,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.selected:active:hover,
[data-background=blue-grey] .datepicker table tr td.selected:active:focus,
[data-background=blue-grey] .datepicker table tr td.selected:active.focus,
[data-background=blue-grey] .datepicker table tr td.selected.active:hover,
[data-background=blue-grey] .datepicker table tr td.selected.active:focus,
[data-background=blue-grey] .datepicker table tr td.selected.active.focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted:active:hover,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted:active:focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted:active.focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.active:hover,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.active:focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.selected.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.selected.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.selected.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.selected[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.selected[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.selected[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.selected:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.selected:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.selected.focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.selected.highlighted.focus {
  background-color: #2e3d44;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.active,
[data-background=blue-grey] .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.active:focus,
[data-background=blue-grey] .datepicker table tr td.active.focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted:focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.active:hover,
[data-background=blue-grey] .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.active:active,
[data-background=blue-grey] .datepicker table tr td.active.active,
[data-background=blue-grey] .datepicker table tr td.active.highlighted:active,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.active:active:hover,
[data-background=blue-grey] .datepicker table tr td.active:active:focus,
[data-background=blue-grey] .datepicker table tr td.active:active.focus,
[data-background=blue-grey] .datepicker table tr td.active.active:hover,
[data-background=blue-grey] .datepicker table tr td.active.active:focus,
[data-background=blue-grey] .datepicker table tr td.active.active.focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted:active:hover,
[data-background=blue-grey] .datepicker table tr td.active.highlighted:active:focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted:active.focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.active:hover,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.active:focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td.active.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.active.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.active.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.active[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.active[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.active[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.active:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.active:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.active.focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.disabled:hover,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.disabled:focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted.disabled.focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td.active.highlighted[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td.active.highlighted.focus {
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
[data-background=blue-grey] .datepicker table tr td span:hover,
[data-background=blue-grey] .datepicker table tr td span.focused {
  background: #0277bd;
}
[data-background=blue-grey] .datepicker table tr td span.disabled,
[data-background=blue-grey] .datepicker table tr td span.disabled:hover {
  background: none;
  color: white;
  cursor: default;
}
[data-background=blue-grey] .datepicker table tr td span.active,
[data-background=blue-grey] .datepicker table tr td span.active:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span.active:focus,
[data-background=blue-grey] .datepicker table tr td span.active.focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover:focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span.active:hover,
[data-background=blue-grey] .datepicker table tr td span.active:hover:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span.active:active,
[data-background=blue-grey] .datepicker table tr td span.active.active,
[data-background=blue-grey] .datepicker table tr td span.active:hover:active,
[data-background=blue-grey] .datepicker table tr td span.active:hover.active,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:active,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.active,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:active,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span.active:active:hover,
[data-background=blue-grey] .datepicker table tr td span.active:active:focus,
[data-background=blue-grey] .datepicker table tr td span.active:active.focus,
[data-background=blue-grey] .datepicker table tr td span.active.active:hover,
[data-background=blue-grey] .datepicker table tr td span.active.active:focus,
[data-background=blue-grey] .datepicker table tr td span.active.active.focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover:active:hover,
[data-background=blue-grey] .datepicker table tr td span.active:hover:active:focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover:active.focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover.active:hover,
[data-background=blue-grey] .datepicker table tr td span.active:hover.active:focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover.active.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:active:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:active:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:active.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.active:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.active:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.active.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:active:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:active:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:active.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.active:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.active:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.focus,
[data-background=blue-grey] .datepicker table tr td span.active[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td span.active[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td span.active[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover.disabled:hover,
[data-background=blue-grey] .datepicker table tr td span.active:hover.disabled:focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover.disabled.focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td span.active:hover[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td span.active:hover[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active:hover.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.disabled:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.disabled:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled.disabled.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.disabled.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.disabled:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.disabled:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.disabled.focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover[disabled]:hover,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover[disabled]:focus,
[data-background=blue-grey] .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] [data-background=blue-grey] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #0277bd;
  border-color: #32424a;
}
[data-background=blue-grey] .datepicker table tr td span.old,
[data-background=blue-grey] .datepicker table tr td span.new {
  color: white;
}
[data-background=blue-grey] .datepicker .datepicker-switch {
  background: #0277bd;
  color: #fff;
  width: 145px;
}
[data-background=blue-grey] .datepicker .datepicker-switch,
[data-background=blue-grey] .datepicker .prev,
[data-background=blue-grey] .datepicker .next,
[data-background=blue-grey] .datepicker tfoot tr th {
  cursor: pointer;
}
[data-background=blue-grey] .datepicker .datepicker-switch:hover,
[data-background=blue-grey] .datepicker .prev:hover,
[data-background=blue-grey] .datepicker .next:hover,
[data-background=blue-grey] .datepicker tfoot tr th:hover {
  background: #0277bd;
  color: #fff;
}
[data-background=blue-grey] .datepicker .prev,
[data-background=blue-grey] .datepicker .next {
  background: #0277bd;
  color: #fff;
}
[data-background=blue-grey] .datepicker .prev.disabled,
[data-background=blue-grey] .datepicker .next.disabled {
  visibility: hidden;
}
[data-background=blue-grey] .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
[data-background=blue-grey] .input-group.date .input-group-addon {
  cursor: pointer;
}
[data-background=blue-grey] .input-daterange {
  width: 100%;
}
[data-background=blue-grey] .input-daterange input {
  text-align: center;
}
[data-background=blue-grey] .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.428571429;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* src/app/styles/tables/default-tables.scss */
.table {
  margin-bottom: 0;
}
.table th,
.table td {
  border-width: 1px;
}
.table thead th,
.table thead td,
.table tbody th,
.table tbody td {
  border-width: 1px;
  display: table-cell;
  vertical-align: middle;
}
.table.table-unbordered thead th,
.table.table-unbordered thead td,
.table.table-unbordered thead tr,
.table.table-unbordered tbody th,
.table.table-unbordered tbody td,
.table.table-unbordered tbody tr {
  border: none !important;
}
.table.table-condensed th,
.table.table-condensed td {
  padding: 5px 10px;
}
[data-background=light] .table th,
[data-background=light] .table td {
  background-color: #fff;
  border-color: #ebebeb;
  color: #212121;
}
[data-background=light] .table tbody td {
  border-color: #ebebeb;
  white-space: nowrap;
}
[data-background=light] .table tbody td:hover {
  background-color: #f0f0f0;
}
[data-background=light] .table thead th {
  background-color: whitesmoke;
  border-color: #ebebeb;
  border-top-color: whitesmoke;
}
[data-background=light] .table thead.thead-default th {
  background-color: #fff;
  border-color: #ebebeb;
}
[data-background=light] .table thead.thead-inverse th {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
[data-background=light] .table thead.thead-light th {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=light] .table thead.thead-dark th {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=light] .table thead.thead-primary th {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=light] .table thead.thead-secondary th {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=light] .table thead.thead-info th {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=light] .table thead.thead-success th {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=light] .table thead.thead-warning th {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=light] .table thead.thead-danger th {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=light] .table tbody tr:hover td {
  background-color: #f0f0f0;
}
[data-background=light] .table tbody tr.table-active > th,
[data-background=light] .table tbody tr.table-active > td {
  background-color: #f0f0f0;
}
[data-background=light] .table tbody tr.table-light > td {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-light tr:hover > td {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  color: #fff;
}
[data-background=light] .table tbody tr.table-dark > td {
  border-color: #212121 !important;
  background-color: #212121 !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-dark tr:hover > td {
  border-color: #141414;
  background-color: #141414;
  color: #fff;
}
[data-background=light] .table tbody tr.table-default > td {
  border-color: #424242 !important;
  background-color: #424242 !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-default tr:hover > td {
  border-color: #353535;
  background-color: #353535;
  color: #fff;
}
[data-background=light] .table tbody tr.table-primary > td {
  border-color: #0277bd !important;
  background-color: #0277bd !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-primary tr:hover > td {
  border-color: #0267a4;
  background-color: #0267a4;
  color: #fff;
}
[data-background=light] .table tbody tr.table-secondary > td {
  border-color: #00796b !important;
  background-color: #00796b !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-secondary tr:hover > td {
  border-color: #006054;
  background-color: #006054;
  color: #fff;
}
[data-background=light] .table tbody tr.table-info > td {
  border-color: #138496 !important;
  background-color: #138496 !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-info tr:hover > td {
  border-color: #10707f;
  background-color: #10707f;
  color: #fff;
}
[data-background=light] .table tbody tr.table-success > td {
  border-color: #388e3c !important;
  background-color: #388e3c !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-success tr:hover > td {
  border-color: #317c34;
  background-color: #317c34;
  color: #fff;
}
[data-background=light] .table tbody tr.table-warning > td {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-warning tr:hover > td {
  border-color: #e69000;
  background-color: #e69000;
  color: #fff;
}
[data-background=light] .table tbody tr.table-danger > td {
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
  color: #fff;
}
[data-background=light] .table tbody tr.table-danger tr:hover > td {
  border-color: #a11919;
  background-color: #a11919;
  color: #fff;
}
[data-background=light] .table.table-striped tbody tr:nth-child(even) td {
  background-color: whitesmoke;
}
[data-background=light] .table.table-striped tbody tr:nth-child(odd) td {
  background-color: #fafafa;
}
[data-background=light] .table.table-unbordered thead th,
[data-background=light] .table.table-unbordered thead td,
[data-background=light] .table.table-unbordered thead tr,
[data-background=light] .table.table-unbordered tbody th,
[data-background=light] .table.table-unbordered tbody td,
[data-background=light] .table.table-unbordered tbody tr {
  border: none !important;
}
[data-background=light] .table.table-hover.table-hover-light tbody tr:hover td {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-dark tbody tr:hover td {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-default tbody tr:hover td {
  border-color: #424242;
  background-color: #424242;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-primary tbody tr:hover td {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-secondary tbody tr:hover td {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-info tbody tr:hover td {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-success tbody tr:hover td {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-warning tbody tr:hover td {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=light] .table.table-hover.table-hover-danger tbody tr:hover td {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=dark] .table th,
[data-background=dark] .table td {
  background-color: #212121;
  border-color: #303030;
  color: #f5f5f5;
}
[data-background=dark] .table tbody td {
  border-color: #303030;
  white-space: nowrap;
}
[data-background=dark] .table tbody td:hover {
  background-color: #2e2e2e;
}
[data-background=dark] .table thead th {
  background-color: #2b2b2b;
  border-color: #303030;
  border-top-color: #2b2b2b;
}
[data-background=dark] .table thead.thead-default th {
  background-color: #212121;
  border-color: #303030;
}
[data-background=dark] .table thead.thead-inverse th {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
[data-background=dark] .table thead.thead-light th {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=dark] .table thead.thead-dark th {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=dark] .table thead.thead-primary th {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=dark] .table thead.thead-secondary th {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=dark] .table thead.thead-info th {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=dark] .table thead.thead-success th {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=dark] .table thead.thead-warning th {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=dark] .table thead.thead-danger th {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=dark] .table tbody tr:hover td {
  background-color: #2e2e2e;
}
[data-background=dark] .table tbody tr.table-active > th,
[data-background=dark] .table tbody tr.table-active > td {
  background-color: #2e2e2e;
}
[data-background=dark] .table tbody tr.table-light > td {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-light tr:hover > td {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-dark > td {
  border-color: #212121 !important;
  background-color: #212121 !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-dark tr:hover > td {
  border-color: #141414;
  background-color: #141414;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-default > td {
  border-color: #424242 !important;
  background-color: #424242 !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-default tr:hover > td {
  border-color: #353535;
  background-color: #353535;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-primary > td {
  border-color: #0277bd !important;
  background-color: #0277bd !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-primary tr:hover > td {
  border-color: #0267a4;
  background-color: #0267a4;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-secondary > td {
  border-color: #00796b !important;
  background-color: #00796b !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-secondary tr:hover > td {
  border-color: #006054;
  background-color: #006054;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-info > td {
  border-color: #138496 !important;
  background-color: #138496 !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-info tr:hover > td {
  border-color: #10707f;
  background-color: #10707f;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-success > td {
  border-color: #388e3c !important;
  background-color: #388e3c !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-success tr:hover > td {
  border-color: #317c34;
  background-color: #317c34;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-warning > td {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-warning tr:hover > td {
  border-color: #e69000;
  background-color: #e69000;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-danger > td {
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
  color: #fff;
}
[data-background=dark] .table tbody tr.table-danger tr:hover > td {
  border-color: #a11919;
  background-color: #a11919;
  color: #fff;
}
[data-background=dark] .table.table-striped tbody tr:nth-child(even) td {
  background-color: #2b2b2b;
}
[data-background=dark] .table.table-striped tbody tr:nth-child(odd) td {
  background-color: #262626;
}
[data-background=dark] .table.table-unbordered thead th,
[data-background=dark] .table.table-unbordered thead td,
[data-background=dark] .table.table-unbordered thead tr,
[data-background=dark] .table.table-unbordered tbody th,
[data-background=dark] .table.table-unbordered tbody td,
[data-background=dark] .table.table-unbordered tbody tr {
  border: none !important;
}
[data-background=dark] .table.table-hover.table-hover-light tbody tr:hover td {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-dark tbody tr:hover td {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-default tbody tr:hover td {
  border-color: #424242;
  background-color: #424242;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-primary tbody tr:hover td {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-secondary tbody tr:hover td {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-info tbody tr:hover td {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-success tbody tr:hover td {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-warning tbody tr:hover td {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=dark] .table.table-hover.table-hover-danger tbody tr:hover td {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=indigo] .table th,
[data-background=indigo] .table td {
  background-color: #1a237e;
  border-color: #1f2a97;
  color: #f5f5f5;
}
[data-background=indigo] .table tbody td {
  border-color: #1f2a97;
  white-space: nowrap;
}
[data-background=indigo] .table tbody td:hover {
  background-color: #1e2993;
}
[data-background=indigo] .table thead th {
  background-color: #1d288f;
  border-color: #1f2a97;
  border-top-color: #1d288f;
}
[data-background=indigo] .table thead.thead-default th {
  background-color: #1a237e;
  border-color: #1f2a97;
}
[data-background=indigo] .table thead.thead-inverse th {
  color: #1a237e;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
[data-background=indigo] .table thead.thead-light th {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=indigo] .table thead.thead-dark th {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=indigo] .table thead.thead-primary th {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=indigo] .table thead.thead-secondary th {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=indigo] .table thead.thead-info th {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=indigo] .table thead.thead-success th {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=indigo] .table thead.thead-warning th {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=indigo] .table thead.thead-danger th {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=indigo] .table tbody tr:hover td {
  background-color: #1e2993;
}
[data-background=indigo] .table tbody tr.table-active > th,
[data-background=indigo] .table tbody tr.table-active > td {
  background-color: #1e2993;
}
[data-background=indigo] .table tbody tr.table-light > td {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-light tr:hover > td {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-dark > td {
  border-color: #212121 !important;
  background-color: #212121 !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-dark tr:hover > td {
  border-color: #141414;
  background-color: #141414;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-default > td {
  border-color: #424242 !important;
  background-color: #424242 !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-default tr:hover > td {
  border-color: #353535;
  background-color: #353535;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-primary > td {
  border-color: #0277bd !important;
  background-color: #0277bd !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-primary tr:hover > td {
  border-color: #0267a4;
  background-color: #0267a4;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-secondary > td {
  border-color: #00796b !important;
  background-color: #00796b !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-secondary tr:hover > td {
  border-color: #006054;
  background-color: #006054;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-info > td {
  border-color: #138496 !important;
  background-color: #138496 !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-info tr:hover > td {
  border-color: #10707f;
  background-color: #10707f;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-success > td {
  border-color: #388e3c !important;
  background-color: #388e3c !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-success tr:hover > td {
  border-color: #317c34;
  background-color: #317c34;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-warning > td {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-warning tr:hover > td {
  border-color: #e69000;
  background-color: #e69000;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-danger > td {
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
  color: #fff;
}
[data-background=indigo] .table tbody tr.table-danger tr:hover > td {
  border-color: #a11919;
  background-color: #a11919;
  color: #fff;
}
[data-background=indigo] .table.table-striped tbody tr:nth-child(even) td {
  background-color: #1d288f;
}
[data-background=indigo] .table.table-striped tbody tr:nth-child(odd) td {
  background-color: #1c2586;
}
[data-background=indigo] .table.table-unbordered thead th,
[data-background=indigo] .table.table-unbordered thead td,
[data-background=indigo] .table.table-unbordered thead tr,
[data-background=indigo] .table.table-unbordered tbody th,
[data-background=indigo] .table.table-unbordered tbody td,
[data-background=indigo] .table.table-unbordered tbody tr {
  border: none !important;
}
[data-background=indigo] .table.table-hover.table-hover-light tbody tr:hover td {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-dark tbody tr:hover td {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-default tbody tr:hover td {
  border-color: #424242;
  background-color: #424242;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-primary tbody tr:hover td {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-secondary tbody tr:hover td {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-info tbody tr:hover td {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-success tbody tr:hover td {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-warning tbody tr:hover td {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=indigo] .table.table-hover.table-hover-danger tbody tr:hover td {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=blue-grey] .table th,
[data-background=blue-grey] .table td {
  background-color: #263238;
  border-color: #32424a;
  color: #f5f5f5;
}
[data-background=blue-grey] .table tbody td {
  border-color: #32424a;
  white-space: nowrap;
}
[data-background=blue-grey] .table tbody td:hover {
  background-color: #304047;
}
[data-background=blue-grey] .table thead th {
  background-color: #2e3d44;
  border-color: #32424a;
  border-top-color: #2e3d44;
}
[data-background=blue-grey] .table thead.thead-default th {
  background-color: #263238;
  border-color: #32424a;
}
[data-background=blue-grey] .table thead.thead-inverse th {
  color: #263238;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
[data-background=blue-grey] .table thead.thead-light th {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-dark th {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-primary th {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-secondary th {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-info th {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-success th {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-warning th {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=blue-grey] .table thead.thead-danger th {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr:hover td {
  background-color: #304047;
}
[data-background=blue-grey] .table tbody tr.table-active > th,
[data-background=blue-grey] .table tbody tr.table-active > td {
  background-color: #304047;
}
[data-background=blue-grey] .table tbody tr.table-light > td {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-light tr:hover > td {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-dark > td {
  border-color: #212121 !important;
  background-color: #212121 !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-dark tr:hover > td {
  border-color: #141414;
  background-color: #141414;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-default > td {
  border-color: #424242 !important;
  background-color: #424242 !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-default tr:hover > td {
  border-color: #353535;
  background-color: #353535;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-primary > td {
  border-color: #0277bd !important;
  background-color: #0277bd !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-primary tr:hover > td {
  border-color: #0267a4;
  background-color: #0267a4;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-secondary > td {
  border-color: #00796b !important;
  background-color: #00796b !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-secondary tr:hover > td {
  border-color: #006054;
  background-color: #006054;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-info > td {
  border-color: #138496 !important;
  background-color: #138496 !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-info tr:hover > td {
  border-color: #10707f;
  background-color: #10707f;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-success > td {
  border-color: #388e3c !important;
  background-color: #388e3c !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-success tr:hover > td {
  border-color: #317c34;
  background-color: #317c34;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-warning > td {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-warning tr:hover > td {
  border-color: #e69000;
  background-color: #e69000;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-danger > td {
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
  color: #fff;
}
[data-background=blue-grey] .table tbody tr.table-danger tr:hover > td {
  border-color: #a11919;
  background-color: #a11919;
  color: #fff;
}
[data-background=blue-grey] .table.table-striped tbody tr:nth-child(even) td {
  background-color: #2e3d44;
}
[data-background=blue-grey] .table.table-striped tbody tr:nth-child(odd) td {
  background-color: #2a373e;
}
[data-background=blue-grey] .table.table-unbordered thead th,
[data-background=blue-grey] .table.table-unbordered thead td,
[data-background=blue-grey] .table.table-unbordered thead tr,
[data-background=blue-grey] .table.table-unbordered tbody th,
[data-background=blue-grey] .table.table-unbordered tbody td,
[data-background=blue-grey] .table.table-unbordered tbody tr {
  border: none !important;
}
[data-background=blue-grey] .table.table-hover.table-hover-light tbody tr:hover td {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-dark tbody tr:hover td {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-default tbody tr:hover td {
  border-color: #424242;
  background-color: #424242;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-primary tbody tr:hover td {
  border-color: #0277bd;
  background-color: #0277bd;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-secondary tbody tr:hover td {
  border-color: #00796b;
  background-color: #00796b;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-info tbody tr:hover td {
  border-color: #138496;
  background-color: #138496;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-success tbody tr:hover td {
  border-color: #388e3c;
  background-color: #388e3c;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-warning tbody tr:hover td {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}
[data-background=blue-grey] .table.table-hover.table-hover-danger tbody tr:hover td {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}

/* src/app/styles/tables/datatable.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(/images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(/images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
  background-image: url(/images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/images/sort_desc_disabled.png);
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background:
    linear-gradient(
      to bottom,
      white 0%,
      #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background:
    linear-gradient(
      to bottom,
      #585858 0%,
      #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 25%,
      rgba(255, 255, 255, 0.9) 75%,
      rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  margin: 0;
  padding: 0;
}
.page-link {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  margin: 0;
  margin: 0;
}
[data-background=light] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
[data-background=light] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
[data-background=light] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #212121 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
[data-background=light] .page-link {
  color: #212121 !important;
  background-color: #fff !important;
  border: none !important;
}
[data-background=light] .page-link:hover {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=light] .page-item.active .page-link {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=light] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #212121 !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  background: transparent !important;
}
[data-background=light] .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #212121 !important;
  border: 1px solid transparent;
}
[data-background=light] .dataTables_length,
[data-background=light] .dataTables_filter,
[data-background=light] .dataTables_info {
  color: #212121;
}
[data-background=light] th {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-top: 1px solid #ebebeb !important;
}
[data-background=light] th:active,
[data-background=light] th:focus {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
[data-background=light] table.dataTable {
  color: #212121;
  background-color: #fff;
  border-color: #ebebeb !important;
}
[data-background=light] table.dataTable.no-footer {
  border-bottom: 1px solid #ebebeb;
}
[data-background=dark] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
[data-background=dark] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
[data-background=dark] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
[data-background=dark] .page-link {
  color: #f5f5f5 !important;
  background-color: #212121 !important;
  border: none !important;
}
[data-background=dark] .page-link:hover {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=dark] .page-item.active .page-link {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=dark] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  background: transparent !important;
}
[data-background=dark] .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #f5f5f5 !important;
  border: 1px solid transparent;
}
[data-background=dark] .dataTables_length,
[data-background=dark] .dataTables_filter,
[data-background=dark] .dataTables_info {
  color: #f5f5f5;
}
[data-background=dark] th {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-top: 1px solid #303030 !important;
}
[data-background=dark] th:active,
[data-background=dark] th:focus {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
[data-background=dark] table.dataTable {
  color: #f5f5f5;
  background-color: #212121;
  border-color: #303030 !important;
}
[data-background=dark] table.dataTable.no-footer {
  border-bottom: 1px solid #303030;
}
[data-background=indigo] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
[data-background=indigo] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
[data-background=indigo] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
[data-background=indigo] .page-link {
  color: #f5f5f5 !important;
  background-color: #1a237e !important;
  border: none !important;
}
[data-background=indigo] .page-link:hover {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=indigo] .page-item.active .page-link {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=indigo] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  background: transparent !important;
}
[data-background=indigo] .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #f5f5f5 !important;
  border: 1px solid transparent;
}
[data-background=indigo] .dataTables_length,
[data-background=indigo] .dataTables_filter,
[data-background=indigo] .dataTables_info {
  color: #f5f5f5;
}
[data-background=indigo] th {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-top: 1px solid #1f2a97 !important;
}
[data-background=indigo] th:active,
[data-background=indigo] th:focus {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
[data-background=indigo] table.dataTable {
  color: #f5f5f5;
  background-color: #1a237e;
  border-color: #1f2a97 !important;
}
[data-background=indigo] table.dataTable.no-footer {
  border-bottom: 1px solid #1f2a97;
}
[data-background=blue-grey] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
[data-background=blue-grey] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
[data-background=blue-grey] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
[data-background=blue-grey] .page-link {
  color: #f5f5f5 !important;
  background-color: #263238 !important;
  border: none !important;
}
[data-background=blue-grey] .page-link:hover {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=blue-grey] .page-item.active .page-link {
  color: #fff !important;
  background-color: #ffa000 !important;
}
[data-background=blue-grey] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  background: transparent !important;
}
[data-background=blue-grey] .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #f5f5f5 !important;
  border: 1px solid transparent;
}
[data-background=blue-grey] .dataTables_length,
[data-background=blue-grey] .dataTables_filter,
[data-background=blue-grey] .dataTables_info {
  color: #f5f5f5;
}
[data-background=blue-grey] th {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-top: 1px solid #32424a !important;
}
[data-background=blue-grey] th:active,
[data-background=blue-grey] th:focus {
  outline: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
[data-background=blue-grey] table.dataTable {
  color: #f5f5f5;
  background-color: #263238;
  border-color: #32424a !important;
}
[data-background=blue-grey] table.dataTable.no-footer {
  border-bottom: 1px solid #32424a;
}

/* src/app/styles/tables/jquery-treegrid.scss */
.treegrid-indent {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.treegrid-expander {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.treegrid-expander-expanded {
  background-image: url(/images/collapse.png);
}
.treegrid-expander-collapsed {
  background-image: url(/images/expand.png);
}
.treegrid-expander {
  margin-right: 10px;
}

/* src/app/styles/pages/user-profile.scss */
[data-controller=pages][data-view=user-profile] .widget {
  padding: 20px 0;
}
[data-controller=pages][data-view=user-profile] .tab-content p {
  margin-bottom: 10px;
}
[data-controller=pages][data-view=user-profile] .tab-content .form-group {
  margin-bottom: 30px;
}
[data-controller=pages][data-view=user-profile] .user-profile-top {
  position: relative;
  padding: 20px 20px 0 20px;
}
[data-controller=pages][data-view=user-profile] .user-profile-top .rounded-circle {
  width: 100px;
  border: 2px solid #fff;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
[data-controller=pages][data-view=user-profile] .user-profile-top h5 {
  position: absolute;
  top: 32px;
  left: 150px;
  font-size: 1rem;
  font-weight: 700;
}
[data-controller=pages][data-view=user-profile] .user-profile-top p {
  position: absolute;
  top: 55px;
  left: 150px;
  font-size: 0.8125rem;
}
[data-controller=pages][data-view=user-profile] .user-profile-top .buttons {
  position: absolute;
  top: 82px;
  left: 150px;
}
[data-controller=pages][data-view=user-profile] .user-profile-top .buttons .btn {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* src/app/styles/documentation/code-structure.scss */
[data-controller=documentation][data-view=code-structure] .naming-conventions > li {
  margin-bottom: 20px;
}
[data-controller=documentation][data-view=code-structure] .questions {
  padding-left: 15px;
}
[data-controller=documentation][data-view=code-structure] .questions > li {
  margin-bottom: 40px;
}
[data-controller=documentation][data-view=code-structure] .questions > li p {
  margin-bottom: 10px;
}
[data-controller=documentation][data-view=code-structure] .questions > li p:nth-child(1) {
  font-weight: 700;
}

/* src/app/styles/documentation/customization.scss */
[data-controller=documentation][data-view=customization] .questions {
  padding-left: 15px;
}
[data-controller=documentation][data-view=customization] .questions > li {
  margin-bottom: 40px;
}
[data-controller=documentation][data-view=customization] .questions > li p:nth-child(1) {
  font-weight: 700;
}

/* src/app/styles/documentation/layout.scss */
[data-controller=documentation][data-view=layout] .questions {
  padding-left: 15px;
}
[data-controller=documentation][data-view=layout] .questions > li {
  margin-bottom: 40px;
}
[data-controller=documentation][data-view=layout] .questions > li > ul {
  margin-bottom: 20px;
}
[data-controller=documentation][data-view=layout] .questions > li p:nth-child(1) {
  font-weight: 700;
}

/* src/app/styles/documentation/styles.scss */
[data-controller=documentation][data-view=styles] .questions {
  padding-left: 15px;
}
[data-controller=documentation][data-view=styles] .questions > li {
  margin-bottom: 40px;
}
[data-controller=documentation][data-view=styles] .questions > li p:nth-child(1) {
  font-weight: 700;
}

/* src/app/styles/documentation/credits.scss */
[data-controller=documentation][data-view=credits] .credits > li {
  margin-bottom: 40px;
}
[data-controller=documentation][data-view=credits] .credits > li p {
  margin-bottom: 10px;
}
[data-controller=documentation][data-view=credits] .credits > li p:nth-child(1) {
  font-weight: 700;
}

/* src/app/styles/elements/right-sidebar.scss */
.show-from-right {
  transform: translate3d(-300px, 0, 0);
}
.right-sidebar-outer {
  transition: transform 0.25s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  left: 100%;
  display: block;
  overflow: hidden;
  z-index: 20;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.right-sidebar-outer .right-sidebar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  width: 320px;
}
.right-sidebar-outer .right-sidebar {
  width: 300px;
  text-align: left;
}
.right-sidebar-outer .right-sidebar h4 {
  padding: 20px;
  font-size: 1rem;
  margin-bottom: 0;
}
.right-sidebar-outer .right-sidebar .tab-content {
  text-align: left;
  padding: 10px;
}
.right-sidebar-outer .right-sidebar .color-block {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  margin: 0 10px 5px 0;
  cursor: pointer;
}
.right-sidebar-outer .right-sidebar .list-group-item-title {
  font-size: 0.8125rem;
  font-weight: 700;
}
.right-sidebar-outer .right-sidebar .list-group-item-colors {
  padding: 20px 15px;
}
[data-background=light] .right-sidebar-outer {
  background: #fff;
  color: #212121;
}
[data-background=light] .right-sidebar-outer a {
  color: #212121;
}
[data-background=light] .right-sidebar .list-group-item-title {
  background: #fafafa;
  color: #212121;
}
[data-background=light] .right-sidebar .color-block {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
[data-background=dark] .right-sidebar-outer {
  background: #212121;
  color: #f5f5f5;
}
[data-background=dark] .right-sidebar-outer a {
  color: #f5f5f5;
}
[data-background=dark] .right-sidebar .list-group-item-title {
  background: #262626;
  color: #f5f5f5;
}
[data-background=dark] .right-sidebar .color-block {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
[data-background=indigo] .right-sidebar-outer {
  background: #1a237e;
  color: #f5f5f5;
}
[data-background=indigo] .right-sidebar-outer a {
  color: #f5f5f5;
}
[data-background=indigo] .right-sidebar .list-group-item-title {
  background: #1c2586;
  color: #f5f5f5;
}
[data-background=indigo] .right-sidebar .color-block {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
[data-background=blue-grey] .right-sidebar-outer {
  background: #263238;
  color: #f5f5f5;
}
[data-background=blue-grey] .right-sidebar-outer a {
  color: #f5f5f5;
}
[data-background=blue-grey] .right-sidebar .list-group-item-title {
  background: #2a373e;
  color: #f5f5f5;
}
[data-background=blue-grey] .right-sidebar .color-block {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

/* src/app/styles/notifications/toastr.scss */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  color: #ffffff;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: none;
}
#toast-container > .toast-error {
  background-image: none;
}
#toast-container > .toast-success {
  background-image: none;
}
#toast-container > .toast-warning {
  background-image: none;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #000;
}
.toast-success {
  background-color: #6dad4e !important;
  color: #ffffff !important;
}
.toast-error {
  background-color: rgba(192, 40, 40, 0.8117647059);
}
.toast-info {
  background-color: #138496;
}
.toast-warning {
  background-color: #ffa000;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* src/assets/@ng-select/material.theme.scss */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #b3b3b3 #b3b3b3;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #666;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #8ad4ee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5c6873;
  overflow-y: auto !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #aaa;
}
.ng-select.ng-select-single .ng-select-container {
  height: 35px;
  top: -3px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  background-color: #f5faff;
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 0 5px 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d8eafd;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #c2e0ff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #c2e0ff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #c2e0ff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #c2e0ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper .ng-clear:hover {
  color: #d0021b;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  margin-bottom: 1px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background-color: #f5faff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
  font-size: 0.75rem;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: #333;
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #ebf5ff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #cccccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}

/* node_modules/.pnpm/sweetalert2@11.14.5/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow:
    0 0 1px rgba(0, 0, 0, .075),
    0 1px 2px rgba(0, 0, 0, .075),
    1px 2px 4px rgba(0, 0, 0, .075),
    1px 3px 8px rgba(0, 0, 0, .075),
    2px 4px 16px rgba(0, 0, 0, .075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip .75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long .75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show .5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide .1s forwards;
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, .4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup,
div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup,
div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup,
div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup,
div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup,
div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: hsl(0, 0%, 33%);
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, .5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, .5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, .5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, .5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s, box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em .3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s, box-shadow .1s;
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: .1875em;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 0, 0, 0);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: hsl(0, 0%, 94%);
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark .8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: swal2-show .3s;
}
.swal2-hide {
  animation: swal2-hide .15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

/* node_modules/.pnpm/devextreme@24.1.6/node_modules/devextreme/dist/css/dx.light.css */
:root {
  --dx-font-size-heading-1:34px;
  --dx-font-size-heading-2:28px;
  --dx-font-size-heading-3:22px;
  --dx-font-size-heading-4:18px;
  --dx-font-size-heading-5:16px;
  --dx-font-size-heading-6:12px;
  --dx-font-size-xl:34px;
  --dx-font-size-lg:28px;
  --dx-font-size-md:20px;
  --dx-font-size-sm:18px;
  --dx-font-size-xs:12px;
  --dx-list-item-padding-inline:10px;
  --dx-list-item-padding-block:10px;
}
.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;
  border-width: 0;
  padding: 10px;
  font-size: .85em;
  line-height: normal;
  word-wrap: break-word;
}
.dx-dropdownbox.dx-dropdowneditor-active .dx-invalid-message-auto,
.dx-invalid-message-visible.dx-invalid .dx-invalid-message-auto,
.dx-invalid-message.dx-invalid-message-always,
.dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto,
.dx-state-focused.dx-invalid .dx-invalid-message-auto {
  visibility: visible;
}
.dx-validationsummary-item-content {
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: normal;
}
@keyframes dx-valid-badge-frames {
  from {
    opacity: 0;
    transform: scale(.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.dx-theme-generic-typography {
  background-color: #fff;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-theme-generic-typography input,
.dx-theme-generic-typography textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-theme-generic-typography h1 {
  font-weight: 200;
  font-size: 34px;
}
.dx-theme-generic-typography h2 {
  font-weight: 400;
  font-size: 28px;
}
.dx-theme-generic-typography h3 {
  font-weight: 400;
  font-size: 22px;
}
.dx-theme-generic-typography h4 {
  font-weight: 500;
  font-size: 18px;
}
.dx-theme-generic-typography h5 {
  font-weight: 700;
  font-size: 16px;
}
.dx-theme-generic-typography h6 {
  font-weight: 800;
  font-size: 12px;
}
.dx-theme-generic-typography .dx-font-xl {
  font-weight: 200;
  font-size: 34px;
}
.dx-theme-generic-typography .dx-font-l {
  font-weight: 400;
  font-size: 28px;
}
.dx-theme-generic-typography .dx-font-m {
  font-weight: 400;
  font-size: 20px;
}
.dx-theme-generic-typography .dx-font-s {
  font-weight: 500;
  font-size: 18px;
}
.dx-theme-generic-typography .dx-font-xs,
.dx-theme-generic-typography small {
  font-weight: 800;
  font-size: 12px;
}
.dx-theme-generic-typography a {
  color: #337ab7;
}
@font-face {
  font-family: DXIcons;
  src:
    local("DevExtreme Generic Icons"),
    local("devextreme_generic_icons"),
    url("./media/dxicons.woff2") format("woff2"),
    url("./media/dxicons.woff") format("woff"),
    url("./media/dxicons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.dx-icon {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dx-icon-accountbox,
.dx-icon-activefolder,
.dx-icon-add,
.dx-icon-addtableheader,
.dx-icon-airplane,
.dx-icon-aligncenter,
.dx-icon-alignjustify,
.dx-icon-alignleft,
.dx-icon-alignright,
.dx-icon-arrowback,
.dx-icon-arrowdown,
.dx-icon-arrowleft,
.dx-icon-arrowright,
.dx-icon-arrowup,
.dx-icon-attach,
.dx-icon-back,
.dx-icon-background,
.dx-icon-bell,
.dx-icon-belloutline,
.dx-icon-blockquote,
.dx-icon-bmpfile,
.dx-icon-bold,
.dx-icon-bookmark,
.dx-icon-box,
.dx-icon-bulletlist,
.dx-icon-car,
.dx-icon-card,
.dx-icon-cart,
.dx-icon-cellproperties,
.dx-icon-chart,
.dx-icon-check,
.dx-icon-checklist,
.dx-icon-chevrondoubleleft,
.dx-icon-chevrondoubleright,
.dx-icon-chevrondown,
.dx-icon-chevronleft,
.dx-icon-chevronnext,
.dx-icon-chevronprev,
.dx-icon-chevronright,
.dx-icon-chevronup,
.dx-icon-clear,
.dx-icon-clearcircle,
.dx-icon-clearformat,
.dx-icon-clearsquare,
.dx-icon-clock,
.dx-icon-close,
.dx-icon-codeblock,
.dx-icon-coffee,
.dx-icon-collapse,
.dx-icon-color,
.dx-icon-columnchooser,
.dx-icon-columnfield,
.dx-icon-columnproperties,
.dx-icon-comment,
.dx-icon-contains,
.dx-icon-contentlayout,
.dx-icon-copy,
.dx-icon-cut,
.dx-icon-dataarea,
.dx-icon-datafield,
.dx-icon-datapie,
.dx-icon-datatrending,
.dx-icon-datausage,
.dx-icon-decreaseindent,
.dx-icon-decreaselinespacing,
.dx-icon-deletecolumn,
.dx-icon-deleterow,
.dx-icon-deletetable,
.dx-icon-description,
.dx-icon-detailslayout,
.dx-icon-doc,
.dx-icon-docfile,
.dx-icon-docxfile,
.dx-icon-doesnotcontain,
.dx-icon-download,
.dx-icon-dragvertical,
.dx-icon-edit,
.dx-icon-edittableheader,
.dx-icon-email,
.dx-icon-endswith,
.dx-icon-equal,
.dx-icon-errorcircle,
.dx-icon-event,
.dx-icon-eventall,
.dx-icon-expand,
.dx-icon-expandform,
.dx-icon-export,
.dx-icon-exportpdf,
.dx-icon-exportselected,
.dx-icon-exportxlsx,
.dx-icon-eyeclose,
.dx-icon-eyeopen,
.dx-icon-favorites,
.dx-icon-fieldchooser,
.dx-icon-fields,
.dx-icon-file,
.dx-icon-fill,
.dx-icon-filter,
.dx-icon-find,
.dx-icon-floppy,
.dx-icon-folder,
.dx-icon-font,
.dx-icon-fontsize,
.dx-icon-food,
.dx-icon-formula,
.dx-icon-fullscreen,
.dx-icon-gift,
.dx-icon-globe,
.dx-icon-greater,
.dx-icon-greaterorequal,
.dx-icon-group,
.dx-icon-growfont,
.dx-icon-handlehorizontal,
.dx-icon-handlevertical,
.dx-icon-header,
.dx-icon-help,
.dx-icon-hidepanel,
.dx-icon-hierarchy,
.dx-icon-home,
.dx-icon-image,
.dx-icon-imgarlock,
.dx-icon-imgarunlock,
.dx-icon-import,
.dx-icon-importselected,
.dx-icon-inactivefolder,
.dx-icon-increaseindent,
.dx-icon-increaselinespacing,
.dx-icon-indent,
.dx-icon-indeterminatestate,
.dx-icon-info,
.dx-icon-insertcolumnleft,
.dx-icon-insertcolumnright,
.dx-icon-insertrowabove,
.dx-icon-insertrowbelow,
.dx-icon-inserttable,
.dx-icon-isblank,
.dx-icon-isnotblank,
.dx-icon-italic,
.dx-icon-jpgfile,
.dx-icon-key,
.dx-icon-less,
.dx-icon-lessorequal,
.dx-icon-like,
.dx-icon-link,
.dx-icon-lock,
.dx-icon-login,
.dx-icon-map,
.dx-icon-mediumiconslayout,
.dx-icon-mention,
.dx-icon-menu,
.dx-icon-mergecells,
.dx-icon-message,
.dx-icon-minus,
.dx-icon-money,
.dx-icon-moon,
.dx-icon-more,
.dx-icon-movetofolder,
.dx-icon-music,
.dx-icon-newfolder,
.dx-icon-notequal,
.dx-icon-optionsgear,
.dx-icon-orderedlist,
.dx-icon-ordersbox,
.dx-icon-overflow,
.dx-icon-palette,
.dx-icon-panelleft,
.dx-icon-panelright,
.dx-icon-parentfolder,
.dx-icon-paste,
.dx-icon-pasteplaintext,
.dx-icon-pdffile,
.dx-icon-percent,
.dx-icon-photo,
.dx-icon-photooutline,
.dx-icon-pin,
.dx-icon-pinleft,
.dx-icon-pinmap,
.dx-icon-pinright,
.dx-icon-plus,
.dx-icon-pptfile,
.dx-icon-pptxfile,
.dx-icon-preferences,
.dx-icon-print,
.dx-icon-product,
.dx-icon-pulldown,
.dx-icon-range,
.dx-icon-redo,
.dx-icon-refresh,
.dx-icon-remove,
.dx-icon-rename,
.dx-icon-repeat,
.dx-icon-return,
.dx-icon-revert,
.dx-icon-rowfield,
.dx-icon-rowproperties,
.dx-icon-rtffile,
.dx-icon-runner,
.dx-icon-save,
.dx-icon-search,
.dx-icon-selectall,
.dx-icon-send,
.dx-icon-share,
.dx-icon-showpanel,
.dx-icon-shrinkfont,
.dx-icon-smalliconslayout,
.dx-icon-sortdown,
.dx-icon-sortdowntext,
.dx-icon-sorted,
.dx-icon-sortup,
.dx-icon-sortuptext,
.dx-icon-spindown,
.dx-icon-spinleft,
.dx-icon-spinnext,
.dx-icon-spinprev,
.dx-icon-spinright,
.dx-icon-spinup,
.dx-icon-splitcells,
.dx-icon-square,
.dx-icon-startswith,
.dx-icon-strike,
.dx-icon-subscript,
.dx-icon-sun,
.dx-icon-superscript,
.dx-icon-svgfile,
.dx-icon-tableproperties,
.dx-icon-tags,
.dx-icon-taskcomplete,
.dx-icon-taskhelpneeded,
.dx-icon-taskinprogress,
.dx-icon-taskrejected,
.dx-icon-taskstop,
.dx-icon-tel,
.dx-icon-textdocument,
.dx-icon-tips,
.dx-icon-to,
.dx-icon-todo,
.dx-icon-toolbox,
.dx-icon-trash,
.dx-icon-triangledown,
.dx-icon-triangleleft,
.dx-icon-triangleright,
.dx-icon-triangleup,
.dx-icon-txtfile,
.dx-icon-underline,
.dx-icon-undo,
.dx-icon-unlock,
.dx-icon-unpin,
.dx-icon-unselectall,
.dx-icon-upload,
.dx-icon-user,
.dx-icon-variable,
.dx-icon-verticalalignbottom,
.dx-icon-verticalaligncenter,
.dx-icon-verticalaligntop,
.dx-icon-video,
.dx-icon-warning,
.dx-icon-xlsfile,
.dx-icon-xlsxfile {
  font: 14px/1 DXIcons;
}
.dx-icon-add:before {
  content: "\f00b";
}
.dx-icon-airplane:before {
  content: "\f000";
}
.dx-icon-bookmark:before {
  content: "\f017";
}
.dx-icon-box:before {
  content: "\f018";
}
.dx-icon-car:before {
  content: "\f01b";
}
.dx-icon-card:before {
  content: "\f019";
}
.dx-icon-cart:before {
  content: "\f01a";
}
.dx-icon-chart:before {
  content: "\f01c";
}
.dx-icon-check:before {
  content: "\f005";
}
.dx-icon-clear:before {
  content: "\f008";
}
.dx-icon-clock:before {
  content: "\f01d";
}
.dx-icon-close:before {
  content: "\f00a";
}
.dx-icon-coffee:before {
  content: "\f02a";
}
.dx-icon-comment:before {
  content: "\f01e";
}
.dx-icon-doc:before,
.dx-icon-file:before {
  content: "\f021";
}
.dx-icon-download:before {
  content: "\f022";
}
.dx-icon-dragvertical:before {
  content: "\f038";
}
.dx-icon-edit:before {
  content: "\f023";
}
.dx-icon-email:before {
  content: "\f024";
}
.dx-icon-event:before {
  content: "\f026";
}
.dx-icon-eventall:before {
  content: "\f043";
}
.dx-icon-favorites:before {
  content: "\f025";
}
.dx-icon-find:before {
  content: "\f027";
}
.dx-icon-filter:before {
  content: "\f050";
}
.dx-icon-activefolder:before,
.dx-icon-folder:before {
  content: "\f028";
}
.dx-icon-food:before {
  content: "\f029";
}
.dx-icon-gift:before {
  content: "\f02b";
}
.dx-icon-globe:before {
  content: "\f02c";
}
.dx-icon-group:before {
  content: "\f02e";
}
.dx-icon-help:before {
  content: "\f02f";
}
.dx-icon-home:before {
  content: "\f030";
}
.dx-icon-image:before {
  content: "\f031";
}
.dx-icon-info:before {
  content: "\f032";
}
.dx-icon-key:before {
  content: "\f033";
}
.dx-icon-like:before {
  content: "\f034";
}
.dx-icon-map:before {
  content: "\f035";
}
.dx-icon-menu:before {
  content: "\f00c";
}
.dx-icon-message:before {
  content: "\f024";
}
.dx-icon-money:before {
  content: "\f036";
}
.dx-icon-music:before {
  content: "\f037";
}
.dx-icon-overflow:before {
  content: "\f00d";
}
.dx-icon-percent:before {
  content: "\f039";
}
.dx-icon-photo:before {
  content: "\f03a";
}
.dx-icon-plus:before {
  content: "\f00b";
}
.dx-icon-minus:before {
  content: "\f074";
}
.dx-icon-preferences:before {
  content: "\f03b";
}
.dx-icon-product:before {
  content: "\f03c";
}
.dx-icon-pulldown:before {
  content: "\f062";
}
.dx-icon-refresh:before {
  content: "\f03d";
}
.dx-icon-remove:before {
  content: "\f00a";
}
.dx-icon-revert:before {
  content: "\f04c";
}
.dx-icon-runner:before {
  content: "\f040";
}
.dx-icon-save:before {
  content: "\f041";
}
.dx-icon-search:before {
  content: "\f027";
}
.dx-icon-tags:before {
  content: "\f009";
}
.dx-icon-tel:before {
  content: "\f003";
}
.dx-icon-tips:before {
  content: "\f004";
}
.dx-icon-todo:before {
  content: "\f005";
}
.dx-icon-toolbox:before {
  content: "\f007";
}
.dx-icon-trash:before {
  content: "\f03e";
}
.dx-icon-user:before {
  content: "\f02d";
}
.dx-icon-upload:before {
  content: "\f006";
}
.dx-icon-floppy:before {
  content: "\f073";
}
.dx-icon-arrowleft:before {
  content: "\f011";
}
.dx-icon-arrowdown:before {
  content: "\f015";
}
.dx-icon-arrowback:before {
  content: "\f15a";
}
.dx-icon-arrowright:before {
  content: "\f00e";
}
.dx-icon-arrowup:before {
  content: "\f013";
}
.dx-icon-spinleft:before,
.dx-icon-spinprev:before {
  content: "\f04f";
}
.dx-icon-spinnext:before,
.dx-icon-spinright:before {
  content: "\f04e";
}
.dx-icon-spindown:before {
  content: "\f001";
}
.dx-icon-spinup:before {
  content: "\f002";
}
.dx-icon-back:before,
.dx-icon-chevronleft:before,
.dx-icon-chevronprev:before {
  content: "\f012";
}
.dx-icon-chevronnext:before,
.dx-icon-chevronright:before {
  content: "\f010";
}
.dx-icon-chevrondown:before {
  content: "\f016";
}
.dx-icon-chevronup:before {
  content: "\f014";
}
.dx-icon-chevrondoubleleft:before {
  content: "\f042";
}
.dx-icon-chevrondoubleright:before {
  content: "\f03f";
}
.dx-icon-equal:before {
  content: "\f044";
}
.dx-icon-notequal:before {
  content: "\f045";
}
.dx-icon-less:before {
  content: "\f046";
}
.dx-icon-greater:before {
  content: "\f047";
}
.dx-icon-lessorequal:before {
  content: "\f048";
}
.dx-icon-greaterorequal:before {
  content: "\f049";
}
.dx-icon-isblank:before {
  content: "\f075";
}
.dx-icon-isnotblank:before {
  content: "\f076";
}
.dx-icon-sortup:before {
  content: "\f051";
}
.dx-icon-sortdown:before {
  content: "\f052";
}
.dx-icon-sortuptext:before {
  content: "\f053";
}
.dx-icon-sortdowntext:before {
  content: "\f054";
}
.dx-icon-sorted:before {
  content: "\f055";
}
.dx-icon-expand:before {
  content: "\f04a";
}
.dx-icon-collapse:before {
  content: "\f04b";
}
.dx-icon-columnfield:before {
  content: "\f057";
}
.dx-icon-rowfield:before {
  content: "\f058";
}
.dx-icon-datafield:before {
  content: "\f101";
}
.dx-icon-fields:before {
  content: "\f059";
}
.dx-icon-fieldchooser:before {
  content: "\f05a";
}
.dx-icon-columnchooser:before {
  content: "\f04d";
}
.dx-icon-pin:before {
  content: "\f05b";
}
.dx-icon-unpin:before {
  content: "\f05c";
}
.dx-icon-pinleft:before {
  content: "\f05d";
}
.dx-icon-pinright:before {
  content: "\f05e";
}
.dx-icon-contains:before {
  content: "\f063";
}
.dx-icon-startswith:before {
  content: "\f064";
}
.dx-icon-endswith:before {
  content: "\f065";
}
.dx-icon-doesnotcontain:before {
  content: "\f066";
}
.dx-icon-range:before {
  content: "\f06a";
}
.dx-icon-export:before {
  content: "\f05f";
}
.dx-icon-exportxlsx:before {
  content: "\f060";
}
.dx-icon-exportpdf:before {
  content: "\f061";
}
.dx-icon-exportselected:before {
  content: "\f06d";
}
.dx-icon-ordersbox:before {
  content: "\f06e";
}
.dx-icon-warning:before {
  content: "\f06b";
}
.dx-icon-taskhelpneeded:before {
  content: "\f06f";
}
.dx-icon-more:before {
  content: "\f06c";
}
.dx-icon-square:before {
  content: "\f067";
}
.dx-icon-clearsquare:before {
  content: "\f068";
}
.dx-icon-repeat:before {
  content: "\f069";
}
.dx-icon-selectall:before {
  content: "\f070";
}
.dx-icon-unselectall:before {
  content: "\f071";
}
.dx-icon-print:before {
  content: "\f072";
}
.dx-icon-bold:before {
  content: "\f077";
}
.dx-icon-italic:before {
  content: "\f078";
}
.dx-icon-underline:before {
  content: "\f079";
}
.dx-icon-strike:before {
  content: "\f07a";
}
.dx-icon-increaselinespacing:before,
.dx-icon-indent:before {
  content: "\f07b";
}
.dx-icon-font:before {
  content: "\f11b";
}
.dx-icon-fontsize:before {
  content: "\f07c";
}
.dx-icon-shrinkfont:before {
  content: "\f07d";
}
.dx-icon-growfont:before {
  content: "\f07e";
}
.dx-icon-color:before {
  content: "\f07f";
}
.dx-icon-background:before {
  content: "\f080";
}
.dx-icon-fill:before {
  content: "\f10d";
}
.dx-icon-palette:before {
  content: "\f120";
}
.dx-icon-superscript:before {
  content: "\f081";
}
.dx-icon-subscript:before {
  content: "\f082";
}
.dx-icon-header:before {
  content: "\f083";
}
.dx-icon-blockquote:before {
  content: "\f084";
}
.dx-icon-formula:before {
  content: "\f056";
}
.dx-icon-codeblock:before {
  content: "\f085";
}
.dx-icon-orderedlist:before {
  content: "\f086";
}
.dx-icon-bulletlist:before {
  content: "\f087";
}
.dx-icon-increaseindent:before {
  content: "\f088";
}
.dx-icon-decreaseindent:before {
  content: "\f089";
}
.dx-icon-decreaselinespacing:before {
  content: "\f106";
}
.dx-icon-alignleft:before {
  content: "\f08a";
}
.dx-icon-alignright:before {
  content: "\f08b";
}
.dx-icon-aligncenter:before {
  content: "\f08c";
}
.dx-icon-alignjustify:before {
  content: "\f08d";
}
.dx-icon-link:before {
  content: "\f08e";
}
.dx-icon-video:before {
  content: "\f08f";
}
.dx-icon-mention:before {
  content: "\f090";
}
.dx-icon-variable:before {
  content: "\f091";
}
.dx-icon-clearformat:before {
  content: "\f092";
}
.dx-icon-accountbox:before {
  content: "\f094";
}
.dx-icon-fullscreen:before {
  content: "\f11a";
}
.dx-icon-hierarchy:before {
  content: "\f124";
}
.dx-icon-docfile:before {
  content: "\f111";
}
.dx-icon-docxfile:before {
  content: "\f110";
}
.dx-icon-pdffile:before {
  content: "\f118";
}
.dx-icon-pptfile:before {
  content: "\f114";
}
.dx-icon-pptxfile:before {
  content: "\f115";
}
.dx-icon-rtffile:before {
  content: "\f112";
}
.dx-icon-txtfile:before {
  content: "\f113";
}
.dx-icon-xlsfile:before {
  content: "\f116";
}
.dx-icon-xlsxfile:before {
  content: "\f117";
}
.dx-icon-copy:before {
  content: "\f107";
}
.dx-icon-cut:before {
  content: "\f10a";
}
.dx-icon-paste:before {
  content: "\f108";
}
.dx-icon-share:before {
  content: "\f11f";
}
.dx-icon-inactivefolder:before {
  content: "\f105";
}
.dx-icon-newfolder:before {
  content: "\f123";
}
.dx-icon-movetofolder:before {
  content: "\f121";
}
.dx-icon-parentfolder:before {
  content: "\f122";
}
.dx-icon-rename:before {
  content: "\f109";
}
.dx-icon-detailslayout:before {
  content: "\f10b";
}
.dx-icon-contentlayout:before {
  content: "\f11e";
}
.dx-icon-smalliconslayout:before {
  content: "\f119";
}
.dx-icon-mediumiconslayout:before {
  content: "\f10c";
}
.dx-icon-undo:before {
  content: "\f04c";
}
.dx-icon-redo:before {
  content: "\f093";
}
.dx-icon-hidepanel:before {
  content: "\f11c";
}
.dx-icon-showpanel:before {
  content: "\f11d";
}
.dx-icon-checklist:before {
  content: "\f141";
}
.dx-icon-verticalaligntop:before {
  content: "\f14f";
}
.dx-icon-verticalaligncenter:before {
  content: "\f14e";
}
.dx-icon-verticalalignbottom:before {
  content: "\f14d";
}
.dx-icon-rowproperties:before {
  content: "\f14c";
}
.dx-icon-columnproperties:before {
  content: "\f14b";
}
.dx-icon-cellproperties:before {
  content: "\f14a";
}
.dx-icon-tableproperties:before {
  content: "\f140";
}
.dx-icon-splitcells:before {
  content: "\f139";
}
.dx-icon-mergecells:before {
  content: "\f138";
}
.dx-icon-deleterow:before {
  content: "\f137";
}
.dx-icon-deletecolumn:before {
  content: "\f136";
}
.dx-icon-insertrowabove:before {
  content: "\f135";
}
.dx-icon-insertrowbelow:before {
  content: "\f134";
}
.dx-icon-insertcolumnleft:before {
  content: "\f133";
}
.dx-icon-insertcolumnright:before {
  content: "\f132";
}
.dx-icon-inserttable:before {
  content: "\f130";
}
.dx-icon-deletetable:before {
  content: "\f131";
}
.dx-icon-edittableheader:before {
  content: "\f142";
}
.dx-icon-addtableheader:before {
  content: "\f143";
}
.dx-icon-pasteplaintext:before {
  content: "\f144";
}
.dx-icon-importselected:before {
  content: "\f145";
}
.dx-icon-import:before {
  content: "\f146";
}
.dx-icon-textdocument:before {
  content: "\f147";
}
.dx-icon-jpgfile:before {
  content: "\f148";
}
.dx-icon-bmpfile:before {
  content: "\f149";
}
.dx-icon-svgfile:before {
  content: "\f150";
}
.dx-icon-attach:before {
  content: "\f151";
}
.dx-icon-return:before {
  content: "\f152";
}
.dx-icon-indeterminatestate:before {
  content: "\f153";
}
.dx-icon-lock:before {
  content: "\f154";
}
.dx-icon-unlock:before {
  content: "\f155";
}
.dx-icon-imgarlock:before {
  content: "\f156";
}
.dx-icon-imgarunlock:before {
  content: "\f157";
}
.dx-icon-bell:before {
  content: "\f158";
}
.dx-icon-sun:before {
  content: "\f159";
}
.dx-icon-taskcomplete:before {
  content: "\f15b";
}
.dx-icon-taskrejected:before {
  content: "\f15c";
}
.dx-icon-taskinprogress:before {
  content: "\f15d";
}
.dx-icon-taskstop:before {
  content: "\f15e";
}
.dx-icon-clearcircle:before {
  content: "\f15f";
}
.dx-icon-send:before {
  content: "\f160";
}
.dx-icon-handlevertical:before {
  content: "\f161";
}
.dx-icon-photooutline:before {
  content: "\f162";
}
.dx-icon-panelright:before {
  content: "\f163";
}
.dx-icon-panelleft:before {
  content: "\f164";
}
.dx-icon-optionsgear:before {
  content: "\f165";
}
.dx-icon-moon:before {
  content: "\f166";
}
.dx-icon-login:before {
  content: "\f167";
}
.dx-icon-eyeopen:before {
  content: "\f168";
}
.dx-icon-eyeclose:before {
  content: "\f169";
}
.dx-icon-handlehorizontal:before {
  content: "\f16a";
}
.dx-icon-triangleup:before {
  content: "\f16b";
}
.dx-icon-triangledown:before {
  content: "\f16c";
}
.dx-icon-triangleright:before {
  content: "\f16d";
}
.dx-icon-triangleleft:before {
  content: "\f16e";
}
.dx-icon-expandform:before {
  content: "\f170";
}
.dx-icon-description:before {
  content: "\f171";
}
.dx-icon-belloutline:before {
  content: "\f172";
}
.dx-icon-to:before {
  content: "\f173";
}
.dx-icon-errorcircle:before {
  content: "\f174";
}
.dx-icon-datatrending:before {
  content: "\f175";
}
.dx-icon-dataarea:before {
  content: "\f176";
}
.dx-icon-datausage:before {
  content: "\f177";
}
.dx-icon-datapie:before {
  content: "\f178";
}
.dx-icon-pinmap:before {
  content: "\f179";
}
.dx-tab .dx-icon,
.dx-tab.dx-tab-selected .dx-icon {
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.dx-scrollview-pulldown {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dx-loadindicator-image,
.dx-loadindicator-image-large,
.dx-loadindicator-image-small {
  background-position: center center;
  background-repeat: no-repeat;
}
.dx-color-scheme {
  font-family: "#";
}
.dx-widget {
  display: block;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  padding: 0;
  outline: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-widget,
.dx-widget *,
.dx-widget ::after,
.dx-widget ::before,
.dx-widget::after,
.dx-widget::before {
  box-sizing: border-box;
}
.dx-item {
  outline: 0;
}
.dx-rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.dx-state-disabled {
  pointer-events: none;
}
.dx-widget input,
.dx-widget textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-state-disabled .dx-widget,
.dx-state-disabled.dx-widget {
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
}
.dx-state-disabled .dx-widget .dx-widget,
.dx-state-disabled.dx-widget .dx-widget {
  opacity: 1;
}
.dx-surface {
  background-color: #fff;
}
.dx-card {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.dx-fieldset .dx-field-value {
  margin: 0;
}
.dx-fieldset,
.dx-fieldset * {
  box-sizing: border-box;
}
.dx-fieldset-header:empty {
  display: none;
}
.dx-field::after,
.dx-field::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-field::after {
  clear: both;
}
.dx-field-label {
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  cursor: default;
  padding: 8px 15px 9px 0;
}
.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-fieldset.dx-rtl .dx-field-label,
.dx-rtl .dx-fieldset .dx-field-label {
  float: right;
}
.dx-fieldset.dx-rtl .dx-field-value,
.dx-rtl .dx-fieldset .dx-field-value {
  float: left;
}
.dx-field {
  position: relative;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
  min-height: 36px;
  padding: 0;
}
.dx-field input,
.dx-field textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-field-value.dx-attention {
  color: #d9534f;
  padding: 8px 10px 9px 28px;
  position: relative;
}
.dx-field-value.dx-attention::before {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #d9534f;
  color: #fff;
  content: "!";
  border-radius: 50%;
  left: 0;
}
.dx-field-value-static,
.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
  width: 60%;
}
.dx-field-value.dx-widget,
.dx-field-value:not(.dx-widget) > .dx-widget {
  margin: 0;
}
.dx-field-value:not(.dx-widget) > .dx-button,
.dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-switch {
  float: right;
}
.dx-field-value.dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-checkbox {
  margin: 7px 0;
}
.dx-field-value.dx-switch,
.dx-field-value:not(.dx-widget) > .dx-switch {
  margin: 6px 0;
}
.dx-field-value.dx-slider,
.dx-field-value:not(.dx-widget) > .dx-slider {
  margin: 4px 0;
}
.dx-field-value.dx-radiogroup,
.dx-field-value:not(.dx-widget) > .dx-radiogroup {
  margin: 5px 0;
}
.dx-field-value-static {
  white-space: normal;
  padding: 8px 10px 9px;
}
.dx-fieldset {
  margin: 30px 20px;
  padding: 0;
}
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch {
  float: left;
}
.dx-fieldset-header {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
}
.dx-field {
  margin: 0 0 10px;
}
.dx-field:last-of-type {
  margin: 0;
}
.dx-theme-marker {
  font-family: "dx.generic.light";
}
.dx-theme-accent-as-text-color {
  color: #337ab7 !important;
}
.dx-theme-text-color {
  color: #333 !important;
}
.dx-theme-background-color-as-text-color {
  color: #fff !important;
}
.dx-theme-border-color-as-text-color {
  color: #ddd !important;
}
.dx-theme-accent-as-background-color {
  background-color: #337ab7 !important;
  fill: #337ab7 !important;
}
.dx-theme-text-color-as-background-color {
  background-color: #333 !important;
  fill: #333 !important;
}
.dx-theme-background-color {
  background-color: #fff !important;
  fill: #fff !important;
}
.dx-theme-typography-background-color {
  background-color: #fff !important;
}
.dx-theme-border-color-as-background-color {
  background-color: #ddd !important;
  fill: #ddd !important;
}
.dx-theme-accent-as-border-color {
  border-color: #337ab7 !important;
}
.dx-theme-text-color-as-border-color {
  border-color: #333 !important;
}
.dx-theme-background-color-as-border-color {
  border-color: #fff !important;
}
.dx-theme-border-color {
  border-color: #ddd !important;
}
.dx-resizable {
  display: block;
  position: relative;
}
.dx-resizable-handle {
  position: absolute;
  z-index: 50;
}
.dx-state-disabled .dx-resizable-handle {
  cursor: default;
}
.dx-resizable-handle-left,
.dx-resizable-handle-right {
  top: 0;
  height: 100%;
  width: 3px;
}
.dx-resizable-handle-left {
  left: 0;
  cursor: e-resize;
}
.dx-resizable-handle-right {
  right: 0;
  cursor: e-resize;
}
.dx-resizable-handle-bottom,
.dx-resizable-handle-top {
  left: 0;
  width: 100%;
  height: 3px;
}
.dx-resizable-handle-top {
  top: 0;
  cursor: s-resize;
}
.dx-resizable-handle-bottom {
  bottom: 0;
  cursor: s-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
  width: 6px;
  height: 6px;
}
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-left {
  cursor: se-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-top-right {
  cursor: ne-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-top-left {
  left: 0;
  border-bottom-right-radius: 100%;
}
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-right {
  right: 0;
  border-bottom-left-radius: 100%;
}
.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
  top: 0;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right {
  bottom: 0;
}
.dx-draggable {
  left: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-draggable.dx-state-disabled,
.dx-state-disabled .dx-draggable {
  cursor: default;
}
.dx-draggable-clone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483647;
}
.dx-clearfix::after,
.dx-clearfix::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-clearfix::after {
  clear: both;
}
.dx-translate-disabled {
  transform: none !important;
}
.dx-hidden-input {
  position: fixed;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
}
.dx-user-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-hidden,
.dx-state-invisible {
  display: none !important;
}
.dx-gesture-cover {
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2147483647;
}
.dx-animating {
  pointer-events: none;
}
.dx-fade-animation.dx-enter,
.dx-fade-animation.dx-leave.dx-leave-active,
.dx-no-direction.dx-enter,
.dx-no-direction.dx-leave.dx-leave-active {
  opacity: 0;
}
.dx-fade-animation.dx-enter.dx-enter-active,
.dx-fade-animation.dx-leave,
.dx-no-direction.dx-enter.dx-enter-active,
.dx-no-direction.dx-leave {
  opacity: 1;
}
.dx-overflow-animation.dx-enter.dx-forward {
  transform: translate3d(100%, 0, 0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-enter-active.dx-forward {
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-backward,
.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward,
.dx-overflow-animation.dx-leave.dx-forward,
.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.dx-overflow-animation.dx-leave.dx-backward {
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.dx-overflow-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(100%, 0, 0);
  z-index: 2;
}
.dx-slide-animation.dx-enter.dx-forward {
  transform: translate3d(100%, 0, 0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-forward {
  transform: translate3d(0, 0, 0);
}
.dx-slide-animation.dx-enter.dx-backward {
  transform: translate3d(-100%, 0, 0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-backward,
.dx-slide-animation.dx-leave.dx-forward {
  transform: translate3d(0, 0, 0);
}
.dx-slide-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(-100%, 0, 0);
}
.dx-slide-animation.dx-leave.dx-backward {
  transform: translate3d(0, 0, 0);
}
.dx-slide-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(100%, 0, 0);
}
.dx-opendoor-animation.dx-enter.dx-forward {
  transform:
    matrix3d(
      .71, 0, .71, .001,
      0, 1, 0, 0,
      -.71, 0, .71, 0,
      0, 0, 0, 1);
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward,
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward {
  transform: none;
  opacity: 1;
}
.dx-opendoor-animation.dx-leave.dx-backward,
.dx-opendoor-animation.dx-leave.dx-forward {
  transform: none;
  transform-origin: center left 0;
  opacity: 1;
}
.dx-opendoor-animation.dx-enter.dx-backward,
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward {
  transform:
    matrix3d(
      .5, 0, .87, -.001,
      0, 1, 0, 0,
      -.87, 0, .5, 0,
      0, 0, 0, 1);
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward {
  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 {
  transform: scale(.5);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward {
  transform: scale(1);
  opacity: 1;
}
.dx-win-pop-animation.dx-enter.dx-backward,
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward {
  transform: scale(1.5);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward {
  transform: scale(1);
  opacity: 1;
}
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward {
  transform: scale(.5);
  opacity: 0;
}
.dx-android-pop-animation.dx-enter.dx-forward,
.dx-android-pop-animation.dx-leave.dx-leave-active.dx-backward {
  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 {
  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;
  transform: translate3d(100%, 0, 0);
}
.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-forward {
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
.dx-ios7-slide-animation.dx-enter.dx-backward {
  transform: translate3d(-20%, 0, 0);
  z-index: 1;
}
.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-backward {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.dx-ios7-slide-animation.dx-leave.dx-forward {
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-forward {
  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 {
  transform: translate3d(100%, 0, 0);
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-forward {
  transform: translate3d(40%, 0, 0);
  opacity: 0;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-forward {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-backward {
  transform: translate3d(-40%, 0, 0);
  opacity: 0;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-backward,
.dx-ios7-toolbar-animation.dx-leave.dx-forward {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(-40%, 0, 0);
  opacity: 0;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-backward {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(40%, 0, 0);
  opacity: 0;
  z-index: 2;
}
.dx-drop-animation.dx-enter,
.dx-drop-animation.dx-leave.dx-leave-active {
  transform: translate3d(0, -120%, 0);
}
.dx-drop-animation.dx-enter.dx-enter-active,
.dx-drop-animation.dx-leave {
  transform: translate3d(0, 0, 0);
}
.dx-3d-drop-animation.dx-enter,
.dx-3d-drop-animation.dx-leave.dx-leave-active {
  transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
  opacity: 0;
}
.dx-3d-drop-animation.dx-enter.dx-enter-active,
.dx-3d-drop-animation.dx-leave {
  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 {
  transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
  opacity: 0;
}
.dx-fade-drop-animation.dx-enter.dx-enter-active,
.dx-fade-drop-animation.dx-leave {
  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 {
  transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
  opacity: 0;
}
.dx-fade-rise-animation.dx-enter.dx-enter-active,
.dx-fade-rise-animation.dx-leave {
  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 {
  transform: translate3d(40%, 0, 0);
  opacity: 0;
}
.dx-fade-slide-animation.dx-enter.dx-enter-active,
.dx-fade-slide-animation.dx-leave {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dx-fade-zoom-animation.dx-enter,
.dx-fade-zoom-animation.dx-leave.dx-leave-active {
  transform: scale3d(.3, .3, .3);
  opacity: 0;
}
.dx-fade-zoom-animation.dx-enter.dx-enter-active,
.dx-fade-zoom-animation.dx-leave {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.dx-box-item-content {
  flex-direction: column;
  max-width: 100%;
  font-size: 14px;
}
.dx-button-disabled {
  cursor: default;
}
.dx-button {
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-button .dx-icon {
  -webkit-user-drag: none;
  display: inherit;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-size: contain;
  width: 18px;
  height: 18px;
  font-size: 18px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-button a {
  text-decoration: none;
}
.dx-button-content {
  flex: 1 1 auto;
  height: 100%;
  max-height: 100%;
  display: inherit;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1.35715;
}
.dx-button-has-text .dx-button-content,
.dx-button-has-text .dx-button-content .dx-button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-button-content > .dx-inkripple {
  display: none;
}
.dx-button-link {
  text-decoration: none;
}
.dx-button-submit-input {
  padding: 0;
  margin: 0;
  border: 0;
  height: 0;
  width: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.dx-state-disabled .dx-button,
.dx-state-disabled.dx-button {
  cursor: default;
}
.dx-button-text {
  line-height: 1.2858;
}
.dx-button .dx-button-content {
  padding-block: 8px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
}
.dx-button-has-icon .dx-button-content {
  padding-block: 8px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
}
.dx-button-has-icon .dx-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-button-has-text .dx-button-content {
  padding-block: 8px;
  -webkit-padding-start: 12px;
  padding-inline-start: 12px;
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
}
.dx-button-has-text .dx-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-button {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}
.dx-button-mode-contained {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
}
.dx-button-mode-contained .dx-icon {
  color: #333;
}
.dx-button-mode-contained.dx-state-selected {
  background-color: #d4d4d4;
}
.dx-button-mode-contained.dx-state-hover {
  background-color: #f5f5f5;
}
.dx-button-mode-contained.dx-state-focused {
  background-color: #ebebeb;
}
.dx-button-mode-contained.dx-state-active {
  background-color: #c2c2c2;
  color: #333;
}
.dx-button-mode-contained.dx-button-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-danger .dx-icon {
  color: #fff;
}
.dx-button-mode-contained.dx-button-danger.dx-state-selected {
  background-color: #ac2925;
}
.dx-button-mode-contained.dx-button-danger.dx-state-hover {
  background-color: #ce312c;
}
.dx-button-mode-contained.dx-button-danger.dx-state-focused {
  background-color: #c12e2a;
}
.dx-button-mode-contained.dx-button-danger.dx-state-active {
  background-color: #932320;
  color: #fff;
}
.dx-button-mode-contained.dx-button-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-success .dx-icon {
  color: #fff;
}
.dx-button-mode-contained.dx-button-success.dx-state-selected {
  background-color: #398439;
}
.dx-button-mode-contained.dx-button-success.dx-state-hover {
  background-color: #46a046;
}
.dx-button-mode-contained.dx-button-success.dx-state-focused {
  background-color: #419641;
}
.dx-button-mode-contained.dx-button-success.dx-state-active {
  background-color: #306f30;
  color: #fff;
}
.dx-button-mode-contained.dx-button-default {
  background-color: #337ab7;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-default .dx-icon {
  color: #fff;
}
.dx-button-mode-contained.dx-button-default.dx-state-selected {
  background-color: #204d73;
}
.dx-button-mode-contained.dx-button-default.dx-state-hover {
  background-color: #296293;
}
.dx-button-mode-contained.dx-button-default.dx-state-focused {
  background-color: #265a87;
}
.dx-button-mode-contained.dx-button-default.dx-state-active {
  background-color: #193d5b;
  color: #fff;
}
.dx-button-mode-outlined {
  background-color: transparent;
  border-color: #ddd;
  color: #333;
}
.dx-button-mode-outlined .dx-icon {
  color: #333;
}
.dx-button-mode-outlined.dx-state-selected {
  background-color: rgba(0, 0, 0, .17);
}
.dx-button-mode-outlined.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
}
.dx-button-mode-outlined.dx-state-focused {
  background-color: rgba(0, 0, 0, .08);
}
.dx-button-mode-outlined.dx-state-active {
  background-color: rgba(0, 0, 0, .24);
  color: #333;
}
.dx-button-mode-outlined.dx-button-danger {
  background-color: transparent;
  border-color: #d43f3a;
  color: #d43f3a;
}
.dx-button-mode-outlined.dx-button-danger .dx-icon {
  color: #d43f3a;
}
.dx-button-mode-outlined.dx-button-danger.dx-state-selected {
  background-color: rgba(217, 83, 79, .3);
}
.dx-button-mode-outlined.dx-button-danger.dx-state-focused,
.dx-button-mode-outlined.dx-button-danger.dx-state-hover {
  background-color: rgba(212, 63, 58, .1);
}
.dx-button-mode-outlined.dx-button-danger.dx-state-active {
  background-color: rgba(212, 63, 58, .4);
  color: #d43f3a;
}
.dx-button-mode-outlined.dx-button-success {
  background-color: transparent;
  border-color: #4cae4c;
  color: #4cae4c;
}
.dx-button-mode-outlined.dx-button-success .dx-icon {
  color: #4cae4c;
}
.dx-button-mode-outlined.dx-button-success.dx-state-selected {
  background-color: rgba(92, 184, 92, .3);
}
.dx-button-mode-outlined.dx-button-success.dx-state-focused,
.dx-button-mode-outlined.dx-button-success.dx-state-hover {
  background-color: rgba(76, 174, 76, .1);
}
.dx-button-mode-outlined.dx-button-success.dx-state-active {
  background-color: rgba(76, 174, 76, .4);
  color: #4cae4c;
}
.dx-button-mode-outlined.dx-button-default {
  background-color: transparent;
  border-color: #2d6da3;
  color: #2d6da3;
}
.dx-button-mode-outlined.dx-button-default .dx-icon {
  color: #2d6da3;
}
.dx-button-mode-outlined.dx-button-default.dx-state-selected {
  background-color: rgba(51, 122, 183, .3);
}
.dx-button-mode-outlined.dx-button-default.dx-state-focused,
.dx-button-mode-outlined.dx-button-default.dx-state-hover {
  background-color: rgba(45, 109, 163, .1);
}
.dx-button-mode-outlined.dx-button-default.dx-state-active {
  background-color: rgba(45, 109, 163, .4);
  color: #2d6da3;
}
.dx-button-mode-text {
  background-color: transparent;
  border-color: transparent;
  color: #333;
}
.dx-button-mode-text .dx-icon {
  color: #333;
}
.dx-button-mode-text.dx-state-selected {
  background-color: rgba(0, 0, 0, .17);
}
.dx-button-mode-text.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
}
.dx-button-mode-text.dx-state-focused {
  background-color: rgba(0, 0, 0, .08);
}
.dx-button-mode-text.dx-state-active {
  background-color: rgba(0, 0, 0, .24);
  color: #333;
}
.dx-button-mode-text.dx-button-danger {
  background-color: transparent;
  border-color: transparent;
  color: #d43f3a;
}
.dx-button-mode-text.dx-button-danger .dx-icon {
  color: #d43f3a;
}
.dx-button-mode-text.dx-button-danger.dx-state-selected {
  background-color: rgba(217, 83, 79, .3);
}
.dx-button-mode-text.dx-button-danger.dx-state-focused,
.dx-button-mode-text.dx-button-danger.dx-state-hover {
  background-color: rgba(212, 63, 58, .1);
}
.dx-button-mode-text.dx-button-danger.dx-state-active {
  background-color: rgba(212, 63, 58, .4);
  color: #d43f3a;
}
.dx-button-mode-text.dx-button-success {
  background-color: transparent;
  border-color: transparent;
  color: #4cae4c;
}
.dx-button-mode-text.dx-button-success .dx-icon {
  color: #4cae4c;
}
.dx-button-mode-text.dx-button-success.dx-state-selected {
  background-color: rgba(92, 184, 92, .3);
}
.dx-button-mode-text.dx-button-success.dx-state-focused,
.dx-button-mode-text.dx-button-success.dx-state-hover {
  background-color: rgba(76, 174, 76, .1);
}
.dx-button-mode-text.dx-button-success.dx-state-active {
  background-color: rgba(76, 174, 76, .4);
  color: #4cae4c;
}
.dx-button-mode-text.dx-button-default {
  background-color: transparent;
  border-color: transparent;
  color: #2d6da3;
}
.dx-button-mode-text.dx-button-default .dx-icon {
  color: #2d6da3;
}
.dx-button-mode-text.dx-button-default.dx-state-selected {
  background-color: rgba(51, 122, 183, .3);
}
.dx-button-mode-text.dx-button-default.dx-state-focused,
.dx-button-mode-text.dx-button-default.dx-state-hover {
  background-color: rgba(45, 109, 163, .1);
}
.dx-button-mode-text.dx-button-default.dx-state-active {
  background-color: rgba(45, 109, 163, .4);
  color: #2d6da3;
}
.dx-buttongroup {
  display: inline-block;
}
.dx-buttongroup-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
}
.dx-buttongroup-mode-text .dx-buttongroup-wrapper {
  -moz-column-gap: 1px;
  column-gap: 1px;
}
.dx-buttongroup-item {
  flex: 0 1 auto;
}
.dx-buttongroup-item.dx-button-mode-contained,
.dx-buttongroup-item.dx-button-mode-outlined {
  border-inline-start-width: 0;
}
.dx-buttongroup-item.dx-button-mode-contained.dx-button,
.dx-buttongroup-item.dx-button-mode-outlined.dx-button {
  border-radius: 0;
}
.dx-buttongroup-item-has-width {
  flex: 1 1 auto;
}
.dx-buttongroup-mode-contained .dx-button-mode-contained {
  border-inline-end-width: 0;
}
.dx-button-mode-contained.dx-buttongroup-first-item,
.dx-button-mode-outlined.dx-buttongroup-first-item {
  border-inline-start-width: 1px;
}
.dx-button-mode-contained.dx-buttongroup-first-item.dx-button,
.dx-button-mode-outlined.dx-buttongroup-first-item.dx-button {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.dx-button-mode-contained.dx-buttongroup-last-item,
.dx-button-mode-outlined.dx-buttongroup-last-item {
  border-inline-end-width: 1px;
}
.dx-button-mode-contained.dx-buttongroup-last-item.dx-button,
.dx-button-mode-outlined.dx-buttongroup-last-item.dx-button {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.dx-scrollable-scrollbar-simulated {
  position: relative;
}
.dx-scrollable {
  display: block;
  height: 100%;
  min-height: 0;
}
.dx-scrollable:focus {
  outline: 0;
}
.dx-scrollable-native.dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-scrollbar {
  display: none;
}
.dx-scrollable-native.dx-scrollable-scrollbar-simulated .dx-scrollable-scrollbar {
  display: block;
}
.dx-scrollable-native.dx-scrollable-wrapper > .dx-scrollable-container,
.dx-scrollable-native > div.dx-scrollable-wrapper > .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-wrapper > .dx-scrollable-container {
  touch-action: pan-y;
  overflow-x: hidden;
  overflow-y: auto;
}
.dx-scrollable-native.dx-scrollable-horizontal,
.dx-scrollable-native.dx-scrollable-horizontal > .dx-scrollable-wrapper > .dx-scrollable-container {
  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-wrapper > .dx-scrollable-container {
  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 {
  touch-action: auto;
}
.dx-scrollable-native.dx-scrollable-scrollbars-hidden > .dx-scrollable-wrapper > .dx-scrollable-container {
  overflow: hidden;
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollable-content {
  min-height: 101%;
  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 {
  overflow: hidden;
}
.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollable-content {
  height: auto;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollable-content {
  transform: none;
  z-index: 0;
}
.dx-scrollable-scrollbar-simulated,
.dx-scrollable-scrollbar-simulated .dx-scrollable-container {
  scrollbar-width: none;
}
.dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar,
.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar {
  display: none;
}
.dx-scrollable-container {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: none;
}
.dx-scrollable-container:focus {
  outline: 0;
}
.dx-scrollable-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-scrollable-content {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  transform: none;
}
.dx-scrollable-content::after {
  display: block;
  content: "";
  clear: both;
}
.dx-scrollable-both .dx-scrollable-content,
.dx-scrollable-horizontal .dx-scrollable-content {
  display: block;
  float: left;
  min-width: 100%;
}
.dx-scrollable-scrollbar {
  position: absolute;
  pointer-events: auto;
}
.dx-scrollbar-vertical {
  top: 0;
  right: 0;
  height: 100%;
}
.dx-scrollbar-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}
.dx-scrollable-scroll {
  position: relative;
  box-sizing: border-box;
  transform: translate(0, 0);
  background-color: transparent;
  opacity: 1;
  transition: opacity linear, background-color linear;
  overflow: hidden;
  padding: 2px;
}
.dx-scrollable-scroll.dx-state-invisible {
  display: block !important;
  background-color: transparent;
  opacity: 0;
  transition: opacity .5s linear 1s, background-color .5s linear 1s;
}
.dx-rtl .dx-scrollable-scroll {
  direction: rtl;
  float: left;
}
.dx-scrollable-scroll-content {
  width: 100%;
  height: 100%;
  background-color: rgba(191, 191, 191, .7);
}
.dx-rtl .dx-scrollable,
.dx-rtl .dx-scrollable .dx-scrollable-container,
.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-rtl.dx-scrollable,
.dx-rtl.dx-scrollable .dx-scrollable-container,
.dx-rtl.dx-scrollable .dx-scrollable-content {
  direction: ltr;
}
.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-container,
.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-container,
.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-content {
  direction: rtl;
}
.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-content {
  float: right;
}
.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-scrollable-simulated .dx-scrollable-content {
  overflow-anchor: none;
}
.dx-scrollable-simulated.dx-scrollable-disabled .dx-scrollable-scrollbar {
  pointer-events: none;
}
.dx-scrollbar-hoverable {
  background-color: transparent;
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-hoverable.dx-state-hover {
  background-color: rgba(191, 191, 191, .2);
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content {
  background-color: #bfbfbf;
}
.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
  opacity: 1;
}
.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
  background-color: transparent;
}
.dx-scrollbar-vertical .dx-scrollable-scroll {
  float: right;
  width: 8px;
  -webkit-padding-end: 2px;
  padding-inline-end: 2px;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 8px;
  transition: width .2s linear .15s, background-color .2s linear .15s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  transition: background-color .5s linear 1s, width .2s linear 150ms;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content {
  transition: background-color .15s linear .15s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
  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 {
  transition: background-color .5s linear 1s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll {
  width: 15px;
}
.dx-scrollbar-horizontal .dx-scrollable-scroll {
  height: 8px;
  padding-bottom: 2px;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
  height: 8px;
  transition: height .2s linear .15s, background-color .2s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll {
  transition: background-color .5s linear 1s, height .2s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content {
  transition: background-color .15s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
  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 {
  transition: background-color .5s linear 1s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll {
  height: 15px;
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-right: 8px;
}
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both.dx-rtl > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical.dx-rtl > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-right: 0;
  padding-left: 8px;
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-bottom: 8px;
}
.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket {
  position: absolute;
  display: none;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-top-pocket {
  width: 40px;
  height: 40px;
  left: 50%;
  position: absolute;
  z-index: 1;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
  background-image: none;
  position: static;
  height: 100%;
  width: 100%;
  left: -50%;
  margin-left: -20px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading {
  transition: transform .1s linear;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator {
  position: relative;
  top: 0;
  padding: 4px;
  margin: 0;
  height: 100%;
  width: 100%;
  float: left;
  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;
  box-sizing: border-box;
  transition: opacity .2s;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading.dx-scrollview-pull-down {
  transition: top .2s ease-out;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-image {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  transition: opacity .2s;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
  display: none;
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket {
  position: absolute;
  left: 0;
  width: 100%;
  overflow-y: auto;
  transition: transform .4s;
  transform: translate(0, 0);
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content {
  transition: transform .4s;
  transform: none;
}
.dx-scrollview-content {
  position: static;
}
.dx-scrollview-content::after,
.dx-scrollview-content::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-scrollview-content::after {
  clear: both;
}
.dx-scrollview-pull-down {
  width: 100%;
  height: 50px;
  padding: 15px 0;
  top: -80px;
  overflow: hidden;
  transform: translate(0, 0);
  -webkit-user-drag: none;
  box-sizing: content-box;
}
.dx-scrollview-pull-down-container {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.dx-scrollview-pull-down-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  margin: -15px 20px 0 15px;
  width: 20px;
  -webkit-user-drag: none;
}
.dx-scrollview-pull-down-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  width: 20px;
  height: 50px;
  -webkit-user-drag: none;
  transform: translate(0, 0) rotate(0);
  transition: transform .2s linear;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==) 0 0/100% no-repeat;
}
.dx-scrollview-pull-down-text {
  display: inline;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  -webkit-user-drag: none;
}
.dx-scrollview-pull-down-text div {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: visible;
  opacity: 0;
}
.dx-scrollview-pull-down-text div.dx-scrollview-pull-down-text-visible {
  opacity: 1;
}
.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image {
  transform: translate(0, 0) rotate(-180deg);
}
.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-image {
  opacity: 0;
}
.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-indicator {
  opacity: 1;
}
.dx-scrollview-scrollbottom {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  transform: translate(0, 0);
}
.dx-scrollview-scrollbottom::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dx-scrollview-scrollbottom-indicator {
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-user-drag: none;
}
.dx-scrollview-scrollbottom-text {
  display: inline-block;
  margin-top: -20px;
  vertical-align: middle;
  -webkit-user-drag: none;
}
.dx-scrollview-scrollbottom-end {
  opacity: 0;
}
.dx-rtl .dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket,
.dx-scrollable-native.dx-rtl.dx-scrollable-native-ios .dx-scrollview-top-pocket {
  left: auto;
  right: 0;
}
.dx-rtl .dx-scrollview-pull-down-container {
  text-align: left;
}
.dx-rtl .dx-scrollview-pull-down-indicator,
.dx-rtl .dx-scrollview-pull-down-text div {
  left: auto;
  right: 0;
}
.dx-rtl .dx-scrollview-scrollbottom-indicator {
  margin: 0 0 0 10px;
}
.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image {
  width: 24px;
  height: 24px;
}
.dx-splitter {
  display: flex;
  height: 100%;
  width: 100%;
}
.dx-splitter .dx-splitter-item {
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
}
.dx-splitter .dx-splitter-item-hidden-content {
  visibility: hidden;
}
.dx-splitter .dx-splitter-item-content {
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
}
.dx-splitter.dx-splitter-vertical {
  flex-direction: column;
}
.dx-resize-handle {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.dx-resize-handle .dx-resize-handle-collapse-next-pane,
.dx-resize-handle .dx-resize-handle-collapse-prev-pane {
  cursor: pointer;
}
.dx-resize-handle.dx-resize-handle-horizontal {
  flex-direction: column;
}
.dx-resize-handle.dx-resize-handle-horizontal.dx-resize-handle-resizable {
  cursor: col-resize;
}
.dx-resize-handle.dx-resize-handle-vertical {
  flex-direction: row;
}
.dx-resize-handle.dx-resize-handle-vertical.dx-resize-handle-resizable {
  cursor: row-resize;
}
.dx-resize-handle.dx-state-disabled {
  opacity: 1;
}
.dx-splitter .dx-resize-handle {
  color: #333;
  background-color: rgba(0, 0, 0, .08);
}
.dx-splitter .dx-resize-handle.dx-state-hover {
  color: #333;
  background-color: rgba(0, 0, 0, .24);
}
.dx-splitter .dx-resize-handle.dx-state-active,
.dx-splitter .dx-resize-handle.dx-state-focused {
  color: #fff;
  background-color: #337ab7;
}
.dx-resize-handle .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-checkbox {
  display: inline-block;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-checkbox.dx-state-readonly {
  cursor: default;
}
.dx-checkbox-icon {
  flex-shrink: 0;
  position: relative;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.dx-checkbox-container {
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  text-overflow: clip;
}
.dx-checkbox-text {
  text-align: start;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: normal;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
.dx-state-disabled .dx-checkbox,
.dx-state-disabled.dx-checkbox {
  cursor: default;
  opacity: 1;
}
.dx-checkbox {
  line-height: 0;
}
.dx-checkbox.dx-state-readonly .dx-checkbox-icon {
  border-color: #f4f4f4;
  background-color: #fff;
}
.dx-checkbox.dx-state-hover .dx-checkbox-icon {
  border-color: #265a87;
}
.dx-checkbox.dx-state-focused .dx-checkbox-icon {
  border-color: #337ab7;
}
.dx-checkbox.dx-state-active .dx-checkbox-icon {
  background-color: rgba(96, 96, 96, .2);
}
.dx-checkbox-icon {
  width: 1em;
  height: 1em;
  font-size: 22px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dx-checkbox-checked .dx-checkbox-icon {
  font: 22px/1 DXIcons;
  color: #337ab7;
}
.dx-checkbox-checked .dx-checkbox-icon::before {
  content: "\f005";
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -.5em;
  inset-inline-start: 50%;
  -webkit-margin-start: -0.5em;
  margin-inline-start: -.5em;
  font-size: .727273em;
}
.dx-checkbox-indeterminate .dx-checkbox-icon {
  color: #337ab7;
}
.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  position: relative;
  display: block;
  width: .545455em;
  height: .545455em;
  top: 50%;
  margin-top: -.2727275em;
  inset-inline-start: 50%;
  -webkit-margin-start: -0.2727275em;
  margin-inline-start: -.2727275em;
  font-size: inherit;
  content: "";
  background-color: #337ab7;
  border-radius: 2px;
}
.dx-state-disabled .dx-checkbox .dx-checkbox-icon,
.dx-state-disabled .dx-checkbox-text,
.dx-state-disabled.dx-checkbox .dx-checkbox-icon {
  opacity: .4;
}
.dx-invalid .dx-checkbox-container .dx-checkbox-icon {
  border-color: rgba(217, 83, 79, .4);
}
.dx-invalid.dx-state-focused .dx-checkbox-container .dx-checkbox-icon {
  border-color: #d9534f;
}
.dx-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-switch .dx-switch-wrapper {
  display: inline-block;
  text-align: left;
  height: 100%;
  width: 100%;
}
.dx-switch .dx-switch-wrapper::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-switch-inner {
  display: flex;
  transform: translateX(-50%);
}
.dx-switch-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 -6px 0 0;
  padding: 0 2px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
}
.dx-state-disabled .dx-switch,
.dx-state-disabled.dx-switch {
  cursor: default;
}
.dx-switch-handle,
.dx-switch-on-value .dx-switch-inner {
  transform: translateX(0);
}
.dx-switch-on-value .dx-switch-handle {
  transform: translateX(-100%);
}
.dx-rtl .dx-switch-wrapper,
.dx-rtl.dx-switch-wrapper {
  text-align: right;
}
.dx-rtl .dx-switch-inner {
  transform: translateX(50%);
}
.dx-rtl .dx-switch-handle {
  transform: translateX(-100%);
}
.dx-rtl.dx-switch-on-value .dx-switch-handle {
  transform: translateX(0);
}
.dx-switch {
  width: 44px;
  height: 24px;
}
.dx-switch.dx-state-readonly .dx-switch-container {
  border-color: #f4f4f4;
  background-color: #fff;
}
.dx-switch.dx-state-active .dx-switch-handle::before {
  background-color: #204d73;
}
.dx-switch.dx-state-active .dx-switch-container {
  border-color: #337ab7;
  background-color: rgba(96, 96, 96, .2);
}
.dx-switch.dx-state-hover .dx-switch-handle::before {
  background-color: #337ab7;
}
.dx-switch.dx-state-hover .dx-switch-container {
  background-color: transparent;
  border-color: #337ab7;
}
.dx-switch.dx-state-focused .dx-switch-container {
  border-color: #337ab7;
}
.dx-switch.dx-state-focused .dx-switch-handle::before {
  background-color: #337ab7;
}
.dx-switch.dx-state-focused.dx-state-active .dx-switch-handle::before {
  background-color: #204d73;
}
.dx-switch-inner {
  width: 200%;
  height: 100%;
}
.dx-switch-off,
.dx-switch-on {
  float: left;
  flex-shrink: 0;
  width: 50%;
  padding-right: 16px;
  line-height: 22px;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.dx-switch-off {
  padding-left: 2px;
  color: #999;
}
.dx-switch-on {
  color: #333;
}
.dx-switch-handle {
  position: relative;
  float: left;
  flex-basis: 14px;
  flex-shrink: 0;
  width: 14px;
  height: 18px;
  margin-top: 2px;
  box-sizing: border-box;
}
.dx-switch-handle::before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #63a0d4;
  border-radius: 2px;
}
.dx-switch-on-value .dx-switch-handle::before {
  background-color: #337ab7;
}
.dx-rtl .dx-switch .dx-switch-off,
.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-on {
  float: right;
}
.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-on {
  padding-left: 16px;
  padding-right: 2px;
}
.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
  margin-left: 0;
}
.dx-rtl .dx-switch .dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
  float: right;
  margin-left: 0;
  margin-right: -14px;
}
.dx-rtl .dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
  margin: 0 0 0 -6px;
}
.dx-invalid.dx-switch .dx-switch-container {
  border-color: rgba(217, 83, 79, .4);
}
.dx-invalid.dx-state-focused .dx-switch-container,
.dx-invalid.dx-state-hover .dx-switch-container {
  border-color: #d9534f;
}
.dx-invalid.dx-state-focused .dx-switch-handle::before,
.dx-invalid.dx-state-hover .dx-switch-handle::before,
.dx-invalid.dx-switch-on-value .dx-switch-handle::before {
  background-color: #d9534f;
}
.dx-invalid .dx-switch-handle::before {
  background-color: rgba(217, 83, 79, .4);
}
:root {
  --dx-button-padding-inline:12px;
  --dx-component-color-bg:#fff;
  --dx-color-main-bg:#fff;
  --dx-color-primary:#337ab7;
  --dx-color-danger:#d9534f;
  --dx-color-success:#5cb85c;
  --dx-color-warning:#f0ad4e;
  --dx-color-border:#ddd;
  --dx-color-text:#333;
  --dx-color-icon:#333;
  --dx-color-spin-icon:#333;
  --dx-color-link:#337ab7;
  --dx-color-shadow:black;
  --dx-color-separator:#ddd;
  --dx-component-height:36px;
  --dx-font-size:14px;
  --dx-border-width:1px;
  --dx-border-radius:4px;
  --dx-font-size-icon:18px;
  --dx-texteditor-color-text:#333;
  --dx-texteditor-color-label:#999999;
  --dx-toolbar-height:36px;
  --dx-popup-toolbar-item-padding-inline:10px;
}
.dx-icon-accountbox,
.dx-icon-add,
.dx-icon-addcolumnleft,
.dx-icon-addcolumnright,
.dx-icon-addrowabove,
.dx-icon-addrowbelow,
.dx-icon-addtable,
.dx-icon-airplane,
.dx-icon-aligncenter,
.dx-icon-alignjustify,
.dx-icon-alignleft,
.dx-icon-alignright,
.dx-icon-arrowback,
.dx-icon-arrowdown,
.dx-icon-arrowleft,
.dx-icon-arrowright,
.dx-icon-arrowup,
.dx-icon-background,
.dx-icon-bell,
.dx-icon-blockquote,
.dx-icon-bold,
.dx-icon-bookmark,
.dx-icon-box,
.dx-icon-bulletlist,
.dx-icon-car,
.dx-icon-card,
.dx-icon-cart,
.dx-icon-cellproperties,
.dx-icon-chart,
.dx-icon-checklist,
.dx-icon-clear,
.dx-icon-clearcircle,
.dx-icon-clearformat,
.dx-icon-clock,
.dx-icon-close,
.dx-icon-codeblock,
.dx-icon-color,
.dx-icon-columnproperties,
.dx-icon-comment,
.dx-icon-dataarea,
.dx-icon-datapie,
.dx-icon-datatrending,
.dx-icon-datausage,
.dx-icon-decreaseindent,
.dx-icon-doc,
.dx-icon-download,
.dx-icon-edit,
.dx-icon-email,
.dx-icon-errorcircle,
.dx-icon-event,
.dx-icon-eventall,
.dx-icon-favorites,
.dx-icon-find,
.dx-icon-folder,
.dx-icon-fontsize,
.dx-icon-food,
.dx-icon-formula,
.dx-icon-gift,
.dx-icon-globe,
.dx-icon-group,
.dx-icon-growfont,
.dx-icon-handlehorizontal,
.dx-icon-handlevertical,
.dx-icon-header,
.dx-icon-help,
.dx-icon-home,
.dx-icon-image,
.dx-icon-increaseindent,
.dx-icon-indent,
.dx-icon-info,
.dx-icon-italic,
.dx-icon-key,
.dx-icon-like,
.dx-icon-link,
.dx-icon-map,
.dx-icon-mention,
.dx-icon-menu,
.dx-icon-mergecells,
.dx-icon-money,
.dx-icon-music,
.dx-icon-orderedlist,
.dx-icon-ordersbox,
.dx-icon-overflow,
.dx-icon-percent,
.dx-icon-photo,
.dx-icon-pinmap,
.dx-icon-plus,
.dx-icon-preferences,
.dx-icon-product,
.dx-icon-redo,
.dx-icon-refresh,
.dx-icon-remove,
.dx-icon-removecolumn,
.dx-icon-removerow,
.dx-icon-removetable,
.dx-icon-rowproperties,
.dx-icon-runner,
.dx-icon-save,
.dx-icon-search,
.dx-icon-shrinkfont,
.dx-icon-splitcells,
.dx-icon-strike,
.dx-icon-subscript,
.dx-icon-superscript,
.dx-icon-tableproperties,
.dx-icon-tags,
.dx-icon-taskcomplete,
.dx-icon-taskhelpneeded,
.dx-icon-taskinprogress,
.dx-icon-taskrejected,
.dx-icon-taskstop,
.dx-icon-tel,
.dx-icon-tips,
.dx-icon-to,
.dx-icon-todo,
.dx-icon-toolbox,
.dx-icon-triangledown,
.dx-icon-triangleleft,
.dx-icon-triangleright,
.dx-icon-triangleup,
.dx-icon-underline,
.dx-icon-undo,
.dx-icon-user,
.dx-icon-variable,
.dx-icon-verticalalignbottom,
.dx-icon-verticalaligncenter,
.dx-icon-verticalaligntop,
.dx-icon-video {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dx-icon {
  background-position: 50% 50%;
}
.dx-svg-icon svg {
  pointer-events: none;
}
.dx-rtl .dx-icon-spinnext::before {
  content: "\f04f";
}
.dx-rtl .dx-icon-spinprev::before {
  content: "\f04e";
}
.dx-rtl .dx-icon-chevronnext::before {
  content: "\f012";
}
.dx-rtl .dx-icon-back::before,
.dx-rtl .dx-icon-chevronprev::before {
  content: "\f010";
}
.dx-rtl .dx-icon-undo::before {
  content: "\f093";
}
.dx-rtl .dx-icon-redo::before {
  content: "\f04c";
}
.dx-rtl .dx-icon-hidepanel::before {
  content: "\f11d";
}
.dx-rtl .dx-icon-showpanel::before {
  content: "\f11c";
}
.dx-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  display: flex;
  width: 100%;
}
.dx-tabs.dx-overflow-hidden {
  overflow: hidden;
}
.dx-tabs.dx-tabs-vertical .dx-tabs-wrapper .dx-tab-text {
  white-space: normal;
}
.dx-tabs .dx-tab-text-span,
.dx-tabs .dx-tab-text-span-pseudo {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-tabs-scrollable {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.dx-tabs-scrollable .dx-tabs-wrapper {
  white-space: nowrap;
  height: 100%;
}
.dx-tabs-scrollable .dx-scrollable-content {
  height: 100%;
}
.dx-tabs-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #f7f7f7;
  -webkit-border-before: 1px solid transparent;
  border-block-start: 1px solid transparent;
  -webkit-border-after: 1px solid transparent;
  border-block-end: 1px solid transparent;
}
.dx-tabs-expanded .dx-tab {
  flex-basis: 100%;
  flex-grow: 0;
}
.dx-tabs-stretched .dx-tab {
  flex-basis: unset;
  flex-grow: 1;
}
.dx-tabs:not(.dx-tabs-vertical) .dx-tabs-scrollable .dx-tab {
  flex-basis: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.dx-tabs:not(.dx-tabs-scrolling-enabled) {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.dx-tab {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  flex-basis: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  gap: 4px;
  padding: 10px 9px;
  background-color: #f7f7f7;
  color: #333;
}
.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-content {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.dx-tab-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-user-drag: none;
}
.dx-tabs-nav-button {
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.dx-rtl.dx-tabs:not(.dx-tabs-vertical) {
  flex-direction: row-reverse;
}
.dx-tabs-vertical {
  display: inline-flex;
  flex-direction: column;
  width: auto;
}
.dx-tabs-vertical .dx-tab {
  min-width: 0;
}
.dx-tabs-vertical .dx-tabs-wrapper {
  flex-direction: column;
  height: auto;
}
.dx-tabs-vertical .dx-tabs-nav-button .dx-icon {
  transform: rotate(90deg);
}
.dx-tabs-vertical.dx-tabs-icon-position-end .dx-tab,
.dx-tabs-vertical.dx-tabs-icon-position-start .dx-tab {
  justify-content: flex-start;
}
.dx-tabs-icon-position-end .dx-tab-text {
  flex-direction: row-reverse;
}
.dx-tabs-icon-position-top .dx-tab-text {
  text-align: center;
  flex-direction: column;
}
.dx-tabs-icon-position-bottom .dx-tab-text {
  text-align: center;
  flex-direction: column-reverse;
}
.dx-tab::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  top: -1px;
  bottom: -1px;
  z-index: 2;
}
.dx-tab.dx-state-hover {
  background-color: #fff;
}
.dx-tab.dx-state-hover::after {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: none;
  border-inline-end: none;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tab.dx-tab-selected {
  background-color: #fff;
  color: #333;
}
.dx-tab.dx-tab-selected::after {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tab.dx-tab-selected .dx-icon,
.dx-tab.dx-tab-selected .dx-tab-text {
  color: #333;
}
.dx-tab.dx-state-active {
  background-color: rgba(88, 88, 88, .2);
  color: #333;
}
.dx-tab.dx-state-active::after {
  -webkit-border-before: 1px solid #d8d8d8;
  border-block-start: 1px solid #d8d8d8;
  -webkit-border-end: 1px solid #d8d8d8;
  border-inline-end: 1px solid #d8d8d8;
  -webkit-border-after: 1px solid #d8d8d8;
  border-block-end: 1px solid #d8d8d8;
  -webkit-border-start: 1px solid #d8d8d8;
  border-inline-start: 1px solid #d8d8d8;
}
.dx-tab.dx-state-active .dx-icon,
.dx-tab.dx-state-active .dx-tab-text {
  color: #333;
}
.dx-tab.dx-state-disabled .dx-tab-content {
  opacity: .32;
}
.dx-tab.dx-state-focused.dx-state-disabled::after {
  z-index: 2;
}
.dx-tab .dx-tab-text {
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 4px;
  color: #333;
  line-height: 1.285715;
}
.dx-tab .dx-tab-text .dx-tab-text-span-pseudo {
  display: none;
}
.dx-tab .dx-icon {
  display: inline-block;
  -webkit-user-drag: none;
  color: #333;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-tab .dx-tabs-item-badge {
  align-self: center;
  min-width: 18px;
  min-height: 18px;
}
.dx-tabs.dx-state-focused .dx-tab.dx-state-focused::after {
  -webkit-border-before: 1px solid #337ab7;
  border-block-start: 1px solid #337ab7;
  -webkit-border-end: 1px solid #337ab7;
  border-inline-end: 1px solid #337ab7;
  -webkit-border-after: 1px solid #337ab7;
  border-block-end: 1px solid #337ab7;
  -webkit-border-start: 1px solid #337ab7;
  border-inline-start: 1px solid #337ab7;
}
.dx-tabs.dx-state-focused .dx-tab.dx-state-focused.dx-state-disabled::after {
  -webkit-border-before: 1px solid #aaaaaa;
  border-block-start: 1px solid #aaaaaa;
  -webkit-border-end: 1px solid #aaaaaa;
  border-inline-end: 1px solid #aaaaaa;
  -webkit-border-after: 1px solid #aaaaaa;
  border-block-end: 1px solid #aaaaaa;
  -webkit-border-start: 1px solid #aaaaaa;
  border-inline-start: 1px solid #aaaaaa;
}
.dx-tabs.dx-state-focused .dx-tab.dx-focused-disabled-next-tab::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabs.dx-state-focused .dx-tab.dx-focused-disabled-prev-tab::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabs-vertical .dx-tab::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: -1px;
  z-index: 2;
}
.dx-tabs-vertical .dx-tab.dx-state-hover::after {
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: none;
  border-block-end: none;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabs-vertical .dx-tab.dx-tab-selected::after {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabs-vertical .dx-tab.dx-state-active::after {
  -webkit-border-before: 1px solid #d8d8d8;
  border-block-start: 1px solid #d8d8d8;
  -webkit-border-end: 1px solid #d8d8d8;
  border-inline-end: 1px solid #d8d8d8;
  -webkit-border-after: 1px solid #d8d8d8;
  border-block-end: 1px solid #d8d8d8;
  -webkit-border-start: 1px solid #d8d8d8;
  border-inline-start: 1px solid #d8d8d8;
}
.dx-tabs-vertical .dx-tab.dx-state-focused.dx-state-disabled::after {
  -webkit-border-before: 1px solid #aaaaaa;
  border-block-start: 1px solid #aaaaaa;
  -webkit-border-end: 1px solid #aaaaaa;
  border-inline-end: 1px solid #aaaaaa;
  -webkit-border-after: 1px solid #aaaaaa;
  border-block-end: 1px solid #aaaaaa;
  -webkit-border-start: 1px solid #aaaaaa;
  border-inline-start: 1px solid #aaaaaa;
}
.dx-tabs-vertical.dx-state-focused .dx-tab.dx-state-focused::after {
  -webkit-border-before: 1px solid #337ab7;
  border-block-start: 1px solid #337ab7;
  -webkit-border-end: 1px solid #337ab7;
  border-inline-end: 1px solid #337ab7;
  -webkit-border-after: 1px solid #337ab7;
  border-block-end: 1px solid #337ab7;
  -webkit-border-start: 1px solid #337ab7;
  border-inline-start: 1px solid #337ab7;
}
.dx-tabs-vertical.dx-state-focused .dx-tab.dx-focused-disabled-next-tab::after {
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabs-vertical.dx-state-focused .dx-tab.dx-focused-disabled-prev-tab::after {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabs {
  color: #ddd;
}
.dx-tabs.dx-state-disabled {
  opacity: 1;
}
.dx-tabs:not(.dx-tabs-nav-buttons) .dx-tabs-scrollable::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabs:not(.dx-tabs-nav-buttons) .dx-tabs-scrollable .dx-scrollable-content {
  transform: none !important;
}
.dx-tabs-wrapper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  top: -1px;
  bottom: -1px;
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabs-nav-buttons .dx-tabs-wrapper {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}
.dx-tabs-nav-buttons .dx-tabs-wrapper::after {
  border: none;
}
.dx-tabs-vertical .dx-tabs-wrapper {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabs-vertical .dx-tabs-wrapper::after {
  top: 0;
  bottom: 0;
  -webkit-border-start: none;
  border-inline-start: none;
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabs-vertical.dx-tabs-nav-buttons .dx-tabs-wrapper {
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabs-nav-button {
  width: 25px;
  background-color: #f7f7f7;
  color: #ddd;
  border-radius: 0;
  border-color: #ddd;
}
.dx-tabs-nav-button.dx-tabs-nav-button-left {
  border-right: none;
}
.dx-tabs-nav-button.dx-tabs-nav-button-right {
  border-left: none;
}
.dx-tabs-nav-button.dx-state-active {
  background-color: rgba(88, 88, 88, .2);
}
.dx-tabs-nav-button.dx-state-active .dx-icon {
  color: #333;
}
.dx-tabs-nav-button.dx-state-disabled {
  opacity: 1;
}
.dx-tabs-nav-button.dx-state-disabled .dx-button-content {
  opacity: .5;
}
.dx-tabs-nav-button .dx-button-content {
  padding: 0;
}
.dx-tabs-nav-button.dx-state-hover {
  background-color: #fff;
}
.dx-tabs-nav-button.dx-state-hover .dx-button-content {
  border-radius: 0;
}
.dx-tabs-vertical .dx-tabs-nav-button {
  width: 100%;
  height: 38px;
  border-color: #ddd;
}
.dx-tabs-vertical .dx-tabs-nav-button.dx-tabs-nav-button-left {
  border-right: 1px solid #ddd;
  border-bottom: none;
}
.dx-tabs-vertical .dx-tabs-nav-button.dx-tabs-nav-button-right {
  border-left: 1px solid #ddd;
  border-top: none;
}
.dx-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #337ab7;
  color: #fff;
  font-size: 13px;
  padding: 0 6px;
  line-height: normal;
  border-radius: 14px;
}
.dx-overlay-wrapper {
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1000;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-overlay-wrapper,
.dx-overlay-wrapper *,
.dx-overlay-wrapper ::after,
.dx-overlay-wrapper ::before,
.dx-overlay-wrapper::after,
.dx-overlay-wrapper::before {
  box-sizing: border-box;
}
.dx-overlay-shader {
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .8);
}
.dx-overlay-content {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
  outline: 0;
  overflow: clip;
}
.dx-overlay-content > .dx-template-wrapper {
  height: 100%;
  width: 100%;
}
.dx-overlay-wrapper input,
.dx-overlay-wrapper textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-validationsummary-item {
  color: #d9534f;
}
.dx-invalid-message > .dx-overlay-content {
  color: #fff;
  background-color: #d9534f;
  border-radius: 4px;
}
.dx-searchbox .dx-icon-search {
  display: block;
  pointer-events: none;
}
.dx-searchbox .dx-icon-search::before {
  display: inline-block;
  overflow: hidden;
  box-sizing: content-box;
  position: static;
  text-indent: 0;
}
.dx-texteditor {
  display: block;
}
.dx-texteditor.dx-texteditor-with-floating-label,
.dx-texteditor.dx-texteditor-with-label {
  position: relative;
}
.dx-placeholder {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  max-width: 100%;
  width: auto;
  height: 100%;
  text-align: left;
  cursor: text;
  pointer-events: none;
  color: #999;
}
.dx-placeholder::before {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  content: attr(DATA-DX_PLACEHOLDER);
  pointer-events: none;
  white-space: nowrap;
}
.dx-placeholder::after {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dx-texteditor-container {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-texteditor-buttons-container {
  display: flex;
  width: auto;
  flex-grow: 0;
  flex-basis: content;
  align-items: center;
}
.dx-texteditor-input-container {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: baseline;
}
.dx-texteditor-input {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-texteditor-input:-webkit-autofill + .dx-placeholder {
  display: none !important;
}
.dx-texteditor-input:autofill + .dx-placeholder {
  display: none !important;
}
.dx-texteditor-input:-moz-ui-invalid {
  box-shadow: none;
}
.dx-texteditor-input::-webkit-input-placeholder {
  color: transparent;
}
.dx-texteditor-input::-moz-placeholder {
  color: transparent;
}
.dx-texteditor-input::placeholder {
  color: transparent;
}
.dx-show-clear-button {
  position: relative;
}
.dx-clear-button-area {
  height: 100%;
  width: 34px;
  position: relative;
  cursor: pointer;
  text-align: justify;
}
.dx-clear-button-area .dx-icon-clear {
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.dx-texteditor-empty .dx-clear-button-area {
  display: none;
}
.dx-state-disabled .dx-placeholder {
  cursor: auto;
}
.dx-state-disabled .dx-clear-button-area {
  display: none;
}
.dx-state-disabled .dx-texteditor-input {
  opacity: 1;
}
.dx-texteditor.dx-editor-outlined {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dx-texteditor.dx-editor-underlined {
  background: 0 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.dx-texteditor.dx-editor-filled {
  background: rgba(51, 51, 51, .05);
  border: 1px solid transparent;
  border-radius: 4px;
}
.dx-texteditor.dx-state-readonly {
  border-style: dashed;
}
.dx-texteditor.dx-state-readonly.dx-editor-filled {
  border-color: transparent;
  background-color: rgba(51, 51, 51, .03);
}
.dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-focused {
  background-color: rgba(51, 51, 51, .03);
}
.dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-hover {
  background-color: rgba(51, 122, 183, .07);
}
.dx-texteditor.dx-state-readonly.dx-editor-underlined {
  border-style: none none dashed;
}
.dx-texteditor.dx-state-hover {
  border-color: rgba(51, 122, 183, .4);
}
.dx-texteditor.dx-state-hover.dx-editor-filled {
  border-color: transparent;
  background-color: rgba(51, 122, 183, .1);
}
.dx-texteditor.dx-state-hover.dx-invalid.dx-editor-filled,
.dx-texteditor.dx-state-hover.dx-invalid.dx-editor-outlined {
  border-color: #d9534f;
}
.dx-texteditor.dx-state-focused .dx-texteditor-label {
  color: #337ab7;
}
.dx-texteditor.dx-state-focused.dx-invalid .dx-texteditor-label {
  color: #d9534f;
}
.dx-texteditor.dx-texteditor-label-outside .dx-texteditor-label {
  color: #333;
}
.dx-texteditor.dx-texteditor-label-outside.dx-invalid .dx-texteditor-label {
  color: #d9534f;
}
.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-active.dx-editor-outlined,
.dx-texteditor.dx-state-active.dx-editor-underlined,
.dx-texteditor.dx-state-focused.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-outlined,
.dx-texteditor.dx-state-focused.dx-editor-underlined {
  border-color: #337ab7;
}
.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-filled {
  background-color: transparent;
}
.dx-texteditor.dx-invalid .dx-texteditor-input,
.dx-texteditor.dx-valid .dx-texteditor-input {
  -webkit-padding-end: 34px;
  padding-inline-end: 34px;
}
.dx-texteditor.dx-invalid .dx-texteditor-input-container::after,
.dx-texteditor.dx-valid .dx-texteditor-input-container::after {
  inset-inline-end: 4px;
}
.dx-texteditor.dx-validation-pending .dx-texteditor-input {
  -webkit-padding-end: 34px;
  padding-inline-end: 34px;
}
.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator {
  inset-inline-end: 4px;
}
.dx-show-clear-button .dx-clear-button-area {
  width: 34px;
  min-width: 34px;
  right: 0;
}
.dx-show-clear-button .dx-icon-clear {
  color: #999;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  padding: 8px;
  width: 34px;
  height: 34px;
  background-position: 8px 8px;
  background-size: 18px 18px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-placeholder::before {
  padding: 7px 9px 8px;
}
.dx-texteditor-input {
  margin: 0;
  padding: 7px 9px 8px;
  background: rgba(0, 0, 0, 0);
  color: #333;
  font-size: 1em;
  border-radius: 4px;
  min-height: 34px;
}
.dx-editor-filled .dx-texteditor-input {
  background: 0 0;
}
.dx-texteditor-label {
  position: absolute;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: text;
  width: 100%;
  display: flex;
  flex-direction: row;
  top: 0;
  inset-inline-start: 0;
}
.dx-texteditor-label .dx-label {
  display: flex;
}
.dx-texteditor-label .dx-label span {
  text-overflow: ellipsis;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.dx-invalid .dx-texteditor-label {
  color: #d9534f;
}
.dx-editor-outlined .dx-texteditor-label {
  inset: 0;
}
.dx-editor-outlined .dx-label {
  padding: 0 2px;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-inline-width: 0;
  border-style: solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  margin-left: -2px;
  margin-right: -2px;
  border-radius: 1px;
  -webkit-clip-path: inset(-12px 1px -1px 1px);
  clip-path: inset(-12px 1px -1px 1px);
}
.dx-editor-outlined .dx-label span {
  position: relative;
  font-size: 12px;
  top: 0;
  margin-top: 0;
  transform: translate(0, -7.5px);
  height: 19px;
  line-height: normal;
}
.dx-editor-outlined .dx-label-before {
  border-block-width: 1px;
  border-inline-start-width: 1px;
  border-inline-end-width: 0;
  border-style: solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-inline-start-color: #ddd;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  min-width: 9px;
  -webkit-clip-path: inset(-1px 1px -1px -1px);
  clip-path: inset(-1px 1px -1px -1px);
}
.dx-editor-outlined .dx-label-after {
  flex-grow: 1;
  min-width: 9px;
  border-block-width: 1px;
  border-inline-end-width: 1px;
  border-inline-start-width: 0;
  border-style: solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-inline-end-color: #ddd;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  -webkit-clip-path: inset(-1px -1px -1px 1px);
  clip-path: inset(-1px -1px -1px 1px);
}
.dx-editor-outlined.dx-rtl .dx-label-before {
  -webkit-clip-path: inset(-1px -1px -1px 1px);
  clip-path: inset(-1px -1px -1px 1px);
}
.dx-editor-outlined.dx-rtl .dx-label-after {
  -webkit-clip-path: inset(-1px 1px -1px -1px);
  clip-path: inset(-1px 1px -1px -1px);
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-daterangebox .dx-label,
.dx-editor-outlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-daterangebox .dx-label {
  position: relative;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-daterangebox .dx-label::before,
.dx-editor-outlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-daterangebox .dx-label::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  top: -1.5px;
  -webkit-margin-start: -2px;
  margin-inline-start: -2px;
  background-color: #fff;
}
.dx-editor-outlined.dx-texteditor-with-floating-label,
.dx-editor-outlined.dx-texteditor-with-label {
  outline: 0;
  margin-top: 7.5px;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor:not(.dx-daterangebox),
.dx-editor-outlined.dx-texteditor-with-label.dx-texteditor:not(.dx-daterangebox) {
  border: none;
  box-shadow: none;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-label-before {
  border-style: dashed;
  border-color: #ddd;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-label-before {
  border-color: rgba(51, 51, 51, .5);
  border-bottom-color: rgba(51, 51, 51, .5);
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-label-before {
  border-color: rgba(217, 83, 79, .4);
  border-bottom-color: rgba(217, 83, 79, .4);
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-state-focused .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-state-focused .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-state-focused .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-state-hover .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-state-hover .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-state-hover .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-state-focused .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-state-focused .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-state-focused .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-state-hover .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-state-hover .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-state-hover .dx-label-before {
  border-color: #d9534f;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-label-before {
  border-color: rgba(51, 122, 183, .4);
  border-bottom-color: rgba(51, 122, 183, .4);
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-label-before {
  border-color: #337ab7;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-label,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-label {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-label-before,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-label-before {
  border-width: 1px;
  border-inline-end-width: 0;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-label-after,
.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-label-after {
  border-width: 1px;
  border-inline-start-width: 0;
}
.dx-editor-outlined.dx-texteditor-label-outside {
  margin-top: 24px;
}
.dx-editor-outlined.dx-texteditor-label-outside .dx-texteditor-label {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.dx-editor-outlined.dx-texteditor-label-outside .dx-label-after,
.dx-editor-outlined.dx-texteditor-label-outside .dx-label-before {
  -webkit-clip-path: none;
  clip-path: none;
}
.dx-editor-outlined.dx-texteditor-label-outside .dx-label {
  margin: 0;
  -webkit-clip-path: none;
  clip-path: none;
  border-top-width: 1px;
  border-radius: 0;
  border-start-end-radius: 1px;
  border-end-end-radius: 1px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  padding: 0;
}
.dx-editor-outlined.dx-texteditor-label-outside .dx-label span {
  position: absolute;
  width: 100%;
  cursor: default;
  pointer-events: auto;
  font-size: 14px;
  margin-top: 0;
  top: -24px;
  height: 1.4285714286em;
  line-height: 1.4285714286em;
}
.dx-editor-outlined.dx-texteditor-with-floating-label .dx-placeholder {
  display: none;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-placeholder,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-placeholder {
  display: block;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-label {
  padding: 0 2px;
  border-top-width: 1px;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-label span {
  transition:
    font-size .2s cubic-bezier(0, 0, .2, 1),
    transform .2s cubic-bezier(0, 0, .2, 1),
    top .2s cubic-bezier(0, 0, .2, 1);
  transform: translate(0, 0);
  font-size: 14px;
  top: 50%;
  margin-top: -8.5px;
  height: 19px;
  line-height: normal;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-label::before {
  background-color: transparent;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-label span {
  top: 7px;
  margin-top: 0;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-label,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-focused .dx-label {
  border-top-width: 0;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-label span,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-focused .dx-label span {
  transform: translate(0, -7.5px);
  font-size: 12px;
  margin-top: 0;
  top: 0;
  height: 19px;
  line-height: normal;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-label::before,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-focused .dx-label::before {
  background-color: #fff;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active.dx-textarea .dx-label span,
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-focused.dx-textarea .dx-label span {
  top: 0;
  margin-top: 0;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-placeholder {
  display: none;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-label {
  padding: 0 2px;
  border-top-width: 1px;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-label span {
  transition:
    font-size .2s cubic-bezier(0, 0, .2, 1),
    transform .2s cubic-bezier(0, 0, .2, 1),
    top .2s cubic-bezier(0, 0, .2, 1);
  transform: translate(0, 0);
  font-size: 14px;
  top: 50%;
  margin-top: -8.5px;
  height: 19px;
  line-height: normal;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-label::before {
  background-color: transparent;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-textarea .dx-label span {
  top: 7px;
  margin-top: 0;
}
.dx-editor-filled .dx-texteditor-label .dx-label-after,
.dx-editor-filled .dx-texteditor-label .dx-label-before {
  min-width: 9px;
}
.dx-editor-filled.dx-texteditor-with-floating-label .dx-lookup-field,
.dx-editor-filled.dx-texteditor-with-floating-label .dx-placeholder::before,
.dx-editor-filled.dx-texteditor-with-floating-label .dx-texteditor-input,
.dx-editor-filled.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-lookup-field,
.dx-editor-filled.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-placeholder::before,
.dx-editor-filled.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-texteditor-input {
  padding-top: 13px;
  padding-bottom: 2px;
}
.dx-editor-filled.dx-texteditor-with-floating-label .dx-lookup-field .dx-placeholder::before,
.dx-editor-filled.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-lookup-field .dx-placeholder::before {
  padding: 0;
}
.dx-editor-filled.dx-texteditor-with-floating-label .dx-texteditor-label,
.dx-editor-filled.dx-texteditor-with-label .dx-texteditor-label {
  font-size: 12px;
  height: 19px;
  line-height: 1.35715;
  top: 0;
  margin-top: 0;
}
.dx-editor-filled.dx-texteditor-label-outside {
  margin-top: 24px;
}
.dx-editor-filled.dx-texteditor-label-outside .dx-texteditor-label {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 0;
  top: -24px;
}
.dx-editor-filled.dx-texteditor-label-outside .dx-label {
  cursor: default;
}
.dx-editor-filled.dx-texteditor-label-outside .dx-label span {
  width: 100%;
  pointer-events: auto;
  position: absolute;
  margin-bottom: 0;
}
.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-placeholder,
.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-placeholder {
  display: none;
}
.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label,
.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label {
  transition:
    font-size .2s cubic-bezier(0, 0, .2, 1),
    transform .2s cubic-bezier(0, 0, .2, 1),
    top .2s cubic-bezier(0, 0, .2, 1);
  font-size: 14px;
  height: 19px;
  line-height: 1.35715;
  top: 50%;
  margin-top: -9.5px;
}
.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-texteditor-label,
.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-texteditor-label {
  top: 13px;
  margin-top: 0;
}
.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-placeholder,
.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused .dx-placeholder {
  display: block;
}
.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label,
.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label {
  height: 19px;
  line-height: 1.35715;
  font-size: 12px;
  top: 0;
  margin-top: 0;
}
.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-textarea .dx-texteditor-label,
.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused.dx-textarea .dx-texteditor-label {
  top: 0;
  margin-top: 0;
}
.dx-editor-underlined.dx-texteditor-with-floating-label .dx-lookup-field,
.dx-editor-underlined.dx-texteditor-with-floating-label .dx-placeholder::before,
.dx-editor-underlined.dx-texteditor-with-floating-label .dx-texteditor-input,
.dx-editor-underlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-lookup-field,
.dx-editor-underlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-placeholder::before,
.dx-editor-underlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-texteditor-input {
  padding-top: 11px;
  padding-bottom: 4px;
}
.dx-editor-underlined.dx-texteditor-with-floating-label .dx-lookup-field .dx-placeholder::before,
.dx-editor-underlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-lookup-field .dx-placeholder::before {
  padding: 0;
}
.dx-editor-underlined.dx-texteditor-with-floating-label .dx-texteditor-label,
.dx-editor-underlined.dx-texteditor-with-label .dx-texteditor-label {
  transform: translate(0, 0);
  height: 19px;
  line-height: 1.35715;
  top: 0;
  margin-top: 0;
}
.dx-editor-underlined.dx-texteditor-label-outside {
  margin-top: 24px;
}
.dx-editor-underlined.dx-texteditor-label-outside .dx-texteditor-label {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  top: -24px;
  margin-top: 0;
}
.dx-editor-underlined.dx-texteditor-label-outside .dx-label {
  cursor: default;
}
.dx-editor-underlined.dx-texteditor-label-outside .dx-label span {
  width: 100%;
  pointer-events: auto;
  position: absolute;
  margin-bottom: 0;
}
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-placeholder,
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-placeholder {
  display: none;
}
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label,
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label {
  transition:
    font-size .2s cubic-bezier(0, 0, .2, 1),
    transform .2s cubic-bezier(0, 0, .2, 1),
    top .2s cubic-bezier(0, 0, .2, 1);
  transform: translate(0, 0);
  font-size: 14px;
  height: 19px;
  line-height: 1.35715;
  top: 50%;
  margin-top: -9.5px;
}
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-texteditor-label,
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-texteditor-label {
  top: 11px;
  margin-top: 0;
}
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-placeholder,
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-placeholder {
  display: block;
}
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label,
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label {
  transform: translate(0, 0);
  font-size: 12px;
  height: 19px;
  line-height: 1.35715;
  top: 0;
  margin-top: 0;
}
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-textarea .dx-texteditor-label,
.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused.dx-textarea .dx-texteditor-label {
  top: 0;
  margin-top: 0;
}
.dx-editor-underlined .dx-placeholder::before,
.dx-editor-underlined .dx-texteditor-input {
  padding-left: 0;
  padding-right: 0;
}
.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-input-container .dx-placeholder,
.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-input-container .dx-texteditor-input,
.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-label .dx-label {
  -webkit-padding-start: 9px;
  padding-inline-start: 9px;
}
.dx-invalid.dx-texteditor {
  border-color: rgba(217, 83, 79, .4);
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-hover,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-state-hover,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-state-hover {
  border-color: #d9534f;
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-show-invalid-badge .dx-texteditor-input-container::after,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container::after,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-show-invalid-badge .dx-texteditor-input-container::after {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #d9534f;
  color: #fff;
  content: "!";
  border-radius: 50%;
}
.dx-invalid.dx-texteditor.dx-editor-filled {
  background-color: rgba(217, 83, 79, .1);
  border-color: transparent;
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused {
  background: 0 0;
}
.dx-valid.dx-texteditor.dx-editor-filled .dx-texteditor-input-container::after,
.dx-valid.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container::after,
.dx-valid.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container::after {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-family: DXIcons, sans-serif;
  color: #5cb85c;
  content: "\f005";
  opacity: 0;
  transform: scale(0);
  animation: .3s cubic-bezier(1, .008, .565, 1.65) .1s forwards dx-valid-badge-frames;
}
.dx-validation-pending.dx-texteditor.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,
.dx-validation-pending.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator,
.dx-validation-pending.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container .dx-pending-indicator {
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.dx-texteditor-buttons-container > .dx-button {
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-margin-start: 1px;
  margin-inline-start: 1px;
  -webkit-margin-end: 1px;
  margin-inline-end: 1px;
}
.dx-texteditor-buttons-container > .dx-button > .dx-button-content {
  padding-top: 5px;
  padding-bottom: 6px;
}
.dx-texteditor-buttons-container > .dx-button.dx-button-has-icon:not(.dx-button-has-text) > .dx-button-content {
  padding: 6px;
}
.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:last-child,
.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:last-child {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:first-child,
.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:first-child {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container > .dx-button:first-child {
  margin-left: 0;
}
.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container > .dx-button:last-child {
  margin-right: 0;
}
.dx-searchbox .dx-icon-search {
  font: 17px/18px DXIcons;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-position: 8px 8px;
  background-size: 18px 18px;
  padding: 8px;
  text-align: center;
  color: #999;
}
.dx-searchbox .dx-icon-search::before {
  content: "\f027";
  color: #999;
}
.dx-searchbox .dx-placeholder::before,
.dx-searchbox .dx-texteditor-input,
.dx-searchbox.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-texteditor-input,
.dx-searchbox.dx-editor-underlined .dx-texteditor-input {
  -webkit-padding-start: 34px;
  padding-inline-start: 34px;
}
.dx-searchbox.dx-texteditor .dx-texteditor-label .dx-label-before {
  min-width: 0;
}
.dx-searchbar {
  padding-bottom: 5px;
}
.dx-searchbar .dx-texteditor {
  margin: 0;
}
.dx-dropdowneditor {
  position: relative;
}
.dx-dropdowneditor.dx-dropdowneditor-field-clickable,
.dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-input {
  cursor: pointer;
}
.dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-buttons-container .dx-state-disabled .dx-button,
.dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-buttons-container .dx-state-disabled.dx-button {
  pointer-events: auto;
}
.dx-dropdowneditor-input-wrapper {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor {
  border: none;
  margin: 0;
  display: flex;
  flex-grow: 1;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor-input {
  text-overflow: ellipsis;
}
.dx-dropdowneditor-field-template-wrapper {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: baseline;
}
.dx-dropdowneditor-field-template-wrapper > * {
  flex-grow: 1;
}
.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  opacity: .35;
}
.dx-dropdowneditor-button {
  position: relative;
  display: inline-flex;
  float: right;
  height: 100%;
  cursor: pointer;
  width: 34px;
  min-width: 34px;
  padding: 1px;
  border-radius: 4px;
}
.dx-dropdowneditor-button .dx-button-content {
  text-align: center;
  white-space: nowrap;
}
.dx-rtl .dx-dropdowneditor-button,
.dx-rtl.dx-dropdowneditor-button {
  float: left;
}
.dx-dropdowneditor-button.dx-dropdowneditor-readonly {
  cursor: default;
}
.dx-dropdowneditor-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  color: #333;
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}
.dx-state-disabled .dx-dropdowneditor,
.dx-state-disabled.dx-dropdowneditor {
  cursor: default;
}
.dx-state-disabled .dx-dropdowneditor-button {
  cursor: inherit;
}
.dx-dropdowneditor-button.dx-button-mode-contained,
.dx-dropdowneditor-button.dx-button-mode-outlined,
.dx-dropdowneditor-button.dx-button-mode-text {
  background: 0 0;
}
.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon {
  opacity: 1;
}
.dx-dropdowneditor-icon::before {
  content: "\f001";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-filled,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-outlined,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-underlined {
  border: none;
  background: 0 0;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-label .dx-texteditor-label .dx-label,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-label .dx-texteditor-label .dx-label-before {
  border: none;
}
.dx-dropdowneditor-button-visible .dx-texteditor-input {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.dx-invalid .dx-texteditor-input,
.dx-valid .dx-texteditor-input,
.dx-validation-pending .dx-texteditor-input {
  -webkit-padding-end: 26px;
  padding-inline-end: 26px;
}
.dx-invalid .dx-timeview .dx-texteditor-input,
.dx-valid .dx-timeview .dx-texteditor-input,
.dx-validation-pending .dx-timeview .dx-texteditor-input {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon {
  background-color: #e6e6e6;
  border-color: transparent;
}
.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon {
  background-color: rgba(51, 122, 183, .2);
}
.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  background-color: #b3b3b3;
  border-color: transparent;
  color: #333;
  opacity: 1;
}
.dx-editor-filled .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  background-color: rgba(51, 122, 183, .3);
}
.dx-invalid.dx-dropdowneditor .dx-texteditor-container::after {
  inset-inline-end: 38px;
}
.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after {
  inset-inline-end: 68px;
}
.dx-state-hover.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon {
  background-color: rgba(217, 83, 79, .2);
}
.dx-dropdowneditor-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon,
.dx-state-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon {
  background-color: rgba(217, 83, 79, .3);
}
.dx-valid.dx-dropdowneditor .dx-texteditor-container::after {
  inset-inline-end: 38px;
}
.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after {
  inset-inline-end: 68px;
}
.dx-list {
  margin: 0;
  min-height: 3em;
  border: none;
}
.dx-list .dx-scrollview-content:focus {
  outline: 0;
}
.dx-wrap-item-text > .dx-list-group > .dx-list-group-body > .dx-list-item > .dx-list-item-content,
.dx-wrap-item-text > .dx-list-item > .dx-list-item-content {
  white-space: normal;
}
.dx-empty-collection .dx-list-select-all {
  display: none;
}
.dx-list-collapsible-groups .dx-list-group-header {
  cursor: pointer;
}
.dx-list-group-body {
  overflow: hidden;
}
.dx-list-item {
  position: static;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  width: 100%;
}
.dx-list-item-content::before {
  content: "_";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-list .dx-empty-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  min-height: 3em;
}
.dx-list-item-badge-container {
  display: table-cell;
  width: 20px;
  text-align: right;
  vertical-align: middle;
}
.dx-list-item-badge {
  float: right;
  position: relative;
}
.dx-list-item-icon-container {
  display: inline-block;
}
.dx-list-item-chevron {
  transform: rotate(0);
  opacity: 1;
}
.dx-rtl .dx-list-item-chevron {
  transform: rotate(180deg);
}
.dx-list-item-response-wait {
  opacity: .5;
  transition: opacity .2s linear;
}
.dx-list-slide-menu-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.dx-list-item-after-bag,
.dx-list-item-before-bag {
  height: 100%;
  vertical-align: middle;
}
.dx-list-item-before-bag .dx-list-select-checkbox {
  float: left;
  transition: .1s linear;
}
.dx-list-select-all-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-after-bag .dx-list-reorder-handle {
  cursor: move;
  background-repeat: no-repeat;
  touch-action: manipulation;
}
.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle {
  cursor: default;
}
.dx-list-switchable-menu-shield-positioning {
  position: relative;
  transform: translateZ(0);
}
.dx-list-switchable-delete-bottom-shield,
.dx-list-switchable-delete-top-shield {
  position: absolute;
  right: 0;
  left: 0;
  cursor: pointer;
}
.dx-list-switchable-delete-top-shield {
  top: 0;
}
.dx-list-switchable-delete-bottom-shield {
  bottom: 0;
}
.dx-list-switchable-delete-item-content-shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dx-list-switchable-delete-button-container {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.dx-list-switchable-delete-button-wrapper {
  display: table;
  height: 100%;
}
.dx-list-switchable-delete-button-inner-wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.dx-list-switchable-menu-item-shield-positioning,
.dx-list-switchable-menu-item-shield-positioning .dx-list-item-content,
.dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content {
  position: relative;
}
.dx-list-switchable-delete-ready .dx-icon-toggle-delete {
  transform: rotate(-90deg);
}
.dx-list-slide-menu-buttons-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.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;
  bottom: 1px;
}
.dx-list-static-delete-button .dx-button-content {
  overflow: visible;
}
.dx-list-next-button {
  padding: 5px;
  text-align: center;
}
.dx-list-next-button .dx-button {
  padding: 0 3em;
}
.dx-state-disabled .dx-list-item,
.dx-state-disabled .dx-list-switchable-delete-button,
.dx-state-disabled .dx-list-toggle-delete-switch,
.dx-state-disabled.dx-list-item {
  cursor: default;
}
.dx-list-context-menuitem {
  cursor: pointer;
}
.dx-list-select-all-checkbox,
.dx-rtl .dx-list .dx-list-item-badge,
.dx-rtl.dx-list .dx-list-item-badge {
  float: left;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch,
.dx-rtl .dx-list .dx-list-select-all-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-toggle-delete-switch,
.dx-rtl.dx-list .dx-list-select-all-checkbox {
  float: right;
}
.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-list-item-chevron {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
  -webkit-margin-start: -5px;
  margin-inline-start: -5px;
  color: #333;
}
.dx-list-item-chevron::before {
  content: "\f010";
}
.dx-list-item-badge-container {
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.dx-list-switchable-delete-button-inner-wrapper {
  -webkit-padding-start: 1px;
  padding-inline-start: 1px;
}
.dx-list-item-icon-container {
  width: 28px;
  height: 18px;
  vertical-align: top;
}
.dx-list-item-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-list-search {
  margin-bottom: 5px;
}
.dx-list-item-after-bag,
.dx-list-item-before-bag {
  display: table-cell;
  width: 0;
}
.dx-list.dx-list-with-search .dx-scrollable-wrapper {
  height: calc(100% - 41px);
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon {
  border-color: #265a87;
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon {
  border: 1px solid #337ab7;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
  color: #333;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-list-item-icon-container .dx-icon {
  color: #333;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon-toggle-delete {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23333%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
  background-color: rgba(0, 0, 0, .1);
  color: #333;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-list-item-icon-container .dx-icon {
  color: #333;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
  background-color: rgba(0, 0, 0, .07);
  color: #333;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon-toggle-delete {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23333%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  background-color: #337ab7;
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-icon-container .dx-icon {
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
  border-color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon-toggle-delete {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
  background-color: rgba(51, 122, 183, .7);
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
  background-color: #337ab7;
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-item-icon-container .dx-icon {
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
  background-color: #337ab7;
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon-toggle-delete {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-list-static-delete-button .dx-icon,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-static-delete-button .dx-icon,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-static-delete-button .dx-icon {
  color: #333;
}
.dx-list-group-header {
  font-weight: 700;
  padding: 20px 10px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  background: rgba(238, 238, 238, .05);
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dx-list-group:first-of-type .dx-list-group-header {
  border-top: none;
}
.dx-list-group-collapsed .dx-list-group-header-indicator .dx-list-group-header::before {
  border-bottom-color: #333;
}
.dx-list-group-header .dx-list-group-header-indicator {
  order: 1;
}
.dx-list-collapsible-groups .dx-list-group-header .dx-list-group-header-indicator::before {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px 5px 0;
  content: " ";
}
.dx-list-group-collapsed .dx-list-group-header .dx-list-group-header-indicator::before {
  border-bottom-color: #333;
  border-width: 0 5px 5px;
}
.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-size: 100%;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23333%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
  color: #959595;
  background: #fff;
  border-top: 1px solid rgba(51, 122, 183, .5);
  border-bottom: 1px solid rgba(51, 122, 183, .5);
  box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .2);
}
.dx-list .dx-empty-message,
.dx-list-item {
  border-top: 1px solid #ddd;
  color: #333;
}
.dx-list-item-separator-hidden .dx-list .dx-empty-message,
.dx-list-item-separator-hidden .dx-list-item {
  border-top: none;
  border-bottom: none;
}
.dx-list .dx-empty-message,
.dx-list-item-content {
  padding: 10px;
}
.dx-list-next-button .dx-button .dx-button-content {
  padding-block: 8px;
  -webkit-padding-start: 12px;
  padding-inline-start: 12px;
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
}
.dx-list-next-button .dx-button .dx-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-list-item-chevron-container {
  display: table-cell;
  vertical-align: middle;
  width: 16px;
}
.dx-list-border-visible {
  border: 1px solid #ddd;
}
.dx-list-border-visible .dx-list-select-all {
  border-bottom: 1px solid #ddd;
}
.dx-list-item-before-bag .dx-list-toggle-delete-switch {
  display: block;
  float: left;
  padding: 3px 0;
}
.dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
  width: 29px;
}
.dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-list-item-before-bag.dx-list-select-radiobutton-container {
  width: 31px;
}
.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch {
  border: none;
  background: 0 0;
  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 {
  transition: .1s linear;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  width: 19px;
  height: 19px;
}
.dx-list-item-before-bag .dx-list-select-checkbox,
.dx-list-item-before-bag .dx-list-select-radiobutton {
  margin-top: -1px;
  margin-bottom: -3px;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.dx-list-select-all {
  white-space: nowrap;
  padding: 9px 0 8px;
  border-bottom: 1px solid #ddd;
}
.dx-list-select-all-checkbox {
  margin-top: -1px;
  margin-bottom: -3px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.dx-list-select-all-label {
  line-height: 17px;
  padding: 0 10px;
  margin-top: 1px;
}
.dx-list-item-after-bag.dx-list-static-delete-button-container {
  width: 36px;
}
.dx-list-item-after-bag.dx-list-reorder-handle-container {
  width: 33.4px;
}
.dx-list-item-after-bag .dx-list-reorder-handle {
  font: 18px/18px DXIcons;
  width: 28.8px;
  height: 28.8px;
  background-position: 5px 5px;
  background-size: 18px 18px;
  padding: 5px;
  text-align: center;
}
.dx-list-item-after-bag .dx-list-reorder-handle::before {
  content: "\f038";
}
.dx-list-slide-menu-button-delete {
  border: 1px solid transparent;
  color: #fff;
  background-color: #d9534f;
}
.dx-list-slide-menu-button-menu {
  border: 1px solid transparent;
  color: #fff;
  background-color: #337ab7;
}
.dx-list-static-delete-button,
.dx-list-switchable-delete-button {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  padding: 0;
}
.dx-list-static-delete-button .dx-button-content,
.dx-list-switchable-delete-button .dx-button-content {
  padding: 3px;
}
.dx-list-context-menucontent {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.dx-state-disabled .dx-list-item,
.dx-state-disabled.dx-list-item {
  background-color: transparent;
  opacity: .6;
}
.dx-textarea {
  height: auto;
}
.dx-textarea .dx-texteditor-input-container {
  align-items: stretch;
  margin: 0;
}
.dx-textarea .dx-texteditor-input {
  resize: none;
  font-family: inherit;
  display: block;
  overflow: auto;
  white-space: pre-wrap;
  margin: 0;
}
.dx-textarea .dx-texteditor-input-auto-resize {
  overflow-y: hidden;
}
.dx-textarea .dx-placeholder {
  height: auto;
}
.dx-textarea .dx-placeholder::before {
  white-space: normal;
}
.dx-textarea .dx-placeholder::before,
.dx-textarea .dx-texteditor-input {
  line-height: 1.35715;
}
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-filled .dx-placeholder::before,
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-filled .dx-texteditor-input,
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-outlined .dx-placeholder::before,
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-outlined .dx-texteditor-input,
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-underlined .dx-placeholder::before,
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-underlined .dx-texteditor-input,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-filled .dx-placeholder::before,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-filled .dx-texteditor-input,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined .dx-placeholder::before,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined .dx-texteditor-input,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-underlined .dx-placeholder::before,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-underlined .dx-texteditor-input {
  padding-top: 0;
}
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-outlined .dx-texteditor-container,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined .dx-texteditor-container {
  padding-top: 7px;
}
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-filled .dx-texteditor-container,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-filled .dx-texteditor-container {
  padding-top: 13px;
}
.dx-textarea.dx-texteditor-with-floating-label.dx-editor-underlined .dx-texteditor-container,
.dx-textarea.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-underlined .dx-texteditor-container {
  padding-top: 11px;
}
.dx-textarea .dx-icon-clear {
  top: 0;
  margin-top: 0;
}
.dx-numberbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-numberbox input[type=number] {
  -moz-appearance: textfield;
}
.dx-numberbox input[type=number]::-webkit-inner-spin-button,
.dx-numberbox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dx-numberbox-spin-container {
  height: 100%;
}
.dx-numberbox-spin-down,
.dx-numberbox-spin-up {
  position: relative;
  width: 100%;
  height: 50%;
  cursor: pointer;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.dx-numberbox-spin-down-icon,
.dx-numberbox-spin-up-icon {
  width: 100%;
  height: 100%;
}
.dx-state-disabled .dx-numberbox-spin-container {
  opacity: .2;
}
.dx-numberbox-spin-container {
  overflow: hidden;
  width: 34px;
  border-radius: 4px;
}
.dx-numberbox-spin-up-icon {
  font: 14px/1 DXIcons;
  color: #333;
}
.dx-numberbox-spin-up-icon::before {
  content: "\f002";
}
.dx-numberbox-spin-down-icon {
  font: 14px/1 DXIcons;
  color: #333;
}
.dx-numberbox-spin-down-icon::before {
  content: "\f001";
}
.dx-numberbox-spin-down-icon,
.dx-numberbox-spin-up-icon {
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-numberbox-spin-down-icon::before,
.dx-numberbox-spin-up-icon::before {
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-numberbox-spin-button {
  padding: 1px;
}
.dx-editor-underlined .dx-numberbox-spin-button {
  background: 0 0;
}
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
  box-shadow: 0 0 0 1px transparent inset;
  background-color: #e6e6e6;
}
.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
  background-color: #b3b3b3;
  color: #333;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
  width: 74px;
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon {
  background-position: center;
}
.dx-calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  display: flex;
  direction: ltr;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  width: 282px;
  height: 268px;
  background-color: #fff;
  gap: 8px;
}
.dx-calendar.dx-rtl {
  direction: rtl;
}
.dx-calendar-views-wrapper {
  position: relative;
  display: flex;
  flex: auto;
  outline: 0;
}
.dx-calendar-navigator {
  display: flex;
  justify-content: space-between;
}
.dx-calendar-navigator .dx-calendar-caption-button {
  flex-grow: 1;
  overflow: hidden;
}
.dx-calendar-navigator .dx-button .dx-button-text {
  text-transform: none;
}
.dx-calendar-navigator .dx-button.dx-state-active,
.dx-calendar-navigator .dx-button.dx-state-hover {
  z-index: 1;
}
.dx-calendar-body {
  overflow: hidden;
  display: flex;
  flex: 1 1 auto;
}
.dx-calendar-body .dx-widget {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dx-calendar-body table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-spacing: 0;
  line-height: normal;
}
.dx-calendar-body td,
.dx-calendar-body th {
  padding: 0;
}
.dx-calendar-body thead th {
  font-weight: 500;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.dx-calendar-week-number-cell.dx-calendar-week-selection {
  cursor: pointer;
}
.dx-calendar-week-number-cell {
  position: relative;
  color: rgba(51, 51, 51, .56);
  width: 2em;
}
.dx-calendar-week-number-cell span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2em;
  inset: 0;
  background-color: rgba(224, 224, 224, .5);
  inset-inline-start: 0;
}
.dx-calendar-cell {
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.dx-calendar-cell span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  width: 2em;
  height: 2em;
}
.dx-calendar-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dx-calendar-multiview .dx-calendar-caption-button .dx-button-content {
  justify-content: space-between;
  align-items: center;
}
.dx-calendar-multiview .dx-calendar-body .dx-widget,
.dx-calendar-multiview .dx-calendar-caption-button .dx-button-text {
  width: 50%;
}
.dx-calendar-multiview .dx-calendar-body table {
  padding: 0 10px;
}
.dx-calendar.dx-calendar-with-footer {
  height: 312px;
}
.dx-calendar.dx-calendar-multiview {
  width: 564px;
}
.dx-calendar.dx-invalid {
  border-color: rgba(217, 83, 79, .4);
}
.dx-calendar.dx-invalid.dx-state-focused {
  border-color: #d9534f;
}
.dx-calendar-caption-button {
  font-weight: 600;
  border-radius: 0;
}
.dx-calendar-navigator-previous-view {
  -webkit-margin-end: -1px;
  margin-inline-end: -1px;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.dx-calendar-navigator-next-view {
  -webkit-margin-start: -1px;
  margin-inline-start: -1px;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.dx-calendar-navigator .dx-button,
.dx-calendar-navigator .dx-button .dx-icon {
  color: #333;
}
.dx-calendar-navigator-next-view,
.dx-calendar-navigator-previous-view {
  flex-shrink: 0;
}
.dx-calendar-body thead tr {
  height: 2em;
}
.dx-calendar-body tbody tr:first-of-type .dx-calendar-week-number-cell span {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.dx-calendar-body tbody tr:last-of-type .dx-calendar-week-number-cell span {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.dx-calendar-body .dx-week-number-header {
  font-size: 14px;
  width: 2.5em;
}
.dx-calendar-view-century .dx-calendar-cell span,
.dx-calendar-view-decade .dx-calendar-cell span,
.dx-calendar-view-year .dx-calendar-cell span {
  width: 4em;
  height: 4em;
  border-radius: 4px;
  word-spacing: 4em;
  line-height: 1em;
}
.dx-calendar-cell.dx-calendar-today span {
  border: 2px solid #337ab7;
}
.dx-calendar-cell.dx-state-hover span {
  background-color: rgba(51, 122, 183, .24);
  color: #333;
}
.dx-calendar-cell.dx-state-active span {
  background-color: rgba(51, 122, 183, .4);
}
.dx-calendar-cell.dx-calendar-selected-date span {
  color: #fff;
  background-color: #337ab7;
}
.dx-calendar-cell.dx-calendar-contoured-date span {
  box-shadow: 0 0 0 2px rgba(51, 122, 183, .5);
}
.dx-calendar-cell.dx-calendar-empty-cell,
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-active span,
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view,
.dx-calendar-cell.dx-calendar-other-view.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-state-hover span {
  color: rgba(51, 51, 51, .38);
}
.dx-calendar-cell.dx-calendar-empty-cell.dx-calendar-selected-date span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-selected-date span {
  color: #fff;
}
.dx-calendar-cell.dx-calendar-other-view::after,
.dx-calendar-cell.dx-calendar-other-view::before {
  content: none;
}
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-in-range.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-in-range.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-range-hover.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-range-hover.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-end-date.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-end-date.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-start-date.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-start-date.dx-state-hover span {
  color: rgba(51, 51, 51, .38);
}
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-in-range.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-range-hover.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-end-date.dx-state-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-start-date.dx-state-hover span {
  background-color: rgba(51, 122, 183, .24);
}
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-in-range.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-range-hover.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-end-date.dx-state-active span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-start-date.dx-state-active span {
  background-color: rgba(51, 122, 183, .4);
}
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-in-range span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-cell-range-hover span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-end-date span,
.dx-calendar-cell.dx-calendar-other-view.dx-calendar-range-start-date span {
  color: rgba(51, 51, 51, .38);
  background-color: transparent;
}
.dx-calendar-cell.dx-calendar-empty-cell {
  cursor: default;
  color: rgba(51, 51, 51, .24);
}
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-active span,
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover span {
  background-color: transparent;
}
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-active.dx-calendar-selected-date span,
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover.dx-calendar-selected-date span {
  background-color: #337ab7;
}
.dx-calendar-cell-in-range::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 2em;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  background-color: rgba(51, 122, 183, .24);
  border-width: 0;
  border-style: dashed;
  border-color: rgba(51, 122, 183, .6) transparent;
}
.dx-calendar-cell-in-range.dx-calendar-cell-end-in-row::before,
.dx-calendar-cell-in-range.dx-calendar-cell-end::before,
.dx-calendar-cell-in-range.dx-calendar-cell-start-in-row::before,
.dx-calendar-cell-in-range.dx-calendar-cell-start::before,
.dx-calendar-cell-in-range.dx-calendar-range-end-date::before,
.dx-calendar-cell-in-range.dx-calendar-range-start-date::before {
  width: calc(50% + 1em);
}
.dx-calendar-cell-in-range.dx-calendar-range-start-date::before {
  inset-inline-start: auto;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  border-inline-start-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-range-start-date.dx-calendar-range-end-date::before {
  content: none;
}
.dx-calendar-cell-in-range.dx-calendar-range-end-date::before {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-cell-start-in-row::before {
  inset-inline-start: auto;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  border-inline-start-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-cell-start-in-row.dx-calendar-cell-end::before,
.dx-calendar-cell-in-range.dx-calendar-cell-start-in-row.dx-calendar-range-end-date::before {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-in-range.dx-calendar-cell-end-in-row::before {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-cell-end-in-row.dx-calendar-range-start-date::before {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-in-range.dx-calendar-cell-start::before {
  inset-inline-start: auto;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  border-inline-start-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-cell-start.dx-calendar-range-end-date::before {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-cell-start.dx-calendar-cell-end-in-row::before {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-in-range.dx-calendar-cell-end::before {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-in-range.dx-calendar-cell-end.dx-calendar-range-start-date::before {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-range-hover::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 2em;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  background-color: inherit;
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(51, 122, 183, .6) transparent;
}
.dx-calendar-cell-range-hover.dx-calendar-cell-end-in-row::after,
.dx-calendar-cell-range-hover.dx-calendar-cell-end::after,
.dx-calendar-cell-range-hover.dx-calendar-cell-range-hover-end::after,
.dx-calendar-cell-range-hover.dx-calendar-cell-range-hover-start::after,
.dx-calendar-cell-range-hover.dx-calendar-cell-start-in-row::after,
.dx-calendar-cell-range-hover.dx-calendar-cell-start::after {
  width: calc(50% + 1em);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-range-hover-start::after {
  inset-inline-start: auto;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  border-inline-start-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-range-hover-start.dx-calendar-cell-range-hover-end::after {
  content: none;
}
.dx-calendar-cell-range-hover.dx-calendar-cell-range-hover-end::after {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-start-in-row::after {
  inset-inline-start: auto;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  border-inline-start-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-start-in-row.dx-calendar-cell-end::after,
.dx-calendar-cell-range-hover.dx-calendar-cell-start-in-row.dx-calendar-cell-range-hover-end::after {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-range-hover.dx-calendar-cell-end-in-row::after {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-end-in-row.dx-calendar-cell-range-hover-start::after {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-range-hover.dx-calendar-cell-start::after {
  inset-inline-start: auto;
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
  border-inline-start-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-start.dx-calendar-cell-range-hover-end::after {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-start.dx-calendar-cell-end-in-row::after {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-calendar-cell-range-hover.dx-calendar-cell-end::after {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border-inline-end-color: rgba(51, 122, 183, 0.6);
}
.dx-calendar-cell-range-hover.dx-calendar-cell-end.dx-calendar-cell-range-hover-start::after {
  width: 2em;
  inset-inline-start: calc(50% - 1em);
  inset-inline-end: auto;
}
.dx-texteditor input[type=date]::-webkit-inner-spin-button {
  height: 20px;
}
.dx-datebox-native.dx-state-focused.dx-texteditor-empty .dx-placeholder {
  display: none;
}
.dx-datebox {
  max-width: 100%;
}
.dx-datebox .dx-texteditor-input::-webkit-datetime-edit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit {
  color: transparent;
}
.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit {
  color: inherit;
}
.dx-datebox-wrapper .dx-popup-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dx-rtl .dx-texteditor-input {
  text-align: right;
}
.dx-datebox-button-cell .dx-button {
  min-width: 90px;
}
.dx-datebox-button-cell .dx-button.dx-datebox-apply-button {
  margin-right: 10px;
  margin-left: 0;
}
.dx-datebox-button-cell .dx-button.dx-datebox-cancel-button {
  margin-right: 0;
  margin-left: 0;
}
.dx-datebox-buttons-container {
  text-align: right;
  width: 100%;
}
.dx-timeview .dx-state-disabled .dx-widget,
.dx-timeview .dx-state-disabled.dx-widget,
.dx-timeview.dx-state-disabled .dx-widget,
.dx-timeview.dx-state-disabled.dx-widget {
  opacity: 1;
}
.dx-timeview-clock {
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22182%22%20height%3D%22182%22%20viewBox%3D%220%200%20182%20182%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20filter%3D%22url(%23a)%22%3E%0D%0A%3Ccircle%20cx%3D%2291%22%20cy%3D%2291%22%20r%3D%2285%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3Cpath%20d%3D%22M88.835%2015.442v7.828h-1.682v-5.927c-.093.082-.203.16-.331.235a3.796%203.796%200%200%201-.4.198%204.92%204.92%200%200%201-.444.15%203.725%203.725%200%200%201-.454.085v-1.42a7.15%207.15%200%200%200%202.291-1.149h1.02Zm4.138%206.429h3.247v1.4h-5.094v-.578c0-.391.066-.742.197-1.052.132-.313.298-.592.497-.838.2-.249.416-.468.651-.657.239-.192.465-.364.678-.518.225-.16.42-.313.588-.459.17-.146.313-.29.427-.432.117-.146.205-.292.262-.438.057-.15.085-.308.085-.475%200-.328-.093-.575-.278-.743-.185-.167-.468-.25-.849-.25-.658%200-1.288.261-1.89.784v-1.484a4.065%204.065%200%200%201%202.254-.646c.387%200%20.735.052%201.04.155.31.1.572.244.786.432.213.189.375.419.486.689.114.267.17.566.17.897a2.5%202.5%200%200%201-.165.94%202.78%202.78%200%200%201-.433.747%203.902%203.902%200%200%201-.619.62c-.235.185-.479.365-.732.54-.17.12-.336.241-.496.362a4.299%204.299%200%200%200-.417.353%201.841%201.841%200%200%200-.288.336.585.585%200%200%200-.107.315Zm.364%20143.931c0%20.377-.066.729-.198%201.057a2.616%202.616%200%200%201-.55.854%202.595%202.595%200%200%201-1.9.769%202.71%202.71%200%200%201-1.16-.24%202.354%202.354%200%200%201-.859-.694%203.286%203.286%200%200%201-.54-1.122%205.522%205.522%200%200%201-.186-1.5c0-.659.08-1.255.24-1.789a4.19%204.19%200%200%201%20.694-1.378%203.131%203.131%200%200%201%202.537-1.196c.59%200%201.05.07%201.377.209v1.409a2.534%202.534%200%200%200-1.27-.331c-.285%200-.543.055-.775.166-.231.11-.43.267-.598.47a2.333%202.333%200%200%200-.39.737%203.294%203.294%200%200%200-.15.955h.033c.363-.502.899-.753%201.607-.753.317%200%20.604.057.86.171.256.114.475.276.657.486.181.207.322.456.421.748.1.292.15.616.15.972Zm-1.65.106c0-.822-.336-1.233-1.01-1.233a.99.99%200%200%200-.416.085.92.92%200%200%200-.32.241%201.129%201.129%200%200%200-.208.368c-.047.139-.07.294-.07.465%200%20.188.025.365.075.528.05.164.12.308.208.433.093.121.201.217.326.288a.827.827%200%200%200%20.416.107.9.9%200%200%200%20.412-.091.934.934%200%200%200%20.315-.261c.089-.114.156-.25.203-.406.046-.16.069-.335.069-.524Zm34.027-10.579c0%20.374-.065.712-.193%201.015a2.196%202.196%200%200%201-.55.779%202.399%202.399%200%200%201-.854.502%203.341%203.341%200%200%201-1.116.177c-.712%200-1.241-.107-1.586-.321v-.929c.52.335%201.052.502%201.597.502.277%200%20.527-.041.747-.123.224-.082.415-.196.572-.342.156-.146.275-.322.357-.528a1.75%201.75%200%200%200%20.128-.678c0-.499-.167-.889-.501-1.17-.335-.285-.821-.427-1.458-.427a12.509%2012.509%200%200%200-.668.021%206.259%206.259%200%200%200-.63.043l.262-3.839h3.54v.79h-2.782l-.155%202.248c.114-.007.235-.012.363-.016a6.41%206.41%200%200%201%20.342-.011c.406%200%20.769.054%201.089.161.321.106.591.26.812.459.224.196.393.438.507.726.118.285.177.605.177.961ZM124.405%2033.95h-.875v-6.615a2.152%202.152%200%200%201-.299.235c-.129.085-.275.17-.438.256-.16.086-.331.166-.513.24a3.605%203.605%200%200%201-.523.177v-.887a5.19%205.19%200%200%200%20.609-.213%207.948%207.948%200%200%200%201.228-.657c.185-.125.345-.246.48-.363h.331v7.828Zm28.265%2089.359v5.057h.982v.801h-.982v1.799h-.865v-1.799h-3.599v-.758a28.127%2028.127%200%200%200%201.992-2.515c.313-.442.601-.881.865-1.319.267-.442.491-.863.672-1.266h.935Zm-3.476%205.057h2.611v-3.748a24.073%2024.073%200%200%201-2.056%203.059l-.555.689Zm3.059-76.033c0-.235-.037-.44-.112-.614a1.148%201.148%200%200%200-.299-.433%201.174%201.174%200%200%200-.443-.261%201.832%201.832%200%200%200-1.057-.016c-.164.046-.324.11-.481.192a3.13%203.13%200%200%200-.849.673v-.94c.246-.239.52-.42.822-.545.307-.128.679-.192%201.116-.192.314%200%20.604.046.871.139.267.089.498.22.694.395.196.174.349.39.459.646.114.256.171.55.171.881%200%20.303-.036.577-.107.822a2.407%202.407%200%200%201-.315.695%203.29%203.29%200%200%201-.528.624c-.214.2-.465.402-.753.609-.36.256-.657.475-.892.657a3.991%203.991%200%200%200-.555.512%201.496%201.496%200%200%200-.289.476c-.053.156-.08.338-.08.544h3.813v.785h-4.726v-.379c0-.327.036-.616.107-.865.071-.25.189-.486.352-.71.164-.224.378-.449.641-.673.267-.224.593-.477.977-.758.278-.2.509-.39.694-.572a2.91%202.91%200%200%200%20.454-.544%201.93%201.93%200%200%200%20.241-.55%202.37%202.37%200%200%200%20.074-.598Zm10.071%2043.671v-1.469c.513.374%201.111.56%201.794.56.431%200%20.766-.092%201.004-.277.242-.185.363-.443.363-.774a.879.879%200%200%200-.448-.79c-.296-.186-.703-.278-1.223-.278h-.71v-1.292h.657c.996%200%201.495-.331%201.495-.993%200-.624-.383-.935-1.148-.935-.513%200-1.011.166-1.496.497v-1.378c.538-.27%201.165-.406%201.88-.406.783%200%201.392.176%201.826.529.438.352.657.81.657%201.372%200%201-.507%201.627-1.522%201.88v.026c.541.068.968.266%201.282.593.313.324.47.723.47%201.196%200%20.716-.262%201.282-.785%201.698-.524.417-1.246.625-2.168.625-.791%200-1.433-.128-1.928-.385ZM19.815%2092.057c0%20.68-.075%201.29-.225%201.827a3.878%203.878%200%200%201-.656%201.356%202.89%202.89%200%200%201-1.047.854%203.239%203.239%200%200%201-1.404.294c-.627%200-1.166-.1-1.618-.3v-1.387c.402.263.886.395%201.452.395.58%200%201.034-.198%201.362-.593.327-.395.493-.966.497-1.714l-.033-.01c-.338.501-.852.752-1.543.752-.313%200-.603-.059-.87-.176a2.143%202.143%200%200%201-.689-.486%202.322%202.322%200%200%201-.454-.748%202.717%202.717%200%200%201-.16-.95c0-.402.066-.769.198-1.1.131-.331.315-.616.55-.854a2.42%202.42%200%200%201%20.854-.55%202.951%202.951%200%200%201%201.1-.198c.416%200%20.79.082%201.121.246.331.16.613.393.844.7a3.2%203.2%200%200%201%20.534%201.126c.124.445.187.95.187%201.516Zm-1.704-.897c0-.195-.024-.379-.074-.55a1.45%201.45%200%200%200-.209-.448.987.987%200%200%200-.325-.294.875.875%200%200%200-.828-.016.98.98%200%200%200-.315.267c-.089.11-.158.244-.208.4-.05.157-.075.326-.075.508%200%20.2.025.377.075.534.05.153.119.283.208.39a.937.937%200%200%200%20.331.245%201.1%201.1%200%200%200%20.833-.005.979.979%200%200%200%20.31-.24c.089-.1.156-.217.203-.353.05-.135.074-.281.074-.438Zm7.951%2036.781c0-.203.032-.406.096-.609a2.26%202.26%200%200%201%20.272-.577%202.172%202.172%200%200%201%201.047-.833%202.282%202.282%200%200%201-.79-.71%201.699%201.699%200%200%201-.294-.967c0-.281.053-.541.16-.779.11-.239.262-.445.454-.62.192-.174.42-.309.683-.405.264-.1.548-.15.855-.15.31%200%20.596.05.86.15a2.1%202.1%200%200%201%20.683.411%201.845%201.845%200%200%201%20.608%201.393c0%20.353-.097.675-.293.967a2.31%202.31%200%200%201-.78.71c.221.086.418.201.593.347.174.146.32.308.438.486a2.153%202.153%200%200%201%20.374%201.186c0%20.334-.06.64-.182.918a2.054%202.054%200%200%201-.513.715%202.352%202.352%200%200%201-.784.46%202.92%202.92%200%200%201-1.004.165c-.364%200-.696-.055-.999-.165a2.425%202.425%200%200%201-.785-.46%202.116%202.116%200%200%201-.518-.715%202.276%202.276%200%200%201-.181-.918Zm.95-.075c0%20.238.036.454.107.646.075.192.178.356.31.491.135.135.297.24.486.315.192.071.404.107.635.107.224%200%20.43-.037.62-.112.188-.075.35-.18.485-.315a1.34%201.34%200%200%200%20.32-.491c.079-.193.118-.406.118-.641%200-.214-.037-.413-.112-.598a1.467%201.467%200%200%200-.31-.497%201.474%201.474%200%200%200-.486-.336%201.579%201.579%200%200%200-.635-.123c-.22%200-.425.039-.614.117a1.447%201.447%200%200%200-.806.812%201.616%201.616%200%200%200-.118.625Zm.273-3.551c0%20.181.032.351.096.507.067.153.158.289.272.406a1.261%201.261%200%200%200%20.897.368%201.294%201.294%200%200%200%20.897-.373c.114-.118.205-.253.272-.406.068-.157.102-.324.102-.502%200-.185-.034-.356-.102-.513a1.229%201.229%200%200%200-.267-.406%201.249%201.249%200%200%200-.405-.267%201.225%201.225%200%200%200-.497-.101c-.189%200-.361.034-.518.101a1.278%201.278%200%200%200-.4.278c-.11.114-.196.249-.257.406-.06.157-.09.324-.09.502Zm29.501%2027.983a28.493%2028.493%200%200%200-.95%201.778%2035.01%2035.01%200%200%200-.567%201.218c-.192.434-.372.883-.539%201.346-.167.462-.315.932-.443%201.409-.125.474-.216.94-.273%201.399h-.94c.065-.455.163-.92.294-1.393a19.884%2019.884%200%200%201%20.994-2.724c.188-.423.371-.813.55-1.169a28.662%2028.662%200%200%201%20.844-1.581h-3.84v-.79h4.87v.507ZM29.447%2060.652h-.876v-6.616a2.087%202.087%200%200%201-.299.235%205.733%205.733%200%200%201-.95.497%203.617%203.617%200%200%201-.523.176v-.886c.192-.054.395-.125.608-.214a8.022%208.022%200%200%200%201.228-.657%204.77%204.77%200%200%200%20.481-.363h.331v7.828Zm7.476-3.86c0%20.64-.06%201.208-.177%201.703-.114.495-.28.913-.502%201.255a2.261%202.261%200%200%201-.806.774%202.21%202.21%200%200%201-1.084.262c-.384%200-.728-.084-1.03-.251a2.184%202.184%200%200%201-.759-.742%203.75%203.75%200%200%201-.47-1.191%207.416%207.416%200%200%201-.16-1.623c0-.67.056-1.26.166-1.773.114-.513.28-.942.496-1.287.218-.349.486-.61.807-.785a2.268%202.268%200%200%201%201.11-.267c1.606%200%202.409%201.308%202.409%203.925Zm-.898.085c0-2.178-.517-3.268-1.553-3.268-1.093%200-1.64%201.11-1.64%203.327%200%202.068.536%203.102%201.608%203.102%201.057%200%201.586-1.053%201.586-3.16ZM57.039%2033.95h-.876v-6.615a2.087%202.087%200%200%201-.299.235%205.665%205.665%200%200%201-.95.497%203.613%203.613%200%200%201-.524.176v-.887c.193-.053.395-.124.609-.213a8.009%208.009%200%200%200%201.228-.657%204.94%204.94%200%200%200%20.48-.363h.332v7.828Zm5.895%200h-.876v-6.615a2.087%202.087%200%200%201-.299.235%205.665%205.665%200%200%201-.95.497%203.613%203.613%200%200%201-.524.176v-.887c.193-.053.395-.124.609-.213a8.023%208.023%200%200%200%201.228-.657c.185-.125.345-.246.48-.363h.332v7.828Z%22%20fill%3D%22%23959595%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cfilter%20id%3D%22a%22%20x%3D%222%22%20y%3D%224%22%20width%3D%22178%22%20height%3D%22178%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0D%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0D%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0D%0A%3CfeOffset%20dy%3D%222%22%2F%3E%0D%0A%3CfeGaussianBlur%20stdDeviation%3D%222%22%2F%3E%0D%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0D%0A%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.05%200%22%2F%3E%0D%0A%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow%22%2F%3E%0D%0A%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow%22%20result%3D%22shape%22%2F%3E%0D%0A%3C%2Ffilter%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E");
  min-width: 182px;
  min-height: 182px;
  max-height: 182px;
  background-size: 182px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 20px;
}
.dx-timeview-hourarrow,
.dx-timeview-minutearrow {
  position: absolute;
  left: 50%;
  width: 10px;
  margin-left: -5px;
  height: 50%;
  background-position: bottom;
  background-repeat: no-repeat;
  transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dx-timeview-hourarrow {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%2248%22%20viewBox%3D%220%200%206%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%226%22%20height%3D%2244%22%20rx%3D%223%22%20fill%3D%22%23337ab7%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-timeview-minutearrow {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2266%22%20viewBox%3D%220%200%2010%2066%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20x%3D%223%22%20width%3D%224%22%20height%3D%2264%22%20rx%3D%222%22%20fill%3D%22%23337ab7%22%2F%3E%0D%0A%3Ccircle%20cx%3D%225%22%20cy%3D%2261%22%20r%3D%223.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%23337ab7%22%20stroke-width%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-timeview {
  height: auto;
  width: auto;
}
.dx-timeview-format12 {
  width: 70px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}
.dx-timeview-time-separator {
  margin: 0 5px;
}
.dx-timeview-field {
  min-height: 50px;
}
.dx-timeview-field .dx-numberbox {
  width: 70px;
}
.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
  width: 110px;
}
.dx-dateview-item {
  margin: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  color: #333;
}
.dx-dateview-rollers {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  flex-flow: row nowrap;
}
.dx-dateview-item-selected-border,
.dx-dateviewroller-day .dx-dateview-name-formatter,
.dx-dateviewroller-month .dx-dateview-value-formatter {
  display: none;
}
.dx-dateview-rollers {
  width: auto;
  text-align: center;
  display: block;
}
.dx-dateviewroller-current .dx-dateview-item {
  transition: font-size .2s ease-out;
}
.dx-dateviewroller {
  position: relative;
  vertical-align: top;
  cursor: pointer;
  flex: 1 1 auto;
  min-width: 4em;
  text-align: center;
  display: inline-block;
}
.dx-dateviewroller .dx-button {
  display: none;
}
.dx-dateviewroller .dx-scrollable-content::after,
.dx-dateviewroller .dx-scrollable-content::before {
  content: "";
  height: 71px;
  display: block;
}
.dx-dateviewroller .dx-scrollable-container {
  height: 182px;
}
.dx-dateviewroller.dx-dateviewroller-year {
  min-width: 4.85em;
}
.dx-dateviewroller.dx-state-active .dx-button {
  display: none;
}
.dx-dateviewroller-month {
  min-width: 12em;
}
.dx-dateviewroller-hours::after {
  content: ":";
  font-size: 2.2em;
  position: absolute;
  right: -9%;
  font-weight: 700;
  top: 37%;
  color: #333;
}
.dx-dateviewroller-hours .dx-dateview-item-selected-frame {
  padding-left: 20%;
}
.dx-dateviewroller-minutes .dx-dateview-item-selected-frame {
  width: 80%;
}
.dx-dateview-item-selected {
  font-size: 2.2em;
}
.dx-rtl.dx-dateviewroller-hours::after {
  left: -9%;
  right: auto;
}
.dx-dateview-item-selected-frame {
  position: absolute;
  top: 71px;
  width: 100%;
}
.dx-dateview-item-selected-frame::after,
.dx-dateview-item-selected-frame::before {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 71px;
}
.dx-dateview-item-selected-frame::before {
  top: -71px;
  border-bottom: 1px solid #ddd;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, .8) 60%);
}
.dx-dateview-item-selected-frame::after {
  top: 40px;
  border-top: 1px solid #ddd;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, .8) 60%);
}
.dx-dateview-compact .dx-dateview-rollers,
.dx-device-phone .dx-dateview-rollers,
.dx-device-tablet .dx-dateview-rollers {
  display: flex;
  flex-flow: row nowrap;
}
.dx-dateview-compact .dx-dateviewroller-month,
.dx-device-phone .dx-dateviewroller-month,
.dx-device-tablet .dx-dateviewroller-month {
  min-width: 4em;
}
.dx-dateview-compact .dx-dateview-item,
.dx-device-phone .dx-dateview-item,
.dx-device-tablet .dx-dateview-item {
  font-size: 1.1em;
}
.dx-dateview-compact .dx-dateview-item-selected,
.dx-device-phone .dx-dateview-item-selected,
.dx-device-tablet .dx-dateview-item-selected {
  font-size: 1.4em;
}
.dx-datebox-wrapper .dx-popup-title {
  min-height: 10px;
  border-bottom: none;
  background: 0 0;
}
.dx-datebox-wrapper .dx-item {
  border: none;
}
.dx-datebox-wrapper .dx-popup-bottom .dx-button {
  min-width: 85px;
  width: auto;
}
.dx-datebox-datetime-time-side {
  background-color: rgba(221, 221, 221, .2);
}
.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content {
  margin: 0 34px;
}
.dx-datebox-wrapper-list .dx-overlay-content {
  border-top: none;
}
.dx-device-phone .dx-datebox-wrapper-rollers .dx-popup-content {
  padding: 10px;
}
.dx-datebox-time .dx-dropdowneditor-icon {
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}
.dx-datebox-time .dx-dropdowneditor-icon::before {
  content: "\f01d";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-datebox-date .dx-dropdowneditor-icon {
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}
.dx-datebox-date .dx-dropdowneditor-icon::before {
  content: "\f026";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-datebox-datetime .dx-dropdowneditor-icon {
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}
.dx-datebox-datetime .dx-dropdowneditor-icon::before {
  content: "\f043";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
  opacity: 1;
}
.dx-datebox-calendar.dx-rtl.dx-editor-underlined {
  padding-right: 0;
}
.dx-datebox-wrapper-calendar .dx-popup-content {
  padding: 0;
}
.dx-datebox-wrapper-calendar .dx-calendar {
  border: none;
  margin: 20px;
}
.dx-datebox-wrapper-calendar .dx-datebox-container-cell {
  margin-right: 20px;
  margin-bottom: 20px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-popup-content {
  margin-right: 0;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
  margin-bottom: 20px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
  padding: 20px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell {
  margin-top: -1px;
  margin-right: 20px;
}
@media (max-width:320px) {
  .dx-datebox-wrapper-calendar .dx-calendar {
    margin: 18px;
  }
}
.dx-rtl .dx-datebox-wrapper .dx-popup-bottom .dx-toolbar-button + .dx-toolbar-button .dx-button {
  margin-right: 5px;
  margin-left: 0;
}
.dx-datebox-wrapper-list .dx-popup-content {
  padding: 0;
}
.dx-datebox:not(.dx-datebox-native) input[type=date] {
  line-height: normal;
}
.dx-datebox:not(.dx-datebox-native).dx-auto-width .dx-texteditor-input,
.dx-datebox:not(.dx-datebox-native):not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
  -webkit-padding-end: 26px;
  padding-inline-end: 26px;
}
.dx-datebox:not(.dx-datebox-native).dx-auto-width .dx-timeview .dx-texteditor-input,
.dx-datebox:not(.dx-datebox-native):not(.dx-texteditor-empty).dx-auto-width .dx-timeview .dx-texteditor-input {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input {
  min-height: 33px;
}
.dx-daterangebox {
  display: flex;
}
.dx-daterangebox .dx-texteditor-with-floating-label,
.dx-daterangebox .dx-texteditor-with-label {
  margin-top: 0;
}
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined.dx-texteditor-with-floating-label .dx-label,
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined.dx-texteditor-with-floating-label .dx-label-after,
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined.dx-texteditor-with-floating-label .dx-label-before,
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined.dx-texteditor-with-label .dx-label,
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined.dx-texteditor-with-label .dx-label-after,
.dx-daterangebox.dx-editor-outlined .dx-datebox.dx-editor-outlined.dx-texteditor-with-label .dx-label-before {
  margin: 0;
  border: 0;
  -webkit-clip-path: none;
  clip-path: none;
  box-shadow: none;
}
.dx-daterangebox .dx-datebox {
  width: 100%;
}
.dx-daterangebox .dx-datebox.dx-editor-underlined {
  border-bottom: 0;
  background-color: transparent;
}
.dx-daterangebox .dx-datebox.dx-editor-underlined::before {
  margin-left: 0;
}
.dx-daterangebox .dx-datebox.dx-editor-underlined.dx-rtl .dx-texteditor-container .dx-texteditor-input {
  padding-right: 0;
}
.dx-daterangebox .dx-datebox.dx-editor-filled {
  background-color: transparent;
  border: 0;
}
.dx-daterangebox .dx-datebox.dx-editor-filled.dx-state-readonly,
.dx-daterangebox .dx-datebox.dx-editor-filled.dx-state-readonly.dx-state-hover {
  background-color: transparent;
}
.dx-daterangebox.dx-texteditor-empty .dx-clear-button-area {
  display: block;
  visibility: hidden;
}
.dx-daterangebox-separator {
  display: flex;
  align-items: center;
  padding-left: 9px;
  color: #999;
}
.dx-rtl .dx-daterangebox-separator {
  transform: scale(-1, 1);
}
.dx-daterangebox .dx-dropdowneditor-icon {
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}
.dx-daterangebox .dx-dropdowneditor-icon::before {
  content: "\f043";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-daterangebox .dx-dropdowneditor-button {
  min-width: 32px;
  width: 32px;
}
.dx-daterangebox .dx-dropdowneditor-button .dx-dropdowneditor-icon {
  width: 30px;
}
.dx-daterangebox .dx-texteditor-input {
  min-height: 32px;
}
.dx-daterangebox .dx-texteditor::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid transparent;
  bottom: 0;
  z-index: 2;
}
.dx-daterangebox .dx-texteditor.dx-state-hover::before {
  border-bottom-color: rgba(51, 122, 183, .4);
}
.dx-daterangebox .dx-texteditor.dx-state-hover.dx-invalid::before {
  border-bottom-color: rgba(217, 83, 79, .4);
}
.dx-daterangebox .dx-texteditor.dx-state-focused::before {
  border-bottom-color: #337ab7;
}
.dx-daterangebox .dx-texteditor.dx-state-focused.dx-invalid::before {
  border-bottom-color: #d9534f;
}
.dx-daterangebox .dx-texteditor.dx-state-readonly::before {
  border-bottom-style: dashed;
}
.dx-daterangebox.dx-invalid .dx-texteditor.dx-state-hover::before {
  border-bottom-color: rgba(217, 83, 79, .4);
}
.dx-daterangebox.dx-invalid .dx-texteditor.dx-state-focused::before {
  border-bottom-color: #d9534f;
}
.dx-daterangebox .dx-editor-filled::before,
.dx-daterangebox .dx-editor-outlined::before {
  width: calc(100% - 18px);
  margin: 0 9px;
}
.dx-daterangebox .dx-editor-underlined::before {
  width: 100%;
}
.dx-daterangebox.dx-editor-underlined .dx-daterangebox-separator {
  padding-right: 9px;
}
.dx-daterangebox .dx-datebox.dx-end-datebox.dx-texteditor .dx-texteditor-input,
.dx-daterangebox .dx-datebox.dx-start-datebox.dx-texteditor .dx-texteditor-input {
  -webkit-padding-end: 9px;
  padding-inline-end: 9px;
}
.dx-daterangebox .dx-datebox.dx-end-datebox.dx-texteditor.dx-invalid .dx-texteditor-input {
  -webkit-padding-end: 34px;
  padding-inline-end: 34px;
}
.dx-daterangebox .dx-datebox.dx-end-datebox.dx-texteditor.dx-invalid.dx-rtl .dx-texteditor-input {
  padding-right: 9px;
}
.dx-daterangebox .dx-datebox.dx-end-datebox.dx-editor-underlined.dx-invalid.dx-rtl .dx-texteditor-input {
  padding-right: 0;
}
.dx-daterangebox-separator .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content {
  margin: 0;
}
.dx-dropdownlist-popup-wrapper {
  height: 100%;
}
.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.dx-dropdownlist-popup-wrapper .dx-popup-content {
  height: 100%;
  padding: 1px;
}
.dx-dropdownlist-popup-wrapper .dx-list {
  height: 100%;
  min-height: 39.0001px;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
  min-height: 33.0001px;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 7px 9px;
}
.dx-dropdownlist-popup-wrapper .dx-list-select-all {
  padding: 12px 0 8px;
}
.dx-dropdownlist-popup-wrapper .dx-empty-message,
.dx-dropdownlist-popup-wrapper .dx-list-item {
  border-top: 0;
}
.dx-dropdownlist-popup-wrapper .dx-empty-message:last-of-type,
.dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-autocomplete .dx-texteditor-input {
  font-size: 1em;
}
.dx-autocomplete.dx-invalid .dx-texteditor-container::after,
.dx-autocomplete.dx-valid .dx-texteditor-container::after,
.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
  inset-inline-end: 8px;
}
.dx-loadindicator {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.dx-loadindicator-wrapper {
  width: 100%;
  height: 100%;
  font-size: 32px;
  margin: auto;
}
.dx-loadindicator-image {
  background-size: contain;
  transform-origin: 50% 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.dx-loadindicator-icon-custom {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transform-origin: 50% 50%;
  animation: 1.5s linear infinite dx-loadindicator-icon-custom-rotate;
}
@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-loadindicator-icon {
  direction: ltr;
  position: relative;
  top: 15%;
  inset-inline-start: 15%;
  width: 70%;
  height: 70%;
}
.dx-loadindicator-icon .dx-loadindicator-segment {
  position: absolute;
  width: 19%;
  height: 30%;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  background: #606060;
  border-radius: 10% 10% 50% 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  animation: 1s linear infinite dx-generic-loadindicator-opacity;
}
@keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: .55;
  }
}
.dx-loadindicator-icon .dx-loadindicator-segment0 {
  transform: rotate(0) translate(0, -142%);
  animation-delay: 0s;
}
.dx-loadindicator-icon .dx-loadindicator-segment1 {
  transform: rotate(45deg) translate(0, -142%);
  animation-delay: -875ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment2 {
  transform: rotate(90deg) translate(0, -142%);
  animation-delay: -.75s;
}
.dx-loadindicator-icon .dx-loadindicator-segment3 {
  transform: rotate(135deg) translate(0, -142%);
  animation-delay: -625ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment4 {
  transform: rotate(180deg) translate(0, -142%);
  animation-delay: -.5s;
}
.dx-loadindicator-icon .dx-loadindicator-segment5 {
  transform: rotate(225deg) translate(0, -142%);
  animation-delay: -375ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment6 {
  transform: rotate(270deg) translate(0, -142%);
  animation-delay: -.25s;
}
.dx-loadindicator-icon .dx-loadindicator-segment7 {
  transform: rotate(315deg) translate(0, -142%);
  animation-delay: -125ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment10,
.dx-loadindicator-icon .dx-loadindicator-segment11,
.dx-loadindicator-icon .dx-loadindicator-segment12,
.dx-loadindicator-icon .dx-loadindicator-segment13,
.dx-loadindicator-icon .dx-loadindicator-segment14,
.dx-loadindicator-icon .dx-loadindicator-segment15,
.dx-loadindicator-icon .dx-loadindicator-segment8,
.dx-loadindicator-icon .dx-loadindicator-segment9 {
  display: none;
}
.dx-treeview-loadindicator-wrapper {
  text-align: center;
}
.dx-treeview {
  height: 100%;
}
.dx-treeview .dx-scrollable:focus,
.dx-treeview :focus {
  outline: 0;
}
.dx-treeview .dx-empty-message {
  line-height: normal;
}
.dx-treeview .dx-treeview-node.dx-treeview-root-node {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.dx-checkbox + .dx-treeview-node-container,
.dx-treeview-node-container:first-child {
  margin: 0;
  display: block;
}
.dx-treeview-select-all-item {
  width: 100%;
}
.dx-treeview-node-container {
  list-style-position: inside;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
}
.dx-treeview-node-container.dx-treeview-node-container-opened {
  display: block;
}
.dx-treeview-node a {
  text-decoration: none;
}
.dx-treeview-node .dx-checkbox {
  order: 1;
  margin: 0;
}
.dx-treeview-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dx-treeview-item .dx-treeview-item-content {
  flex: 1 1 auto;
  order: 2;
}
.dx-treeview-item .dx-treeview-item-content .dx-icon {
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  vertical-align: bottom;
}
.dx-treeview-item .dx-treeview-item-content .dx-button-has-icon .dx-icon {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.dx-treeview-item .dx-item-content .dx-item-url {
  display: flex;
  align-items: center;
}
.dx-treeview-item.dx-state-disabled {
  opacity: .5;
}
.dx-treeview-custom-collapse-icon,
.dx-treeview-custom-expand-icon,
.dx-treeview-toggle-item-visibility {
  cursor: pointer;
  order: 0;
}
.dx-treeview-custom-collapse-icon.dx-state-disabled,
.dx-treeview-custom-expand-icon.dx-state-disabled,
.dx-treeview-toggle-item-visibility.dx-state-disabled {
  cursor: default;
}
.dx-rtl .dx-treeview-custom-collapse-icon,
.dx-rtl .dx-treeview-custom-expand-icon,
.dx-rtl .dx-treeview-toggle-item-visibility {
  transform: scaleX(-1);
}
.dx-treeview-custom-collapse-icon,
.dx-treeview-custom-expand-icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-position: 2px 2px;
  background-size: 18px 18px;
  padding: 2px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-treeview-item {
  gap: 8px;
  padding: 5px 10px;
  margin: 0;
}
.dx-treeview-item.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
  border-radius: 0;
  color: #333;
}
.dx-state-selected > .dx-treeview-item {
  color: #333;
  border-radius: 0;
}
.dx-treeview-node {
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.dx-treeview-toggle-item-visibility {
  font: 18px/1 DXIcons;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #333;
}
.dx-treeview-toggle-item-visibility::before {
  content: "\f04e";
}
.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
  font: 18px/1 DXIcons;
}
.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened::before {
  content: "\f001";
}
.dx-treeview-expander-icon-stub {
  display: flex;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.dx-treeview-item-with-checkbox .dx-checkbox .dx-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
}
.dx-treeview-item-with-checkbox .dx-treeview-item {
  color: #333;
}
.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
  color: #333;
  background-color: rgba(0, 0, 0, .1);
}
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
  background-color: #337ab7;
  color: #fff;
  border-radius: 0;
}
.dx-treeview-search {
  margin-bottom: 5px;
}
.dx-treeview-with-search > .dx-scrollable {
  height: calc(100% - 41px);
}
.dx-treeview-select-all-item {
  border-bottom: 1px solid #ddd;
  padding: 9px 40px 11px;
}
.dx-treeview-select-all-item .dx-checkbox-container {
  display: flex;
  align-items: center;
}
.dx-treeview-select-all-item .dx-checkbox-text {
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
}
.dx-treeview-node-loadindicator {
  width: 22px;
  height: 22px;
}
.dx-treeview-border-visible {
  border: 1px solid #ddd;
}
.dx-treeview-border-visible .dx-treeview-select-all-item {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
  padding: 1px 1px 1px 7px;
}
.dx-treeview-item-with-checkbox.dx-state-focused > .dx-treeview-item .dx-checkbox .dx-checkbox-icon {
  border: 1px solid #337ab7;
}
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item .dx-treeview-toggle-item-visibility {
  color: unset;
}
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item .dx-treeview-node-loadindicator .dx-loadindicator-icon .dx-loadindicator-segment {
  background: #fff;
}
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item .dx-item-content .dx-item-url {
  color: unset;
}
.dx-menu-base {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-align: start;
  box-sizing: content-box;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-menu-base .dx-menu-item-wrapper,
.dx-menu-base .dx-menu-items-container {
  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-menu-item-content {
  white-space: nowrap;
  height: 100%;
  width: 100%;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: inline;
  vertical-align: middle;
  overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text-with-url {
  vertical-align: baseline;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon-with-url {
  vertical-align: top;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-item-url {
  vertical-align: middle;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
  position: absolute;
  top: 0;
  inset-inline-end: 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-menu-item .dx-submenu {
  box-sizing: content-box;
}
.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout {
  transform: scaleX(-1);
}
.dx-menu-base.dx-overlay-content .dx-scrollable {
  overflow: visible;
}
.dx-menu-base.dx-overlay-content .dx-scrollable .dx-scrollable-content {
  min-height: auto;
  transform: none !important;
}
.dx-menu-base.dx-overlay-content .dx-scrollable .dx-scrollable-container {
  overscroll-behavior: contain;
}
.dx-menu-item {
  color: #333;
}
.dx-menu-item a {
  color: #337ab7;
}
.dx-menu-item.dx-state-disabled {
  opacity: .5;
}
.dx-menu-item.dx-state-hover {
  color: #333;
  background-color: rgba(0, 0, 0, .04);
}
.dx-menu-item.dx-state-focused {
  background-color: #337ab7;
  color: #fff;
}
.dx-menu-item.dx-state-focused a {
  color: #fff;
}
.dx-menu-item.dx-menu-item-has-text .dx-icon {
  -webkit-margin-end: -18px;
  margin-inline-end: -18px;
}
.dx-menu-item-selected {
  background-color: #e6e6e6;
  color: #333;
}
.dx-menu-item-selected.dx-state-focused {
  background-color: rgba(51, 122, 183, .7);
  color: #fff;
}
.dx-menu-item-expanded {
  color: #333;
  background-color: rgba(0, 0, 0, .04);
}
.dx-menu-item-expanded,
.dx-menu-item.dx-state-active,
.dx-menu-item.dx-state-focused {
  outline: 0;
}
.dx-menu-base input,
.dx-menu-base textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-menu-base.dx-state-focused {
  outline: 0;
}
.dx-menu-base .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-menu-base .dx-menu-item-content {
  padding: 3px 5px 7px;
}
.dx-menu-base .dx-menu-item-content .dx-menu-item-text {
  padding-top: 3px;
  -webkit-padding-end: 25px;
  padding-inline-end: 25px;
  padding-bottom: 5px;
  -webkit-padding-start: 23px;
  padding-inline-start: 23px;
}
.dx-menu-base .dx-menu-item-content .dx-menu-item-popout {
  min-width: 7px;
  min-height: 7px;
}
.dx-menu {
  position: relative;
  color: #333;
}
.dx-menu-horizontal {
  height: 100%;
}
.dx-menu-horizontal::after {
  height: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.dx-menu-horizontal .dx-menu-item-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.dx-menu-horizontal .dx-menu-separator {
  display: inline-block;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
.dx-menu-vertical {
  height: 100%;
}
.dx-menu-vertical::after {
  height: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.dx-menu-vertical .dx-menu-item-wrapper {
  display: block;
}
.dx-menu-vertical .dx-menu-separator {
  margin-bottom: 15px;
}
.dx-context-menu-container-border {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.dx-context-menu-content-delimiter {
  position: absolute;
  display: none;
  z-index: 2000;
  cursor: pointer;
  border: 1px solid transparent;
}
.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
  order: 3;
  font-size: 18px;
}
.dx-menu-adaptive-mode .dx-treeview-item {
  cursor: pointer;
}
.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node {
  padding: 1px;
  border-bottom: 1px solid #ddd;
}
.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node:last-child {
  border-bottom: none;
}
.dx-menu-adaptive-mode-overlay-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content {
  display: flex;
}
.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content .dx-treeview {
  height: auto;
  flex: 1 1 auto;
}
.dx-context-menu-content-delimiter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.dx-menu .dx-menu-item-expanded {
  color: #333;
  background-color: #fff;
}
.dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
  -webkit-margin-end: 19px;
  margin-inline-end: 19px;
  -webkit-margin-start: 3px;
  margin-inline-start: 3px;
}
.dx-menu .dx-menu-item-has-text .dx-menu-item-text {
  padding: 3px 5px 5px;
}
.dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
  margin: 0 3px;
}
.dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
  -webkit-padding-end: 19px;
  padding-inline-end: 19px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout {
  font: 18px/18px DXIcons;
  text-align: center;
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout::before {
  content: "\f001";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout {
  font: 18px/18px DXIcons;
  text-align: center;
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout::before {
  content: "\f04e";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-menu-adaptive-mode {
  background-color: #fff;
}
.dx-menu-adaptive-mode .dx-treeview {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dx-menu-adaptive-mode .dx-treeview,
.dx-menu-adaptive-mode .dx-treeview.dx-state-focused {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-node .dx-treeview-toggle-item-visibility {
  color: inherit;
}
.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-toggle-item-visibility {
  color: #fff;
}
.dx-selectbox {
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input {
  max-width: 100%;
}
.dx-selectbox .dx-texteditor-input:-moz-read-only {
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input:read-only {
  cursor: pointer;
}
.dx-selectbox-container {
  position: relative;
}
.dx-state-disabled .dx-selectbox .dx-texteditor-input,
.dx-state-disabled.dx-selectbox .dx-texteditor-input {
  cursor: default;
}
.dx-selectbox-popup-wrapper .dx-overlay-content {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dx-selectbox-popup-wrapper .dx-list {
  background-color: #fff;
}
.dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  height: 100%;
}
.dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container .dx-toolbar-before {
  position: relative;
}
.dx-toolbar.dx-toolbar-multiline .dx-toolbar-item {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
}
.dx-toolbar.dx-state-disabled {
  opacity: 1;
}
.dx-toolbar .dx-button .dx-icon {
  box-sizing: content-box;
}
.dx-toolbar-items-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-toolbar-item {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
}
.dx-toolbar-item img {
  display: block;
}
.dx-toolbar-menu-container {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
}
.dx-toolbar-menu-container img {
  display: block;
}
.dx-toolbar-group {
  float: left;
  margin: 0 10px;
}
.dx-toolbar-after,
.dx-toolbar-before {
  position: absolute;
}
.dx-toolbar-center:empty {
  display: none;
}
.dx-toolbar-before {
  left: 0;
}
.dx-toolbar-after {
  right: 0;
}
.dx-toolbar-label {
  white-space: nowrap;
  -webkit-user-drag: none;
}
.dx-toolbar-label .dx-toolbar-item-content > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-toolbar-label > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -5px;
  padding: 0 5px;
}
.dx-toolbar-center {
  margin: 0 auto;
  text-align: center;
}
.dx-toolbar-after,
.dx-toolbar-before,
.dx-toolbar-center {
  top: 0;
  display: table;
  height: 100%;
}
.dx-rtl .dx-toolbar-before {
  right: 0;
  left: auto;
}
.dx-rtl .dx-toolbar-after {
  right: auto;
  left: 0;
}
.dx-toolbar-menu-section:empty {
  display: none;
}
.dx-dropdownmenu-popup-wrapper .dx-toolbar-menu-custom > .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-auto-hide,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-content {
  padding: 0;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-list-item-content.dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-list-item-content.dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-list-item-content > .dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-list-item-content > .dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide.dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide.dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide > .dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide > .dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-content.dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-content.dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-content > .dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-content > .dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-list-item-content.dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-list-item-content.dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-list-item-content > .dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-list-item-content > .dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-auto-hide.dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-auto-hide.dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-auto-hide > .dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-auto-hide > .dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-content.dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-content.dx-buttongroup .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-content > .dx-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-content > .dx-buttongroup .dx-button-content {
  justify-content: flex-start;
}
.dx-toolbar-menu-section.dx-toolbar-menu-last-section {
  border-bottom: none;
}
.dx-toolbar-menu-section .dx-list-item-content::before {
  content: none;
}
.dx-toolbar-menu-section .dx-list-item-content,
.dx-toolbar-menu-section .dx-list-item-content.dx-list,
.dx-toolbar-menu-section .dx-list-item-content > .dx-list,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide.dx-list,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide > .dx-list,
.dx-toolbar-menu-section .dx-toolbar-item-content,
.dx-toolbar-menu-section .dx-toolbar-item-content.dx-list,
.dx-toolbar-menu-section .dx-toolbar-item-content > .dx-list {
  padding: 0;
}
.dx-toolbar-menu-section .dx-list-item-content.dx-button,
.dx-toolbar-menu-section .dx-list-item-content > .dx-button,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide.dx-button,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide > .dx-button,
.dx-toolbar-menu-section .dx-toolbar-item-content.dx-button,
.dx-toolbar-menu-section .dx-toolbar-item-content > .dx-button {
  width: 100%;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button {
  width: 100%;
  border: none;
  margin: 0;
  box-shadow: none;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-buttongroup {
  width: 100%;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper {
  flex-direction: column;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button {
  border: none;
  box-shadow: none;
}
.dx-toolbar-text-auto-hide .dx-button .dx-button-text {
  display: none;
}
.dx-list-item-content.dx-texteditor,
.dx-list-item-content > .dx-texteditor,
.dx-toolbar-item-content.dx-texteditor,
.dx-toolbar-item-content > .dx-texteditor {
  width: 150px;
}
.dx-toolbar-item-invisible {
  display: none;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list {
  min-height: 0;
  min-width: 100px;
  border-radius: 8px;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-dropdownmenu-popup-wrapper .dx-popup-content {
  padding: 1px;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item {
  display: block;
  border-top: 0;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item-content {
  display: block;
}
.dx-toolbar {
  width: 100%;
  background-color: #fff;
  color: #333;
  padding: 0;
  overflow: visible;
}
.dx-toolbar .dx-toolbar-before {
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}
.dx-toolbar .dx-toolbar-after {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.dx-toolbar .dx-toolbar-after:empty,
.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-toolbar .dx-toolbar-menu-container {
  padding: 0;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
.dx-toolbar .dx-toolbar-item {
  padding: 0;
  -webkit-padding-end: 5px;
  padding-inline-end: 5px;
}
.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-toolbar.dx-toolbar-compact .dx-button {
  min-width: auto;
}
.dx-toolbar-after .dx-toolbar-item {
  padding: 0;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
.dx-toolbar-after .dx-toolbar-item:last-child {
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
.dx-toolbar-after .dx-toolbar-item:first-child {
  padding: 0;
}
.dx-toolbar-background {
  background-color: #fff;
}
.dx-toolbar-menu-section {
  border-bottom: 1px solid #ddd;
}
.dx-toolbar-menu-section .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide {
  padding: 10px;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button {
  border-radius: 0;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button-content {
  padding: 10px;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button {
  background-color: transparent;
  border-color: transparent;
  color: #333;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-icon {
  color: #333;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-state-selected {
  background-color: rgba(0, 0, 0, .17);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-state-focused {
  background-color: rgba(0, 0, 0, .08);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-state-active {
  background-color: rgba(0, 0, 0, .24);
  color: #333;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-danger {
  background-color: transparent;
  border-color: transparent;
  color: #d43f3a;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-danger .dx-icon {
  color: #d43f3a;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-danger.dx-state-selected {
  background-color: rgba(217, 83, 79, .3);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-danger.dx-state-focused,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-danger.dx-state-hover {
  background-color: rgba(212, 63, 58, .1);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-danger.dx-state-active {
  background-color: rgba(212, 63, 58, .4);
  color: #d43f3a;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-success {
  background-color: transparent;
  border-color: transparent;
  color: #4cae4c;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-success .dx-icon {
  color: #4cae4c;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-success.dx-state-selected {
  background-color: rgba(92, 184, 92, .3);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-success.dx-state-focused,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-success.dx-state-hover {
  background-color: rgba(76, 174, 76, .1);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-success.dx-state-active {
  background-color: rgba(76, 174, 76, .4);
  color: #4cae4c;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default {
  background-color: transparent;
  border-color: transparent;
  color: #2d6da3;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default .dx-icon {
  color: #2d6da3;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default.dx-state-selected {
  background-color: rgba(51, 122, 183, .3);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default.dx-state-focused,
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default.dx-state-hover {
  background-color: rgba(45, 109, 163, .1);
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default.dx-state-active {
  background-color: rgba(45, 109, 163, .4);
  color: #2d6da3;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dx-toolbar-text-auto-hide .dx-button .dx-button-content {
  padding-block: 8px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
}
.dx-toolbar-text-auto-hide .dx-button .dx-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-toolbar .dx-tab {
  padding: 5px 4px;
}
.dx-toolbar-button .dx-menu .dx-menu-item {
  border: 1px solid transparent;
  border-radius: 4px;
}
.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content {
  padding-top: 7px;
  padding-bottom: 8px;
  line-height: 0;
}
.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  line-height: normal;
}
.dx-popup-draggable .dx-popup-title {
  cursor: move;
  touch-action: pinch-zoom;
}
.dx-overlay-content > .dx-template-wrapper.dx-popup-title {
  height: auto;
  width: auto;
}
.dx-overlay-content .dx-popup-content > .dx-template-wrapper {
  height: 100%;
  width: 100%;
}
.dx-overlay-content .dx-popup-content {
  box-sizing: content-box;
}
.dx-popup-flex-height {
  display: flex;
  flex-wrap: wrap;
}
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-bottom,
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-title {
  width: 100%;
}
.dx-popup-flex-height .dx-popup-content {
  box-sizing: border-box;
  height: auto;
  flex: 1;
  max-width: 100%;
  flex-basis: 100%;
}
.dx-popup-inherit-height .dx-popup-content > .dx-scrollable,
.dx-popup-inherit-height .dx-popup-content > .dx-scrollable > .dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable,
.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
  max-height: inherit;
  min-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-widget {
  max-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper,
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-scrollable,
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-scrollable > .dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable,
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
  max-height: inherit;
  min-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-widget {
  max-height: inherit;
}
.dx-popup-content-scrollable {
  overflow: auto;
  overscroll-behavior: contain;
}
.dx-dialog-root .dx-overlay-shader {
  background-color: #444;
}
.dx-prevent-safari-scrolling {
  position: fixed;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
}
.dx-popup-wrapper > .dx-overlay-content {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border-radius: 6px;
}
.dx-popup-wrapper > .dx-popup-fullscreen {
  border-radius: 0;
}
.dx-popup-wrapper .dx-state-focused.dx-overlay-content {
  border: 1px solid #337ab7;
}
.dx-popup-title {
  padding: 10px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  white-space: normal;
  position: relative;
  min-height: 28px;
  border-bottom: 1px solid #ddd;
  background: 0 0;
  color: #333;
}
.dx-popup-title.dx-toolbar {
  padding: 6px 20px;
  overflow: visible;
}
.dx-popup-title.dx-toolbar .dx-toolbar-before {
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-after {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-after:empty,
.dx-popup-title.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
  padding: 0;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item {
  padding: 0;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-popup-title.dx-toolbar .dx-closebutton {
  position: relative;
  inset-inline-start: 10px;
}
.dx-popup-content {
  -webkit-user-drag: none;
  padding: 20px;
}
.dx-popup-content > .dx-button {
  margin: 0 10px;
}
.dx-popup-bottom {
  background: 0 0;
  color: #333;
}
.dx-popup-bottom.dx-toolbar {
  padding: 20px;
  overflow: visible;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-before {
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-after {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,
.dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
  padding: 0;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item {
  padding: 0;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-popup-bottom .dx-button {
  min-width: 100px;
}
.dx-popup-content.dx-dialog-content {
  min-width: 180px;
  padding: 20px;
}
.dx-dialog-message {
  padding: 0;
}
.dx-dropdownbutton {
  display: inline-block;
  vertical-align: middle;
}
.dx-dropdownbutton-action {
  min-width: 0;
}
.dx-dropdownbutton-content.dx-popup-content {
  padding: 0;
}
.dx-dropdownbutton-content .dx-list .dx-empty-message,
.dx-dropdownbutton-content .dx-list .dx-list-item {
  border: none;
}
.dx-dropdownbutton-toggle {
  flex: 0 0 auto;
  min-width: 0;
}
.dx-dropdownbutton-toggle .dx-button-content {
  padding-inline: 0;
}
.dx-dropdownbutton-toggle .dx-icon-spindown {
  width: 18px;
  height: 18px;
}
.dx-dropdownbutton-action.dx-button-has-icon:not(.dx-button-has-text) .dx-button-content {
  padding-inline: 12px;
}
.dx-dropdownbutton-action.dx-button-has-icon .dx-icon.dx-icon-right,
.dx-dropdownbutton-action.dx-button-has-text .dx-icon.dx-icon-right {
  -webkit-margin-start: 4px;
  margin-inline-start: 4px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.dx-dropdownbutton-has-arrow .dx-dropdownbutton-action.dx-buttongroup-last-item.dx-button-has-text .dx-button-content {
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
}
.dx-dropdownbutton-popup-wrapper {
  height: 100%;
}
.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.dx-dropdownbutton-popup-wrapper .dx-popup-content {
  height: 100%;
  padding: 1px;
}
.dx-dropdownbutton-popup-wrapper .dx-list {
  height: 100%;
  min-height: 39.0001px;
}
.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
  min-height: 33.0001px;
}
.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 7px 9px;
}
.dx-dropdownbutton-popup-wrapper .dx-list-select-all {
  padding: 12px 0 8px;
}
.dx-dropdownbutton-popup-wrapper .dx-empty-message,
.dx-dropdownbutton-popup-wrapper .dx-list-item {
  border-top: 0;
}
.dx-dropdownbutton-popup-wrapper .dx-empty-message:last-of-type,
.dx-dropdownbutton-popup-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-actionsheet-popup-wrapper .dx-overlay-content {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-user-drag: none;
}
.dx-actionsheet-popover-wrapper .dx-popup-content .dx-button,
.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.dx-actionsheet-cancel,
.dx-actionsheet-item {
  width: 100%;
}
.dx-state-disabled .dx-actionsheet-container .dx-button {
  cursor: default;
}
.dx-actionsheet-popover-wrapper .dx-popup-title,
.dx-actionsheet-popup-wrapper .dx-popup-title {
  word-wrap: break-word;
}
.dx-actionsheet-container .dx-actionsheet-item {
  margin: 0 0 10px;
}
.dx-actionsheet-container .dx-button,
.dx-button.dx-actionsheet-cancel {
  margin: 0;
}
.dx-tileview div.dx-scrollable-container {
  overflow-y: hidden;
}
.dx-tile {
  position: absolute;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(221, 221, 221, .6);
  text-align: left;
}
.dx-tile-content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.dx-tileview-wrapper {
  position: relative;
  height: 1px;
}
.dx-tile.dx-state-focused,
.dx-tile.dx-state-hover {
  background-color: #fff;
  border-color: rgba(51, 122, 183, .4);
}
.dx-tile.dx-state-active {
  transform: scale(.96);
  transition: transform .1s linear;
  background-color: rgba(96, 96, 96, .2);
  color: #333;
  border-color: transparent;
}
.dx-toast-content {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px;
  box-shadow: 0 2px 3px 0 transparent;
  border-radius: 6px;
}
.dx-toast-icon {
  display: inline-flex;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.dx-toast-message {
  display: inline-flex;
  line-height: 16px;
}
.dx-rtl .dx-toast-icon {
  margin-left: 10px;
  margin-right: 0;
}
.dx-toast-stack {
  position: fixed;
  display: flex;
  gap: 3px;
  align-items: center;
  z-index: 9500;
}
.dx-toast-stack .dx-toast-wrapper {
  transform: translate(0) !important;
  position: static !important;
  height: auto !important;
  width: auto !important;
}
.dx-toast-stack .dx-toast-wrapper .dx-toast-content {
  position: static !important;
}
.dx-toast-stack-down-push-direction {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.dx-toast-stack-up-push-direction {
  flex-direction: column;
  justify-content: flex-end;
}
.dx-toast-stack-left-push-direction {
  flex-direction: row;
  justify-content: flex-end;
}
.dx-toast-stack-right-push-direction {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.dx-toast-stack-down-stack-direction {
  flex-direction: column;
  justify-content: flex-start;
}
.dx-toast-stack-up-stack-direction {
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.dx-toast-stack-left-stack-direction {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.dx-toast-stack-right-stack-direction {
  flex-direction: row;
  justify-content: flex-start;
}
.dx-toast-info {
  background-color: #337ab7;
}
.dx-toast-info .dx-toast-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABoklEQVRIx63WPUvDQBjA8QMFsZNLlgpxtINjBsFVqINghm4dRAe/Rpdm6UcQHERwUYdAJ8HvkKHEQdrPEBQUrf7PoabtveSSSrit3PPjeve8RCCsyyMkIiYlAzJSYiJCPPt+248BfRKkdSX0CcoZnx7jAiJfY3r4LqbNsITI15B2EdNlVBGRSEZ0bUyXyQqIRDJZQIu/M1oRmZ2ovcz4zjt558NxR/6C6Vk2fHLPOXtsIhA0aHHGA1/Gvl7OBMYT/3BF05poTS5Be/5gxvQ15JWjgtyerWPelP19hMDTMvabQyciEJwoJ0rwBKF2lutSRCC4UWJCQaQx+5WYAyUmEsQas1WJ2VJiYkGqMTuVmG0lJhVkGnNaiblQYjKhZYHkmY1SpMGLEoN5Gskt605kjTstIjPvRiJ50tuSksePxv7UfKm8HAe0DGKXgZbB85eKHLWdKkjHUpjzvAmdHaUKIgnNmrIzLiTBs1W4ybiQvwq39RuV6TB1jpvA1f1yxo0sdT9XLy5DlF5cPBmmq0yG2uZUbVOzthle2xdFbd83//za+gXw/JH9LjmoAgAAAABJRU5ErkJggg==);
}
.dx-toast-warning {
  background-color: #f0ad4e;
}
.dx-toast-warning .dx-toast-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABJklEQVRIx62WvW2EQBBGpwlSArdgSrBESuKIQhySLJJbcAuXrXTZteCAAG3GlWBRwVsHB+Ykw8zeafVlaPSY/1lBdlXQ0OMJzMBMwNPTUOzb732scAzEXQ04KhtT0jEdIFZNdJQapuZsIFadqY8wLWMiJBIZafcwLdcHIJHIdQNt4YwPQm4e1feYMjkn/3NUbpjuSUgk0q2YSinx5xL0SSl/dcM45V8r5qLYOEQoDjs2FTNQCI0a+deC+VatGqFPwugD0gs+A8YLQTW4LJgf1SoIcxJG751ZIAMGy5sp1ZuQgHkxMMGqVJq81Tdp6q0unnhFeDMK3lgz9b6k+MOaKX3CUzDO3jd2UH/7JtP2y7aLM12GbHcq29XMdsOzvSiyvW+efG39AmPXSbHWZjgLAAAAAElFTkSuQmCC);
}
.dx-toast-error {
  background-color: #d9534f;
}
.dx-toast-error .dx-toast-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABeklEQVRIx62WMWrDQBBFx01I5zQinQ5hdINA3Kp3mUNEnSBIdwgEcgeBC18gVRojjDr7BklUxAE3b1NYihVrdmWbZbpl9FjN/zOzgqgREJNTUFEDNRUFOTGBnq8dRmQsMWosyYiGMSEpawuijTUpoQszZT6AaGPO1IaZsToRYjCsmGmYGZszIAbD5gA6/M7qTMj+RtMuJjy5Jv0ahQdMeiHEYEhbTKRK/KN+9K3IH+0xmZK+4Jb33mnChM/eaYYIgeLYBdcI4yNQgiBM+Oo5OxBi5S5l0ztdUNJoGrPr5cdCrtbgGOSCGHKhsCjQBbkhhkKorFK2oKsBiKESaocnys58sUMMtYDTXA8NZMSbIwv3bZJO/48VH3VuY6/NYwO4V+Tv1aYYgMTsVB8dKZUPQmyG/OcbzcUvijot6IYPzcVaT225UyQuCRjxrGyLwNbhW54Un5S8KrmZa96cGn/zxtP08zaLPW0Gb3vK29b0tsO9vSi8vW8ufG39AnvvGenmMu5AAAAAAElFTkSuQmCC);
}
.dx-toast-success {
  background-color: #5cb85c;
}
.dx-toast-success .dx-toast-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABlklEQVRIx62Wv0rDUBSHTxE6uHTKGhDEzS2jg4vUMeBmX8BR8AFiJQEfwck3cAh2cxBcXEup3VoHF3UxS1FBvuvQhPy5N0lTwplyknz33HN+95wriNEsXAJCZkRAxIyQABfL/L3J6eAzRhltjI9Tj7HxmJcgEpvjYVdh+oxqEImN6JdhBkzXhCgUUwYmzIBFA4hCsUhB6XamDSGriPpZjL12TvQc2SnG2xCiUHgJxqktcdbe+SmU31lh/AaQJQ4HfOR8PiJYpYrVDU4RhD1+c8q2BLdBLNdxXW8KflcI1obcs4UgnGlvAiE0/DDhW/O90EMQDnMbWlkozDTnMz2OC6AvdhGEHT4Ny86EqOB6i1fNgv44QhC2mRi3Gwlozqs4kSnoHEHocFdWQT0ahWKYA93GT5elyY9MucmDHukiCCeGuDO5CUteJaAOgrDPskIKYZVuhpkG/1qpqKBaxRcIQpeHGmG6dWfKM0hfnxZW/Ql/qj0k/ib9Rh83Tqvdr7Ve3NJkaG1OtTY1W5vhrd0oWrvfbHjb+gdn1DPEHv9HmQAAAABJRU5ErkJggg==);
}
.dx-popover-wrapper .dx-popover-arrow::after {
  width: 14.1422712488px;
  height: 14.1422712488px;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,
.dx-popover-wrapper.dx-position-top .dx-popover-arrow {
  width: 20px;
  height: 10px;
}
.dx-popover-wrapper.dx-position-left .dx-popover-arrow,
.dx-popover-wrapper.dx-position-right .dx-popover-arrow {
  width: 10px;
  height: 20px;
}
.dx-popover-arrow {
  position: absolute;
  z-index: 2000;
  overflow: hidden;
}
.dx-popover-arrow::after {
  position: absolute;
  display: block;
  overflow: hidden;
  content: " ";
  transform: rotate(-45deg);
}
.dx-popover-wrapper.dx-position-top .dx-popover-arrow::after {
  top: 0;
  left: 0;
  transform-origin: top left;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow::after {
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
  background: #fff;
}
.dx-popover-wrapper.dx-position-left .dx-popover-arrow::after {
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
}
.dx-popover-wrapper.dx-position-right .dx-popover-arrow::after {
  top: 0;
  right: 0;
  transform-origin: top right;
}
.dx-popover-wrapper .dx-overlay-content {
  overflow: visible;
}
.dx-popover-wrapper .dx-popup-content {
  overflow: hidden;
}
.dx-popover-wrapper .dx-popup-content-scrollable {
  overflow: auto;
}
.dx-popover-wrapper .dx-popup-title {
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dx-popover-wrapper .dx-popover-arrow::after,
.dx-popover-wrapper.dx-popover-without-title .dx-popover-arrow::after {
  background: #fff;
}
.dx-popover-arrow::after {
  border: 1px solid #ddd;
}
.dx-progressbar .dx-position-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-left .dx-progressbar-status,
.dx-progressbar .dx-position-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-right .dx-progressbar-status {
  display: table-cell;
  vertical-align: middle;
}
.dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-left .dx-progressbar-status,
.dx-progressbar .dx-position-top-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-left .dx-progressbar-status {
  float: left;
}
.dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-right .dx-progressbar-status,
.dx-progressbar .dx-position-top-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-right .dx-progressbar-status {
  float: right;
}
.dx-progressbar .dx-position-bottom-center .dx-progressbar-status,
.dx-progressbar .dx-position-top-center .dx-progressbar-status {
  text-align: center;
}
.dx-progressbar .dx-position-left .dx-progressbar-status {
  padding-right: 8px;
}
.dx-progressbar .dx-position-right .dx-progressbar-status {
  padding-left: 8px;
}
.dx-progressbar::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-progressbar-range-container {
  width: 100%;
}
.dx-progressbar-container {
  position: relative;
  width: 100%;
}
.dx-progressbar-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  direction: ltr;
}
.dx-progressbar-range {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-progressbar-status {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 20px;
  font-size: 12px;
}
.dx-progressbar-animating-segment {
  display: none;
}
.dx-rtl .dx-progressbar .dx-progressbar-wrapper,
.dx-rtl.dx-progressbar .dx-progressbar-wrapper {
  direction: rtl;
}
.dx-progressbar-container {
  height: 6px;
  border: 1px solid #ddd;
  background-color: #ddd;
  border-radius: 2px;
}
.dx-progressbar-range {
  position: relative;
  border: 1px solid #337ab7;
  background-color: #337ab7;
  margin-top: -1px;
  box-sizing: content-box;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dx-progressbar-animating-container {
  width: 100%;
  height: 6px;
  background-color: #ddd;
  background-size: 90% 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
  animation: 2s linear infinite dx-loader;
  background-image:
    linear-gradient(
      -90deg,
      transparent 5%,
      #337ab7,
      transparent 95%);
  background-repeat: repeat;
}
.dx-state-disabled .dx-progressbar-range {
  background-color: rgba(51, 122, 183, .6);
}
.dx-state-disabled .dx-progressbar-animating-container {
  animation: none;
  background-position-x: 45%;
}
.dx-rtl .dx-progressbar .dx-progressbar-animating-container,
.dx-rtl.dx-progressbar .dx-progressbar-animating-container {
  animation: 2s linear infinite dx-loader-rtl;
  background-image:
    linear-gradient(
      -90deg,
      transparent 5%,
      #337ab7,
      transparent 95%);
  background-repeat: repeat;
}
@keyframes dx-loader {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 900%;
  }
}
@keyframes dx-loader-rtl {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -900%;
  }
}
.dx-tooltip-wrapper .dx-overlay-content {
  min-width: 34px;
  min-height: 26px;
  text-align: center;
  line-height: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 4px;
}
.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-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow::after {
  border: 1px solid #ddd;
  background: #fff;
}
.dx-slider-label {
  position: absolute;
  font-size: .85em;
}
.dx-slider-label:last-child {
  inset-inline-end: 0;
}
.dx-slider-label-position-bottom {
  padding-bottom: 14px;
}
.dx-slider-label-position-top {
  padding-top: 14px;
}
.dx-slider {
  -webkit-user-select: none;
  -moz-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.8995898741px;
  height: 9.8995898741px;
}
.dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,
.dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow {
  width: 14px;
  height: 7px;
}
.dx-slider .dx-popover-wrapper.dx-position-left .dx-popover-arrow,
.dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow {
  width: 7px;
  height: 14px;
}
.dx-slider-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
  height: 28px;
}
.dx-slider-bar {
  position: relative;
}
.dx-slider-range {
  position: absolute;
  top: 0;
  pointer-events: none;
  -webkit-user-drag: none;
}
.dx-slider-handle .dx-tooltip-wrapper .dx-popup-content {
  line-height: 0;
}
.dx-state-disabled .dx-slider-wrapper {
  cursor: default;
}
.dx-slider-tooltip-visible-on-hover .dx-tooltip {
  visibility: hidden;
}
.dx-slider-tooltip-visible-on-hover.dx-state-active .dx-tooltip,
.dx-slider-tooltip-visible-on-hover.dx-state-hover .dx-tooltip {
  visibility: visible;
}
.dx-slider .dx-tooltip-wrapper .dx-overlay-content {
  box-shadow: none;
}
.dx-slider .dx-state-active.dx-slider-handle {
  border: 1px solid #fff;
  background: #204d73;
}
.dx-slider .dx-state-focused.dx-slider-handle:not(.dx-state-active),
.dx-slider .dx-state-hover.dx-slider-handle:not(.dx-state-active) {
  border: 1px solid #fff;
  background: #285f8f;
}
.dx-slider-bar {
  margin: 14px 7px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
}
.dx-slider-range {
  border: 1px solid transparent;
  height: 2px;
  box-sizing: content-box;
}
.dx-slider-range.dx-slider-range-visible {
  border: 1px solid #337ab7;
  background: #337ab7;
  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 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  pointer-events: auto;
  -webkit-user-drag: none;
  margin-top: -14px;
  -webkit-margin-end: -7px;
  margin-inline-end: -7px;
  width: 14px;
  height: 28px;
  border: 1px solid #fff;
  background-color: #337ab7;
  border-radius: 3px;
  box-sizing: content-box;
}
.dx-state-disabled .dx-slider,
.dx-state-disabled.dx-slider {
  opacity: 1;
}
.dx-state-disabled .dx-slider .dx-slider-bar,
.dx-state-disabled.dx-slider .dx-slider-bar {
  opacity: .5;
}
.dx-invalid .dx-slider-handle {
  background-color: #d9534f;
}
.dx-invalid .dx-slider-range-visible {
  background-color: #d9534f;
  border-color: #d9534f;
}
.dx-invalid .dx-slider-bar {
  background-color: rgba(217, 83, 79, .4);
}
.dx-invalid .dx-state-focused.dx-slider-handle:not(.dx-state-active),
.dx-invalid .dx-state-hover.dx-slider-handle:not(.dx-state-active) {
  background: #c9302c;
}
.dx-rangeslider-start-handle {
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: -7px;
  margin-inline-start: -7px;
}
.dx-gallery {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pinch-zoom pan-y;
}
.dx-gallery.dx-gallery-indicator-visible {
  border-width: 0;
}
.dx-gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.dx-gallery-wrapper > .dx-empty-message {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.dx-gallery-container {
  position: relative;
  height: 100%;
}
.dx-gallery-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dx-gallery-item-image {
  max-width: 100%;
  align-self: flex-start;
  flex-shrink: 0;
  height: auto;
  margin: auto;
}
.dx-gallery-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dx-gallery .dx-gallery-item-loop {
  display: none;
}
.dx-gallery-loop .dx-gallery-item-loop {
  display: inline-block;
  position: absolute;
}
.dx-gallery-item-invisible {
  visibility: hidden;
}
.dx-gallery-nav-button-next,
.dx-gallery-nav-button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-size: 100% 100%;
}
.dx-gallery-nav-button-prev {
  left: 0;
}
.dx-gallery-nav-button-next {
  right: 0;
}
.dx-gallery-indicator {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 10px;
  font-size: 0;
  pointer-events: none;
  text-align: center;
}
.dx-state-disabled .dx-gallery-indicator-item,
.dx-state-disabled .dx-gallery-nav-button-next,
.dx-state-disabled .dx-gallery-nav-button-prev {
  cursor: default;
}
.dx-rtl .dx-gallery-nav-button-prev {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.dx-rtl .dx-gallery-nav-button-next {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.dx-gallery .dx-gallery-nav-button-next,
.dx-gallery .dx-gallery-nav-button-prev {
  position: absolute;
  top: 0;
  width: 34%;
  height: 100%;
  background: 0 0;
  cursor: pointer;
  text-align: center;
}
.dx-gallery .dx-gallery-nav-button-next.dx-state-hover::after,
.dx-gallery .dx-gallery-nav-button-prev.dx-state-hover::after {
  background-color: rgba(51, 122, 183, .5);
}
.dx-gallery .dx-gallery-nav-button-next.dx-state-active::after,
.dx-gallery .dx-gallery-nav-button-prev.dx-state-active::after {
  background-color: rgba(51, 122, 183, .7);
}
.dx-gallery .dx-gallery-nav-button-next::before,
.dx-gallery .dx-gallery-nav-button-prev::before {
  display: block;
  width: 32px;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  z-index: 10;
  clear: both;
  font-size: 32px;
  color: #fff;
}
.dx-gallery .dx-gallery-nav-button-next::after,
.dx-gallery .dx-gallery-nav-button-prev::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  border-radius: 0;
}
.dx-gallery .dx-gallery-nav-button-prev {
  font: 14px/1 DXIcons;
}
.dx-gallery .dx-gallery-nav-button-prev::before {
  content: "\f012";
  left: 0;
  right: auto;
  margin-left: 0;
}
.dx-gallery .dx-gallery-nav-button-prev::after {
  left: 0;
}
.dx-gallery .dx-gallery-nav-button-next {
  font: 14px/1 DXIcons;
}
.dx-gallery .dx-gallery-nav-button-next::before {
  content: "\f010";
  right: 0;
  left: auto;
}
.dx-gallery .dx-gallery-nav-button-next::after {
  right: 0;
}
.dx-gallery-indicator-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #337ab7;
  pointer-events: auto;
  margin: 1px 6px;
  width: 8px;
  height: 8px;
  background: #fff;
}
.dx-gallery-indicator-item-active,
.dx-gallery-indicator-item-selected {
  width: 12px;
  height: 12px;
  background: #337ab7;
  border: 2px solid rgba(255, 255, 255, .8);
  margin: -1px 6px;
}
.dx-state-focused.dx-gallery {
  border-color: #337ab7;
}
.dx-state-focused.dx-gallery .dx-gallery-indicator-item-selected {
  background: #22527b;
}
.dx-lookup {
  margin: 0;
}
.dx-lookup .dx-popup-content .dx-scrollable {
  height: calc(100% - 45px);
}
.dx-lookup .dx-lookup-field-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-lookup-field {
  outline: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-padding-before: 7px;
  padding-block-start: 7px;
  -webkit-padding-after: 8px;
  padding-block-end: 8px;
  -webkit-padding-end: 34px;
  padding-inline-end: 34px;
  -webkit-padding-start: 9px;
  padding-inline-start: 9px;
}
.dx-lookup-field::before {
  content: ".";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-lookup-empty .dx-lookup-field {
  display: flex;
  align-items: center;
}
.dx-lookup-empty .dx-lookup-field .dx-placeholder::before {
  padding: 0;
}
.dx-lookup-empty .dx-placeholder {
  position: relative;
  display: flex;
}
.dx-state-disabled .dx-lookup-field {
  cursor: default;
}
.dx-lookup-popup-wrapper .dx-list-item {
  cursor: pointer;
  border-top: none;
}
.dx-lookup-popup-search .dx-list {
  height: 90%;
  height: calc(100% - 70px);
}
.dx-lookup-search-wrapper {
  width: 100%;
  padding: 20px 20px 14px;
}
.dx-editor-underlined .dx-lookup-field {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.dx-lookup-arrow {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  height: 100%;
  font: 18px/18px DXIcons;
  width: 34px;
  color: #333;
  text-align: center;
}
.dx-lookup-arrow::before {
  content: "\f04e";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-rtl .dx-lookup-arrow::before {
  content: "\f04f";
}
.dx-dropdowneditor-active .dx-lookup-arrow {
  color: #333;
}
.dx-lookup-popup-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-lookup-popup-wrapper .dx-list-item-content {
  padding-left: 20px;
  padding-right: 20px;
}
.dx-lookup-popup-wrapper .dx-popup-content {
  top: 0;
  padding: 0;
}
.dx-lookup-popup-wrapper .dx-popup-title + .dx-popup-content {
  top: 49px;
}
.dx-lookup-empty .dx-lookup-field {
  color: #999;
}
.dx-invalid.dx-lookup .dx-lookup-field::after {
  inset-inline-end: 38px;
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #d9534f;
  color: #fff;
  content: "!";
  border-radius: 50%;
}
.dx-valid.dx-lookup .dx-lookup-field::after {
  inset-inline-end: 38px;
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-family: DXIcons, sans-serif;
  color: #5cb85c;
  content: "\f005";
  opacity: 0;
  transform: scale(0);
  animation: .3s cubic-bezier(1, .008, .565, 1.65) .1s forwards dx-valid-badge-frames;
}
.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator {
  inset-inline-end: 38px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.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 {
  box-shadow: none;
  border: none;
  background: 0 0;
}
@keyframes dx-loadpanel-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dx-loadpanel-content {
  padding: 10px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
}
.dx-tagbox .dx-texteditor-input {
  width: auto;
}
.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input {
  border: none;
  color: transparent;
  text-shadow: 0 0 0 gray;
  min-width: 0;
  width: .1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input:focus {
  outline: 0;
}
.dx-tagbox.dx-state-disabled .dx-texteditor-input {
  background: 0 0;
}
.dx-tagbox.dx-state-disabled .dx-tag-content {
  cursor: default;
}
.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input-container {
  flex-wrap: wrap;
  align-items: stretch;
}
.dx-tag {
  max-width: calc(100% - 1px);
  display: inline-flex;
  align-self: flex-start;
}
.dx-tag-container.dx-texteditor-input-container {
  outline: 0;
}
.dx-tagbox-single-line .dx-tag-container.dx-texteditor-input-container {
  overflow: hidden;
  white-space: nowrap;
}
.dx-texteditor-container.dx-tag-container {
  white-space: normal;
}
.dx-tag-content {
  position: relative;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
  -webkit-margin-start: 4px;
  margin-inline-start: 4px;
  padding: 3px 25px 4px 6px;
  -webkit-padding-start: 6px;
  padding-inline-start: 6px;
  -webkit-padding-end: 25px;
  padding-inline-end: 25px;
  min-width: 40px;
  background-color: #ddd;
  border-radius: 2px;
  color: #333;
}
.dx-tag-remove-button {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 25px;
  height: 100%;
}
.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
  padding-left: 0;
  margin-left: 5px;
}
.dx-rtl .dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input,
.dx-rtl.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.dx-tagbox-single-line .dx-tag-container {
  padding-right: 0;
}
.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input {
  height: auto;
}
.dx-tagbox .dx-tag-container.dx-texteditor-input-container {
  padding-bottom: 4px;
}
.dx-tagbox .dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
  padding-bottom: 4px;
  min-height: 30px;
}
.dx-texteditor-with-floating-label.dx-editor-outlined .dx-tag-container.dx-texteditor-input-container,
.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined .dx-tag-container.dx-texteditor-input-container {
  padding-top: 8px;
}
.dx-texteditor-with-floating-label.dx-editor-filled .dx-tag-container.dx-texteditor-input-container,
.dx-texteditor-with-floating-label.dx-editor-underlined .dx-tag-container.dx-texteditor-input-container,
.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-filled .dx-tag-container.dx-texteditor-input-container,
.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-underlined .dx-tag-container.dx-texteditor-input-container {
  padding-top: 12px;
  padding-bottom: 2px;
}
.dx-tag-remove-button::after,
.dx-tag-remove-button::before {
  position: absolute;
  top: 50%;
  content: "";
  transform: rotate(45deg);
  inset-inline-end: 9px;
  margin-top: -5px;
  width: 3px;
  height: 11px;
  background: #aaa;
}
.dx-tag-remove-button::after {
  inset-inline-end: 5px;
  margin-top: -1px;
  width: 11px;
  height: 3px;
}
.dx-tag-remove-button:active::after,
.dx-tag-remove-button:active::before {
  background: #ddd;
}
.dx-tag.dx-state-focused .dx-tag-content {
  background-color: #cbcbcb;
  color: #333;
}
.dx-tag.dx-state-focused .dx-tag-remove-button::after,
.dx-tag.dx-state-focused .dx-tag-remove-button::before {
  background-color: #aaa;
}
.dx-tag.dx-state-focused .dx-tag-remove-button:active::after,
.dx-tag.dx-state-focused .dx-tag-remove-button:active::before {
  background: #ddd;
}
.dx-tagbox.dx-invalid .dx-texteditor-container::after,
.dx-tagbox.dx-valid .dx-texteditor-container::after,
.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
  inset-inline-end: 8px;
}
.dx-tagbox-popup-wrapper .dx-list-select-all {
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  margin-bottom: 3px;
}
.dx-radio-value-container {
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.dx-radiogroup-horizontal .dx-collection {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 17px;
  column-gap: 17px;
}
.dx-radiobutton {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dx-radiobutton.dx-state-disabled {
  cursor: default;
  opacity: .5;
}
.dx-state-disabled .dx-radiobutton.dx-state-disabled {
  opacity: 1;
}
.dx-radiobutton-icon .dx-radiobutton-icon-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0 solid #fff;
}
.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
  border-width: 5px;
  background-color: #337ab7;
}
.dx-radiobutton-icon {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dx-radiobutton.dx-state-readonly .dx-radiobutton-icon {
  border-color: #f4f4f4;
}
.dx-radiobutton.dx-state-hover .dx-radiobutton-icon {
  border-color: rgba(51, 122, 183, .4);
}
.dx-radiobutton.dx-state-active .dx-radiobutton-icon {
  background-color: rgba(96, 96, 96, .2);
}
.dx-radiobutton.dx-state-active .dx-radiobutton-icon-dot {
  border-color: #ddd;
}
.dx-radiobutton.dx-state-focused .dx-radiobutton-icon {
  border-color: #337ab7;
}
.dx-invalid .dx-radiobutton-icon {
  border-color: rgba(217, 83, 79, .4);
}
.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon,
.dx-invalid .dx-state-hover.dx-radiobutton .dx-radiobutton-icon {
  border-color: #d9534f;
}
.dx-state-readonly .dx-radiobutton-icon {
  border-color: #f4f4f4;
}
.dx-radiogroup .dx-radiobutton,
.dx-radiogroup .dx-radiobutton-icon {
  margin-top: 1px;
  margin-bottom: 1px;
}
.dx-accordion-item-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  color: #333;
  padding: 9px 12px;
  font-size: 18px;
}
.dx-accordion-item-title-caption {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  height: 100%;
  -webkit-margin-end: 18px;
  margin-inline-end: 18px;
}
.dx-accordion-item-body {
  overflow: hidden;
  padding: 8px 12px 22px;
}
.dx-accordion-item-closed .dx-accordion-item-body {
  visibility: hidden;
}
.dx-accordion-item {
  overflow: hidden;
  border: 1px solid transparent;
  border-top-color: #ddd;
}
.dx-accordion-item-opened .dx-accordion-item-body {
  visibility: visible;
}
.dx-state-disabled .dx-accordion-item-title {
  cursor: default;
}
.dx-accordion {
  background-color: #fff;
  color: #333;
}
.dx-accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}
.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) > .dx-accordion-item-title {
  color: #333;
  background-color: rgba(96, 96, 96, .2);
}
.dx-accordion-item.dx-state-hover > .dx-accordion-item-title {
  background-color: rgba(0, 0, 0, .04);
}
.dx-accordion-item.dx-state-hover:not(:last-child):not(.dx-accordion-item-opened):not(.dx-state-focused) {
  border-bottom-color: rgba(0, 0, 0, .04);
}
.dx-accordion-item-opened {
  border-color: #ddd;
}
.dx-accordion-item-opened.dx-state-hover > .dx-accordion-item-title,
.dx-accordion-item-opened > .dx-accordion-item-title {
  background-color: transparent;
}
.dx-accordion-item-opened > .dx-accordion-item-title::before {
  content: "\f014";
}
.dx-accordion-item-opened + .dx-accordion-item {
  border-top-color: transparent;
}
.dx-accordion-item-opened + .dx-accordion-item.dx-state-hover:not(.dx-state-focused) {
  border-top-color: rgba(0, 0, 0, .04);
}
.dx-accordion-item-title::before {
  content: "\f016";
  position: absolute;
  font-family: DXIcons;
  font-size: 18px;
  font-weight: 400;
  inset-inline-end: 12px;
  line-height: 100%;
}
.dx-accordion-item-title .dx-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-accordion-item-title-caption .dx-icon {
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-state-disabled.dx-accordion-item {
  opacity: .5;
}
.dx-state-focused.dx-accordion-item {
  border-color: #337ab7;
}
.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview {
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAdElEQVQoU4XR0Q3AIAgFQCarie7UrToMc3QIiyIFFGNe5INcgETAegpQefFCCFPwYZI2qFA/M4EQMQAhKxJgiEcKHFFkwUQY3Q4sBAhUerYzkbaiTUk7Ije0dYoMyeYGi35igUeDzMCiTiKgaPx0BAR1csgHXJxUKOJqsbEAAAAASUVORK5CYII=) no-repeat;
}
.dx-colorbox-input-container .dx-placeholder {
  max-width: calc(100% - 25px);
}
.dx-colorbox .dx-texteditor-input-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  inset-inline-start: 14px;
}
.dx-colorbox .dx-colorbox-color-is-not-defined .dx-texteditor-input-container::before {
  background: 0 0;
}
.dx-colorbox .dx-texteditor-label .dx-label-before {
  min-width: 40px;
}
.dx-colorbox-overlay .dx-popup-content {
  overflow: hidden;
  padding: 20px;
}
.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-colorview-container label {
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  white-space: normal;
  line-height: 36px;
  display: block;
  color: #333;
}
.dx-colorview-container label.dx-colorview-alpha-channel-label {
  margin-left: 43px;
}
.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-cell {
  float: left;
}
.dx-colorview-palette-handle {
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  cursor: crosshair;
  border-radius: 100%;
  z-index: 5;
  position: absolute;
}
.dx-colorview-alpha-channel-handle,
.dx-colorview-hue-scale-handle {
  position: absolute;
  cursor: pointer;
}
.dx-colorview-hue-scale-handle {
  width: 36px;
  height: 17px;
  top: 0;
  left: -7px;
}
.dx-colorview-alpha-channel-handle {
  width: 17px;
  height: 36px;
  top: -6px;
  left: 0;
}
.dx-colorview-hue-scale {
  position: relative;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(
      0deg,
      red 0,
      #ff0 17%,
      #0f0 33%,
      #0ff 50%,
      #00f 67%,
      #f0f 83%,
      red 100%);
}
.dx-colorbox-input-container::after,
.dx-colorview-alpha-channel-wrapper,
.dx-colorview-color-preview-container-inner {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.dx-colorview-alpha-channel-wrapper {
  background-position: 0 6px, 8px 14px;
}
.dx-colorbox-input-container {
  height: 100%;
}
.dx-colorview-palette-gradient-white {
  background-repeat: no-repeat;
  background-image:
    linear-gradient(
      270deg,
      rgba(255, 255, 255, 0),
      #fff);
}
.dx-colorview-palette-gradient-black {
  background-repeat: no-repeat;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0),
      #000);
}
.dx-colorview-palette {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}
.dx-colorview-palette-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dx-colorview-alpha-channel-scale {
  height: 20px;
  position: relative;
}
.dx-colorview-hue-scale-cell {
  margin-left: 19px;
  position: relative;
}
.dx-colorview-controls-container {
  position: relative;
  margin-left: 27px;
}
.dx-colorview-alpha-channel-cell {
  margin: 6px 0;
  position: relative;
}
.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-colorview-palette-handle {
  background:
    radial-gradient(
      transparent 5px,
      rgba(0, 0, 0, .2) 6px,
      #fff 7px,
      #fff 12px,
      rgba(0, 0, 0, .2) 13px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}
.dx-colorview-hue-scale-handle {
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow:
    inset -5px 0 0 3px #fff,
    inset 5px 0 0 3px #fff,
    inset -6px 0 1px 4px rgba(0, 0, 0, .2),
    inset 6px 0 1px 4px rgba(0, 0, 0, .2);
}
.dx-colorview-alpha-channel-handle {
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow:
    inset 0 -5px 0 3px #fff,
    inset 0 5px 0 3px #fff,
    inset 0 -6px 1px 4px rgba(0, 0, 0, .2),
    inset 0 6px 1px 4px rgba(0, 0, 0, .2);
}
.dx-colorview-container {
  overflow: hidden;
  width: 450px;
}
.dx-colorview-container label.dx-colorview-label-hex {
  margin: 10px 0 0;
}
.dx-colorview-container label.dx-colorview-alpha-channel-label {
  -webkit-margin-start: 43px;
  margin-inline-start: 43px;
  width: 115px;
}
.dx-colorview-container label .dx-texteditor {
  float: right;
  width: 69px;
  margin: 1px 1px 10px 0;
}
.dx-colorview-hue-scale-cell {
  -webkit-margin-start: 19px;
  margin-inline-start: 19px;
}
.dx-colorview-palette {
  width: 288px;
  height: 299px;
}
.dx-colorview-alpha-channel-scale {
  width: 288px;
}
.dx-colorview-container-row.dx-colorview-alpha-channel-row {
  margin-top: 10px;
}
.dx-colorview-hue-scale {
  width: 18px;
  height: 299px;
}
.dx-colorview-alpha-channel-cell {
  width: 292px;
}
.dx-colorview-hue-scale-wrapper {
  height: 301px;
}
.dx-colorview-color-preview {
  width: 100%;
  height: 40px;
}
.dx-colorview-controls-container {
  width: 90px;
  -webkit-margin-start: 27px;
  margin-inline-start: 27px;
}
.dx-colorview-alpha-channel-border,
.dx-colorview-color-preview-container,
.dx-colorview-hue-scale-wrapper,
.dx-colorview-palette-cell {
  padding: 1px;
  margin: 0 1px 1px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.dx-colorview-color-preview-container {
  margin-bottom: 34px;
}
.dx-colorbox .dx-colorbox-input-container .dx-colorbox-input,
.dx-colorbox .dx-colorbox-input-container .dx-placeholder::before {
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}
.dx-colorbox-color-result-preview {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  inset-inline-start: 13px;
  border: 1px solid #ddd;
}
.dx-colorbox-overlay {
  padding: 0;
}
.dx-colorbox-overlay.dx-overlay-content {
  background-color: #fff;
}
.dx-pager {
  overflow: hidden;
  width: 100%;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  padding-top: 9px;
  padding-bottom: 9px;
}
.dx-pager .dx-pages {
  white-space: nowrap;
  float: right;
}
.dx-pager .dx-pages .dx-page-indexes {
  display: inline-block;
}
.dx-pager .dx-pages .dx-page {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 1px;
}
.dx-pager .dx-pages .dx-separator {
  display: inline-block;
}
.dx-pager .dx-pages .dx-info {
  display: inline-block;
  margin-right: 9px;
  opacity: .7;
}
.dx-pager .dx-pages .dx-navigate-button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
}
.dx-pager .dx-pages .dx-navigate-button.dx-button-disable {
  opacity: .3;
  cursor: inherit;
}
.dx-pager .dx-page-sizes {
  float: left;
}
.dx-pager .dx-page-sizes .dx-page-size {
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 1px;
}
.dx-pager .dx-page-sizes .dx-page-size.dx-first-child,
.dx-pager .dx-page-sizes .dx-page-size:first-child {
  margin-left: 1px;
}
.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection {
  cursor: inherit;
  text-shadow: none;
  color: #333;
  border-color: transparent;
  background-color: #d4d4d4;
}
.dx-pager .dx-light-pages {
  display: inline-block;
}
.dx-pager .dx-light-pages .dx-page-index {
  width: 40px;
}
.dx-pager .dx-light-pages .dx-pages-count {
  cursor: pointer;
}
.dx-pager .dx-light-pages .dx-info-text,
.dx-pager .dx-light-pages .dx-pages-count {
  padding-left: 6px;
}
.dx-pager .dx-light-pages .dx-info-text,
.dx-pager .dx-light-pages .dx-page-index,
.dx-pager .dx-light-pages .dx-pages-count {
  display: table-cell;
}
.dx-pager.dx-rtl .dx-pages,
.dx-rtl .dx-pager .dx-pages {
  float: left;
  direction: ltr;
}
.dx-pager.dx-rtl .dx-pages .dx-page,
.dx-rtl .dx-pager .dx-pages .dx-page {
  direction: ltr;
}
.dx-pager.dx-rtl .dx-pages .dx-page:first-child,
.dx-rtl .dx-pager .dx-pages .dx-page:first-child {
  margin-left: 1px;
}
.dx-pager.dx-rtl .dx-pages .dx-info,
.dx-rtl .dx-pager .dx-pages .dx-info {
  direction: rtl;
  margin-left: 9px;
  margin-right: 0;
}
.dx-pager.dx-rtl .dx-page-sizes,
.dx-rtl .dx-pager .dx-page-sizes {
  float: right;
}
.dx-pager.dx-light-mode .dx-page-sizes {
  min-width: 42px;
}
.dx-pager.dx-light-mode .dx-page-indexes {
  vertical-align: middle;
}
.dx-pager.dx-light-mode .dx-page-index {
  min-width: 19px;
}
.dx-pager .dx-pages .dx-page {
  padding: 7px 9px 8px;
}
.dx-pager .dx-pages .dx-separator {
  padding-left: 8px;
  padding-right: 8px;
}
.dx-pager .dx-pages .dx-navigate-button {
  width: 9px;
  height: 17px;
  padding: 9px 13px;
}
.dx-pager .dx-pages .dx-prev-button {
  font: 14px/1 DXIcons;
}
.dx-pager .dx-pages .dx-prev-button::before {
  content: "\f012";
}
.dx-pager .dx-pages .dx-next-button {
  font: 14px/1 DXIcons;
}
.dx-pager .dx-pages .dx-next-button::before {
  content: "\f010";
}
.dx-pager .dx-pages .dx-next-button,
.dx-pager .dx-pages .dx-prev-button {
  position: relative;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.dx-pager .dx-pages .dx-next-button::before,
.dx-pager .dx-pages .dx-prev-button::before {
  position: absolute;
  display: block;
  width: 21px;
  top: 50%;
  margin-top: -10.5px;
  left: 50%;
  margin-left: -10.5px;
}
.dx-pager .dx-page,
.dx-pager .dx-page-size {
  border-radius: 3px;
  border: 1px solid transparent;
}
.dx-pager .dx-page-sizes .dx-page-size {
  padding: 7px 9px 8px 10px;
}
.dx-gridbase-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.dx-gridbase-container > * {
  flex: 0 0 auto;
}
.dx-gridbase-a11y-status-container {
  position: fixed;
  left: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0);
  clip-path: polygon(0 0);
}
.dx-datagrid-important-margin {
  margin-right: 5px !important;
}
.dx-datagrid-table {
  background-color: transparent;
}
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-top: 0;
}
.dx-datagrid-borders > .dx-datagrid-pager {
  margin-top: -1px;
}
.dx-datagrid-borders > .dx-datagrid-header-panel {
  border-bottom: 0;
}
.dx-datagrid-borders > .dx-datagrid-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2),
.dx-datagrid-borders > .dx-datagrid-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
  border-bottom-width: 0;
}
.dx-datagrid .dx-datagrid-content-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table {
  position: relative;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table td {
  pointer-events: auto;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-row td.dx-pointer-events-none {
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-header-row td.dx-pointer-events-none {
  border-bottom-color: transparent;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table.dx-datagrid-table-fixed .dx-row td.dx-pointer-events-none {
  width: auto;
}
.dx-datagrid .dx-menu-subitem ul li {
  padding-top: 0;
}
.dx-datagrid .dx-menu-subitem ul li:first-child {
  padding-top: 1px;
}
.dx-datagrid .dx-menu-subitem .dx-menu-item {
  padding: 7px 30px 7px 5px;
}
.dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: left;
}
.dx-datagrid .dx-column-indicators {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.dx-datagrid .dx-column-indicators.dx-visibility-hidden {
  visibility: hidden;
}
.dx-datagrid .dx-column-indicators .dx-sort-index-icon {
  padding-right: 3px;
  margin-left: -3px;
  width: 15px;
}
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter,
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort,
.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter,
.dx-datagrid .dx-column-indicators .dx-sort.dx-sort {
  display: inline-block;
}
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter::after,
.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-datagrid .dx-row > td,
.dx-datagrid .dx-row > tr > td {
  padding: 7px;
}
.dx-datagrid .dx-error-row {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.dx-datagrid .dx-error-row .dx-error-message {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-datagrid .dx-error-row .dx-error-message a {
  color: inherit;
}
.dx-datagrid .dx-datagrid-rowsview .dx-data-row .dx-command-drag {
  cursor: move;
  vertical-align: middle;
  padding: 0;
}
.dx-sortable-dragging .dx-datagrid-rowsview .dx-data-row .dx-command-drag {
  cursor: pointer;
  cursor: grabbing;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
  border-bottom: none;
  font-size: 16px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
  font-size: 16px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-datagrid-drag-action {
  opacity: 1;
  cursor: pointer;
  touch-action: pinch-zoom;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
  padding: 0;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-list .dx-treeview-node .dx-treeview-item,
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node .dx-treeview-item {
  -webkit-padding-start: 4px;
  padding-inline-start: 4px;
}
.dx-datagrid-nowrap,
.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
  white-space: nowrap;
}
.dx-datagrid-drag-header {
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  box-sizing: content-box;
}
.dx-datagrid-drag-header.dx-drag-command-cell {
  padding: 0;
}
.dx-datagrid-columns-separator {
  position: absolute;
  z-index: 3;
  width: 3px;
}
.dx-datagrid-columns-separator-transparent {
  border-left: 0;
  border-right: 0;
}
.dx-datagrid-tracker {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: col-resize;
}
.dx-datagrid-table-content {
  position: absolute;
  top: 0;
}
.dx-datagrid-focus-overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dx-datagrid-action,
.dx-datagrid-drag-action {
  cursor: pointer;
}
.dx-datagrid-content {
  position: relative;
}
.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message {
  visibility: visible;
}
.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message .dx-overlay-content,
.dx-datagrid-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-table-fixed {
  table-layout: fixed;
  width: 100%;
}
.dx-datagrid-content .dx-datagrid-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  max-width: 10px;
}
.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
  max-width: none;
}
.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
  display: none;
}
.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
  width: 26px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit {
  max-width: none !important;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators {
  float: none !important;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators > span {
  width: 14px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
  display: inline-block;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-header-row .dx-datagrid-text-content {
  max-width: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators {
  float: none !important;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators > span {
  width: 14px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-master-detail-cell {
  max-width: 0;
}
.dx-datagrid-content .dx-datagrid-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-first-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-first-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
  border-left: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-last-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-last-child {
  border-right: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space {
  border-right: none;
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space + td {
  border-left: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container {
  overflow: hidden;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay {
  position: static;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
  max-width: 0;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell:not(.dx-datagrid-cell-expandable) {
  padding-left: 0;
}
.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-command-select {
  padding: 0;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
  text-overflow: clip;
  width: 100px;
  min-width: 100px;
  white-space: nowrap;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
  width: 80px;
  min-width: 80px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
  text-decoration: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit .dx-link {
  display: inline-block;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
  padding: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-adaptive {
  padding: 0;
  vertical-align: middle;
}
.dx-datagrid-content .dx-datagrid-table .dx-data-row .dx-command-edit-with-icons {
  line-height: 1;
  white-space: nowrap;
}
.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-last-data-cell {
  border-right: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-command-adaptive-hidden {
  border-left: none;
}
.dx-cell-modified,
.dx-datagrid-invalid,
.dx-highlight-outline {
  position: relative;
  padding: 7px;
}
.dx-cell-modified::after,
.dx-datagrid-invalid::after,
.dx-highlight-outline::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.dx-cell-modified.dx-hidden,
.dx-datagrid-invalid.dx-hidden,
.dx-highlight-outline.dx-hidden {
  display: block !important;
}
.dx-cell-modified.dx-hidden::after,
.dx-datagrid-invalid.dx-hidden::after,
.dx-highlight-outline.dx-hidden::after {
  display: none;
}
.dx-editor-cell .dx-highlight-outline,
.dx-editor-cell.dx-cell-modified,
.dx-editor-cell.dx-datagrid-invalid {
  padding: 0;
}
.dx-column-lines .dx-cell-modified::after,
.dx-column-lines .dx-datagrid-invalid::after,
.dx-column-lines .dx-highlight-outline::after {
  left: 0;
}
.dx-datagrid-headers {
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-header-row > td > .dx-datagrid-text-content {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.dx-header-row > td > .dx-datagrid-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator) {
  max-width: 100%;
}
.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor {
  border-width: 0;
}
.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused::after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  pointer-events: none;
}
.dx-datagrid-filter-range-overlay .dx-datagrid-filter-range-end {
  border-top: 1px solid transparent;
}
.dx-datagrid-filter-range-overlay .dx-editor-container.dx-cell-modified,
.dx-datagrid-filter-range-overlay .dx-editor-container.dx-datagrid-invalid {
  padding: 0;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-menu {
  display: none;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu {
  position: relative;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
  display: block;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  padding-left: 32px;
}
.dx-datagrid-filter-row .dx-cell-modified::after,
.dx-datagrid-filter-row .dx-datagrid-invalid::after {
  pointer-events: none;
}
.dx-datagrid-filter-row .dx-focused .dx-highlight-outline::after,
.dx-datagrid-filter-row .dx-focused.dx-cell-modified::after,
.dx-datagrid-filter-row .dx-focused.dx-datagrid-invalid::after {
  border-color: transparent;
}
.dx-datagrid-filter-row .dx-menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  overflow: visible;
}
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal {
  display: flex;
  height: 100%;
}
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout-container,
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text {
  display: none;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.dx-datagrid-filter-row > .dx-first-cell .dx-menu,
.dx-datagrid-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 30px 5px 5px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
  padding: 8px 5px 7px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
  padding: 9px 6px 8px;
}
.dx-datagrid-filter-row .dx-menu-caption {
  padding-left: 6px;
}
.dx-datagrid-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
  display: none;
}
.dx-datagrid-filter-row .dx-menu-item-highlight {
  font-weight: 400;
}
.dx-datagrid-scroll-container {
  overflow: hidden;
  width: 100%;
}
.dx-datagrid-header-panel {
  text-align: left;
}
.dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 10px;
}
.dx-datagrid-search-panel {
  margin: 0 0 0 15px;
}
.dx-gridbase-container > .dx-datagrid-rowsview {
  flex: auto;
  height: auto;
}
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
  display: flex;
}
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper {
  flex: 1;
  height: auto;
  min-width: 0;
  min-height: 0;
}
.dx-datagrid-rowsview {
  position: relative;
  overflow: hidden;
}
.dx-datagrid-rowsview.dx-empty {
  height: 100px;
}
.dx-datagrid-rowsview.dx-empty .dx-scrollable-content {
  height: 100%;
}
.dx-datagrid-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
  z-index: 2;
}
.dx-datagrid-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
  z-index: 3;
}
.dx-datagrid-rowsview .dx-datagrid-content {
  overflow-anchor: none;
}
.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed) {
  min-height: 100%;
}
.dx-datagrid-rowsview .dx-datagrid-content.dx-scrollable-container {
  width: auto;
}
.dx-datagrid-rowsview .dx-datagrid-content.dx-datagrid-content-fixed.dx-scrollable-container {
  height: auto;
}
.dx-datagrid-rowsview:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-row > td,
.dx-datagrid-rowsview .dx-row > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child,
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child > td,
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child > tr > td {
  border-top: none;
}
.dx-datagrid-rowsview .dx-data-row > td:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td .dx-link,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td .dx-link,
.dx-datagrid-rowsview .dx-selection > td .dx-link,
.dx-datagrid-rowsview .dx-selection > tr > td .dx-link {
  color: inherit;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-freespace-row,
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-virtual-row {
  border-top: 0;
  border-bottom: 0;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-freespace-row > td,
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-virtual-row > td {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: none;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr.dx-selection > td > .dx-select-checkbox,
.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td:hover > .dx-select-checkbox {
  display: inline-block;
}
.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-data-row.dx-edit-row .dx-cell-modified::after {
  border-color: transparent;
}
.dx-datagrid-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dx-datagrid-bottom-load-panel {
  text-align: center;
  padding: 10px;
}
.dx-datagrid-hidden-column {
  white-space: nowrap;
}
.dx-datagrid .dx-row .dx-datagrid-hidden-column {
  border-right-width: 0;
  border-left-width: 0;
}
.dx-datagrid-hidden-column > * {
  display: none !important;
}
.dx-datagrid-total-footer > .dx-datagrid-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-datagrid-summary-item {
  font-weight: 700;
}
.dx-datagrid-export-menu .dx-dropdownbutton-content .dx-list-item {
  display: block;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
  border: none;
  box-shadow: none;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
  padding: 0;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
  width: 0;
  height: 0;
}
.dx-datagrid-notouch-action {
  touch-action: none;
}
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item {
  border: none;
}
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item,
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item {
  padding: 7px 5px 7px 30px;
}
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image,
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: right;
}
.dx-datagrid.dx-rtl .dx-texteditor-buttons-container,
.dx-rtl .dx-datagrid .dx-texteditor-buttons-container {
  text-align: start;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table {
  direction: rtl;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
  border-left: none;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
  border-right: none;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-datagrid-headers .dx-datagrid-scrollable-simulated,
.dx-rtl .dx-datagrid-total-footer .dx-datagrid-scrollable-simulated {
  direction: ltr;
}
.dx-rtl .dx-datagrid-headers .dx-datagrid-scrollable-simulated .dx-datagrid-table,
.dx-rtl .dx-datagrid-total-footer .dx-datagrid-scrollable-simulated .dx-datagrid-table {
  direction: rtl;
}
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input {
  padding-right: 32px;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2px;
}
.dx-rtl .dx-datagrid-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 5px 5px 30px;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu-caption {
  padding-right: 6px;
}
.dx-rtl .dx-datagrid-header-panel {
  text-align: right;
}
.dx-rtl .dx-datagrid-header-panel .dx-datagrid-column-chooser-button {
  margin-left: 0;
}
.dx-rtl .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dx-datagrid-search-panel {
  margin: 0 15px 0 0;
}
.dx-datagrid-filter-panel,
.dx-datagrid-filter-panel-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 0;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter:hover,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-checkbox {
  padding-right: 10px;
}
.dx-datagrid-filter-panel .dx-icon-filter {
  margin: auto 7px auto auto;
  cursor: pointer;
}
.dx-datagrid {
  position: relative;
  cursor: default;
  white-space: normal;
  line-height: normal;
}
.dx-hidden.dx-group-cell {
  display: table-cell !important;
  font-size: 0 !important;
}
.dx-datagrid-group-panel {
  display: flex;
  white-space: nowrap;
  width: 100%;
  touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datagrid-group-panel .dx-group-panel-item {
  display: inline-block;
  min-width: 30px;
  white-space: nowrap;
}
.dx-datagrid-group-panel .dx-group-panel-item .dx-sort {
  margin-left: 6px;
}
.dx-datagrid-group-panel .dx-block-separator {
  position: relative;
  border-radius: 3px;
}
.dx-datagrid-rowsview .dx-row.dx-group-row td {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:first-child td {
  border-top: none;
}
.dx-datagrid-rowsview .dx-group-row:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-group-row.dx-row > td {
  border-left-color: transparent;
  border-right-color: transparent;
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content:focus {
  outline: 0;
}
.dx-datagrid-group-closed::before,
.dx-datagrid-group-opened::before {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
}
.dx-rtl .dx-datagrid-group-closed {
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-group-row.dx-row.dx-column-lines > td {
  border-left: none;
  border-right: none;
}
.dx-rtl .dx-datagrid-group-panel .dx-block-separator,
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item {
  margin-right: 0;
}
.dx-rtl .dx-datagrid-group-panel .dx-sort {
  margin-left: 0;
  margin-right: 6px;
}
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers {
  border-top: 1px solid #ddd;
}
.dx-datagrid-borders > .dx-datagrid-filter-panel {
  border-top-width: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-sortable-dragging > div > .dx-gridbase-container > .dx-datagrid-rowsview {
  border-color: rgba(51, 122, 183, .5);
}
.dx-datagrid > .dx-datagrid-headers,
.dx-datagrid > .dx-datagrid-rowsview,
.dx-datagrid > .dx-datagrid-total-footer {
  background-color: #fff;
}
.dx-datagrid .dx-sort-up {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-sort-up::before {
  content: "\f051";
}
.dx-datagrid .dx-sort-down {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-sort-down::before {
  content: "\f052";
}
.dx-datagrid .dx-sort-down,
.dx-datagrid .dx-sort-up {
  font-family: inherit;
}
.dx-datagrid .dx-sort-down::before,
.dx-datagrid .dx-sort-up::before {
  font-family: DXIcons, sans-serif;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar {
  background-color: transparent;
}
.dx-datagrid .dx-datagrid-header-panel .dx-group-panel-item,
.dx-datagrid .dx-datagrid-header-panel .dx-header-filter {
  outline: 0;
}
.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-group-panel-item:focus,
.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: -2px;
}
.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus {
  outline-offset: 2px;
}
.dx-datagrid .dx-datagrid-headers .dx-header-filter,
.dx-datagrid .dx-datagrid-headers .dx-header-row > td {
  outline: 0;
}
.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,
.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: 2px;
}
.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
  outline-offset: -2px;
}
.dx-datagrid .dx-header-filter {
  position: relative;
  color: #757575;
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-header-filter::before {
  content: "\f050";
}
.dx-datagrid .dx-header-filter-empty {
  color: rgba(117, 117, 117, .5);
}
.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon {
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed {
  background-color: #fff;
}
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell {
  border-left: none;
}
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell {
  border-right: none;
}
.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row > td.dx-command-edit > a.dx-link:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: 2px;
}
.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row.dx-row-focused > td.dx-command-edit > a.dx-link:focus {
  outline-color: #fff;
  outline-offset: 0;
}
.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form {
  background-color: #fff;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td {
  position: relative;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td:not(.dx-datagrid-group-space)::before {
  display: block;
  height: 100%;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjY1RUVFQzAzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjY1RUVFQkYzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLbJKYAAADrSURBVHja7N3BDYBACABBsQn7L48q0BoMD5SZxAZuc74gF1V1MMfpCARBEEEQRBAEEQRBdovnuxxDq3RD/LIQRBAEQRBBEEQQBBEEQQQBAAAAAAAAABhi8gZVbgxi6kQQBBEEQQRBEEEQRBAEQRBBAAAAAAAAAAAabX2Daux2lqkTQRBEEAQRBEEEQRBBEARBBAEAAAAAAAAAaLR1g2osUyeCIIggCCIIggiCIIIgCIIIAgAAAAAAAADQ6KsbVPnXIKZOBEEQQRBEEAQRBEEEQRAEEYRXoqqcghuCIIIgiCAIIgiCCMIUtwADALYCCr92l++TAAAAAElFTkSuQmCC);
  background-repeat: no-repeat repeat;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: right"]::before {
  transform: scaleX(-1);
  background-position-y: 34px;
}
.dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content {
  color: #333;
}
.dx-datagrid .dx-error-row td {
  color: #fff;
  padding: 0;
}
.dx-datagrid .dx-column-lines > td:first-child {
  border-left: none;
}
.dx-datagrid .dx-column-lines > td:last-child {
  border-right: none;
}
.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon::before {
  content: "\f038";
}
.dx-datagrid-filter-panel {
  padding: 10px;
  color: #333;
  border-top: 1px solid #ddd;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,
.dx-datagrid-filter-panel .dx-icon-filter {
  outline: 0;
}
.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-clear-filter:focus,
.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-text:focus,
.dx-datagrid-filter-panel.dx-state-focused .dx-icon-filter:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: 3px;
}
.dx-datagrid-form-buttons-container {
  float: right;
}
.dx-datagrid-form-buttons-container .dx-button {
  margin-left: 10px;
  margin-top: 10px;
}
.dx-datagrid-adaptive-more {
  cursor: pointer;
  font: 21px/21px DXIcons;
}
.dx-datagrid-adaptive-more::before {
  content: "\f06c";
}
.dx-datagrid-edit-popup .dx-error-message {
  background-color: #e89895;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  margin-bottom: 20px;
}
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell {
  border-right: none;
}
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell {
  border-left: none;
}
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td::before {
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: left"]::before {
  transform: scale(1);
}
.dx-rtl .dx-datagrid .dx-column-lines > td:first-child {
  border-right: none;
  border-left: 1px solid #ddd;
}
.dx-rtl .dx-datagrid .dx-column-lines > td:last-child {
  border-left: none;
  border-right: 1px solid #ddd;
}
.dx-rtl .dx-datagrid-form-buttons-container {
  float: left;
}
.dx-rtl .dx-datagrid-form-buttons-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-datagrid-cell-updated-animation {
  animation: 1s dx-datagrid-highlight-change;
}
@keyframes dx-datagrid-highlight-change {
  50%, from {
    background-color: rgba(51, 51, 51, .08);
  }
}
.dx-datagrid-total-footer tr {
  outline: 0;
}
.dx-datagrid-total-footer:focus-within {
  outline: #5c95c5 solid 2px;
  outline-offset: -2px;
}
.dx-datagrid-container.dx-filter-menu .dx-menu-item-has-icon .dx-icon,
.dx-datagrid.dx-filter-menu .dx-menu-item-has-icon .dx-icon {
  color: #898989;
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before {
  content: "\f053";
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before {
  content: "\f054";
}
.dx-datagrid .dx-icon-filter-operation-equals,
.dx-datagrid-container .dx-icon-filter-operation-equals {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-equals::before,
.dx-datagrid-container .dx-icon-filter-operation-equals::before {
  content: "\f044";
}
.dx-datagrid .dx-icon-filter-operation-default,
.dx-datagrid-container .dx-icon-filter-operation-default {
  font: 12px/12px DXIcons;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-size: 12px 12px;
  padding: 0;
  text-align: center;
}
.dx-datagrid .dx-icon-filter-operation-default::before,
.dx-datagrid-container .dx-icon-filter-operation-default::before {
  content: "\f027";
}
.dx-datagrid .dx-icon-filter-operation-not-equals,
.dx-datagrid-container .dx-icon-filter-operation-not-equals {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-not-equals::before,
.dx-datagrid-container .dx-icon-filter-operation-not-equals::before {
  content: "\f045";
}
.dx-datagrid .dx-icon-filter-operation-less,
.dx-datagrid-container .dx-icon-filter-operation-less {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-less::before,
.dx-datagrid-container .dx-icon-filter-operation-less::before {
  content: "\f046";
}
.dx-datagrid .dx-icon-filter-operation-less-equal,
.dx-datagrid-container .dx-icon-filter-operation-less-equal {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-less-equal::before,
.dx-datagrid-container .dx-icon-filter-operation-less-equal::before {
  content: "\f048";
}
.dx-datagrid .dx-icon-filter-operation-greater,
.dx-datagrid-container .dx-icon-filter-operation-greater {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-greater::before,
.dx-datagrid-container .dx-icon-filter-operation-greater::before {
  content: "\f047";
}
.dx-datagrid .dx-icon-filter-operation-greater-equal,
.dx-datagrid-container .dx-icon-filter-operation-greater-equal {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-greater-equal::before,
.dx-datagrid-container .dx-icon-filter-operation-greater-equal::before {
  content: "\f049";
}
.dx-datagrid .dx-icon-filter-operation-contains,
.dx-datagrid-container .dx-icon-filter-operation-contains {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-contains::before,
.dx-datagrid-container .dx-icon-filter-operation-contains::before {
  content: "\f063";
}
.dx-datagrid .dx-icon-filter-operation-not-contains,
.dx-datagrid-container .dx-icon-filter-operation-not-contains {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-not-contains::before,
.dx-datagrid-container .dx-icon-filter-operation-not-contains::before {
  content: "\f066";
}
.dx-datagrid .dx-icon-filter-operation-starts-with,
.dx-datagrid-container .dx-icon-filter-operation-starts-with {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-starts-with::before,
.dx-datagrid-container .dx-icon-filter-operation-starts-with::before {
  content: "\f064";
}
.dx-datagrid .dx-icon-filter-operation-ends-with,
.dx-datagrid-container .dx-icon-filter-operation-ends-with {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-ends-with::before,
.dx-datagrid-container .dx-icon-filter-operation-ends-with::before {
  content: "\f065";
}
.dx-datagrid .dx-icon-filter-operation-between,
.dx-datagrid-container .dx-icon-filter-operation-between {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-between::before,
.dx-datagrid-container .dx-icon-filter-operation-between::before {
  content: "\f06a";
}
.dx-datagrid {
  color: #333;
  line-height: inherit;
}
.dx-datagrid .dx-row-alt {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.dx-datagrid .dx-row-alt > td,
.dx-datagrid .dx-row-alt > tr > td {
  background-color: #f5f5f5;
}
.dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed) {
  border-bottom-color: transparent;
}
.dx-datagrid .dx-link {
  text-decoration: underline;
  cursor: pointer;
  color: #337ab7;
}
.dx-datagrid .dx-row-lines > td {
  border-bottom: 1px solid #ddd;
}
.dx-datagrid .dx-column-lines > td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.dx-datagrid .dx-error-row .dx-closebutton {
  float: right;
  margin: 9px;
  font: 14px/14px DXIcons;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  text-align: center;
}
.dx-datagrid .dx-error-row .dx-closebutton::before {
  content: "\f00a";
}
.dx-datagrid .dx-error-row .dx-error-message {
  background-color: #e89895;
  white-space: normal;
  word-wrap: break-word;
  padding: 7px 35px 7px 7px;
}
.dx-datagrid .dx-row > td {
  padding: 7px;
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit .dx-link:not(.dx-link-icon) {
  margin: 0 2px;
  min-width: 20px;
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin: 0 5px;
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link:not(.dx-link-icon) {
  width: auto;
}
.dx-datagrid .dx-command-drag {
  width: 36px;
  min-width: 36px;
}
.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 19px;
}
.dx-datagrid-edit-popup .dx-error-message {
  padding: 7px;
}
.dx-datagrid-headers .dx-texteditor-input,
.dx-datagrid-rowsview .dx-texteditor-input {
  padding: 7px;
  min-height: 33px;
}
.dx-datagrid-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input {
  padding-right: 7px;
}
.dx-datagrid-headers .dx-lookup,
.dx-datagrid-rowsview .dx-lookup {
  height: auto;
}
.dx-datagrid-headers .dx-lookup-field,
.dx-datagrid-rowsview .dx-lookup-field {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-datagrid-headers .dx-searchbox .dx-placeholder::before,
.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,
.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input {
  padding-left: 34px;
}
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input {
  padding-right: 34px;
}
.dx-datagrid-checkbox-size {
  vertical-align: middle;
  padding-bottom: 2px;
}
.dx-datagrid-checkbox-size .dx-checkbox-icon {
  font-size: 16px;
}
.dx-datagrid-checkbox-size.dx-checkbox-checked .dx-checkbox-icon::before {
  font-size: 12px;
}
.dx-datagrid-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  inset-inline-start: 50%;
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  font-size: inherit;
  border-radius: 0;
}
.dx-datagrid-column-chooser-list .dx-empty-message {
  color: #757575;
  padding: 0 20px;
}
.dx-datagrid-column-chooser {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-datagrid-column-chooser input,
.dx-datagrid-column-chooser textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-search {
  margin-bottom: 10px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-node {
  padding-left: 20px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-list .dx-treeview-select-all-item,
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-select-all-item {
  -webkit-padding-start: 34px;
  padding-inline-start: 34px;
}
.dx-datagrid-column-chooser .dx-overlay-content {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
  padding-top: 7px;
  padding-bottom: 9px;
  background-color: transparent;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
  opacity: .5;
  margin-bottom: 10px;
  background-color: #fff;
  color: #757575;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 7px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
}
.dx-datagrid-drag-header {
  box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .2);
  color: #757575;
  font-weight: 400;
  padding: 7px;
  border: 1px solid rgba(51, 122, 183, .5);
  background-color: #fff;
}
.dx-datagrid-columns-separator {
  background-color: #337ab7;
}
.dx-datagrid-columns-separator-transparent {
  background-color: transparent;
}
.dx-datagrid-drop-highlight > td {
  background-color: #337ab7;
  color: #fff;
}
.dx-datagrid-focus-overlay {
  border: 2px solid #5c95c5;
}
.dx-datagrid-table .dx-row .dx-command-select {
  width: 70px;
  min-width: 70px;
}
.dx-datagrid-table .dx-row .dx-command-edit {
  width: 85px;
  min-width: 85px;
}
.dx-datagrid-table .dx-row .dx-command-edit .dx-state-disabled.dx-link {
  opacity: .5;
}
.dx-datagrid-table .dx-row .dx-command-edit .dx-state-disabled.dx-link-icon {
  opacity: .6;
}
.dx-datagrid-table .dx-row .dx-command-expand {
  width: 30px;
  min-width: 30px;
}
.dx-datagrid-table .dx-row .dx-command-expand.dx-datagrid-group-space {
  padding-top: 7px;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
  background-color: rgba(0, 0, 0, .04);
  color: #333;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space {
  border-right-color: rgba(0, 0, 0, .04);
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-command-select {
  overflow: inherit;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input {
  background-color: rgba(0, 0, 0, .04);
  color: #333;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td.dx-pointer-events-none {
  background-color: transparent;
}
.dx-datagrid-headers {
  color: #757575;
  font-weight: 400;
  touch-action: pinch-zoom;
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-headers .dx-datagrid-content {
  margin-bottom: -1px;
}
.dx-datagrid-borders .dx-datagrid-headers .dx-datagrid-table {
  border-bottom-width: 1px;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-filter-row .dx-menu .dx-overlay-content {
  color: #333;
}
.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 #5c95c5;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
  background-color: #fff;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded::after {
  border-color: transparent;
}
.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-state-hover {
  background-color: transparent;
}
.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover {
  background-color: #fff;
}
.dx-datagrid-filter-row .dx-cell-modified::after,
.dx-datagrid-filter-row .dx-datagrid-invalid::after,
.dx-datagrid-filter-row .dx-highlight-outline::after {
  border-color: rgba(92, 184, 92, .5);
}
.dx-datagrid-filter-row .dx-menu-item-content .dx-icon {
  color: #898989;
}
.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content {
  border: 1px solid #ddd;
  overflow: inherit;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .15);
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-cell-modified::after,
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-datagrid-invalid::after {
  border-color: rgba(92, 184, 92, .5);
  left: 0;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
  background-color: #fff;
  padding: 7px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused::after {
  border: 2px solid #5c95c5;
}
.dx-cell-modified,
.dx-datagrid-invalid {
  padding: 7px;
}
.dx-datagrid-header-panel {
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-header-panel .dx-toolbar {
  margin-bottom: 10px;
}
.dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-addrow-button .dx-icon-edit-button-addrow::before {
  content: "\f00b";
}
.dx-datagrid-cancel-button .dx-icon-edit-button-cancel {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-cancel-button .dx-icon-edit-button-cancel::before {
  content: "\f04c";
}
.dx-datagrid-save-button .dx-icon-edit-button-save {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-save-button .dx-icon-edit-button-save::before {
  content: "\f041";
}
.dx-datagrid-adaptive-more {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  background-size: 21px 21px;
  padding: 0;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview,
.dx-datagrid-rowsview.dx-datagrid-after-headers {
  border-top: 1px solid #ddd;
}
.dx-datagrid-rowsview .dx-row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dx-datagrid-rowsview .dx-row:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-row.dx-edit-row:first-child > td {
  border-top-width: 0;
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-rowsview .dx-row.dx-edit-row > td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-rowsview .dx-row.dx-datagrid-edit-form {
  white-space: normal;
}
.dx-datagrid-rowsview .dx-master-detail-row > .dx-master-detail-cell {
  padding: 20px;
}
.dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row > .dx-datagrid-group-space {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-rowsview .dx-master-detail-row .dx-texteditor-input {
  padding-right: 0;
}
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) > .dx-datagrid-group-space {
  background-color: #fafafa;
}
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-datagrid-invalid::after {
  border: 1px solid rgba(217, 83, 79, .4);
}
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused.dx-datagrid-invalid::after {
  border: 1px solid #d9534f;
}
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified.dx-datagrid-invalid::after {
  border-color: rgba(92, 184, 92, .5);
}
.dx-datagrid-rowsview .dx-overlay-wrapper.dx-invalid-message .dx-overlay-content {
  padding: 9px 17px;
}
.dx-datagrid-rowsview .dx-row-removed > td {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: rgba(51, 51, 51, .7);
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid {
  border: 1px solid rgba(217, 83, 79, .4);
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid.dx-adaptive-item-text {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}
.dx-datagrid-rowsview .dx-item-modified {
  border-radius: 4px;
  border: 2px solid rgba(92, 184, 92, .5);
}
.dx-datagrid-rowsview .dx-item-modified.dx-adaptive-item-text {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
  background-color: #d6e4f1;
  color: #333;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-texteditor-input {
  border-radius: 0;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-opened,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-opened,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-datagrid-group-opened {
  color: #333;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus {
  background-color: #fff;
  color: #333;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
  border-bottom: 1px solid #5c95c5;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #d6e4f1;
  border-bottom: 1px solid #d6e4f1;
}
.dx-datagrid-rowsview .dx-row-focused.dx-group-row {
  background-color: #d6e4f1;
  color: #333;
}
.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-opened,
.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item {
  color: #333;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td {
  background-color: #e6e6e6;
  color: #333;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-datagrid-group-space {
  border-right-color: #e6e6e6;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-pointer-events-none {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused {
  background-color: #fff;
  color: #333;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > td {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:first-child > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #e6e6e6;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:last-child > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:last-child > td {
  border-bottom: 1px solid #e6e6e6;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
  border-bottom-color: #ddd;
}
.dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-right: 0;
}
.dx-datagrid-rowsview td.dx-validation-pending {
  position: relative;
  padding: 0;
}
.dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-datagrid-rowsview td.dx-validation-pending.dx-datagrid-invalid {
  padding: 7px 34px 7px 7px;
}
.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending.dx-datagrid-invalid,
.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending.dx-datagrid-invalid {
  padding-left: 34px;
  padding-right: 7px;
}
.dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator {
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  inset-inline-end: 4px;
  background-color: #fff;
}
.dx-datagrid-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending .dx-texteditor-input {
  padding-right: 34px;
}
.dx-datagrid-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 34px;
}
.dx-datagrid-search-text {
  color: #fff;
  background-color: #337ab7;
}
.dx-datagrid-nodata {
  color: #333;
  font-size: 17px;
  opacity: .7;
}
.dx-datagrid-bottom-load-panel {
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.dx-datagrid-pager {
  border-top: 1px solid #ddd;
}
.dx-datagrid-pager .dx-navigate-button,
.dx-datagrid-pager .dx-page,
.dx-datagrid-pager .dx-page-size {
  outline: 0;
}
.dx-datagrid-pager.dx-state-focused .dx-navigate-button:focus,
.dx-datagrid-pager.dx-state-focused .dx-page-size:focus,
.dx-datagrid-pager.dx-state-focused .dx-page:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: -2px;
}
.dx-datagrid-summary-item {
  color: rgba(51, 51, 51, .7);
}
.dx-datagrid-total-footer {
  position: relative;
  border-top: 1px solid #ddd;
}
.dx-datagrid-revert-tooltip .dx-overlay-content {
  background-color: #fff;
  min-width: inherit;
}
.dx-datagrid-revert-tooltip .dx-revert-button {
  margin: 0 1px;
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon {
  color: #fff;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-selected {
  background-color: #d9534f;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover {
  background-color: #c9302c;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-focused {
  background-color: #b52b27;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-active {
  background-color: #a02622;
  color: #fff;
}
.dx-datagrid-revert-tooltip .dx-revert-button > .dx-button-content {
  padding: 7px;
}
.dx-toolbar-menu-section .dx-datagrid-checkbox-size {
  width: 100%;
}
.dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-container {
  padding: 14px;
}
.dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-text {
  padding-left: 34px;
}
.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space {
  border-left-color: rgba(0, 0, 0, .04);
  border-right-color: transparent;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
  margin: 0 3px;
}
.dx-rtl .dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td {
  border-right-color: #ddd;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td:not(.dx-focused).dx-datagrid-group-space {
  border-left-color: #e6e6e6;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td.dx-pointer-events-none {
  border-left-color: #ddd;
}
.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-left: 0;
}
.dx-datagrid-group-panel {
  font-size: 14px;
  touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-message {
  color: #757575;
  font-weight: 400;
  padding: 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  line-height: 1.2858;
}
.dx-datagrid-group-panel .dx-group-panel-item {
  margin-right: 10px;
  color: #757575;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 7px;
}
.dx-datagrid-group-panel .dx-block-separator {
  margin-right: 10px;
  color: #757575;
  font-weight: 400;
  background-color: #337ab7;
}
.dx-datagrid-group-panel .dx-sort {
  color: #757575;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:first-child {
  border-top: none;
}
.dx-datagrid-rowsview .dx-row.dx-group-row {
  font-weight: 700;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
  color: #222;
  background-color: #f7f7f7;
}
.dx-datagrid-rowsview .dx-row.dx-group-row td {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
}
.dx-datagrid-group-opened {
  font: 18px/18px DXIcons;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
  color: #959595;
}
.dx-datagrid-group-opened::before {
  content: "\f001";
}
.dx-datagrid-group-closed {
  font: 18px/18px DXIcons;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
  color: #959595;
}
.dx-datagrid-group-closed::before {
  content: "\f04e";
}
.dx-datagrid-group-closed,
.dx-datagrid-group-opened {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.dx-row.dx-datagrid-group-footer.dx-column-lines {
  border-bottom: 1px solid #ddd;
}
.dx-row.dx-datagrid-group-footer > td {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
}
.dx-rtl .dx-datagrid-group-panel .dx-block-separator,
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item {
  margin-left: 10px;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,
.dx-datagrid-filter-panel .dx-icon-filter {
  color: #337ab7;
}
.dx-treelist-important-margin {
  margin-right: 5px !important;
}
.dx-treelist-table {
  background-color: transparent;
}
.dx-treelist-borders > .dx-treelist-total-footer {
  border-top: 0;
}
.dx-treelist-borders > .dx-treelist-pager {
  margin-top: -1px;
}
.dx-treelist-borders > .dx-treelist-header-panel {
  border-bottom: 0;
}
.dx-treelist-borders > .dx-treelist-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2),
.dx-treelist-borders > .dx-treelist-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
  border-bottom-width: 0;
}
.dx-treelist .dx-treelist-content-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table {
  position: relative;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table td {
  pointer-events: auto;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-row td.dx-pointer-events-none {
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-header-row td.dx-pointer-events-none {
  border-bottom-color: transparent;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table.dx-treelist-table-fixed .dx-row td.dx-pointer-events-none {
  width: auto;
}
.dx-treelist .dx-menu-subitem ul li {
  padding-top: 0;
}
.dx-treelist .dx-menu-subitem ul li:first-child {
  padding-top: 1px;
}
.dx-treelist .dx-menu-subitem .dx-menu-item {
  padding: 7px 30px 7px 5px;
}
.dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: left;
}
.dx-treelist .dx-link {
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist .dx-column-indicators {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.dx-treelist .dx-column-indicators.dx-visibility-hidden {
  visibility: hidden;
}
.dx-treelist .dx-column-indicators .dx-sort-index-icon {
  padding-right: 3px;
  margin-left: -3px;
  width: 15px;
}
.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter,
.dx-treelist .dx-column-indicators .dx-header-filter.dx-sort,
.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter,
.dx-treelist .dx-column-indicators .dx-sort.dx-sort {
  display: inline-block;
}
.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter::after,
.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-treelist .dx-row > td,
.dx-treelist .dx-row > tr > td {
  padding: 7px;
}
.dx-treelist .dx-error-row {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.dx-treelist .dx-error-row .dx-error-message {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-treelist .dx-error-row .dx-error-message a {
  color: inherit;
}
.dx-treelist .dx-treelist-rowsview .dx-data-row .dx-command-drag {
  cursor: move;
  vertical-align: middle;
  padding: 0;
}
.dx-sortable-dragging .dx-treelist-rowsview .dx-data-row .dx-command-drag {
  cursor: pointer;
  cursor: grabbing;
}
.dx-sortable-without-handle .dx-data-row {
  cursor: pointer;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
  border-bottom: none;
  font-size: 16px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
  font-size: 16px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-treelist-drag-action {
  opacity: 1;
  cursor: pointer;
  touch-action: pinch-zoom;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
  padding: 0;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-list .dx-treeview-node .dx-treeview-item,
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node .dx-treeview-item {
  -webkit-padding-start: 4px;
  padding-inline-start: 4px;
}
.dx-treelist-nowrap,
.dx-treelist-nowrap .dx-header-row > td > .dx-treelist-text-content {
  white-space: nowrap;
}
.dx-treelist-drag-header {
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  box-sizing: content-box;
}
.dx-treelist-drag-header.dx-drag-command-cell {
  padding: 0;
}
.dx-treelist-columns-separator {
  position: absolute;
  z-index: 3;
  width: 3px;
}
.dx-treelist-columns-separator-transparent {
  border-left: 0;
  border-right: 0;
}
.dx-treelist-tracker {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: col-resize;
}
.dx-treelist-table-content {
  position: absolute;
  top: 0;
}
.dx-treelist-focus-overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dx-treelist-action,
.dx-treelist-drag-action {
  cursor: pointer;
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) .dx-link {
  color: inherit;
}
.dx-treelist-content {
  position: relative;
}
.dx-treelist-content .dx-overlay-wrapper.dx-invalid-message.dx-treelist-invalid-message {
  visibility: visible;
}
.dx-treelist-content .dx-overlay-wrapper.dx-invalid-message.dx-treelist-invalid-message .dx-overlay-content,
.dx-treelist-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-table-fixed {
  table-layout: fixed;
  width: 100%;
}
input.dx-hidden {
  display: inline-block !important;
  width: 0 !important;
}
.dx-hidden-cell {
  visibility: hidden;
}
.dx-row > td,
.dx-row > tr > td {
  border: none;
}
.dx-treelist-content .dx-treelist-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  max-width: 10px;
}
.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed {
  max-width: none;
}
.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
  display: none;
}
.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
  width: 26px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit {
  max-width: none !important;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators {
  float: none !important;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators > span {
  width: 14px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
  display: inline-block;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-header-row .dx-treelist-text-content {
  max-width: none;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators {
  float: none !important;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators > span {
  width: 14px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-master-detail-cell {
  max-width: 0;
}
.dx-treelist-content .dx-treelist-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.dx-treelist-content .dx-treelist-table .dx-row > td,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td {
  vertical-align: top;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-first-child,
.dx-treelist-content .dx-treelist-table .dx-row > td:first-child,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-first-child,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td:first-child {
  border-left: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-last-child,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-last-child {
  border-right: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space {
  border-right: none;
  vertical-align: top;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space + td {
  border-left: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container {
  overflow: hidden;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid .dx-invalid-message.dx-overlay {
  position: static;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell {
  max-width: 0;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell:not(.dx-treelist-cell-expandable) {
  padding-left: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor,
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor-container {
  border: 0;
  margin: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-select {
  padding: 0;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit {
  text-overflow: clip;
  width: 100px;
  min-width: 100px;
  white-space: nowrap;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
  width: 80px;
  min-width: 80px;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
  text-decoration: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit .dx-link {
  display: inline-block;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-expand {
  padding: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-adaptive {
  padding: 0;
  vertical-align: middle;
}
.dx-treelist-content .dx-treelist-table .dx-data-row .dx-command-edit-with-icons {
  line-height: 1;
  white-space: nowrap;
}
.dx-treelist-content .dx-treelist-table .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-treelist-content .dx-treelist-table .dx-row > .dx-last-data-cell {
  border-right: none;
}
.dx-treelist-content .dx-treelist-table .dx-row > .dx-command-adaptive-hidden {
  border-left: none;
}
.dx-cell-modified,
.dx-highlight-outline,
.dx-treelist-invalid {
  position: relative;
  padding: 7px;
}
.dx-cell-modified::after,
.dx-highlight-outline::after,
.dx-treelist-invalid::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.dx-cell-modified.dx-hidden,
.dx-highlight-outline.dx-hidden,
.dx-treelist-invalid.dx-hidden {
  display: block !important;
}
.dx-cell-modified.dx-hidden::after,
.dx-highlight-outline.dx-hidden::after,
.dx-treelist-invalid.dx-hidden::after {
  display: none;
}
.dx-editor-cell .dx-texteditor-input {
  margin: 0;
}
.dx-editor-cell .dx-highlight-outline,
.dx-editor-cell.dx-cell-modified,
.dx-editor-cell.dx-treelist-invalid {
  padding: 0;
}
.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
  display: inline-block;
  content: "\200b";
  vertical-align: middle;
}
.dx-column-lines .dx-cell-modified::after,
.dx-column-lines .dx-highlight-outline::after,
.dx-column-lines .dx-treelist-invalid::after {
  left: 0;
}
.dx-treelist-headers {
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-header-row .dx-editor-cell .dx-select-checkbox {
  display: inline-block;
}
.dx-header-row > td {
  white-space: nowrap;
  overflow: hidden;
}
.dx-header-row > td > .dx-treelist-text-content {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.dx-header-row .dx-text-content-alignment-left,
.dx-header-row .dx-text-content-alignment-right,
.dx-header-row > td > .dx-treelist-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator) {
  max-width: 100%;
}
.dx-header-row .dx-header-filter-indicator,
.dx-header-row .dx-sort-indicator {
  max-width: calc(100% - 17px);
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 34px);
}
.dx-header-row .dx-sort-indicator.dx-header-filter-indicator {
  max-width: calc(100% - 31px);
}
.dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 62px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator {
  max-width: calc(100% - 29px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator {
  max-width: calc(100% - 43px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 46px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 74px);
}
.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor {
  border-width: 0;
}
.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused::after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  pointer-events: none;
}
.dx-treelist-filter-range-overlay .dx-treelist-filter-range-end {
  border-top: 1px solid transparent;
}
.dx-treelist-filter-range-overlay .dx-editor-container.dx-cell-modified,
.dx-treelist-filter-range-overlay .dx-editor-container.dx-treelist-invalid {
  padding: 0;
}
.dx-treelist-filter-row .dx-editor-cell .dx-menu {
  display: none;
}
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu {
  position: relative;
}
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
  display: block;
}
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  padding-left: 32px;
}
.dx-treelist-filter-row .dx-cell-modified::after,
.dx-treelist-filter-row .dx-treelist-invalid::after {
  pointer-events: none;
}
.dx-treelist-filter-row .dx-focused .dx-highlight-outline::after,
.dx-treelist-filter-row .dx-focused.dx-cell-modified::after,
.dx-treelist-filter-row .dx-focused.dx-treelist-invalid::after {
  border-color: transparent;
}
.dx-treelist-filter-row .dx-menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  overflow: visible;
}
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal {
  display: flex;
  height: 100%;
}
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout-container,
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text {
  display: none;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.dx-treelist-filter-row > .dx-first-cell .dx-menu,
.dx-treelist-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 30px 5px 5px;
}
.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
  padding: 8px 5px 7px;
}
.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
  padding: 9px 6px 8px;
}
.dx-treelist-filter-row .dx-menu-caption {
  padding-left: 6px;
}
.dx-treelist-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
  display: none;
}
.dx-treelist-filter-row .dx-menu-item-highlight {
  font-weight: 400;
}
.dx-treelist-scroll-container {
  overflow: hidden;
  width: 100%;
}
.dx-treelist-header-panel {
  text-align: left;
}
.dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 10px;
}
.dx-state-disabled {
  cursor: pointer;
}
.dx-state-disabled .dx-menu-item {
  cursor: default;
}
.dx-treelist-search-panel {
  margin: 0 0 0 15px;
}
.dx-gridbase-container > .dx-treelist-rowsview {
  flex: auto;
  height: auto;
}
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable {
  display: flex;
}
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable > .dx-scrollable-wrapper {
  flex: 1;
  height: auto;
  min-width: 0;
  min-height: 0;
}
.dx-treelist-rowsview {
  position: relative;
  overflow: hidden;
}
.dx-treelist-rowsview.dx-empty {
  height: 100px;
}
.dx-treelist-rowsview.dx-empty .dx-scrollable-content {
  height: 100%;
}
.dx-treelist-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
  z-index: 2;
}
.dx-treelist-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
  z-index: 3;
}
.dx-treelist-rowsview .dx-treelist-content {
  overflow-anchor: none;
}
.dx-treelist-rowsview .dx-treelist-content:not(.dx-treelist-content-fixed) {
  min-height: 100%;
}
.dx-treelist-rowsview .dx-treelist-content.dx-scrollable-container {
  width: auto;
}
.dx-treelist-rowsview .dx-treelist-content.dx-treelist-content-fixed.dx-scrollable-container {
  height: auto;
}
.dx-treelist-rowsview:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-row > td,
.dx-treelist-rowsview .dx-row > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child,
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child > td,
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child > tr > td {
  border-top: none;
}
.dx-treelist-rowsview .dx-data-row > td:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-selection.dx-row:hover > td .dx-link,
.dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td .dx-link,
.dx-treelist-rowsview .dx-selection > td .dx-link,
.dx-treelist-rowsview .dx-selection > tr > td .dx-link {
  color: inherit;
}
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-freespace-row,
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-virtual-row {
  border-top: 0;
  border-bottom: 0;
}
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-freespace-row > td,
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-virtual-row > td {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: none;
}
.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr.dx-selection > td > .dx-select-checkbox,
.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td:hover > .dx-select-checkbox {
  display: inline-block;
}
.dx-treelist-rowsview .dx-row > .dx-master-detail-cell:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-data-row.dx-edit-row .dx-cell-modified::after {
  border-color: transparent;
}
.dx-treelist-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dx-treelist-bottom-load-panel {
  text-align: center;
  padding: 10px;
}
.dx-treelist-hidden-column {
  white-space: nowrap;
}
.dx-treelist .dx-row .dx-treelist-hidden-column {
  border-right-width: 0;
  border-left-width: 0;
}
.dx-treelist-hidden-column > * {
  display: none !important;
}
.dx-treelist-total-footer > .dx-treelist-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-summary-item {
  font-weight: 700;
}
.dx-treelist-export-menu .dx-dropdownbutton-content .dx-list-item {
  display: block;
}
.dx-command-adaptive {
  width: 36px;
  min-width: 36px;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
  border: none;
  box-shadow: none;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
  padding: 0;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
  width: 0;
  height: 0;
}
.dx-treelist-notouch-action {
  touch-action: none;
}
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item {
  border: none;
}
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item,
.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item {
  padding: 7px 5px 7px 30px;
}
.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image,
.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: right;
}
.dx-rtl .dx-treelist .dx-texteditor-buttons-container,
.dx-treelist.dx-rtl .dx-texteditor-buttons-container {
  text-align: start;
}
.dx-rtl .dx-treelist-content .dx-treelist-table {
  direction: rtl;
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space {
  border-left: none;
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td {
  border-right: none;
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  transform: scaleX(-1);
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-treelist-headers .dx-treelist-scrollable-simulated,
.dx-rtl .dx-treelist-total-footer .dx-treelist-scrollable-simulated {
  direction: ltr;
}
.dx-rtl .dx-treelist-headers .dx-treelist-scrollable-simulated .dx-treelist-table,
.dx-rtl .dx-treelist-total-footer .dx-treelist-scrollable-simulated .dx-treelist-table {
  direction: rtl;
}
.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,
.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input {
  padding-right: 32px;
}
.dx-rtl .dx-treelist-filter-row .dx-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2px;
}
.dx-rtl .dx-treelist-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-rtl .dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 5px 5px 30px;
}
.dx-rtl .dx-treelist-filter-row .dx-menu-caption {
  padding-right: 6px;
}
.dx-rtl .dx-treelist-header-panel {
  text-align: right;
}
.dx-rtl .dx-treelist-header-panel .dx-treelist-column-chooser-button {
  margin-left: 0;
}
.dx-rtl .dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dx-treelist-search-panel {
  margin: 0 15px 0 0;
}
.dx-treelist-filter-panel,
.dx-treelist-filter-panel-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 0;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter:hover,
.dx-treelist-filter-panel .dx-treelist-filter-panel-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-checkbox {
  padding-right: 10px;
}
.dx-treelist-filter-panel .dx-icon-filter {
  margin: auto 7px auto auto;
  cursor: pointer;
}
.dx-treelist-container {
  position: relative;
  cursor: default;
  white-space: normal;
  line-height: normal;
  color: #333;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable {
  white-space: nowrap;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-text-content,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-text-content {
  display: inline-block;
  white-space: normal;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-icon-container,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-icon-container {
  float: none;
}
.dx-treelist-rowsview .dx-treelist-icon-container {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1;
}
.dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
  float: left;
}
.dx-treelist-borders > .dx-treelist-headers,
.dx-treelist-borders > .dx-treelist-rowsview,
.dx-treelist-borders > .dx-treelist-total-footer {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.dx-treelist-borders > .dx-treelist-rowsview,
.dx-treelist-borders > .dx-treelist-total-footer {
  border-bottom: 1px solid #ddd;
}
.dx-treelist-borders > .dx-treelist-filter-panel,
.dx-treelist-borders > .dx-treelist-headers {
  border-top: 1px solid #ddd;
}
.dx-treelist-borders > .dx-treelist-filter-panel {
  border-top-width: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-sortable-dragging > div > .dx-gridbase-container > .dx-treelist-rowsview {
  border-color: rgba(51, 122, 183, .5);
}
.dx-treelist .dx-column-lines > td:first-child {
  border-left: none;
}
.dx-treelist .dx-column-lines > td:last-child {
  border-right: none;
}
.dx-treelist .dx-command-drag .dx-treelist-drag-icon {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-command-drag .dx-treelist-drag-icon::before {
  content: "\f038";
}
.dx-treelist-container > .dx-treelist-headers,
.dx-treelist-container > .dx-treelist-rowsview {
  background-color: #fff;
}
.dx-treelist-container .dx-sort-up {
  font: 14px/1 DXIcons;
}
.dx-treelist-container .dx-sort-up::before {
  content: "\f051";
}
.dx-treelist-container .dx-sort-down {
  font: 14px/1 DXIcons;
}
.dx-treelist-container .dx-sort-down::before {
  content: "\f052";
}
.dx-treelist-container .dx-sort-down,
.dx-treelist-container .dx-sort-up {
  font-family: inherit;
}
.dx-treelist-container .dx-sort-down::before,
.dx-treelist-container .dx-sort-up::before {
  font-family: DXIcons, sans-serif;
}
.dx-treelist-container .dx-treelist-header-panel .dx-toolbar {
  background-color: transparent;
}
.dx-treelist-container .dx-treelist-headers .dx-header-filter,
.dx-treelist-container .dx-treelist-headers .dx-header-row > td {
  outline: 0;
}
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus {
  outline: #5c95c5 solid 2px;
}
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus {
  outline-offset: -2px;
}
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus {
  outline-offset: 2px;
}
.dx-treelist-container .dx-header-filter {
  position: relative;
  color: #757575;
  font: 14px/1 DXIcons;
}
.dx-treelist-container .dx-header-filter::before {
  content: "\f050";
}
.dx-treelist-container .dx-header-filter-empty {
  color: rgba(117, 117, 117, .5);
}
.dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon {
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.dx-treelist-container .dx-treelist-content-fixed .dx-treelist-table .dx-col-fixed {
  background-color: #fff;
}
.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,
.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,
.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell {
  border-left: none;
}
.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell {
  border-right: none;
}
.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row > td.dx-command-edit > a.dx-link:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: 2px;
}
.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row.dx-row-focused > td.dx-command-edit > a.dx-link:focus {
  outline-color: #fff;
  outline-offset: 0;
}
.dx-treelist-container .dx-treelist-rowsview .dx-treelist-edit-form {
  background-color: #fff;
}
.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td {
  position: relative;
}
.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td::before {
  display: block;
  height: 100%;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjY1RUVFQzAzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjY1RUVFQkYzRDYzMTFFODlFNThCOUJBQjU4Q0EzRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLbJKYAAADrSURBVHja7N3BDYBACABBsQn7L48q0BoMD5SZxAZuc74gF1V1MMfpCARBEEEQRBAEEQRBdovnuxxDq3RD/LIQRBAEQRBBEEQQBBEEQQQBAAAAAAAAABhi8gZVbgxi6kQQBBEEQQRBEEEQRBAEQRBBAAAAAAAAAAAabX2Daux2lqkTQRBEEAQRBEEEQRBBEARBBAEAAAAAAAAAaLR1g2osUyeCIIggCCIIggiCIIIgCIIIAgAAAAAAAADQ6KsbVPnXIKZOBEEQQRBEEAQRBEEEQRAEEYRXoqqcghuCIIIgiCAIIgiCCMIUtwADALYCCr92l++TAAAAAElFTkSuQmCC);
  background-repeat: no-repeat repeat;
}
.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: right"]::before {
  transform: scaleX(-1);
}
.dx-treelist-container .dx-treelist-filter-row .dx-filter-range-content {
  color: #333;
}
.dx-treelist-container .dx-error-row td {
  color: #fff;
  padding: 0;
}
.dx-treelist-container .dx-error-row .dx-error-message {
  background-color: #e89895;
  white-space: normal;
  word-wrap: break-word;
}
.dx-treelist-filter-panel {
  padding: 10px;
  color: #333;
  border-top: 1px solid #ddd;
}
.dx-treelist-filter-panel.dx-state-focused .dx-icon-filter:focus,
.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-clear-filter:focus,
.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-text:focus {
  outline: #5c95c5 solid 2px;
}
.dx-treelist-form-buttons-container {
  float: right;
}
.dx-treelist-form-buttons-container .dx-button {
  margin-left: 10px;
  margin-top: 10px;
}
.dx-treelist-export-menu .dx-menu-item .dx-icon-exportxlsx {
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
}
.dx-treelist-adaptive-more {
  cursor: pointer;
  font: 21px/21px DXIcons;
}
.dx-treelist-adaptive-more::before {
  content: "\f06c";
}
.dx-treelist-edit-popup .dx-error-message {
  background-color: #e89895;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  margin-bottom: 20px;
}
.dx-rtl.dx-treelist .dx-column-lines > td:first-child {
  border-right: none;
  border-left: 1px solid #ddd;
}
.dx-rtl.dx-treelist .dx-column-lines > td:last-child {
  border-left: none;
  border-right: 1px solid #ddd;
}
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell {
  border-right: none;
}
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell {
  border-left: none;
}
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td::before {
  transform: scaleX(-1);
}
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: left"]::before {
  transform: scale(1);
}
.dx-rtl .dx-treelist-form-buttons-container {
  float: left;
}
.dx-rtl .dx-treelist-form-buttons-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-treelist-cell-updated-animation {
  animation: 1s dx-treelist-highlight-change;
}
@keyframes dx-treelist-highlight-change {
  50%, from {
    background-color: rgba(51, 51, 51, .08);
  }
}
.dx-treelist-container.dx-filter-menu .dx-menu-item-has-icon .dx-icon,
.dx-treelist.dx-filter-menu .dx-menu-item-has-icon .dx-icon {
  color: #898989;
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before {
  content: "\f053";
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before {
  content: "\f054";
}
.dx-treelist .dx-icon-filter-operation-equals,
.dx-treelist-container .dx-icon-filter-operation-equals {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-equals::before,
.dx-treelist-container .dx-icon-filter-operation-equals::before {
  content: "\f044";
}
.dx-treelist .dx-icon-filter-operation-default,
.dx-treelist-container .dx-icon-filter-operation-default {
  font: 12px/12px DXIcons;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-size: 12px 12px;
  padding: 0;
  text-align: center;
}
.dx-treelist .dx-icon-filter-operation-default::before,
.dx-treelist-container .dx-icon-filter-operation-default::before {
  content: "\f027";
}
.dx-treelist .dx-icon-filter-operation-not-equals,
.dx-treelist-container .dx-icon-filter-operation-not-equals {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-not-equals::before,
.dx-treelist-container .dx-icon-filter-operation-not-equals::before {
  content: "\f045";
}
.dx-treelist .dx-icon-filter-operation-less,
.dx-treelist-container .dx-icon-filter-operation-less {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-less::before,
.dx-treelist-container .dx-icon-filter-operation-less::before {
  content: "\f046";
}
.dx-treelist .dx-icon-filter-operation-less-equal,
.dx-treelist-container .dx-icon-filter-operation-less-equal {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-less-equal::before,
.dx-treelist-container .dx-icon-filter-operation-less-equal::before {
  content: "\f048";
}
.dx-treelist .dx-icon-filter-operation-greater,
.dx-treelist-container .dx-icon-filter-operation-greater {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-greater::before,
.dx-treelist-container .dx-icon-filter-operation-greater::before {
  content: "\f047";
}
.dx-treelist .dx-icon-filter-operation-greater-equal,
.dx-treelist-container .dx-icon-filter-operation-greater-equal {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-greater-equal::before,
.dx-treelist-container .dx-icon-filter-operation-greater-equal::before {
  content: "\f049";
}
.dx-treelist .dx-icon-filter-operation-contains,
.dx-treelist-container .dx-icon-filter-operation-contains {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-contains::before,
.dx-treelist-container .dx-icon-filter-operation-contains::before {
  content: "\f063";
}
.dx-treelist .dx-icon-filter-operation-not-contains,
.dx-treelist-container .dx-icon-filter-operation-not-contains {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-not-contains::before,
.dx-treelist-container .dx-icon-filter-operation-not-contains::before {
  content: "\f066";
}
.dx-treelist .dx-icon-filter-operation-starts-with,
.dx-treelist-container .dx-icon-filter-operation-starts-with {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-starts-with::before,
.dx-treelist-container .dx-icon-filter-operation-starts-with::before {
  content: "\f064";
}
.dx-treelist .dx-icon-filter-operation-ends-with,
.dx-treelist-container .dx-icon-filter-operation-ends-with {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-ends-with::before,
.dx-treelist-container .dx-icon-filter-operation-ends-with::before {
  content: "\f065";
}
.dx-treelist .dx-icon-filter-operation-between,
.dx-treelist-container .dx-icon-filter-operation-between {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-between::before,
.dx-treelist-container .dx-icon-filter-operation-between::before {
  content: "\f06a";
}
.dx-treelist {
  line-height: inherit;
}
.dx-treelist .dx-row-alt {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.dx-treelist .dx-row-alt > td,
.dx-treelist .dx-row-alt > tr > td {
  background-color: #f5f5f5;
}
.dx-treelist .dx-row-alt.dx-row:not(.dx-row-removed) {
  border-bottom-color: transparent;
}
.dx-treelist .dx-link {
  color: #337ab7;
}
.dx-treelist .dx-row-lines > td {
  border-bottom: 1px solid #ddd;
}
.dx-treelist .dx-column-lines > td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.dx-treelist .dx-error-row .dx-closebutton {
  float: right;
  margin: 9px;
  font: 14px/14px DXIcons;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  text-align: center;
}
.dx-treelist .dx-error-row .dx-closebutton::before {
  content: "\f00a";
}
.dx-treelist .dx-error-row .dx-error-message {
  padding: 7px 35px 7px 7px;
}
.dx-treelist .dx-row > td {
  padding: 7px;
}
.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit .dx-link:not(.dx-link-icon) {
  margin: 0 2px;
  min-width: 20px;
}
.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin: 0 5px;
}
.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link:not(.dx-link-icon) {
  width: auto;
}
.dx-treelist .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: right"]::before {
  background-position-y: 34px;
}
.dx-treelist .dx-command-drag {
  width: 36px;
  min-width: 36px;
}
.dx-treelist .dx-command-drag .dx-treelist-drag-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 19px;
}
.dx-treelist-edit-popup .dx-error-message {
  padding: 7px;
}
.dx-treelist-headers .dx-texteditor-input,
.dx-treelist-rowsview .dx-texteditor-input {
  padding: 7px;
  min-height: 33px;
}
.dx-treelist-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input {
  padding-right: 7px;
}
.dx-treelist-headers .dx-lookup,
.dx-treelist-rowsview .dx-lookup {
  height: auto;
}
.dx-treelist-headers .dx-lookup-field,
.dx-treelist-rowsview .dx-lookup-field {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-headers .dx-searchbox .dx-placeholder::before,
.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,
.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input {
  padding-left: 34px;
}
.dx-rtl .dx-treelist-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input {
  padding-right: 34px;
}
.dx-editor-cell .dx-numberbox-spin-button {
  background-color: transparent;
}
.dx-editor-cell .dx-icon-clear {
  left: 0;
}
.dx-editor-cell .dx-texteditor,
.dx-editor-cell .dx-texteditor .dx-texteditor-input {
  background: #fff;
}
.dx-editor-cell .dx-dropdowneditor {
  background-color: #fff;
}
.dx-editor-cell.dx-focused .dx-dropdowneditor-icon {
  border-radius: 0;
}
.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-checkbox-size {
  vertical-align: middle;
  padding-bottom: 2px;
}
.dx-treelist-checkbox-size .dx-checkbox-icon {
  font-size: 16px;
}
.dx-treelist-checkbox-size.dx-checkbox-checked .dx-checkbox-icon::before {
  font-size: 12px;
}
.dx-treelist-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  inset-inline-start: 50%;
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  font-size: inherit;
  border-radius: 0;
}
.dx-treelist-column-chooser-list .dx-empty-message {
  color: #757575;
  padding: 0 20px;
}
.dx-treelist-column-chooser {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-treelist-column-chooser input,
.dx-treelist-column-chooser textarea {
  font-family:
    "Helvetica Neue",
    "Segoe UI",
    helvetica,
    verdana,
    sans-serif;
  line-height: 1.35715;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-search {
  margin-bottom: 10px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-node {
  padding-left: 20px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-list .dx-treeview-select-all-item,
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-select-all-item {
  -webkit-padding-start: 34px;
  padding-inline-start: 34px;
}
.dx-treelist-column-chooser .dx-overlay-content {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
  padding-top: 7px;
  padding-bottom: 9px;
  background-color: transparent;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
  opacity: .5;
  margin-bottom: 10px;
  background-color: #fff;
  color: #757575;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 7px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
}
.dx-treelist-drag-header {
  box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .2);
  color: #757575;
  font-weight: 400;
  padding: 7px;
  border: 1px solid rgba(51, 122, 183, .5);
  background-color: #fff;
}
.dx-treelist-columns-separator {
  background-color: #337ab7;
}
.dx-treelist-columns-separator-transparent {
  background-color: transparent;
}
.dx-treelist-drop-highlight > td {
  background-color: #337ab7;
  color: #fff;
}
.dx-treelist-focus-overlay {
  border: 2px solid #5c95c5;
}
.dx-treelist-table .dx-row .dx-command-select {
  width: 70px;
  min-width: 70px;
}
.dx-treelist-table .dx-row .dx-command-edit {
  width: 85px;
  min-width: 85px;
}
.dx-treelist-table .dx-row .dx-command-edit .dx-state-disabled.dx-link {
  opacity: .5;
}
.dx-treelist-table .dx-row .dx-command-edit .dx-state-disabled.dx-link-icon {
  opacity: .6;
}
.dx-treelist-table .dx-row .dx-command-expand {
  width: 30px;
  min-width: 30px;
}
.dx-treelist-table .dx-row .dx-command-expand.dx-treelist-group-space {
  padding-top: 7px;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
  background-color: rgba(0, 0, 0, .04);
  color: #333;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-treelist-group-space {
  border-right-color: rgba(0, 0, 0, .04);
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-command-select {
  overflow: inherit;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-treelist-readonly .dx-texteditor .dx-texteditor-input {
  background-color: rgba(0, 0, 0, .04);
  color: #333;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td.dx-pointer-events-none {
  background-color: transparent;
}
.dx-treelist-headers {
  color: #757575;
  font-weight: 400;
  touch-action: pinch-zoom;
  border-bottom: 1px solid #ddd;
}
.dx-treelist-headers .dx-treelist-content {
  margin-bottom: -1px;
}
.dx-treelist-borders .dx-treelist-headers .dx-treelist-table {
  border-bottom-width: 1px;
}
.dx-treelist-headers .dx-treelist-table .dx-row > td {
  border-bottom: 1px solid #ddd;
}
.dx-treelist-filter-row .dx-menu .dx-overlay-content {
  color: #333;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused {
  background-color: transparent;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused::after {
  border: 2px solid #5c95c5;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
  background-color: #fff;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded::after {
  border-color: transparent;
}
.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-state-hover {
  background-color: transparent;
}
.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover {
  background-color: #fff;
}
.dx-treelist-filter-row .dx-cell-modified::after,
.dx-treelist-filter-row .dx-highlight-outline::after,
.dx-treelist-filter-row .dx-treelist-invalid::after {
  border-color: rgba(92, 184, 92, .5);
}
.dx-treelist-filter-row .dx-menu-item-content .dx-icon {
  color: #898989;
}
.dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
}
.dx-treelist-filter-range-overlay .dx-overlay-content {
  border: 1px solid #ddd;
  overflow: inherit;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .15);
}
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-cell-modified::after,
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-treelist-invalid::after {
  border-color: rgba(92, 184, 92, .5);
  left: 0;
}
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
  background-color: #fff;
  padding: 7px;
}
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused::after {
  border: 2px solid #5c95c5;
}
.dx-filter-menu.dx-menu {
  background-color: transparent;
  height: 100%;
}
.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content {
  padding: 6px 5px 7px;
}
.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content .dx-icon {
  margin: 0 3px;
}
.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,
.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
  margin-top: 2px;
}
.dx-cell-modified,
.dx-treelist-invalid {
  padding: 7px;
}
.dx-treelist-header-panel {
  border-bottom: 1px solid #ddd;
}
.dx-treelist-header-panel .dx-toolbar {
  margin-bottom: 10px;
}
.dx-icon-column-chooser {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-icon-column-chooser::before {
  content: "\f04d";
}
.dx-treelist-addrow-button .dx-icon-edit-button-addrow {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-addrow-button .dx-icon-edit-button-addrow::before {
  content: "\f00b";
}
.dx-treelist-cancel-button .dx-icon-edit-button-cancel {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-cancel-button .dx-icon-edit-button-cancel::before {
  content: "\f04c";
}
.dx-treelist-save-button .dx-icon-edit-button-save {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-save-button .dx-icon-edit-button-save::before {
  content: "\f041";
}
.dx-apply-button .dx-icon-apply-filter {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-apply-button .dx-icon-apply-filter::before {
  content: "\f050";
}
.dx-treelist-adaptive-more {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  background-size: 21px 21px;
  padding: 0;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.dx-treelist-borders .dx-treelist-rowsview,
.dx-treelist-headers + .dx-treelist-rowsview,
.dx-treelist-rowsview.dx-treelist-after-headers {
  border-top: 1px solid #ddd;
}
.dx-treelist-rowsview .dx-row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dx-treelist-rowsview .dx-row:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-row.dx-edit-row:first-child > td {
  border-top-width: 0;
  border-bottom: 1px solid #ddd;
}
.dx-treelist-rowsview .dx-row.dx-edit-row > td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-treelist-rowsview .dx-row.dx-treelist-edit-form {
  white-space: normal;
}
.dx-treelist-rowsview .dx-master-detail-row > .dx-master-detail-cell {
  padding: 20px;
}
.dx-treelist-rowsview .dx-master-detail-row .dx-master-detail-cell,
.dx-treelist-rowsview .dx-master-detail-row > .dx-treelist-group-space {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-treelist-rowsview .dx-master-detail-row .dx-texteditor-input {
  padding-right: 0;
}
.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) .dx-master-detail-cell,
.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) > .dx-treelist-group-space {
  background-color: #fafafa;
}
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-cell-modified::after,
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-treelist-invalid::after {
  border: 1px solid rgba(217, 83, 79, .4);
}
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-focused.dx-cell-modified::after,
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-focused.dx-treelist-invalid::after {
  border: 1px solid #d9534f;
}
.dx-treelist-rowsview .dx-data-row .dx-cell-modified.dx-cell-modified::after,
.dx-treelist-rowsview .dx-data-row .dx-cell-modified.dx-treelist-invalid::after {
  border-color: rgba(92, 184, 92, .5);
}
.dx-treelist-rowsview .dx-overlay-wrapper.dx-invalid-message .dx-overlay-content {
  padding: 9px 17px;
}
.dx-treelist-rowsview .dx-row-removed > td {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: rgba(51, 51, 51, .7);
}
.dx-treelist-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid {
  border: 1px solid rgba(217, 83, 79, .4);
}
.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid.dx-adaptive-item-text {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}
.dx-treelist-rowsview .dx-item-modified {
  border-radius: 4px;
  border: 2px solid rgba(92, 184, 92, .5);
}
.dx-treelist-rowsview .dx-item-modified.dx-adaptive-item-text {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
  background-color: #d6e4f1;
  color: #333;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-texteditor-input,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-texteditor-input {
  border-radius: 0;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-opened,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-treelist-group-opened,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-treelist-group-opened {
  color: #333;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus {
  background-color: #fff;
  color: #333;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
  border-bottom: 1px solid #5c95c5;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td,
.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #d6e4f1;
  border-bottom: 1px solid #d6e4f1;
}
.dx-treelist-rowsview .dx-row-focused.dx-group-row {
  background-color: #d6e4f1;
  color: #333;
}
.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item,
.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-opened {
  color: #333;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td {
  background-color: #e6e6e6;
  color: #333;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-treelist-group-space,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-treelist-group-space,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-treelist-group-space,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-treelist-group-space {
  border-right-color: #e6e6e6;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-pointer-events-none,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-pointer-events-none,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-pointer-events-none,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-pointer-events-none {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused {
  background-color: #fff;
  color: #333;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > td {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:first-child > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #e6e6e6;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:last-child > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:last-child > td {
  border-bottom: 1px solid #e6e6e6;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
  border-bottom-color: #ddd;
}
.dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-right: 0;
}
.dx-treelist-rowsview td.dx-validation-pending {
  position: relative;
  padding: 0;
}
.dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-treelist-rowsview td.dx-validation-pending.dx-treelist-invalid {
  padding: 7px 34px 7px 7px;
}
.dx-rtl .dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl .dx-treelist-rowsview td.dx-validation-pending.dx-treelist-invalid,
.dx-rtl.dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl.dx-treelist-rowsview td.dx-validation-pending.dx-treelist-invalid {
  padding-left: 34px;
  padding-right: 7px;
}
.dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator {
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  inset-inline-end: 4px;
  background-color: #fff;
}
.dx-treelist-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending .dx-texteditor-input {
  padding-right: 34px;
}
.dx-treelist-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 34px;
}
.dx-treelist-search-text {
  color: #fff;
  background-color: #337ab7;
}
.dx-treelist-nodata {
  color: #333;
  font-size: 17px;
  opacity: .7;
}
.dx-treelist-bottom-load-panel {
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.dx-treelist-pager {
  border-top: 1px solid #ddd;
}
.dx-treelist-pager .dx-navigate-button,
.dx-treelist-pager .dx-page,
.dx-treelist-pager .dx-page-size {
  outline: 0;
}
.dx-treelist-pager.dx-state-focused .dx-navigate-button:focus,
.dx-treelist-pager.dx-state-focused .dx-page-size:focus,
.dx-treelist-pager.dx-state-focused .dx-page:focus {
  outline: #5c95c5 solid 2px;
  outline-offset: -2px;
}
.dx-treelist-summary-item {
  color: rgba(51, 51, 51, .7);
}
.dx-treelist-total-footer {
  position: relative;
  border-top: 1px solid #ddd;
}
.dx-treelist-revert-tooltip .dx-overlay-content {
  background-color: #fff;
  min-width: inherit;
}
.dx-treelist-revert-tooltip .dx-revert-button {
  margin: 0 1px;
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.dx-treelist-revert-tooltip .dx-revert-button .dx-icon {
  color: #fff;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-selected {
  background-color: #d9534f;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-hover {
  background-color: #c9302c;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-focused {
  background-color: #b52b27;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-active {
  background-color: #a02622;
  color: #fff;
}
.dx-treelist-revert-tooltip .dx-revert-button > .dx-button-content {
  padding: 7px;
}
.dx-toolbar-menu-section .dx-treelist-checkbox-size {
  width: 100%;
}
.dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-container {
  padding: 14px;
}
.dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-text {
  padding-left: 34px;
}
.dx-rtl .dx-toolbar-menu-section .dx-checkbox-text {
  padding-right: 34px;
  padding-left: 27px;
}
.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-treelist-group-space {
  border-left-color: rgba(0, 0, 0, .04);
  border-right-color: transparent;
}
.dx-rtl .dx-treelist-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
  margin: 0 3px;
}
.dx-rtl .dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td {
  border-right-color: #ddd;
}
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-treelist-group-space,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td:not(.dx-focused).dx-treelist-group-space,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-treelist-group-space,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td:not(.dx-focused).dx-treelist-group-space {
  border-left-color: #e6e6e6;
}
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td.dx-pointer-events-none,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td.dx-pointer-events-none {
  border-left-color: #ddd;
}
.dx-rtl .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-left: 0;
}
.dx-treelist-rowsview .dx-treelist-empty-space {
  position: relative;
  display: inline-block;
  width: 14px;
  font: 14px/1 DXIcons;
}
.dx-treelist-rowsview .dx-treelist-empty-space::before {
  content: "\f04e";
  visibility: hidden;
}
.dx-treelist-rowsview tr:not(.dx-row-focused) .dx-treelist-empty-space {
  color: #959595;
}
.dx-treelist-rowsview .dx-treelist-expanded span {
  font: 18px/18px DXIcons;
  text-align: center;
  cursor: pointer;
}
.dx-treelist-rowsview .dx-treelist-expanded span::before {
  content: "\f001";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  left: 0;
  margin-left: -5px;
  margin-top: -8px;
}
.dx-treelist-rowsview .dx-treelist-collapsed span {
  font: 18px/18px DXIcons;
  text-align: center;
  cursor: pointer;
}
.dx-treelist-rowsview .dx-treelist-collapsed span::before {
  content: "\f04e";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  left: 0;
  margin-left: -6px;
  margin-top: -8px;
}
.dx-treelist-rowsview .dx-treelist-collapsed,
.dx-treelist-rowsview .dx-treelist-expanded {
  margin-right: 4px;
}
.dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space {
  color: #959595;
}
.dx-treelist-rowsview .dx-treelist-cell-expandable {
  white-space: nowrap;
}
.dx-treelist-rowsview .dx-treelist-cell-expandable .dx-treelist-text-content {
  white-space: normal;
}
.dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content {
  white-space: nowrap;
}
.dx-treelist-rowsview .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell {
  padding-left: 7px;
}
.dx-treelist-checkbox-size {
  line-height: 0;
}
.dx-treelist-cell-expandable .dx-select-checkbox,
.dx-treelist-select-all .dx-select-checkbox {
  position: absolute;
}
.dx-treelist-icon-container.dx-editor-inline-block {
  position: relative;
  padding-right: 23px;
}
.dx-treelist-icon-container.dx-editor-inline-block .dx-checkbox {
  top: 50%;
  margin-top: -8px;
}
.dx-treelist-select-all {
  position: relative;
}
.dx-treelist-select-all .dx-checkbox {
  left: 21px;
  margin-top: 1px;
}
.dx-treelist-select-all .dx-treelist-checkbox-size::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -4px;
  top: -5px;
}
.dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
  padding-left: 44px;
}
.dx-rtl .dx-treelist-rowsview .dx-treelist-collapsed,
.dx-rtl .dx-treelist-rowsview .dx-treelist-expanded {
  transform: scaleX(-1);
  margin-right: 0;
  margin-left: 4px;
}
.dx-rtl .dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
  float: right;
}
.dx-rtl .dx-treelist-select-all .dx-checkbox {
  left: calc(100% - 37px);
}
.dx-rtl .dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
  padding-right: 44px;
  padding-left: 7px;
}
.dx-rtl .dx-treelist-icon-container.dx-editor-inline-block {
  padding-left: 23px;
  padding-right: 0;
}
.dx-treelist-filter-panel .dx-icon-filter,
.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter,
.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
  outline: 0;
  color: #337ab7;
}
.dx-pivotgrid-fields-container .dx-header-filter,
.dx-pivotgrid-fields-container .dx-sort {
  display: inline-block;
}
.dx-pivotgrid-fields-container .dx-area-field-content {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.dx-pivotgrid-fields-container.dx-drag .dx-area-field-content {
  display: inline-block;
}
.dx-pivotgrid-fields-container.dx-drag .dx-column-indicators {
  float: none;
  display: inline-block;
}
.dx-pivotgrid-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dx-pivotgrid {
  cursor: default;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.dx-pivotgrid.dx-overflow-hidden {
  overflow: hidden;
}
.dx-pivotgrid .dx-area-column-cell,
.dx-pivotgrid .dx-area-data-cell {
  width: 100%;
}
.dx-pivotgrid .dx-area-data-cell {
  position: relative;
}
.dx-pivotgrid table,
.dx-pivotgrid tbody,
.dx-pivotgrid td,
.dx-pivotgrid tfoot,
.dx-pivotgrid th,
.dx-pivotgrid thead,
.dx-pivotgrid tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.dx-pivotgrid table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}
.dx-pivotgrid td {
  vertical-align: top;
  box-sizing: content-box;
}
.dx-pivotgrid .dx-area-description-cell {
  position: relative;
  background-clip: padding-box;
  white-space: nowrap;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-fields-area {
  position: absolute;
  bottom: 0;
}
.dx-pivotgrid .dx-area-field-content,
.dx-pivotgrid .dx-column-indicators {
  display: inline-block;
}
.dx-pivotgrid .dx-expand-icon-container {
  position: relative;
  display: inline-block;
}
.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area {
  position: static;
}
.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area:not(.dx-hidden) {
  display: table-cell;
}
.dx-pivotgrid .dx-incompressible-fields .dx-column-indicators {
  vertical-align: top;
  float: none !important;
}
.dx-pivotgrid .dx-incompressible-fields .dx-area-field {
  display: inline-block;
  white-space: nowrap;
}
.dx-pivotgrid .dx-area-field,
.dx-pivotgrid .dx-area-field-content {
  white-space: nowrap;
}
.dx-pivotgrid .dx-popup-content .dx-column-indicators {
  float: none !important;
  display: inline-block;
}
.dx-pivotgrid .dx-popup-content .dx-area-field-content {
  display: inline-block;
}
.dx-pivotgrid .dx-pivotgrid-area {
  white-space: nowrap;
  box-sizing: content-box;
}
.dx-pivotgrid .dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-pivotgrid-expanded {
  cursor: pointer;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand,
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
  display: inline-block;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-area {
  white-space: normal;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted {
  white-space: nowrap;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded > span,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted > span {
  white-space: normal;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded > span {
  display: inline-flex;
}
.dx-pivotgridfieldchooser {
  position: relative;
  background-color: #fff;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-0,
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 {
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:first-child {
  flex-grow: 3;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 4;
}
.dx-pivotgridfieldchooser .dx-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-row {
  display: flex;
  flex-direction: row;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:first-child {
  flex-grow: 2;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(2) {
  flex-grow: 1;
}
.dx-pivotgrid-action {
  cursor: pointer;
}
.dx-pivotgrid-drag-action {
  touch-action: pinch-zoom;
}
.dx-pivotgrid-scrollbar-measure-element {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical {
  margin-top: -4px;
  margin-left: -1px;
  height: 2px;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical.dx-position-indicator-last {
  margin-top: -3px;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal {
  margin-left: -3px;
  width: 2px;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last {
  margin-left: 3px;
}
.dx-pivotgrid-fields-container .dx-area-fields {
  position: relative;
}
.dx-pivotgrid-fields-container .dx-sort {
  color: #959595;
  font-size: 14px;
  width: 14px;
}
.dx-pivotgrid-fields-container .dx-sort-up {
  font: 14px/1 DXIcons;
}
.dx-pivotgrid-fields-container .dx-sort-up::before {
  content: "\f051";
}
.dx-pivotgrid-fields-container .dx-sort-down {
  font: 14px/1 DXIcons;
}
.dx-pivotgrid-fields-container .dx-sort-down::before {
  content: "\f052";
}
.dx-pivotgrid-fields-container .dx-header-filter {
  color: #757575;
  font: 14px/1 DXIcons;
  width: 14px;
}
.dx-pivotgrid-fields-container .dx-header-filter::before {
  content: "\f050";
}
.dx-pivotgrid-fields-container .dx-header-filter-empty {
  color: rgba(117, 117, 117, .5);
}
.dx-pivotgrid-fields-container .dx-area-field {
  cursor: pointer;
}
.dx-pivotgrid-fields-container.dx-drag {
  opacity: .8;
}
.dx-pivotgrid-fields-container.dx-drag .dx-area-field.dx-area-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .2);
  border: 1px solid rgba(51, 122, 183, .5);
}
.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
  background-color: #fff;
  margin-bottom: 4px;
  border: 1px solid #ddd;
  padding: 7px 10px;
}
.dx-pivotgrid-fields-container .dx-drag-source {
  opacity: .5;
}
.dx-pivotgrid-fields-container .dx-column-indicators {
  vertical-align: bottom;
  margin-left: 6px;
  line-height: 19px;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area {
  overflow: hidden;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar {
  margin-right: 10px;
  float: right;
  display: inline-block;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button {
  margin-top: 12px;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button {
  margin-right: 4px;
}
.dx-pivotgrid .dx-area-description-cell.dx-pivotgrid-background,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-data-header {
  background-color: rgba(221, 221, 221, .2);
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 0;
}
.dx-pivotgrid .dx-filter-header .dx-area-field-container {
  border-spacing: 8px 8px;
  border-collapse: separate;
}
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head td {
  padding: 2px;
}
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 2px;
}
.dx-pivotgrid .dx-area-field.dx-area-box {
  margin-bottom: 0;
}
.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td {
  border-top: 1px solid #ddd;
}
.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area-data tr:first-child > td {
  border-top-width: 0;
}
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-area-row-cell {
  border-right: 1px solid #ddd;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button {
  margin: 1px;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button:not(.dx-state-hover):not(.dx-state-active) {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.dx-pivotgrid .dx-area-column-cell,
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-bottom-border {
  border-bottom: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-area td {
  color: #959595;
  padding: 7px 10px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head td {
  position: relative;
  border: none;
  padding: 10px 2px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 10px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
  padding-right: 10px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head .dx-empty-area-text {
  white-space: nowrap;
  padding: 7px 0;
  border: 1px solid transparent;
  color: #525252;
}
.dx-pivotgrid .dx-group-connector {
  position: absolute;
  width: 2px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ddd;
}
.dx-pivotgrid .dx-group-connector.dx-group-connector-prev {
  left: 0;
}
.dx-pivotgrid .dx-group-connector.dx-group-connector-next {
  right: 0;
}
.dx-pivotgrid .dx-virtual-content {
  display: none;
}
.dx-pivotgrid .dx-virtual-mode .dx-virtual-content {
  position: relative;
  overflow: hidden;
  display: block;
}
.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td {
  color: transparent;
  background-color: transparent !important;
}
.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td span {
  visibility: hidden;
}
.dx-pivotgrid .dx-virtual-mode table {
  position: absolute;
}
.dx-pivotgrid .dx-pivotgrid-area-data {
  position: relative;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
  text-align: right;
  color: #333;
  white-space: nowrap;
  border-left: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
  border-left: 0;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-grandtotal,
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-total {
  border-top-width: 0;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-expand-border {
  border-top: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
  border-right: 0;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
  min-width: 50px;
  border-right: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers tr:first-child td {
  border-top: 0;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-pivotgrid-fields-area-head td:last-child {
  border-right: 0;
}
.dx-pivotgrid .dx-pivotgrid-area-data .dx-row-total,
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-row-total {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-pivotgrid .dx-area-tree-view .dx-total {
  border-bottom: none;
}
.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
  border-top: 1px solid transparent;
  background-color: rgba(221, 221, 221, .2);
  padding: 0;
  width: 19px;
  min-width: 19px;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
  border-right: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td {
  text-align: center;
  border: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
  text-align: left;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
  border-left: 0;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td {
  border-top: 0;
}
.dx-pivotgrid .dx-expand-icon-container {
  margin-left: -5px;
  margin-right: 0;
  width: 14px;
  font: 14px/1 DXIcons;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers:last-child {
  border-bottom: 0;
}
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-data-header,
.dx-pivotgrid .dx-total {
  background-color: rgba(221, 221, 221, .2);
}
.dx-pivotgrid .dx-grandtotal {
  background-color: #f5f5f5;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-left: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-column-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-right: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-top: 1px solid #ddd;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header td {
  display: inline-block;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
  border-bottom: 1px solid #ddd;
}
.dx-pivotgrid .dx-icon-sorted {
  display: inline-block;
  margin-left: 5px;
  width: 14px;
}
.dx-pivotgrid .dx-popup-content {
  padding: 10px;
}
.dx-pivotgrid .dx-popup-content .dx-pivotgrid-fields-area-head td {
  padding: 0 2px;
}
.dx-pivotgrid.dx-context-menu .dx-pivotgrid.dx-submenu {
  width: auto;
}
.dx-pivotgridfieldchooser .dx-area-fields {
  overflow: hidden;
}
.dx-pivotgridfieldchooser .dx-treeview-search {
  margin: 5px;
}
.dx-pivotgridfieldchooser .dx-area-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.dx-pivotgridfieldchooser .dx-area {
  padding: 5px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-area > .dx-scrollable,
.dx-pivotgridfieldchooser .dx-area > .dx-scrollable > .dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-area > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
  height: auto;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields {
  margin-top: 3px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-area-fields-header .dx-area-caption {
  align-self: center;
}
.dx-pivotgridfieldchooser .dx-area-fields[group] {
  padding: 5px;
  background-color: rgba(221, 221, 221, .2);
  display: flex;
}
.dx-pivotgridfieldchooser .dx-area-fields.dx-drag-target {
  border-color: #337ab7;
}
.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal {
  margin-left: -3px;
}
.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last {
  margin-left: 1px;
}
.dx-rtl .dx-pivotgrid-fields-container .dx-column-indicators {
  margin-left: 0;
  margin-right: 6px;
}
.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,
.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar {
  margin-right: 0;
  margin-left: 10px;
  float: left;
}
.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,
.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button {
  margin-right: 0;
  margin-left: 4px;
}
.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 2px;
  padding-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td {
  padding: 10px 2px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-right: 10px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
  padding-left: 10px;
}
.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-prev {
  left: initial;
  right: 0;
}
.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-next {
  right: initial;
  left: 0;
}
.dx-rtl.dx-pivotgrid .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-area-row-cell {
  border-left: 1px solid #ddd;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data.dx-scrollable-native .dx-scrollable-content {
  float: none;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
  border-left: 0;
  border-right: 1px solid #ddd;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
  border-left: 1px solid #ddd;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
  border-left: 0;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-pivotgrid-area {
  border-left: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
  border-left: 1px solid #ddd;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
  text-align: right;
}
.dx-rtl.dx-pivotgrid .dx-expand-icon-container {
  margin-left: 0;
  margin-right: -5px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand-icon-container {
  transform: scaleX(-1);
}
.dx-rtl.dx-pivotgrid .dx-icon-sorted {
  margin-left: 0;
  margin-right: 5px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgridfieldchooser-container .dx-col {
  display: flex;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header {
  border-right: 1px solid #ddd;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header {
  border-left: 1px solid #ddd;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header {
  border-right: none;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header {
  border-left: none;
}
.dx-pivotgrid .dx-area-description-cell .dx-button-content,
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button-content,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button-content {
  padding: 5px;
}
.dx-pivotgrid .dx-expand-icon-container::before {
  content: "\f04e";
  visibility: hidden;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand {
  font: 18px/18px DXIcons;
  text-align: center;
  color: #959595;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand::before {
  content: "\f04e";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
  font: 18px/18px DXIcons;
  text-align: center;
  color: #959595;
}
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand::before {
  content: "\f001";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-pivotgridfieldchooser .dx-treeview-item .dx-icon {
  vertical-align: middle;
  margin: 0 5px -1px 0;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-caption {
  vertical-align: middle;
}
.dx-pivotgrid-fields-container .dx-position-indicator {
  background-color: gray;
}
.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: fixed;
  z-index: 1003;
}
.dx-context-menu {
  color: #333;
}
.dx-context-menu .dx-submenu {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.dx-context-menu .dx-menu-item-popout {
  font: 18px/18px DXIcons;
  text-align: center;
}
.dx-context-menu .dx-menu-item-popout::before {
  content: "\f04e";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-context-menu .dx-menu-separator {
  height: 1px;
  margin: 5px 0;
  background-color: #ddd;
}
.dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
.dx-context-menu.dx-rtl .dx-menu-item-content {
  padding: 5px 3px 5px 5px;
}
.dx-context-menu.dx-rtl .dx-menu-item-content .dx-menu-item-text {
  padding: 3px 23px 5px 25px;
}
.dx-multiview-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: pinch-zoom pan-y;
}
.dx-multiview-item-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.dx-multiview-item-container .dx-empty-message {
  text-align: center;
}
.dx-multiview-item {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 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-multiview-item-hidden .dx-accordion-item-opened .dx-accordion-item-body {
  visibility: hidden;
}
.dx-tabpanel {
  display: flex;
  flex-direction: column;
}
.dx-tabpanel .dx-tabs-vertical .dx-tabs-wrapper {
  min-height: 100%;
}
.dx-tabpanel .dx-tabs-vertical .dx-tabpanel-tab {
  flex-grow: 0;
}
.dx-tabpanel-tab {
  flex-basis: unset;
  padding: 9px;
}
.dx-tabpanel-tabs-position-right {
  flex-direction: row-reverse;
}
.dx-tabpanel-tabs-position-right.dx-rtl {
  flex-direction: row;
}
.dx-tabpanel-tabs-position-bottom {
  flex-direction: column-reverse;
}
.dx-tabpanel-tabs-position-left {
  flex-direction: row;
}
.dx-tabpanel-tabs-position-left.dx-rtl {
  flex-direction: row-reverse;
}
.dx-tabpanel .dx-tabpanel-tabs .dx-tabs {
  height: 100%;
}
.dx-tabpanel-container {
  flex-grow: 1;
  min-height: 0;
  min-width: 0;
}
.dx-tabpanel-tab.dx-state-focused::after {
  border-color: #ddd;
}
.dx-tabpanel-tab.dx-state-disabled::after {
  z-index: 3;
}
.dx-tabpanel-tabs .dx-tabs:not(.dx-tabs-vertical) .dx-tabpanel-tab {
  max-width: 140px;
}
.dx-tabs-nav-buttons:not(.dx-tabs-vertical) .dx-tabpanel-tab {
  width: 140px;
  max-width: unset;
}
.dx-tabs-nav-buttons:not(.dx-tabs-vertical) .dx-tabpanel-tab:last-child.dx-tab-selected::after {
  right: 0;
}
.dx-tabpanel.dx-state-focused .dx-tabpanel-tab.dx-state-focused::after {
  border-color: #337ab7;
}
.dx-tabpanel.dx-state-focused .dx-tabpanel-tab.dx-state-focused.dx-state-disabled::after {
  border-color: #aaa;
}
.dx-tabpanel.dx-state-focused .dx-tabpanel-tab.dx-focused-disabled-next-tab::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel.dx-state-focused .dx-tabpanel-tab.dx-focused-disabled-prev-tab::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel.dx-state-focused .dx-tabs-vertical .dx-tabpanel-tab.dx-focused-disabled-next-tab::after {
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabpanel.dx-state-focused .dx-tabs-vertical .dx-tabpanel-tab.dx-focused-disabled-prev-tab::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab:first-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-after: 1px solid transparent;
  border-block-end: 1px solid transparent;
  -webkit-border-start: 1px solid transparent;
  border-inline-start: 1px solid transparent;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab:last-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-end: 1px solid transparent;
  border-inline-end: 1px solid transparent;
  -webkit-border-after: 1px solid transparent;
  border-block-end: 1px solid transparent;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-hover::after {
  -webkit-border-after: 1px solid transparent;
  border-block-end: 1px solid transparent;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-tab-selected {
  -webkit-border-after: 1px solid #fff;
  border-block-end: 1px solid #fff;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-tab-selected::after {
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-active::after {
  -webkit-border-after: 1px solid #337ab7;
  border-block-end: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled) {
  -webkit-border-after: 1px solid #fff;
  border-block-end: 1px solid #fff;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled)::after {
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-disabled.dx-state-focused {
  -webkit-border-after: 1px solid #aaaaaa;
  border-block-end: 1px solid #aaaaaa;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-disabled.dx-state-focused::after {
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-disabled,
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-state-focused,
.dx-tabpanel-tabs-position-top .dx-tabpanel-tab.dx-tab-selected {
  margin-bottom: -1px;
}
.dx-tabpanel-tabs-position-top.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-top.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabpanel-tabs-position-top.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-after: 1px solid #337ab7;
  border-block-end: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-top.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab:first-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-after: 1px solid transparent;
  border-block-end: 1px solid transparent;
  -webkit-border-start: 1px solid transparent;
  border-inline-start: 1px solid transparent;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab:last-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-before: 1px solid transparent;
  border-block-start: 1px solid transparent;
  -webkit-border-start: 1px solid transparent;
  border-inline-start: 1px solid transparent;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-hover::after {
  -webkit-border-start: 1px solid transparent;
  border-inline-start: 1px solid transparent;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-tab-selected {
  -webkit-border-start: 1px solid #fff;
  border-inline-start: 1px solid #fff;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-tab-selected::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-active::after {
  -webkit-border-start: 1px solid #337ab7;
  border-inline-start: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled) {
  -webkit-border-start: 1px solid #fff;
  border-inline-start: 1px solid #fff;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled)::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-disabled.dx-state-focused {
  -webkit-border-start: 1px solid #aaaaaa;
  border-inline-start: 1px solid #aaaaaa;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-disabled.dx-state-focused::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-disabled,
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-state-focused,
.dx-tabpanel-tabs-position-right .dx-tabpanel-tab.dx-tab-selected {
  -webkit-margin-start: -1px;
  margin-inline-start: -1px;
}
.dx-tabpanel-tabs-position-right.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-right.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-right.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-start: 1px solid #337ab7;
  border-inline-start: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-right.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-right.dx-state-focused .dx-tabpanel-tab.dx-focused-disabled-next-tab::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab:first-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-before: 1px solid transparent;
  border-block-start: 1px solid transparent;
  -webkit-border-start: 1px solid transparent;
  border-inline-start: 1px solid transparent;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab:last-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-before: 1px solid transparent;
  border-block-start: 1px solid transparent;
  -webkit-border-end: 1px solid transparent;
  border-inline-end: 1px solid transparent;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-hover::after {
  -webkit-border-before: 1px solid transparent;
  border-block-start: 1px solid transparent;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-tab-selected {
  -webkit-border-before: 1px solid #fff;
  border-block-start: 1px solid #fff;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-tab-selected::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-active::after {
  -webkit-border-before: 1px solid #337ab7;
  border-block-start: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled) {
  -webkit-border-before: 1px solid #fff;
  border-block-start: 1px solid #fff;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled)::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-disabled.dx-state-focused {
  -webkit-border-before: 1px solid #aaaaaa;
  border-block-start: 1px solid #aaaaaa;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-disabled.dx-state-focused::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-disabled,
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-state-focused,
.dx-tabpanel-tabs-position-bottom .dx-tabpanel-tab.dx-tab-selected {
  -webkit-margin-before: -1px;
  margin-block-start: -1px;
}
.dx-tabpanel-tabs-position-bottom.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-bottom.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-bottom.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-before: 1px solid #337ab7;
  border-block-start: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-bottom.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab:first-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-end: 1px solid transparent;
  border-inline-end: 1px solid transparent;
  -webkit-border-after: 1px solid transparent;
  border-block-end: 1px solid transparent;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab:last-child:not(.dx-state-focused, .dx-tab-selected).dx-state-hover::after {
  -webkit-border-before: 1px solid transparent;
  border-block-start: 1px solid transparent;
  -webkit-border-end: 1px solid transparent;
  border-inline-end: 1px solid transparent;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-hover::after {
  -webkit-border-end: 1px solid transparent;
  border-inline-end: 1px solid transparent;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-tab-selected {
  -webkit-border-end: 1px solid #fff;
  border-inline-end: 1px solid #fff;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-tab-selected::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-active::after {
  -webkit-border-end: 1px solid #337ab7;
  border-inline-end: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled) {
  -webkit-border-end: 1px solid #fff;
  border-inline-end: 1px solid #fff;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-focused:not(.dx-state-disabled)::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-disabled.dx-state-focused {
  -webkit-border-end: 1px solid #aaaaaa;
  border-inline-end: 1px solid #aaaaaa;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-disabled.dx-state-focused::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-disabled,
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-state-focused,
.dx-tabpanel-tabs-position-left .dx-tabpanel-tab.dx-tab-selected {
  -webkit-margin-end: -1px;
  margin-inline-end: -1px;
}
.dx-tabpanel-tabs-position-left.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-left.dx-state-focused.dx-disabled-focused-tab .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-left.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused) {
  -webkit-border-end: 1px solid #337ab7;
  border-inline-end: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-left.dx-state-focused .dx-tabpanel-tab.dx-state-disabled:not(.dx-state-focused)::after {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-left.dx-state-focused .dx-tabpanel-tab.dx-focused-disabled-next-tab::after {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel .dx-tabs-wrapper {
  border: none;
}
.dx-tabpanel .dx-tabs-wrapper::after {
  top: 0;
  bottom: 0;
}
.dx-tabpanel .dx-tabs .dx-tabs-scrollable .dx-tabs-wrapper::after {
  content: none;
}
.dx-tabpanel .dx-multiview-wrapper {
  border: 1px solid #ddd;
}
.dx-tabpanel.dx-state-focused .dx-multiview-wrapper.dx-state-focused {
  border-color: #337ab7;
}
.dx-tabpanel-tabs-position-top .dx-tabs-wrapper {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-top .dx-tabs-wrapper::after {
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: none;
  border-block-end: none;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-top .dx-tabs .dx-tabs-scrollable::after {
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-end: 1px solid;
  border-inline-end: 1px solid;
  -webkit-border-after: none;
  border-block-end: none;
  -webkit-border-start: 1px solid;
  border-inline-start: 1px solid;
  top: 0;
  bottom: 1px;
}
.dx-tabpanel-tabs-position-top.dx-state-focused.dx-disabled-focused-tab .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-top.dx-state-focused.dx-disabled-focused-tab .dx-tabs-wrapper {
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-top.dx-state-focused .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-top.dx-state-focused .dx-tabs-wrapper {
  -webkit-border-after: 1px solid #337ab7;
  border-block-end: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-top:not(.dx-empty-collection) .dx-multiview-wrapper {
  -webkit-border-before: none;
  border-block-start: none;
}
.dx-tabpanel-tabs-position-right .dx-tabs-wrapper {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-right .dx-tabs-wrapper::after {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: none;
  border-inline-end: none;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-right .dx-tabs .dx-tabs-scrollable::after {
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  -webkit-border-end: none;
  border-inline-end: none;
  -webkit-border-after: 1px solid;
  border-block-end: 1px solid;
  -webkit-border-start: none;
  border-inline-start: none;
  right: 0;
  left: 1px;
}
.dx-tabpanel-tabs-position-right.dx-state-focused.dx-disabled-focused-tab .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-right.dx-state-focused.dx-disabled-focused-tab .dx-tabs-wrapper {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-right.dx-state-focused .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-right.dx-state-focused .dx-tabs-wrapper {
  -webkit-border-start: 1px solid #337ab7;
  border-inline-start: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-right:not(.dx-empty-collection) .dx-multiview-wrapper {
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-tabpanel-tabs-position-bottom .dx-tabs-wrapper {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-bottom .dx-tabs-wrapper::after {
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
  -webkit-border-after: none;
  border-block-end: none;
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-bottom .dx-tabs .dx-tabs-scrollable::after {
  -webkit-border-before: none;
  border-block-start: none;
  -webkit-border-end: 1px solid;
  border-inline-end: 1px solid;
  -webkit-border-after: none;
  border-block-end: none;
  -webkit-border-start: 1px solid;
  border-inline-start: 1px solid;
  top: 1px;
  bottom: 0;
}
.dx-tabpanel-tabs-position-bottom.dx-state-focused.dx-disabled-focused-tab .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-bottom.dx-state-focused.dx-disabled-focused-tab .dx-tabs-wrapper {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-bottom.dx-state-focused .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-bottom.dx-state-focused .dx-tabs-wrapper {
  -webkit-border-before: 1px solid #337ab7;
  border-block-start: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-bottom:not(.dx-empty-collection) .dx-multiview-wrapper {
  -webkit-border-after: none;
  border-block-end: none;
}
.dx-tabpanel-tabs-position-left .dx-tabs-wrapper {
  -webkit-border-start: 1px solid #ddd;
  border-inline-start: 1px solid #ddd;
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-left .dx-tabs-wrapper::after {
  -webkit-border-before: 1px solid #ddd;
  border-block-start: 1px solid #ddd;
  -webkit-border-end: none;
  border-inline-end: none;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-tabpanel-tabs-position-left .dx-tabs .dx-tabs-scrollable::after {
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  -webkit-border-end: none;
  border-inline-end: none;
  -webkit-border-after: 1px solid;
  border-block-end: 1px solid;
  -webkit-border-start: none;
  border-inline-start: none;
  left: 0;
  right: 1px;
}
.dx-tabpanel-tabs-position-left.dx-state-focused.dx-disabled-focused-tab .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-left.dx-state-focused.dx-disabled-focused-tab .dx-tabs-wrapper {
  -webkit-border-end: 1px solid #ddd;
  border-inline-end: 1px solid #ddd;
}
.dx-tabpanel-tabs-position-left.dx-state-focused .dx-tabs-nav-button,
.dx-tabpanel-tabs-position-left.dx-state-focused .dx-tabs-wrapper {
  -webkit-border-end: 1px solid #337ab7;
  border-inline-end: 1px solid #337ab7;
}
.dx-tabpanel-tabs-position-left:not(.dx-empty-collection) .dx-multiview-wrapper {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-fileuploader.dx-state-disabled .dx-fileuploader-input {
  display: none;
}
.dx-fileuploader-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.dx-fileuploader-container {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.dx-fileuploader-input-wrapper::after,
.dx-fileuploader-input-wrapper::before {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.dx-fileuploader-input-wrapper::after {
  clear: both;
  padding-bottom: 1em;
  margin-bottom: -1em;
}
.dx-fileuploader-input-wrapper::before {
  padding-top: 1em;
  margin-top: -1em;
}
.dx-fileuploader-input-wrapper .dx-button {
  float: left;
}
.dx-fileuploader-input-wrapper .dx-button + .dx-button {
  margin-left: 12px;
}
.dx-fileuploader-button {
  position: relative;
}
.dx-fileuploader-button .dx-fileuploader-input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button {
  cursor: pointer;
}
.dx-fileuploader-dragover .dx-fileuploader-input::-webkit-file-upload-button {
  width: 100%;
}
.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-show-file-list .dx-fileuploader-files-container {
  padding-top: 22px;
}
.dx-fileuploader-file-container {
  width: 100%;
  padding: 4px 0;
}
.dx-fileuploader-file-container .dx-button {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.dx-fileuploader-file-container .dx-button.dx-state-invisible {
  margin-right: 0;
}
.dx-fileuploader-button-container,
.dx-fileuploader-input-container {
  display: table-cell;
  vertical-align: middle;
}
.dx-fileuploader-input-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dx-fileuploader-input {
  opacity: 0;
  width: 100%;
  margin: 0;
  cursor: default;
}
.dx-fileuploader-input-label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: default;
}
.dx-fileuploader-input-label::before {
  content: "";
  position: absolute;
  top: -50%;
  overflow: hidden;
  cursor: default;
}
.dx-fileuploader-button-container {
  display: table-cell;
  vertical-align: middle;
}
.dx-fileuploader-file-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-rtl .dx-fileuploader .dx-fileuploader-button,
.dx-rtl.dx-fileuploader .dx-fileuploader-button {
  float: right;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button {
  margin-left: 10px;
  margin-right: 0;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-status-message {
  float: right;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size {
  margin-right: 4px;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message {
  height: auto;
  color: #d9534f;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message span {
  display: block;
  margin-bottom: 2px;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message span:last-child {
  margin-bottom: 0;
}
.dx-fileuploader-invalid .dx-fileuploader-button-container {
  vertical-align: top;
}
.dx-fileuploader-invalid .dx-fileuploader-cancel-button {
  margin-top: 5px;
}
.dx-fileuploader-wrapper {
  padding: 7px;
}
.dx-fileuploader-content > .dx-fileuploader-upload-button {
  margin-left: 3px;
  margin-right: 3px;
}
.dx-fileuploader-input-wrapper {
  padding: 7px 0;
  border: 3px dashed transparent;
}
.dx-fileuploader.dx-state-disabled .dx-fileuploader-input-label {
  position: relative;
}
.dx-fileuploader-dragover .dx-fileuploader-input-wrapper {
  border: none;
  padding: 0;
}
.dx-fileuploader-dragover .dx-fileuploader-input-wrapper .dx-fileuploader-button {
  display: none;
}
.dx-fileuploader-dragover .dx-fileuploader-input-container {
  display: block;
  width: 100%;
}
.dx-fileuploader-dragover .dx-fileuploader-input {
  display: block;
  width: 100%;
  padding: 17px 3px 18px;
  box-sizing: content-box;
}
.dx-fileuploader-dragover .dx-fileuploader-input-label {
  text-align: center;
  padding: 14px 9px;
  border: 3px dashed #ddd;
}
.dx-fileuploader-file-size,
.dx-fileuploader-file-status-message {
  color: #999;
}
.dx-fileuploader-input {
  padding: 7px 0;
}
.dx-fileuploader-input-label {
  padding: 8px 9px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-fileuploader-files-container {
  width: 100%;
  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 {
  display: table-cell;
  width: 100%;
  white-space: nowrap;
  padding-top: 5px;
  line-height: 13px;
}
.dx-fileuploader-file-name {
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 3.5px;
  color: #333;
}
.dx-fileuploader-file-size {
  margin-left: 4px;
  float: left;
  vertical-align: super;
  font-size: 10px;
  padding-bottom: 3.5px;
}
.dx-scheduler-appointment-popup .dx-popup-content {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-scheduler-appointment-popup .dx-scrollable-content {
  padding-top: 20px;
}
.dx-scheduler-appointment-popup .dx-form.dx-recurrence-editor-container .dx-scrollable-content {
  padding-top: 0;
}
.dx-scheduler .dx-empty-message {
  line-height: normal;
}
.dx-scheduler-all-day-panel td {
  padding: 0;
}
.dx-scheduler-appointment-collector {
  position: absolute;
  display: block;
  cursor: pointer;
  margin: 3px 0 0 3px;
}
.dx-scheduler-appointment-collector .dx-button-content,
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 4px;
  padding: 0;
}
.dx-scheduler-appointment-collector .dx-button-content::after,
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content::after {
  display: inline-block;
  position: relative;
  height: 100%;
  content: "";
  vertical-align: middle;
  font-size: 0;
}
.dx-scheduler-appointment-collector.dx-button.dx-button-default {
  padding: 0;
  max-width: none;
}
.dx-scheduler-work-space-mouse-selection .dx-scheduler-all-day-appointments,
.dx-scheduler-work-space-mouse-selection .dx-scheduler-fixed-appointments,
.dx-scheduler-work-space-mouse-selection .dx-scheduler-scrollable-appointments {
  pointer-events: none;
}
.dx-rtl .dx-scheduler-appointment-collector {
  margin: 3px 3px 0 0;
}
@media (max-width:450px) {
  .dx-scheduler-adaptive .dx-scheduler-view-switcher-label {
    display: none;
  }
}
.dx-scheduler-adaptive .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell {
  white-space: pre-wrap;
  line-height: 1.3;
}
.dx-scheduler-adaptive .dx-scheduler-appointment-collector {
  margin: 0;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content,
.dx-scheduler-overlay-panel .dx-popup-content {
  padding: 0;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item,
.dx-scheduler-overlay-panel .dx-popup-content .dx-list-item {
  width: 360px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item .dx-list-item-content,
.dx-scheduler-overlay-panel .dx-popup-content .dx-list-item .dx-list-item-content {
  padding: 5px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content,
.dx-scheduler-overlay-panel .dx-overlay-content {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item {
  display: flex;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body {
  margin-top: 7px;
  margin-left: 5px;
  background: #337ab7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-delete-button .dx-icon,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-delete-button .dx-icon {
  color: #333;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content {
  flex-basis: 100%;
  margin: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date {
  text-align: left;
  font-size: 12px;
  opacity: .8;
  margin-top: 10px;
}
.dx-scheduler-overlay-panel .dx-overlay-content {
  position: relative;
  background: #fff;
}
.dx-scheduler-appointment-content-date {
  opacity: .7;
  display: inline-block;
  white-space: pre-wrap;
}
.dx-scheduler-appointment-content-details {
  margin-top: 2px;
}
.dx-scheduler-appointment-content-allday {
  display: none;
}
.dx-scheduler-appointment {
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
  position: absolute;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-color: #337ab7;
  color: #fff;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .3);
  left: 0;
  min-width: 4px;
  min-height: 4px;
}
.dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-appointment.dx-state-active {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 0 2px 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-appointment .dx-scheduler-appointment,
.dx-scheduler-appointment.dx-state-focused {
  box-shadow: none;
}
.dx-scheduler-appointment .dx-scheduler-appointment:not(.dx-scheduler-appointment-drag-source)::before,
.dx-scheduler-appointment.dx-state-focused:not(.dx-scheduler-appointment-drag-source)::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  opacity: .98;
}
.dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset 0 5px 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-appointment.dx-state-hover.dx-resizable {
  box-shadow: inset 0 5px 0 0 rgba(0, 0, 0, .3), inset 0 -2px 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-top {
  height: 5px;
}
.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-left {
  width: 5px;
}
.dx-scheduler-appointment.dx-resizable-resizing {
  z-index: 1000;
  opacity: .7;
}
.dx-scheduler-appointment .dx-resizable-handle-left {
  left: -1px;
}
.dx-scheduler-appointment .dx-scheduler-appointment-recurrence-icon {
  font: 18px/1 DXIcons;
  top: 3px;
  position: absolute;
  right: 5px;
}
.dx-scheduler-appointment .dx-scheduler-appointment-recurrence-icon::before {
  content: "\f069";
}
.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon {
  font: 18px/1 DXIcons;
  top: 3px;
  position: absolute;
  right: 5px;
}
.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon::before {
  content: "\f15a";
}
.dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon {
  right: auto;
  left: 3px;
}
.dx-scheduler-appointment.dx-scheduler-appointment-empty .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-appointment.dx-scheduler-appointment-tail .dx-scheduler-appointment-reduced-icon {
  display: none;
}
.dx-scheduler-appointment.dx-state-disabled {
  cursor: default;
  opacity: .6;
  pointer-events: auto;
}
.dx-scheduler-appointment.dx-scheduler-appointment-drag-source {
  opacity: .7;
}
.dx-scheduler-fixed-appointments {
  z-index: 100;
  position: absolute;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment,
.dx-scheduler-fixed-appointments .dx-draggable-dragging.dx-state-focused {
  box-shadow: none;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment:not(.dx-scheduler-appointment-drag-source)::before,
.dx-scheduler-fixed-appointments .dx-draggable-dragging.dx-state-focused:not(.dx-scheduler-appointment-drag-source)::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  opacity: .98;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment {
  box-shadow:
    7px 7px 15px 0 rgba(50, 50, 50, .2),
    inset 0 -2px 0 0 rgba(0, 0, 0, .3),
    inset 0 2px 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-agenda .dx-scheduler-appointment {
  background-color: transparent;
  color: #333;
  padding: 10px;
  border-radius: 5px;
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-state-focused {
  color: #333;
  background-color: rgba(0, 0, 0, .08);
  box-shadow: none;
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-state-focused::before {
  background: 0 0;
}
.dx-scheduler-agenda .dx-scheduler-appointment-recurrence-icon {
  position: static;
  color: #fff;
}
.dx-scheduler-agenda .dx-scheduler-agenda-appointment-left-layout {
  overflow: visible;
}
.dx-scheduler-agenda .dx-scheduler-agenda-appointment-right-layout {
  margin-left: 10px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content,
.dx-scheduler-agenda .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 0;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content {
  display: flex;
  flex-direction: row;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content-date {
  opacity: 1;
  white-space: nowrap;
}
.dx-scheduler-agenda .dx-scheduler-appointment-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content-details {
  display: flex;
  font-size: 12px;
  opacity: .7;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content-allday {
  display: flex;
  padding-right: 5px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item,
.dx-scheduler-agenda .dx-scheduler-appointment-resource-list {
  display: flex;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item {
  margin-left: 15px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item-value {
  margin-left: 3px;
}
.dx-scheduler-agenda .dx-scheduler-agenda-appointment-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #337ab7;
}
.dx-scheduler-agenda .dx-rtl .dx-scheduler-agenda-appointment-right-layout {
  margin-left: 0;
  margin-right: 10px;
}
.dx-scheduler-agenda .dx-rtl .dx-scheduler-appointment-content,
.dx-scheduler-agenda .dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 0;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped):not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-panel-container {
  display: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-empty-cell {
  border: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell {
  border-right: none;
  border-left: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell {
  border-top: none;
  border-left: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-time-panel {
  border: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-panel-container {
  display: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-header-panel-empty-cell {
  margin-top: 0;
}
.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-all-day-table-cell,
.dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-day .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-header-panel-cell {
  border-left: none;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
  width: 100%;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-time-panel {
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-table-cell {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell {
  border-left: 1px solid rgba(221, 221, 221, .6);
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-rtl .dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:first-child,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:first-child {
  border-left: none;
}
.dx-rtl .dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-time-panel {
  border: none;
}
.dx-rtl .dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:first-child,
.dx-rtl .dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:first-child,
.dx-rtl .dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:first-child,
.dx-rtl .dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel-empty-cell,
.dx-rtl .dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel {
  border-left: 1px solid rgba(221, 221, 221, .6);
  border-right: none;
}
.dx-scheduler-work-space-month .dx-scheduler-header-panel {
  width: 100%;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table {
  width: 100%;
  height: 100%;
}
.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:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-date-table-scrollable-content,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable-content {
  height: 100%;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  height: 50px;
  vertical-align: top;
  text-align: right;
  color: #959595;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell .dx-scheduler-date-table-cell-text {
  padding-right: 6px;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-cell {
  height: 75px;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-first-of-month {
  color: #337ab7;
  background-color: rgba(51, 122, 183, .15);
  font-weight: 700;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
  display: none;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-vertical-grouped .dx-scheduler-sidebar-scrollable {
  display: block;
  float: left;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-vertical-grouped .dx-scheduler-group-header {
  box-shadow: 0 -2px 0 rgba(221, 221, 221, .6);
  border-bottom: none;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-vertical-grouped .dx-scheduler-date-table-cell {
  height: 75px;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-month.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
  border-bottom: none;
}
.dx-scheduler-timeline-day.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-month.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-week.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-work-week.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell {
  width: 160px;
}
.dx-scheduler-timeline-day.dx-scheduler-group-column-count-two .dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-timeline-month.dx-scheduler-group-column-count-two .dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-timeline-week.dx-scheduler-group-column-count-two .dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-timeline-work-week.dx-scheduler-group-column-count-two .dx-scheduler-group-flex-container .dx-scheduler-group-header {
  width: 80px;
}
.dx-scheduler-timeline-day.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-month.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-week.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-timeline-work-week.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell {
  width: 240px;
}
.dx-scheduler-timeline-day.dx-scheduler-group-column-count-three .dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-timeline-month.dx-scheduler-group-column-count-three .dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-timeline-week.dx-scheduler-group-column-count-three .dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-timeline-work-week.dx-scheduler-group-column-count-three .dx-scheduler-group-flex-container .dx-scheduler-group-header {
  width: 80px;
}
.dx-scheduler-timeline-day .dx-scheduler-date-table-container,
.dx-scheduler-timeline-day .dx-scheduler-date-table-scrollable-content,
.dx-scheduler-timeline-month .dx-scheduler-date-table-container,
.dx-scheduler-timeline-month .dx-scheduler-date-table-scrollable-content,
.dx-scheduler-timeline-week .dx-scheduler-date-table-container,
.dx-scheduler-timeline-week .dx-scheduler-date-table-scrollable-content,
.dx-scheduler-timeline-work-week .dx-scheduler-date-table-container,
.dx-scheduler-timeline-work-week .dx-scheduler-date-table-scrollable-content {
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel,
.dx-scheduler-timeline-month .dx-scheduler-header-panel,
.dx-scheduler-timeline-week .dx-scheduler-header-panel,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel thead,
.dx-scheduler-timeline-month .dx-scheduler-header-panel thead,
.dx-scheduler-timeline-week .dx-scheduler-header-panel thead,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel thead {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.dx-scheduler-timeline-day .dx-scheduler-header-row,
.dx-scheduler-timeline-month .dx-scheduler-header-row,
.dx-scheduler-timeline-week .dx-scheduler-header-row,
.dx-scheduler-timeline-work-week .dx-scheduler-header-row {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-week-cell {
  flex-basis: 0;
}
.dx-scheduler-timeline-day .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-scheduler-timeline .dx-scheduler-date-table-cell,
.dx-scheduler-timeline .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
  width: 200px;
}
.dx-scheduler-timeline .dx-scheduler-work-space-vertical-group-table {
  display: none;
}
.dx-scheduler-timeline .dx-scheduler-date-table {
  border-spacing: 0;
  border-collapse: separate;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-timeline .dx-scheduler-date-table tbody {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: 100px;
}
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  flex: 1 1 auto;
  height: inherit;
  min-height: 50px;
}
.dx-scheduler-timeline .dx-scheduler-group-table {
  border-spacing: 0;
  border-collapse: separate;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-timeline .dx-scheduler-group-table tbody {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.dx-scheduler-timeline .dx-scheduler-group-header {
  min-height: 50px;
}
.dx-scheduler-timeline .dx-scheduler-group-header-content {
  overflow: visible;
  flex-grow: 1;
}
.dx-scheduler-timeline .dx-scheduler-group-header-content div {
  white-space: normal;
  line-height: normal;
}
.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header {
  width: 200px;
}
.dx-scheduler-timeline .dx-scheduler-date-table,
.dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-group-table,
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
  height: 100%;
  min-height: 100px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
  height: auto;
}
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
  border-top-color: transparent;
}
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel-empty-cell {
  border-bottom: 1px solid #c4c4c4;
}
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable {
  display: none;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
  display: block;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row .dx-scheduler-group-header {
  border: none;
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row .dx-scheduler-group-header {
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row .dx-scheduler-last-group-cell {
  border-right: 1px solid #c4c4c4;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell:first-child {
  border-left: none;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell:first-child {
  border-left: 1px solid rgba(221, 221, 221, .6);
  border-right: none;
}
.dx-scheduler:not(.dx-scheduler-native) .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row {
  flex: 1;
}
.dx-scheduler-agenda .dx-scheduler-date-table-scrollable {
  padding-top: 10px;
}
.dx-scheduler-agenda .dx-scheduler-time-panel-cell::after {
  display: none;
}
.dx-scheduler-agenda .dx-scheduler-group-table {
  border-spacing: 0;
  margin-top: 0;
  height: 100%;
  float: left;
}
.dx-scheduler-agenda .dx-scheduler-time-panel {
  margin-top: 0;
  width: 70px;
  border: none;
}
.dx-scheduler-agenda .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  border: none;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
  float: right;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row:first-child .dx-scheduler-group-header-content::before {
  border-bottom: none;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-time-panel-cell::after {
  display: none;
}
.dx-scheduler-agenda .dx-scheduler-group-header {
  vertical-align: top;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: 700;
  padding: 0;
}
.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-group-header {
  width: 40px;
  font-size: 14px;
}
.dx-scheduler-agenda .dx-scheduler-group-header-content div {
  white-space: normal;
}
.dx-scheduler-agenda-nodata {
  text-align: center;
  opacity: .5;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel {
  border: none;
}
.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-time-panel {
  width: 70px;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-group-table,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
  min-height: 100%;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content {
  display: flex;
  flex-direction: column;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-container,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table > tbody {
  flex-grow: 1;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row {
  height: 78px;
  flex-shrink: 0;
  flex-grow: 1;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-cell {
  height: auto;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-virtual .dx-scheduler-date-table-row {
  height: 50px;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-container,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-tables-container {
  width: 100%;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-tables-container {
  flex-shrink: 1;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable .dx-scrollable-content {
  min-width: 100%;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-cell,
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel-cell {
  flex-shrink: 0;
}
.dx-scheduler.dx-scheduler-native .dx-scheduler-timeline:not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-date-table .dx-scheduler-date-table-row {
  flex: 1;
}
.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  color: #337ab7;
}
.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
  position: absolute;
  right: 0;
  width: 100%;
  content: "";
  background-color: #63a0d4;
}
.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell {
  width: 100px;
}
.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell {
  width: 150px;
}
.dx-scheduler-group-column-count-two .dx-scheduler-group-flex-container .dx-scheduler-group-header {
  width: 75px;
}
.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell {
  width: 200px;
}
.dx-scheduler-group-column-count-three .dx-scheduler-group-flex-container .dx-scheduler-group-header {
  width: 66.6666666667px;
}
.dx-scheduler-work-space-day .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-week .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-empty-cell {
  width: 100px;
}
.dx-scheduler-work-space-day.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-week.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell {
  width: 200px;
}
.dx-scheduler-work-space-day.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-week.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell {
  width: 250px;
}
.dx-scheduler-work-space-day.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-week.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell {
  width: 300px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell {
  border-top: 1px solid #c4c4c4;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
  border-top: none;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell::after,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell::after,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell::after {
  background-color: #c4c4c4;
}
.dx-scheduler-work-space {
  border: 1px solid rgba(221, 221, 221, .6);
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-top: none;
  float: left;
}
.dx-scheduler-work-space.dx-scheduler-timeline-month:not(.dx-scheduler-agenda) .dx-scheduler-all-day-title {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space.dx-scheduler-timeline-month:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell {
  border-right: none;
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-panel td {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline) .dx-scheduler-header-panel,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline) .dx-scheduler-header-panel-empty-cell {
  border-bottom: 2px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline).dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline).dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel-empty-cell {
  border-bottom: none;
}
.dx-scheduler-work-space.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel {
  border-bottom: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-header-panel-container {
  display: flex;
  flex-shrink: 0;
}
.dx-scheduler-header-panel-empty-cell {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  width: 0;
  border-bottom: 1px solid rgba(221, 221, 221, .6);
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-header-tables-container {
  overflow: hidden;
  width: 100%;
}
.dx-scheduler-date-table-container {
  position: relative;
}
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-count) .dx-scheduler-date-table-container {
  height: 100%;
}
.dx-scheduler-date-table-scrollable {
  width: 100%;
  overflow: hidden;
}
.dx-scheduler-date-table-scrollable .dx-scrollable-content {
  overflow: hidden;
}
.dx-scheduler-date-table-scrollable-content,
.dx-scheduler-side-bar-scrollable-content {
  display: flex;
  align-items: flex-start;
}
.dx-scheduler-date-table-scrollable-content {
  position: relative;
  float: left;
}
.dx-scheduler-date-table-cell,
.dx-scheduler-group-header,
.dx-scheduler-header-panel-cell,
.dx-scheduler-time-panel-cell {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
}
.dx-scheduler-date-table-current-date {
  font-weight: 700;
}
.dx-scheduler-date-table-other-month {
  opacity: .5;
}
.dx-scheduler-work-space-flex-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 0;
}
.dx-scheduler-group-flex-container {
  flex: 0 0 100%;
  min-height: 100%;
  display: flex;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-row {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  min-width: 0;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-row:last-child .dx-scheduler-group-header {
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-group-flex-container .dx-scheduler-group-row .dx-scheduler-group-header {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 0;
  padding: 0 5px;
  height: auto;
  width: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-day .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
  border-top: none;
}
.dx-scheduler-all-day-table-cell,
.dx-scheduler-date-table-cell {
  border-top: 1px solid rgba(221, 221, 221, .6);
  border-left: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-all-day-table-cell:first-child,
.dx-scheduler-date-table-cell:first-child {
  border-left: none;
}
.dx-scheduler-date-table-cell,
.dx-scheduler-header-panel-cell {
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count .dx-scheduler-all-day-title,
.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-timeline .dx-scheduler-all-day-panel,
.dx-scheduler-timeline .dx-scheduler-all-day-title,
.dx-scheduler-timeline .dx-scheduler-time-panel,
.dx-scheduler-work-space-month .dx-scheduler-all-day-panel,
.dx-scheduler-work-space-month .dx-scheduler-all-day-title,
.dx-scheduler-work-space-month .dx-scheduler-time-panel {
  display: none;
}
.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-left: none;
}
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-left: none;
}
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-right: 1px solid #c4c4c4;
}
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-left: 1px solid #c4c4c4;
}
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-right: 1px solid #c4c4c4;
}
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-right: 1px solid rgba(221, 221, 221, .6);
  border-left: 1px solid #c4c4c4;
}
.dx-scheduler-header-panel {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scheduler-header-panel-empty-cell {
  border-bottom: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
  width: auto;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  float: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable {
  height: auto;
  flex-shrink: 0;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child {
  border-left: none;
}
.dx-scheduler-header-panel-cell {
  position: relative;
  color: #333;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  border-left: 1px solid rgba(221, 221, 221, .6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-scheduler-header-panel-cell:first-child {
  border-left: 1px solid transparent;
}
.dx-scheduler-all-day-panel {
  width: 100%;
  position: relative;
}
.dx-scheduler-all-day-panel .dx-scheduler-all-day-table-cell {
  border-bottom: 2px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-all-day-title {
  color: #333;
  width: 100px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid rgba(221, 221, 221, .6);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-scheduler-small .dx-scheduler-all-day-title {
  width: 50px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-title {
  height: 50px;
  line-height: 50px;
}
.dx-scheduler-all-day-table {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.dx-scheduler-group-header {
  height: 30px;
  text-align: center;
}
.dx-scheduler-time-panel {
  flex: 0 0 auto;
  width: 100px;
  border-collapse: collapse;
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-small .dx-scheduler-time-panel {
  width: 50px;
  font-size: 14px;
}
.dx-scheduler-time-panel .dx-scheduler-time-panel-row:first-of-type td > div {
  margin-top: 0;
}
.dx-scheduler-time-panel-cell {
  color: #333;
  position: relative;
  width: 100%;
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
  border-bottom: 1px solid transparent;
}
.dx-scheduler-time-panel-cell > div {
  margin-top: -13px;
}
.dx-scheduler-small .dx-scheduler-time-panel-cell {
  padding-left: 0;
  padding-right: 10px;
}
.dx-scheduler-time-panel-cell::after {
  position: absolute;
  bottom: -1px;
  width: 10%;
  height: 1px;
  right: 0;
  background-color: rgba(221, 221, 221, .6);
}
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell {
  color: #337ab7;
}
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: inherit;
  background-color: #63a0d4;
}
.dx-scheduler-time-panel-row:last-child .dx-scheduler-time-panel-cell::after {
  display: none;
}
.dx-scheduler-time-panel-title-cell {
  padding: 0;
}
.dx-scheduler-date-table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.dx-scheduler-all-day-table-cell.dx-state-hover.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-hover.dx-state-focused {
  background-color: #dbe9f5;
}
.dx-scheduler-all-day-table-cell.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-focused {
  background-color: #dbe9f5;
  opacity: 1;
}
.dx-scheduler-all-day-table-cell.dx-scheduler-focused-cell,
.dx-scheduler-date-table-cell.dx-scheduler-focused-cell {
  box-shadow: inset 0 0 0 1px #337ab7;
}
.dx-scheduler-all-day-table-cell > div,
.dx-scheduler-date-table-cell > div {
  pointer-events: none;
}
.dx-scheduler-date-table-droppable-cell {
  background-color: #f2f2f2;
}
.dx-scheduler-group-header-content div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable {
  display: none;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content {
  display: flex;
  height: 40px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content > div {
  margin: auto;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-row,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-panel,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-row {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header {
  flex-basis: auto;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline:not(.dx-scheduler-work-space-group-by-date) .dx-scheduler-header-row .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table {
  height: 100%;
  min-height: 100px;
  border-top: 1px solid rgba(221, 221, 221, .6);
  border-spacing: 0;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-title,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
  top: 0;
  height: 50px !important;
  line-height: 50px !important;
  border-bottom: none;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel {
  display: table-cell;
  position: relative;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-table-row {
  height: 50px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell > div {
  margin-top: 0;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-last-group-cell {
  border-bottom: none;
  box-shadow: inset 0 -1px 0 rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell {
  border-bottom: 2px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-rtl .dx-scheduler-header-panel-empty-cell {
  border-left: 1px solid rgba(221, 221, 221, .6);
  border-right: none;
}
.dx-rtl .dx-scheduler-date-table-scrollable-content,
.dx-rtl .dx-scheduler-side-bar-scrollable-content {
  direction: rtl;
}
.dx-rtl .dx-scheduler-sidebar-scrollable .dx-scheduler-group-row:last-child .dx-scheduler-group-header,
.dx-rtl .dx-scheduler-work-space-vertical-grouped .dx-scheduler-group-row:last-child .dx-scheduler-group-header {
  border-right: none;
  border-left: 1px solid rgba(221, 221, 221, .6);
}
.dx-rtl .dx-scheduler-header-panel {
  left: 0;
  right: inherit;
}
.dx-rtl .dx-scheduler-time-panel,
.dx-rtl .dx-scheduler-work-space-vertical-group-table {
  float: right;
}
.dx-rtl .dx-scheduler-time-panel-cell {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-time-panel-cell {
  padding-left: 10px;
}
.dx-rtl .dx-scheduler-time-panel-cell::after {
  right: auto;
  left: 0;
}
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell {
  border-right: 1px solid rgba(221, 221, 221, .6);
  border-left: none;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel {
  border-left: 1px solid rgba(221, 221, 221, .6);
  border-right: none;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
  border-right: none;
  border-left: 1px solid rgba(221, 221, 221, .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-group-header {
  padding: 0 5px 0 10px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped.dx-scheduler-group-column-count-three .dx-scheduler-group-header:last-child,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped.dx-scheduler-group-column-count-two .dx-scheduler-group-header:last-child {
  text-align: right;
}
.dx-rtl .dx-scheduler-all-day-table-cell:first-child,
.dx-rtl .dx-scheduler-date-table-cell:first-child,
.dx-rtl .dx-scheduler-header-panel-cell:first-child {
  border-right: none;
  border-left: 1px solid rgba(221, 221, 221, .6);
}
.dx-rtl .dx-scheduler-time-panel {
  border-left: 1px solid rgba(221, 221, 221, .6);
  border-right: none;
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-header-panel-empty-cell {
  width: 50px;
}
.dx-scheduler-small .dx-scheduler-work-space-day.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-week.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-work-week.dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell {
  width: 150px;
}
.dx-scheduler-small .dx-scheduler-work-space-day.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-week.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-work-week.dx-scheduler-group-column-count-two .dx-scheduler-header-panel-empty-cell {
  width: 200px;
}
.dx-scheduler-small .dx-scheduler-work-space-day.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-week.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell,
.dx-scheduler-small .dx-scheduler-work-space-work-week.dx-scheduler-group-column-count-three .dx-scheduler-header-panel-empty-cell {
  width: 250px;
}
.dx-recurrence-repeat-end-wrapper {
  display: flex;
}
.dx-recurrence-numberbox-interval-wrapper .dx-layout-manager .dx-field-item,
.dx-recurrence-repeat-on .dx-layout-manager .dx-field-item {
  padding-right: 0;
  padding-left: 0;
}
.dx-recurrence-numberbox-interval-wrapper .dx-box-item:first-child:not(:only-child),
.dx-recurrence-repeat-on .dx-box-item:first-child:not(:only-child) {
  flex-grow: 0 !important;
  min-width: auto !important;
}
.dx-recurrence-numberbox-interval-wrapper .dx-field-item-label {
  white-space: nowrap;
}
.dx-layout-manager .dx-field-item.dx-recurrence-repeat-on {
  padding-top: 0;
}
.dx-recurrence-repeat-end-label {
  line-height: 36px;
}
.dx-recurrence-radiogroup-repeat-type {
  margin: 0;
}
.dx-recurrence-radiogroup-repeat-type .dx-item {
  padding-bottom: 10px;
}
.dx-recurrence-datebox-until-date {
  margin-left: 28px;
}
.dx-recurrence-numberbox-repeat-count {
  margin-left: 16px;
  margin-right: 11px;
}
.dx-recurrence-button-group {
  width: 100%;
}
.dx-recurrence-button-group .dx-button-content {
  padding: 8px;
}
.dx-recurrence-button-group .dx-buttongroup-wrapper > div {
  flex: 1;
}
.dx-recurrence-editor-container .dx-recurrence-numberbox-interval {
  margin-right: 11px;
}
.dx-recurrence-editor-container .dx-recurrence-numberbox-interval.dx-rtl {
  margin-right: 0;
  margin-left: 11px;
}
.dx-recurrence-numberbox-interval-label {
  margin-top: 25px;
}
.dx-scheduler-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.dx-scheduler-header {
  border: 1px solid rgba(221, 221, 221, .6);
  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
}
.dx-scheduler-header .dx-toolbar {
  height: 100%;
  background-color: transparent;
}
.dx-scheduler-header .dx-toolbar .dx-toolbar-items-container {
  height: 100%;
}
.dx-scheduler-header .dx-toolbar .dx-toolbar-menu-container .dx-icon::before {
  content: "\f016";
}
.dx-scheduler-view-switcher-dropdown-button-content .dx-list-item {
  display: list-item;
}
.dx-scheduler-date-time-shader-all-day {
  width: 100%;
  background-color: rgba(51, 51, 51, .04);
  position: absolute;
  pointer-events: none;
}
.dx-scheduler-date-time-indicator {
  background-color: #63a0d4;
  position: absolute;
  pointer-events: none;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, .1);
}
.dx-scheduler-date-time-indicator::before {
  font-size: 30px;
  color: #63a0d4;
  position: absolute;
  z-index: 1000;
  margin-top: -14px;
  margin-left: -12px;
  text-shadow: rgba(255, 255, 255, .1) 1px 0 0;
}
.dx-scheduler-date-time-shader {
  pointer-events: none;
}
.dx-scheduler-work-space-day .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,
.dx-scheduler-work-space-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content {
  padding: 0 7px;
}
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
  padding-right: 40px;
}
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon {
  top: 9px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator {
  margin-left: 100px;
  height: 1px;
  font: 14px/1 DXIcons;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator::before {
  content: "\f04e";
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator {
  margin-left: 50px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader {
  margin-left: 100px;
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader {
  margin-left: 50px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top::before {
  width: inherit;
  height: inherit;
  content: "";
  left: inherit;
  position: absolute;
  margin-left: 100px;
  background-color: rgba(51, 51, 51, .04);
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top::before {
  margin-left: 50px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top::before {
  margin-left: 0;
}
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator {
  margin-left: 0;
  font: 14px/1 DXIcons;
}
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator::before {
  content: "\f04f";
  margin-right: -12px;
}
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-top::before {
  margin-left: 0;
  margin-right: 100px;
}
.dx-scheduler-timeline .dx-scheduler-date-time-indicator {
  width: 1px;
  top: 0;
  font: 14px/1 DXIcons;
}
.dx-scheduler-timeline .dx-scheduler-date-time-indicator::before {
  content: "\f001";
  margin-left: -14px;
  margin-top: -12px;
}
.dx-scheduler-timeline .dx-scheduler-date-time-shader {
  height: 100%;
  position: absolute;
}
.dx-scheduler-timeline .dx-scheduler-date-time-shader::before {
  width: inherit;
  height: 100%;
  content: "";
  left: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, .04);
}
.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  box-shadow: none;
}
.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #63a0d4;
}
.dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
  top: 0;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
  padding: 0 7px;
  font-size: 13px;
}
.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,
.dx-scheduler-work-space-month .dx-scheduler-appointment-reduced-icon {
  top: 0;
}
.dx-scheduler-all-day-appointments,
.dx-scheduler-scrollable-appointments {
  position: absolute;
  top: 0;
}
.dx-scheduler-all-day-appointments.dx-rtl,
.dx-scheduler-scrollable-appointments.dx-rtl {
  left: 0;
}
.dx-scheduler-all-day-appointment,
.dx-scheduler-timeline .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-scheduler-appointment {
  box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-rtl .dx-scheduler-all-day-appointment,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment {
  box-shadow: inset -2px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-all-day-appointment.dx-resizable-resizing,
.dx-scheduler-all-day-appointment.dx-state-active,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-active,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-active {
  box-shadow: inset -2px 0 0 0 rgba(0, 0, 0, .3), inset 2px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-all-day-appointment.dx-state-hover,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset 5px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable {
  box-shadow: inset 5px 0 0 0 rgba(0, 0, 0, .3), inset -2px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset -5px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable {
  box-shadow: inset -5px 0 0 0 rgba(0, 0, 0, .3), inset 2px 0 0 0 rgba(0, 0, 0, .3);
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-all-day-appointment,
.dx-scheduler-timeline .dx-draggable-dragging .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-draggable-dragging .dx-scheduler-appointment {
  box-shadow:
    inset -2px 0 0 0 rgba(0, 0, 0, .3),
    inset 2px 0 0 0 rgba(0, 0, 0, .3),
    7px 7px 15px 0 rgba(50, 50, 50, .2);
}
.dx-scheduler-appointment.dx-scheduler-appointment-body,
.dx-scheduler-appointment.dx-scheduler-appointment-tail {
  box-shadow: none;
}
.dx-scheduler-all-day-appointment .dx-scheduler-appointment-reduced-icon {
  position: absolute;
  top: 15%;
}
.dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
  right: 20px;
}
.dx-scheduler-appointment-content {
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .99;
  padding: 5px 7px;
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
  font-size: 12px;
}
.dx-scheduler-appointment-content > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-scheduler-appointment-empty .dx-scheduler-appointment-content-details,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-title {
  display: none;
}
.dx-scheduler-appointment-content-details {
  font-size: 11px;
  white-space: pre;
  overflow: hidden;
}
.dx-scheduler-all-day-appointment .dx-scheduler-appointment-content-details,
.dx-scheduler-work-space-month .dx-scheduler-appointment-content-details {
  display: none;
}
.dx-scheduler-appointment-popup .dx-form .dx-field-item.dx-appointment-form-switch > div {
  flex-grow: 0;
  width: auto;
}
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch {
  margin: 0;
}
.dx-scheduler-appointment-popup .dx-field-item-label-location-left {
  padding-right: 20px;
}
.dx-scheduler-appointment-popup .dx-field {
  min-height: 0;
}
.dx-scheduler-appointment-popup .dx-field-label {
  width: auto;
}
.dx-scheduler-appointment-popup .dx-field-value {
  padding-left: 0;
  padding-right: 0;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox {
  float: left;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox.dx-rtl {
  float: right;
}
.dx-scheduler-appointment-collector {
  background-color: #337ab7;
  color: #fff;
}
.dx-scheduler-appointment-collector.dx-button,
.dx-scheduler-appointment-collector.dx-button.dx-state-active,
.dx-scheduler-appointment-collector.dx-button.dx-state-focused,
.dx-scheduler-appointment-collector.dx-button.dx-state-hover {
  background-color: #337ab7;
  color: #fff;
  border: none;
  box-shadow: none;
}
.dx-scheduler-appointment-collector.dx-button.dx-state-hover::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  opacity: .98;
}
.dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-button-content,
.dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-scheduler-appointment-collector-content {
  color: #fff;
  opacity: .99;
}
.dx-scheduler-appointment-collector-compact .dx-button-content span:last-child,
.dx-scheduler-appointment-collector-compact .dx-scheduler-appointment-collector-content span:last-child {
  padding-left: 0;
}
.dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
  width: 100%;
  height: 0;
}
.dx-scheduler-agenda .dx-scheduler-appointment {
  position: relative;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-scheduler-last-in-date-agenda-appointment {
  margin-bottom: 20px;
}
.dx-rtl .dx-scheduler-appointment-recurrence-icon {
  left: 5px;
  right: auto;
}
.dx-rtl .dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
  left: 20px;
  right: auto;
}
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
  padding-right: 5px;
  padding-left: 40px;
}
.dx-rtl .dx-scheduler-all-day-appointments,
.dx-rtl .dx-scheduler-scrollable-appointments {
  left: 0;
}
.dx-scheduler-small.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small.dx-rtl .dx-scheduler-date-time-shader-top::before {
  margin-right: 50px;
}
.dx-scheduler-time-panel-cell {
  height: 50px;
}
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell::before,
.dx-scheduler-time-panel-cell::after {
  content: "";
}
.dx-scheduler-date-table-cell {
  height: 50px;
}
.dx-scheduler-all-day-title {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  font-weight: 700;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
  height: 25px;
  line-height: 25px;
}
.dx-scheduler-all-day-table {
  height: 75px;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
  height: 25px;
}
.dx-scheduler-header-panel-cell {
  height: 50px;
}
.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
  top: 47px;
  height: 2px;
}
.dx-scheduler-timeline .dx-scheduler-date-table-cell {
  border-right: none;
  height: 75px;
}
.dx-scheduler-work-space-day .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
  border-bottom: none;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-first-of-month {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable .dx-scrollable-content {
  min-height: 300px;
}
.dx-scheduler-header {
  height: 56px;
  background-color: #f5f5f5;
}
.dx-scheduler-header .dx-toolbar .dx-toolbar-item-content,
.dx-scheduler-header .dx-toolbar .dx-toolbar-menu-container {
  padding: 9px;
}
.dx-scheduler-header .dx-toolbar .dx-scheduler-navigator .dx-scheduler-navigator-caption {
  min-width: 180px;
}
.dx-scheduler-adaptive .dx-scheduler-header .dx-toolbar .dx-scheduler-navigator .dx-scheduler-navigator-caption {
  min-width: 140px;
}
.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
  border-bottom: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) .dx-scheduler-group-header {
  color: #333;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-header-panel .dx-scheduler-group-header,
.dx-scheduler-work-space-vertical-group-table .dx-scheduler-group-header {
  font-weight: 700;
  color: #333;
  padding: 0;
}
.dx-scheduler-all-day-panel {
  background-color: #fff;
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-title {
  border-top: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-date-table-cell {
  border: none;
}
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th {
  border-left: none;
  border-right: none;
}
.dx-scheduler-work-space-week .dx-scheduler-date-table-row:first-child {
  border-top: none;
}
.dx-scheduler-all-day-table-cell.dx-state-active,
.dx-scheduler-date-table-cell.dx-state-active {
  background-color: rgba(221, 221, 221, .7);
}
.dx-scheduler-all-day-table-cell.dx-state-hover,
.dx-scheduler-date-table-cell.dx-state-hover {
  background-color: rgba(0, 0, 0, .04);
  color: #959595;
}
.dx-scheduler-appointment-popup .dx-popup-title {
  background-color: #fff;
}
.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton,
.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton.dx-rtl {
  margin: 0;
}
.dx-scheduler-appointment-popup .dx-popup-bottom {
  border-top: 1px solid #ddd;
}
.dx-scheduler-appointment-popup .dx-toolbar-after {
  margin-right: 4px;
}
.dx-rtl .dx-scheduler-appointment-popup .dx-toolbar-after {
  margin-left: 4px;
  margin-right: 0;
}
.dx-scheduler-appointment-popup .dx-form-validation-summary {
  padding: 10px 20px;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  font-size: 16px;
}
.dx-scheduler-group-header,
.dx-scheduler-header-panel,
.dx-scheduler-time-panel {
  font-size: 14px;
}
.dx-scheduler-work-space-grouped .dx-scheduler-group-row th,
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell {
  border-right: 1px solid #aaa;
}
.dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th,
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell {
  border-left: 1px solid #aaa;
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child {
  border-left: none;
}
.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-last-group-cell {
  border-right: 1px solid rgba(221, 221, 221, .6);
  border-left: 1px solid rgba(221, 221, 221, .6);
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell {
  border-right: 1px solid #aaa;
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell {
  border-left: 1px solid #aaa;
  border-right: 1px solid rgba(221, 221, 221, .6);
}
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child {
  border-left: none;
}
.dx-scheduler-appointment-collector {
  height: 20px;
}
.dx-scheduler-appointment-collector.dx-button.dx-button-default,
.dx-scheduler-appointment-collector.dx-state-hover::before {
  border-radius: 20px;
}
.dx-scheduler-appointment {
  border-left: 3px solid transparent;
  border-right: 2px solid transparent;
}
.dx-scheduler-appointment.dx-state-focused {
  color: #fff;
}
.dx-scheduler-appointment.dx-scheduler-appointment-empty {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment {
  border-right: none;
}
.dx-scheduler-appointment-strip {
  display: none;
}
.dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
  padding-right: 40px;
}
.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 5px 25px 5px 7px;
}
.dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 5px 7px 5px 25px;
}
.dx-scheduler-dropdown-appointment-date {
  color: #959595;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title {
  background-color: #fff;
}
.dx-scheduler-agenda .dx-scheduler-group-header {
  font-size: 14px;
  width: 80px;
}
.dx-scheduler-agenda .dx-scheduler-group-header-content {
  overflow: hidden;
  width: 80px;
  padding: 10px 0 0 10px;
  box-shadow: inset 0 -1px 0 0 #c4c4c4;
}
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  vertical-align: top;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  padding-right: 10px;
  padding-left: 0;
}
.dx-scheduler-agenda .dx-scheduler-group-header-content,
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  text-align: left;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-group-header-content,
.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  text-align: right;
}
.dx-scheduler-agenda .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  box-shadow: inset 0 -1px 0 0 rgba(221, 221, 221, .6);
}
.dx-scheduler-agenda .dx-scheduler-date-table-last-row .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-date-table-last-row .dx-scheduler-time-panel-cell {
  box-shadow: inset 0 -1px 0 0 #c4c4c4;
}
.dx-scheduler-agenda-nodata {
  font-size: 14px;
}
.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content .dx-popup-content .dx-list-item {
  border-top-width: 1px;
}
.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content {
  background: #fff;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
  padding-top: 10px;
}
.dx-layout-manager .dx-field-empty-item {
  width: 100%;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-single-column-item-content > .dx-field-item {
  padding-left: 0;
  padding-right: 0;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-form-group .dx-single-column-item-content > .dx-first-row.dx-col-0.dx-field-item {
  padding-top: 0;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout {
  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: auto;
  display: block;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align) {
  align-items: baseline;
}
.dx-layout-manager .dx-label-h-align.dx-field-item-label-align:not(.dx-flex-layout) .dx-field-item-label {
  vertical-align: baseline;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper,
.dx-layout-manager .dx-label-h-align .dx-field-item-label {
  display: table-cell;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper .dx-field-item-content {
  display: block;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label {
  white-space: nowrap;
  vertical-align: middle;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
  display: block;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-custom-label-content {
  display: inline-block;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-custom-label-content .dx-icon {
  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-field-item-label-location-top .dx-field-item-custom-label-content {
  display: inline-block;
}
.dx-field-item-label-location-top .dx-field-item-custom-label-content .dx-icon {
  vertical-align: top;
}
.dx-form-group-content {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.dx-form-group-custom-caption {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.dx-form-group-with-caption > .dx-form-group-content {
  padding-top: 19px;
  margin-top: 6px;
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
}
.dx-layout-manager-hidden-label {
  position: absolute;
  display: block;
  visibility: hidden;
}
.dx-field-item-help-text {
  font-style: italic;
  white-space: normal;
  color: #333;
}
.dx-field-item-label-location-left {
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.dx-field-item-label-location-right {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.dx-field-item-optional .dx-label > span::after,
.dx-field-item-required .dx-label > span::after {
  content: attr(data-mark);
}
.dx-rtl .dx-field-item-optional-mark,
.dx-rtl .dx-field-item-required-mark {
  unicode-bidi: embed;
}
.dx-layout-manager .dx-field-item:not(.dx-first-col) {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.dx-layout-manager .dx-field-item:not(.dx-last-col) {
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-box-item:not(:first-child) .dx-single-column-item-content > .dx-field-item {
  padding-top: 10px;
}
.dx-form-group-caption {
  font-size: 20px;
}
.dx-field-item-label-text {
  color: #333;
}
.dx-field-item-label-location-top {
  margin-bottom: 4px;
}
.dx-field-item-optional .dx-label > span::after,
.dx-field-item-optional-mark {
  color: #afafaf;
}
.dx-field-item-required .dx-label > span::after,
.dx-field-item-required-mark {
  color: #c9302c;
}
.dx-field-item-custom-label-content .dx-icon {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-size: 20px 20px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-form-group-custom-caption .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.dx-filterbuilder.dx-rtl .dx-filterbuilder-action-icon,
.dx-filterbuilder.dx-rtl .dx-filterbuilder-text {
  margin-left: 5px;
  margin-right: 0;
}
.dx-filterbuilder.dx-rtl .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
  padding-left: 0;
  padding-right: 26px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon,
.dx-filterbuilder .dx-filterbuilder-text {
  margin-left: 0;
  margin-right: 5px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon:focus,
.dx-filterbuilder .dx-filterbuilder-item-value-text:focus,
.dx-filterbuilder .dx-filterbuilder-text:focus {
  outline: 0;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item {
  display: inline-block;
  white-space: nowrap;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text {
  display: inline-block;
  cursor: pointer;
  white-space: pre;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range {
  white-space: nowrap;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range-separator,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-text-separator {
  margin: 0 7px;
  opacity: .3;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-group-operation,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-field,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-operation {
  min-width: 20px;
  padding: 2px 7px 3px;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-texteditor {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -4px;
  display: inline-block;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action.dx-filterbuilder-action-icon {
  padding: 5px 8px;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
  padding-left: 26px;
}
.dx-filterbuilder-operations .dx-treeview-item {
  padding-left: 5px;
}
.dx-filterbuilder-operations .dx-rtl .dx-treeview-item {
  padding-right: 5px;
}
.dx-filterbuilder-overlay {
  white-space: nowrap;
}
.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node {
  padding-left: 0;
}
.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node .dx-treeview-node-container-opened {
  margin-left: 15px;
}
.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node {
  padding-right: 0;
}
.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node .dx-treeview-node-container-opened {
  margin-right: 15px;
}
.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal {
  border-radius: 0;
}
.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal > .dx-popup-content {
  padding: 0;
}
.dx-filterbuilder-overlay .dx-scrollable-container {
  max-height: 360px;
}
.dx-filterbuilder-overlay .dx-menu-items-container {
  padding: 0;
}
.dx-filterbuilder {
  background-color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text {
  color: #333;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation {
  background-color: rgba(217, 83, 79, .3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:hover {
  background-color: rgba(217, 83, 79, .5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:focus {
  background-color: #d9534f;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field {
  background-color: rgba(51, 122, 183, .3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:hover {
  background-color: rgba(51, 122, 183, .5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:focus {
  background-color: #337ab7;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation {
  background-color: rgba(92, 184, 92, .3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:hover {
  background-color: rgba(92, 184, 92, .5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:focus {
  background-color: #5cb85c;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:hover {
  background-color: rgba(221, 221, 221, .5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:focus {
  background-color: #ddd;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus {
  color: rgba(92, 184, 92, .3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:hover {
  color: rgba(92, 184, 92, .5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:focus {
  color: #5cb85c;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove {
  color: rgba(217, 83, 79, .3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:hover {
  color: rgba(217, 83, 79, .5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:focus {
  color: #d9534f;
}
.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-item .dx-icon {
  color: #333;
}
.dx-filterbuilder-overlay.dx-filterbuilder-add-condition .dx-treeview-expander-icon-stub,
.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-expander-icon-stub {
  display: none;
}
.dx-filterbuilder .dx-filterbuilder-action-icon {
  margin-bottom: 9px;
}
.dx-filterbuilder .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-text {
  border-radius: 5px;
}
.dx-filterbuilder .dx-filterbuilder-range-separator {
  color: #333;
}
.dx-filterbuilder-overlay .dx-treeview-item {
  padding: 5px 15px;
}
.dx-filterbuilder-overlay .dx-rtl .dx-treeview-item {
  padding-left: 15px;
}
.dx-drawer {
  height: 100%;
  width: 100%;
}
.dx-drawer .dx-drawer-wrapper > .dx-drawer-panel-content.dx-drawer-panel-content-hidden {
  visibility: hidden;
}
.dx-drawer-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dx-drawer-panel-content {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-drawer-panel-content .dx-overlay-content {
  overflow: hidden;
}
.dx-drawer-right .dx-drawer-panel-content {
  right: 0;
}
.dx-drawer-left .dx-drawer-panel-content {
  left: 0;
}
.dx-drawer-panel-content-push-top-or-bottom {
  width: 100%;
}
.dx-drawer-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}
.dx-drawer-shader {
  z-index: 1000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.dx-drawer-push.dx-drawer-bottom .dx-drawer-panel-content {
  top: auto;
}
.dx-drawer-shrink .dx-drawer-panel-content {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  height: 100%;
}
.dx-drawer-shrink .dx-drawer-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
}
.dx-drawer-shrink .dx-drawer-content {
  position: relative;
  flex: 1 1 auto;
}
.dx-drawer-shrink.dx-drawer-bottom .dx-drawer-wrapper,
.dx-drawer-shrink.dx-drawer-top .dx-drawer-wrapper {
  flex-direction: column;
}
.dx-drawer-overlap .dx-drawer-panel-content {
  overflow: visible;
}
.dx-drawer-overlap .dx-drawer-panel-content.dx-overlay-wrapper {
  right: auto;
  left: auto;
}
.dx-drawer-overlap.dx-drawer-left .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-right .dx-drawer-wrapper {
  overflow-y: visible;
}
.dx-drawer-overlap.dx-drawer-bottom .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-top .dx-drawer-wrapper {
  overflow-x: visible;
}
.dx-drawer-overlap.dx-drawer-right.dx-drawer-expand > .dx-drawer-wrapper > .dx-overlay > .dx-overlay-wrapper > .dx-overlay-content,
.dx-drawer-overlap.dx-drawer-right.dx-drawer-slide > .dx-drawer-wrapper > .dx-overlay > .dx-overlay-wrapper > .dx-overlay-content {
  right: 0;
}
.dx-htmleditor {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}
.dx-htmleditor:not(.dx-state-disabled) li[data-list=checked],
.dx-htmleditor:not(.dx-state-disabled) li[data-list=unchecked] {
  cursor: pointer;
}
.dx-htmleditor-add-image-popup-with-tabs > .dx-overlay-content > .dx-popup-content {
  padding: 0;
}
.dx-htmleditor-hidden-content {
  display: none;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-multiview-wrapper {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fix-ratio-container .dx-textbox {
  display: inline-block;
  width: calc(100% - 41px);
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fix-ratio-container .dx-buttongroup {
  vertical-align: top;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  width: 36px;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-wrapper {
  padding: 0;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-upload-button {
  display: none;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content .dx-popup-title {
  border-bottom: 0;
}
.dx-quill-container {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-basis: auto;
  min-height: 1px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.dx-htmleditor-content {
  box-sizing: border-box;
  line-height: 1.42;
  width: 100%;
  outline: 0;
  overflow-y: auto;
  padding: 12px 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dx-htmleditor-content .dx-variable > span {
  padding: 3px 6px;
  border-radius: 8px;
  background: rgba(51, 122, 183, .15);
}
.dx-htmleditor-content > * {
  cursor: text;
}
.dx-htmleditor-content blockquote,
.dx-htmleditor-content h1,
.dx-htmleditor-content h2,
.dx-htmleditor-content h3,
.dx-htmleditor-content h4,
.dx-htmleditor-content h5,
.dx-htmleditor-content h6,
.dx-htmleditor-content ol,
.dx-htmleditor-content p,
.dx-htmleditor-content pre,
.dx-htmleditor-content ul {
  margin: 0;
  padding: 0;
}
.dx-htmleditor-content h1,
.dx-htmleditor-content h2,
.dx-htmleditor-content h3,
.dx-htmleditor-content h4,
.dx-htmleditor-content h5,
.dx-htmleditor-content h6,
.dx-htmleditor-content p,
.dx-htmleditor-content ul {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.dx-htmleditor-content table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.dx-htmleditor-content td,
.dx-htmleditor-content th {
  border: 1px solid #000;
  padding: 2px 5px;
}
.dx-htmleditor-content ol,
.dx-htmleditor-content ul {
  -webkit-padding-start: 1.5em;
  padding-inline-start: 1.5em;
}
.dx-htmleditor-content li {
  list-style-type: none;
  -webkit-padding-start: 1.5em;
  padding-inline-start: 1.5em;
  position: relative;
}
.dx-htmleditor-content li[data-list=bullet]::before {
  content: "\2022";
}
.dx-htmleditor-content li[data-list=checked]::before {
  content: "\2611";
}
.dx-htmleditor-content li[data-list=unchecked]::before {
  content: "\2610";
}
.dx-htmleditor-content li::before {
  display: inline-block;
  -webkit-margin-start: -1.5em;
  margin-inline-start: -1.5em;
  -webkit-margin-end: .3em;
  margin-inline-end: .3em;
  text-align: end;
  white-space: nowrap;
  width: 1.2em;
}
.dx-htmleditor-content li > .ql-ui {
  visibility: hidden;
}
.dx-htmleditor-content li[data-list=checked] > .ql-ui,
.dx-htmleditor-content li[data-list=unchecked] > .ql-ui {
  visibility: visible;
}
.dx-htmleditor-content li[data-list=ordered] {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.dx-htmleditor-content li[data-list=ordered]::before {
  content: counter(list-0, decimal) ". ";
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}
.dx-htmleditor-content li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  -webkit-padding-start: 4.5em;
  padding-inline-start: 4.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}
.dx-htmleditor-content li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  -webkit-padding-start: 7.5em;
  padding-inline-start: 7.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-3::before {
  content: counter(list-3, decimal) ". ";
}
.dx-htmleditor-content li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  -webkit-padding-start: 10.5em;
  padding-inline-start: 10.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-4::before {
  content: counter(list-4, lower-alpha) ". ";
}
.dx-htmleditor-content li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
  -webkit-padding-start: 13.5em;
  padding-inline-start: 13.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-5::before {
  content: counter(list-5, lower-roman) ". ";
}
.dx-htmleditor-content li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
  -webkit-padding-start: 16.5em;
  padding-inline-start: 16.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-6::before {
  content: counter(list-6, decimal) ". ";
}
.dx-htmleditor-content li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
  -webkit-padding-start: 19.5em;
  padding-inline-start: 19.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-7::before {
  content: counter(list-7, lower-alpha) ". ";
}
.dx-htmleditor-content li.ql-indent-7 {
  counter-reset: list-8 list-9;
  -webkit-padding-start: 22.5em;
  padding-inline-start: 22.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-8::before {
  content: counter(list-8, lower-roman) ". ";
}
.dx-htmleditor-content li.ql-indent-8 {
  counter-reset: list-9;
  -webkit-padding-start: 25.5em;
  padding-inline-start: 25.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-9::before {
  content: counter(list-9, decimal) ". ";
}
.dx-htmleditor-content .ql-indent-1 {
  -webkit-padding-start: 3em;
  padding-inline-start: 3em;
}
.dx-htmleditor-content .ql-indent-2 {
  -webkit-padding-start: 6em;
  padding-inline-start: 6em;
}
.dx-htmleditor-content .ql-indent-3 {
  -webkit-padding-start: 9em;
  padding-inline-start: 9em;
}
.dx-htmleditor-content .ql-indent-4 {
  -webkit-padding-start: 12em;
  padding-inline-start: 12em;
}
.dx-htmleditor-content .ql-indent-5 {
  -webkit-padding-start: 15em;
  padding-inline-start: 15em;
}
.dx-htmleditor-content .ql-indent-6 {
  -webkit-padding-start: 18em;
  padding-inline-start: 18em;
}
.dx-htmleditor-content .ql-indent-7 {
  -webkit-padding-start: 21em;
  padding-inline-start: 21em;
}
.dx-htmleditor-content .ql-indent-8 {
  -webkit-padding-start: 24em;
  padding-inline-start: 24em;
}
.dx-htmleditor-content .ql-indent-9 {
  -webkit-padding-start: 27em;
  padding-inline-start: 27em;
}
.dx-htmleditor-content li.ql-indent-9 {
  -webkit-padding-start: 28.5em;
  padding-inline-start: 28.5em;
}
.dx-htmleditor-content table td,
.dx-htmleditor-content table th {
  outline: 0;
}
.dx-htmleditor-content .ql-code-block-container {
  font-family: monospace;
}
.dx-htmleditor-content .ql-code-block-container,
.dx-htmleditor-content code {
  background-color: rgba(191, 191, 191, .15);
  color: rgba(51, 51, 51, .8);
}
.dx-htmleditor-content .ql-video {
  display: block;
  max-width: 100%;
}
.dx-htmleditor-content .ql-video.ql-align-center {
  margin: 0 auto;
}
.dx-htmleditor-content .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.dx-htmleditor-content .ql-font-serif {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}
.dx-htmleditor-content .ql-font-monospace {
  font-family:
    Monaco,
    "Courier New",
    monospace;
}
.dx-htmleditor-content .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.dx-htmleditor-content.ql-blank::before {
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  color: #999;
}
.dx-htmleditor-content.ql-blank::after {
  content: attr(data-placeholder);
  z-index: -1;
  visibility: hidden;
}
.dx-htmleditor-content.ql-blank[data-placeholder] > p {
  height: .1px;
}
.dx-suggestion-list-wrapper .dx-list .dx-scrollable-content {
  margin: 0;
}
.dx-suggestion-list {
  min-width: 50px;
}
.dx-suggestion-list .dx-list-item {
  display: block;
}
.dx-suggestion-list .dx-list-item-icon {
  border-radius: 50%;
  vertical-align: text-bottom;
}
.dx-formdialog-form {
  min-width: 360px;
}
.dx-overlay-content.dx-popup-fullscreen .dx-formdialog-form {
  min-width: 240px;
}
.dx-formdialog-field-target .dx-field-item-content {
  text-align: end;
}
.dx-background-format .dx-icon-background,
.dx-background-format .dx-icon-color,
.dx-color-format .dx-icon-background,
.dx-color-format .dx-icon-color {
  border-bottom: 3px solid transparent;
}
.dx-htmleditor-toolbar-separator {
  border-left: 1px solid transparent;
}
.dx-htmleditor-toolbar-menu-separator {
  width: 100%;
  border-top: 1px solid transparent;
}
.dx-htmleditor-toolbar-menu-separator::before {
  content: none;
}
.dx-resize-frame {
  position: absolute;
  box-sizing: content-box;
  border: 1px dashed #778899;
  pointer-events: none;
}
.dx-resize-frame .dx-resizable-handle {
  pointer-events: auto;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  border-radius: 0;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  width: 15px;
  height: 15px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  right: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  right: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-top-left {
  left: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left {
  left: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  top: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  top: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
  bottom: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
  bottom: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  width: 15px;
  height: 15px;
}
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after {
  top: calc(50% - 5.5px);
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
  top: calc(50% - 7.5px);
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  left: calc(50% - 5.5px);
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  left: calc(50% - 7.5px);
}
.dx-resize-frame .dx-resizable-handle-right::after {
  right: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
  right: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-left::after {
  left: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after {
  left: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-top::after {
  top: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  top: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-bottom::after {
  bottom: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after {
  bottom: -7.5px;
}
.dx-mention {
  padding: 1px 0;
  border-radius: 2px;
}
.dx-mention .dx-template-wrapper {
  white-space: nowrap;
  display: inline-block;
}
.dx-mention > span {
  margin: 0 2px;
}
.dx-table-resize-frame {
  position: absolute;
  pointer-events: none;
}
.dx-table-resize-frame > div {
  position: absolute;
  pointer-events: auto;
  background-color: transparent;
}
.dx-table-resize-frame .dx-htmleditor-column-resizer {
  width: 5px;
  top: 0;
  height: 100%;
  cursor: col-resize;
}
.dx-table-resize-frame .dx-htmleditor-highlighted-column {
  width: 3px;
  top: 0;
  height: 100%;
}
.dx-table-resize-frame .dx-htmleditor-row-resizer {
  height: 5px;
  left: 0;
  width: 100%;
  cursor: row-resize;
}
.dx-table-resize-frame .dx-htmleditor-highlighted-row {
  height: 3px;
  left: 0;
  width: 100%;
}
.dx-htmleditor {
  border-color: #ddd;
}
.dx-htmleditor .dx-htmleditor-toolbar-wrapper {
  padding: 5px;
  position: relative;
}
.dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child {
  border-bottom: 1px solid #ddd;
}
.dx-htmleditor.dx-state-readonly {
  border-style: dashed;
}
.dx-htmleditor.dx-state-readonly .dx-htmleditor-toolbar-wrapper::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: 2;
  background-color: rgba(255, 255, 255, .2);
  content: "";
  pointer-events: none;
}
.dx-htmleditor.dx-state-readonly .dx-toolbar-button .dx-button.dx-state-disabled {
  opacity: .5;
}
.dx-htmleditor.dx-htmleditor-outlined {
  border-radius: 4px;
}
.dx-htmleditor.dx-htmleditor-outlined.dx-state-hover {
  border-color: rgba(51, 122, 183, .4);
}
.dx-htmleditor.dx-htmleditor-outlined.dx-state-active,
.dx-htmleditor.dx-htmleditor-outlined.dx-state-focused {
  border-color: #337ab7;
}
.dx-htmleditor.dx-htmleditor-outlined.dx-invalid {
  border-color: rgba(217, 83, 79, .4);
}
.dx-htmleditor.dx-htmleditor-outlined.dx-invalid.dx-state-active,
.dx-htmleditor.dx-htmleditor-outlined.dx-invalid.dx-state-focused {
  border-color: #d9534f;
}
.dx-htmleditor.dx-htmleditor-filled {
  border-color: transparent;
  background: rgba(51, 51, 51, .05);
  border-radius: 4px;
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly {
  border-style: dashed;
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly.dx-state-active,
.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly.dx-state-focused {
  background-color: rgba(51, 51, 51, .03);
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-hover,
.dx-htmleditor.dx-htmleditor-filled.dx-state-hover.dx-invalid.dx-state-readonly:not(.dx-state-focused) {
  background-color: rgba(51, 122, 183, .07);
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-active,
.dx-htmleditor.dx-htmleditor-filled.dx-state-focused {
  background-color: transparent;
  border-color: #337ab7;
}
.dx-htmleditor.dx-htmleditor-filled.dx-invalid {
  background-color: rgba(217, 83, 79, .1);
}
.dx-htmleditor.dx-htmleditor-filled.dx-invalid.dx-state-active,
.dx-htmleditor.dx-htmleditor-filled.dx-invalid.dx-state-focused {
  background: 0 0;
  border-color: #d9534f;
}
.dx-htmleditor.dx-htmleditor-underlined {
  border-color: transparent transparent #ddd;
}
.dx-htmleditor.dx-htmleditor-underlined .dx-htmleditor-content {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-state-hover {
  border-bottom-color: rgba(51, 122, 183, .4);
}
.dx-htmleditor.dx-htmleditor-underlined.dx-state-active,
.dx-htmleditor.dx-htmleditor-underlined.dx-state-focused {
  border-bottom-color: #337ab7;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-state-active.dx-invalid,
.dx-htmleditor.dx-htmleditor-underlined.dx-state-focused.dx-invalid {
  border-bottom-color: #d9534f;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-invalid {
  border-bottom-color: rgba(217, 83, 79, .4);
}
.dx-htmleditor.dx-htmleditor-underlined.dx-invalid.dx-state-focused {
  border-color: transparent transparent #d9534f;
}
.dx-htmleditor-content blockquote {
  -webkit-padding-start: 12px;
  padding-inline-start: 12px;
  -webkit-border-start: 4px solid;
  border-inline-start: 4px solid;
  color: rgba(51, 51, 51, .8);
  border-inline-start-color: #ddd;
}
.dx-htmleditor-content td,
.dx-htmleditor-content th {
  border-color: #ddd;
}
.dx-htmleditor-toolbar {
  background-color: transparent;
}
.dx-htmleditor-toolbar .dx-htmleditor-toolbar-separator {
  height: 36px;
}
.dx-htmleditor-toolbar-format.dx-dropdowneditor.dx-editor-filled {
  background-color: transparent;
}
.dx-htmleditor-toolbar-format.dx-background-format .dx-button-content,
.dx-htmleditor-toolbar-format.dx-color-format .dx-button-content {
  padding-bottom: 5px;
}
.dx-htmleditor-toolbar-format.dx-size-format {
  width: 105px;
}
.dx-htmleditor-toolbar-separator {
  border-inline-start-color: #ddd;
}
.dx-htmleditor-toolbar-menu-separator {
  border-top-color: #ddd;
}
.dx-resize-frame {
  border-color: #337ab7;
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  background-color: #337ab7;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-tab:first-child::after {
  -webkit-border-start: none;
  border-inline-start: none;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-tabs-wrapper::after {
  -webkit-border-start: none;
  border-inline-start: none;
  -webkit-border-end: none;
  border-inline-end: none;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-collection .dx-field-item:not(.dx-last-col) {
  -webkit-padding-end: 5px;
  padding-inline-end: 5px;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-collection .dx-field-item:not(.dx-first-col) {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-input-wrapper {
  padding: 60px 20px;
  border: 3px dashed #ddd;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-input-wrapper .dx-fileuploader-input-label {
  border-width: 0;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-dragover .dx-fileuploader-input {
  padding-top: 7px;
  padding-bottom: 8px;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-dragover .dx-fileuploader-input-label {
  padding-top: 8px;
}
.dx-htmleditor-add-image-popup > .dx-overlay-content > .dx-popup-content .dx-fileuploader-dragover .dx-fileuploader-content {
  background-color: rgba(221, 221, 221, .8);
}
.dx-mention {
  background-color: #ddd;
  color: #333;
}
.dx-suggestion-list-wrapper {
  height: 100%;
}
.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.dx-suggestion-list-wrapper .dx-popup-content {
  height: 100%;
  padding: 1px;
}
.dx-suggestion-list-wrapper .dx-list {
  height: 100%;
  min-height: 39.0001px;
}
.dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
  min-height: 33.0001px;
}
.dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 7px 9px;
}
.dx-suggestion-list-wrapper .dx-list-select-all {
  padding: 12px 0 8px;
}
.dx-suggestion-list-wrapper .dx-empty-message,
.dx-suggestion-list-wrapper .dx-list-item {
  border-top: 0;
}
.dx-suggestion-list-wrapper .dx-empty-message:last-of-type,
.dx-suggestion-list-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-table-resize-frame > .dx-draggable-dragging + .dx-htmleditor-highlighted-column,
.dx-table-resize-frame > .dx-draggable-dragging + .dx-htmleditor-highlighted-row {
  background-color: rgba(51, 122, 183, .5);
}
.dx-fa-button.dx-fa-button-main .dx-overlay-shader {
  background-color: rgba(255, 255, 255, .8);
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content {
  min-width: 48px;
  max-height: 48px;
  background-color: #337ab7;
  color: #fff;
  overflow: visible;
  border-radius: 24px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover {
  background-color: #285f8f;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover .dx-fa-button-icon {
  background-color: transparent;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active {
  background-color: #22527b;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active .dx-fa-button-icon {
  background-color: transparent;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon,
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon-close {
  padding: 15px;
  box-shadow: none;
  background-color: transparent;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper {
  position: static;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
  background: 0 0;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  margin-right: 0;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-inkripple {
  border-radius: 24px;
}
.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content {
  display: flex;
  flex-direction: row-reverse;
}
.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon,
.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon-close {
  padding: 15px 0 15px 15px;
}
.dx-fa-button.dx-fa-button-main.dx-fa-button-without-icon .dx-fa-button-icon {
  width: 0;
}
.dx-fa-button .dx-fa-button-icon,
.dx-fa-button .dx-fa-button-icon-close {
  padding: 6px;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
}
.dx-fa-button .dx-fa-button-icon .dx-icon,
.dx-fa-button .dx-fa-button-icon-close .dx-icon {
  font-size: 18px;
}
.dx-fa-button .dx-fa-button-icon img,
.dx-fa-button .dx-fa-button-icon-close img {
  width: 100%;
  height: 100%;
}
.dx-fa-button .dx-overlay-content {
  border-radius: 50%;
  cursor: pointer;
  min-width: 30px;
  max-height: 30px;
  background-color: transparent;
  color: #333;
  overflow: visible;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse {
  flex-direction: row-reverse;
}
.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper {
  right: auto;
  left: 30px;
}
.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper .dx-fa-button-label {
  margin-left: 10px;
  margin-right: auto;
}
.dx-fa-button .dx-overlay-content.dx-state-hover .dx-fa-button-icon {
  background-color: #ebebeb;
}
.dx-fa-button .dx-overlay-content.dx-state-active .dx-fa-button-icon {
  background-color: #c2c2c2;
}
.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper {
  position: absolute;
  right: 30px;
}
.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
  background-color: #fff;
  color: #333;
  white-space: nowrap;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
  font-size: 12px;
}
.dx-fa-button .dx-overlay-content .dx-fa-button-icon {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.dx-fa-button .dx-overlay-content .dx-inkripple {
  overflow: hidden;
  border-radius: 15px;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label {
  padding: 0 25px 0 10px;
  font-size: 14px;
  margin-right: 0;
}
.dx-filemanager {
  height: 500px;
  border: 1px solid;
}
.dx-filemanager .dx-filemanager-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dx-filemanager .dx-filemanager-notification-drawer,
.dx-filemanager .dx-filemanager-notification-drawer-panel {
  height: 100%;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-overlay-content {
  min-width: 240px;
  max-width: 93vw;
}
@media (min-width:431px) {
  .dx-filemanager .dx-filemanager-notification-popup .dx-overlay-content {
    max-width: 400px;
  }
}
.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content {
  padding: 15px;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content .dx-filemanager-progress-box {
  padding: 5px 0 0;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common-no-item {
  border-style: none;
}
.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel {
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-filemanager .dx-filemanager-progress-panel {
  width: 340px;
  height: 100%;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container {
  padding: 10px 20px 20px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title {
  display: flex;
  align-items: flex-start;
  padding: 0 0 5px 10px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title .dx-filemanager-progress-panel-title-text {
  flex: 1 1 auto;
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-common .dx-filemanager-progress-box-common {
  font-weight: 600;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-separator {
  height: 20px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-i.dx-filemanager-i-cancel {
  width: 16px;
  height: 16px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details > .dx-filemanager-progress-box {
  margin-bottom: 8px;
  border-radius: 2px;
}
.dx-filemanager .dx-filemanager-progress-box {
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
}
.dx-filemanager .dx-filemanager-progress-box.dx-filemanager-progress-box-without-close-button {
  padding-right: 10px;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-image {
  margin-right: 10px;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-wrapper {
  flex: 1 auto;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-common {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-progress-bar,
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-status {
  padding: 5px 0;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button {
  margin-left: 5px;
}
.dx-filemanager .dx-filemanager-progress-box-error {
  border-radius: 2px;
  display: inline-block;
  border-width: 0;
  padding: 2px 8px 3px;
  font-size: .85em;
  line-height: normal;
  word-wrap: break-word;
  overflow-y: auto;
  max-height: 150px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
  width: 1px;
  margin-right: 5px;
}
.dx-filemanager .dx-splitter-wrapper.dx-splitter-inactive,
.dx-filemanager .dx-splitter-wrapper.dx-splitter-initial {
  right: 3px;
}
.dx-filemanager .dx-filemanager-container {
  display: flex;
  height: 100%;
  border-top: 1px solid;
  box-sizing: border-box;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-container .dx-filemanager-adaptivity-drawer-panel {
  height: 100%;
}
.dx-filemanager .dx-filemanager-container .dx-filemanager-dirs-panel {
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  display: block;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-opened .dx-splitter-bar.dx-state-disabled {
  width: 1px;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-shrink .dx-drawer-panel-content {
  overflow: visible;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content {
  display: block;
  width: 30%;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-initial {
  min-width: 250px;
  max-width: 300px;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-adaptive {
  max-width: 100%;
}
.dx-filemanager .dx-filemanager-dirs-panel {
  height: 100%;
}
.dx-filemanager .dx-filemanager-breadcrumbs {
  padding: 2px 11px;
  border-bottom: 1px solid;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content {
  padding-left: 0;
  padding-right: 0;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-parent-folder-item .dx-menu-item-content {
  padding-left: 2px;
  padding-right: 2px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
  width: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item .dx-menu-item-content {
  padding-left: 1px;
  padding-right: 1px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover {
  cursor: default;
}
.dx-filemanager .dx-filemanager-editing-container,
.dx-filemanager .dx-filemanager-notification-container {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
.dx-filemanager .dx-row .dx-filemanager-file-actions-button {
  float: right;
}
.dx-filemanager .dx-row .dx-filemanager-file-actions-button .dx-button-content {
  padding: 0;
}
.dx-filemanager .dx-row.dx-row-focused .dx-filemanager-file-actions-button,
.dx-filemanager .dx-row.dx-selection .dx-filemanager-file-actions-button,
.dx-filemanager .dx-row.dx-state-hover .dx-filemanager-file-actions-button {
  visibility: visible;
}
.dx-filemanager .dx-filemanager-items-panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dx-filemanager .dx-filemanager-fileuploader-dropzone-placeholder {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1000;
}
.dx-filemanager .dx-filemanager-thumbnails {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 5px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item {
  float: left;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  width: 100px;
  height: 100px;
  border: 1px dashed transparent;
  margin: 5px;
  box-sizing: border-box;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content {
  overflow: hidden;
  padding: 13px 0 10px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-thumbnail {
  border: 0;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-spacer {
  border: 0;
  padding: 0;
  margin: 0;
  height: 10px;
  visibility: hidden;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-name {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dx-filemanager .dx-filemanager-details {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dx-filemanager .dx-filemanager-details > div {
  height: 100%;
}
.dx-filemanager .dx-filemanager-details .dx-datagrid-rowsview .dx-datagrid-table > tbody > tr.dx-filemanager-parent-directory-item > td > .dx-select-checkbox {
  display: none;
}
.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
}
.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper .dx-filemanager-details-item-name {
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-filemanager .dx-filemanager-i.dx-filemanager-i-progress,
.dx-filemanager .dx-filemanager-i.dx-icon.dx-filemanager-i-progress {
  animation: 1.5s linear infinite dx-filemanager-icon-rotate;
}
@keyframes dx-filemanager-icon-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.dx-filemanager-file-actions-button {
  visibility: hidden;
  text-align: center;
}
.dx-filemanager-file-actions-button.dx-widget {
  line-height: 100%;
}
.dx-filemanager-file-actions-button .dx-button {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding: 10px 11px;
}
.dx-filemanager-file-actions-button .dx-button i {
  font-style: normal;
}
.dx-filemanager-file-actions-button.dx-filemanager-file-actions-button-activated,
.dx-filemanager-file-actions-button:hover {
  visibility: visible;
}
.dx-filemanager-dirs-tree {
  width: 100%;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content {
  display: flex;
  align-items: flex-end;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content > .dx-icon {
  flex: 0 0 auto;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content .dx-filemanager-dirs-tree-item-text {
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-filemanager-dirs-tree .dx-filemanager-focused-item .dx-filemanager-file-actions-button,
.dx-filemanager-dirs-tree .dx-treeview-item.dx-state-hover .dx-filemanager-file-actions-button {
  visibility: visible;
}
.dx-filemanager-dialog.dx-filemanager-dialog-folder-chooser,
.dx-filemanager-progresspanel {
  height: 100%;
  overflow: auto;
}
.dx-filemanager-dialog-folder-chooser > div {
  height: 100%;
}
.dx-filemanager-dialog-popup > .dx-overlay-content {
  min-width: 300px;
  max-width: 400px;
  min-height: 300px;
  max-height: 400px;
}
.dx-filemanager-dialog-name-editor-popup > .dx-overlay-content {
  max-width: 340px;
  min-height: 180px;
  max-height: 180px;
}
.dx-filemanager-dialog-delete-item-popup > .dx-overlay-content {
  max-width: 340px;
  min-height: 180px;
}
.dx-filemanager-dialog-delete-item-popup > .dx-overlay-content .dx-popup-content .dx-filemanager-dialog-delete-item {
  overflow-wrap: break-word;
}
.dx-filemanager-progresspanel {
  box-sizing: border-box;
  padding: 5px;
}
.dx-filemanager-progresspanel .dx-filemanager-progressbox {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.dx-filemanager-progresspanel .dx-filemanager-progressbox-cancel-button {
  margin-top: 5px;
  float: right;
}
.dx-splitter-wrapper {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 998;
  top: 0;
}
.dx-splitter-wrapper .dx-splitter-border {
  z-index: 997;
  height: 100%;
  width: 7px;
  cursor: col-resize;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter-bar {
  height: 100%;
  width: 1px;
  display: block;
  cursor: col-resize;
  z-index: 999;
  margin: auto;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter-bar.dx-splitter-inactive {
  z-index: 998;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter-bar.dx-state-disabled {
  width: 0;
  cursor: default;
}
.dx-splitter-bar {
  background-color: rgba(51, 122, 183, .5);
}
.dx-splitter-bar.dx-splitter-inactive {
  background-color: #ddd;
}
.dx-splitter-border {
  background-color: transparent;
}
.dx-filemanager {
  border-color: #ddd;
}
.dx-filemanager .dx-filemanager-notification-common {
  border-color: #ddd;
  color: #d9534f;
}
.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel {
  border-left-color: #ddd;
}
.dx-filemanager .dx-filemanager-progress-panel {
  background-color: #fff;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container {
  padding-top: 6px;
}
.dx-filemanager .dx-filemanager-progress-box-image {
  width: 36px;
  height: 36px;
  font-size: 36px;
}
.dx-filemanager .dx-filemanager-progress-box-error {
  color: #fff;
  background: #d9534f;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button {
  margin-top: 9px;
}
.dx-filemanager .dx-filemanager-toolbar {
  padding: 6px 10px;
  background: #fff;
  min-height: 48px;
}
.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar,
.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar .dx-toolbar {
  background: #f7f7f7;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
  height: 36px;
  background: #ddd;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-viewmode-item .dx-texteditor {
  width: 150px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled {
  background: 0 0;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-active,
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-focused,
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-hover {
  background: rgba(51, 51, 51, .1);
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor {
  border-color: transparent;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor .dx-dropdowneditor-icon {
  background: 0 0;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon {
  background: 0 0;
  border-color: transparent;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-has-large-icon .dx-button-content {
  padding: 4px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-toolbar .dx-filemanager-toolbar-viewmode-item .dx-button-content {
  padding-left: 8px;
  padding-right: 8px;
}
.dx-filemanager .dx-filemanager-fileuploader-dropzone-placeholder {
  border: 2px solid #337ab7;
}
.dx-filemanager .dx-filemanager-container {
  border-top-color: #ddd;
}
.dx-filemanager .dx-filemanager-dirs-panel {
  border-right-color: #ddd;
}
.dx-filemanager .dx-filemanager-breadcrumbs {
  border-bottom-color: #ddd;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item.dx-state-focused {
  background: #ddd;
  color: #333;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content {
  padding-top: 5px;
  padding-bottom: 8px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
  background: #ddd;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover {
  background: 0 0;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected {
  color: #fff;
  background: rgba(51, 122, 183, .8);
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-hover:not(.dx-state-focused):not(.dx-item-selected) {
  background: rgba(0, 0, 0, .04);
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-focused {
  border: 1px solid #337ab7;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected.dx-state-focused {
  color: #fff;
  background: rgba(51, 122, 183, .7);
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-thumbnail {
  width: 36px;
  height: 36px;
  font-size: 36px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-item-custom-thumbnail {
  color: #ddd;
}
.dx-filemanager .dx-filemanager-files-view {
  background: #fff;
}
.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-filemanager-details-item-thumbnail {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-command-select {
  width: 43px;
  min-width: 43px;
  max-width: 43px;
}
.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-row-focused .dx-filemanager-file-actions-button .dx-button .dx-icon {
  color: #fff;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-content > i {
  margin-bottom: 0;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item {
  background: #fff;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item.dx-state-hover {
  background: #ebebeb;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item * {
  color: #333;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox > .dx-treeview-item.dx-filemanager-focused-item {
  background: #ebebeb;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox > .dx-treeview-item.dx-filemanager-focused-item * {
  color: #333;
}
.dx-filemanager-view-switcher-popup {
  width: 34px;
}
.dx-filemanager-view-switcher-popup .dx-dropdownbutton-popup-wrapper.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 8px;
  text-overflow: clip;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button {
  margin-top: 1px;
  margin-bottom: -1px;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding: 0;
}
.dx-filemanager-file-actions-button .dx-button {
  min-width: 21px;
  height: 21px;
}
.dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dx-filemanager-i.dx-filemanager-i-progress,
.dx-filemanager-i.dx-filemanager-i-refresh,
.dx-filemanager-i.dx-icon.dx-filemanager-i-progress,
.dx-filemanager-i.dx-icon.dx-filemanager-i-refresh {
  background: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23333%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x31_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M11%2C4c2.45%2C0%2C4.59%2C1.26%2C5.84%2C3.16L15%2C9l6%2C1l-1-6l-1.73%2C1.73C16.64%2C3.47%2C14%2C2%2C11%2C2%0D%0A%09%09c-4.97%2C0-9%2C4.03-9%2C9h2C4%2C7.13%2C7.13%2C4%2C11%2C4z%22%2F%3E%0D%0A%09%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.92%2C12c-0.49%2C3.39-3.39%2C6-6.92%2C6c-2.19%2C0-4.13-1.01-5.41-2.59L7%2C14l-6-1l1%2C6l2.17-2.17%0D%0A%09%09C5.82%2C18.76%2C8.26%2C20%2C11%2C20c4.63%2C0%2C8.44-3.5%2C8.94-8H17.92z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 22px;
  height: 22px;
}
.dx-filemanager-i.dx-filemanager-i-done,
.dx-filemanager-i.dx-icon.dx-filemanager-i-done {
  background: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23333%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%235cb85c%3B%7D%0D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0D%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0D%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M21.35%2C14.35l-4.71%2C5l-3-3l0.71-0.71l2.15%2C2.15l4.15-4.15L21.35%2C14.35z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 22px;
  height: 22px;
}
.dx-filemanager-i.dx-filemanager-i-danger,
.dx-filemanager-i.dx-icon.dx-filemanager-i-danger {
  background: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23333%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23d9534f%3B%7D%0D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0D%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0D%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M17%2C20v-1h1v1H17z%20M17%2C13h1v5h-1V13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 22px;
  height: 22px;
}
.dx-filemanager-i.dx-filemanager-i-cancel,
.dx-filemanager-i.dx-icon.dx-filemanager-i-cancel {
  background: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20fill%3D%22%23333%22%20d%3D%22M8%2C0c4.42%2C0%2C8%2C3.58%2C8%2C8s-3.58%2C8-8%2C8c-4.42%2C0-8-3.58-8-8S3.58%2C0%2C8%2C0%20M10.87%2C4L8%2C6.87L5.13%2C4L4%2C5.13L6.87%2C8%0D%0A%09L4%2C10.87L5.13%2C12L8%2C9.13L10.87%2C12L12%2C10.87L9.13%2C8L12%2C5.13L10.87%2C4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 22px;
  height: 22px;
}
.dx-diagram {
  border: 1px solid transparent;
  display: flex;
  flex-flow: column;
  height: 600px;
  min-height: 350px;
}
.dx-diagram .dx-diagram-toolbar-wrapper {
  padding: 5px;
  flex-grow: 0;
}
.dx-diagram .dx-diagram-toolbar-wrapper .dx-diagram-toolbar {
  background-color: transparent;
}
.dx-diagram .dx-diagram-content-wrapper {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
}
.dx-diagram .dx-diagram-content,
.dx-diagram .dx-diagram-scroll-view {
  height: 100%;
  width: 100%;
}
.dx-diagram.dx-diagram-fullscreen {
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  z-index: 2;
}
.dx-diagram .dxdi-control {
  width: auto;
  height: auto;
  overflow: visible;
}
.dx-diagram .dxdi-canvas {
  overflow: hidden;
}
.dx-diagram-toolbox-popup.dx-popup-wrapper .dx-overlay-content {
  border-radius: 0;
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar {
  padding: 0;
  background-color: rgba(0, 0, 0, .05);
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-button-content,
.dx-diagram-toolbox-popup .dx-popup-title .dx-button.dx-button-has-icon:not(.dx-button-has-text) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-button:not(.dx-closebutton) {
  cursor: inherit;
  pointer-events: none;
}
.dx-diagram-toolbox-popup .dx-popup-content {
  padding: 0;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input {
  border-color: transparent;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input .dx-placeholder::before,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input input {
  min-height: 0;
  font-size: .9em;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input .dx-button {
  border: 0;
  border-radius: 0;
  min-height: 14px;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel > * {
  position: absolute;
}
.dx-diagram-properties-popup .dx-scrollview,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel > .dx-scrollview {
  width: 100%;
}
.dx-diagram-properties-popup .dx-popup-content {
  padding: 0;
}
.dx-diagram-properties-popup .dx-tabs {
  border: 0;
}
.dx-diagram-properties-popup .dx-tabpanel .dx-multiview-wrapper {
  border-left: 0;
  border-right: 0;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-items-container {
  display: block;
  height: auto;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-items-container > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  position: inherit;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-items-container .dx-toolbar-item {
  display: flex;
  align-items: center;
}
.dx-diagram-properties-popup:not(.dx-diagram-mobile-popup) .dx-tabpanel .dx-multiview-wrapper {
  border-bottom: 0;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup {
  width: calc(100% - 2px) !important;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-popup-title {
  border: 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-toolbar .dx-toolbar-items-container {
  height: auto;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-toolbar .dx-toolbar-items-container .dx-toolbar-item {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel {
  display: flex;
  flex-direction: column-reverse;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel .dx-multiview-wrapper {
  border-top: 0;
}
.dx-diagram-floating-toolbar-container {
  position: absolute;
  z-index: 1001;
  width: 100%;
  transition: opacity .4s;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container {
  background: 0 0;
  border-radius: 50%;
  border: 0;
  padding: 0;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar {
  background: 0 0;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container div {
  border-radius: 50%;
}
.dx-diagram-floating-toolbar-container .dx-diagram-toolbar .dx-toolbar-items-container > * {
  padding-left: 0;
  padding-right: 0;
}
.dx-diagram-toolbar .dx-diagram-toolbar-separator {
  display: table;
  height: 100%;
  border-left: 1px solid transparent;
}
.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator {
  width: 100%;
  border-top: 1px solid transparent;
}
.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator::before {
  content: none;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-texteditor,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-texteditor {
  width: auto;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper {
  display: flex;
  align-items: center;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i {
  display: block;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox {
  width: 0;
  max-width: 0;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input {
  width: 0;
  padding-left: 0;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay {
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content {
  transform: none !important;
  width: 100% !important;
  top: initial !important;
  bottom: 0 !important;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-popup-content {
  padding: 8px;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container {
  width: 100%;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row {
  display: flex;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-palette-cell {
  flex-grow: 1;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-palette-cell .dx-colorview-palette {
  width: 100%;
  min-width: 300px;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-controls-container,
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-hue-scale-cell {
  margin-left: 12px;
}
.dx-diagram-i {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.dx-diagram-loading-indicator {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.dx-diagram-touch-context-toolbox .dx-popover-wrapper,
.dx-diagram-touchbar-overlay {
  z-index: 1 !important;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container {
  display: block;
  height: 100%;
  padding: 0;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container::after {
  display: block;
  content: "";
  clear: both;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container > li {
  display: block;
  float: left;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-menu-item-content .dx-icon {
  margin: 0;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: none;
}
.dx-diagram-context-toolbox-target,
.dx-diagram-touchbar-target {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
}
.dx-diagram-context-toolbox-target {
  width: 1px;
  height: 1px;
}
.dx-diagram-context-toolbox .dx-popup-content {
  padding: 8px;
}
.dx-diagram {
  border-color: #ddd;
}
.dx-diagram .dxdi-control .dxdi-canvas {
  background-color: #d9d9d9;
}
.dx-diagram .dxdi-control .dxdi-canvas .connector-multi-selection,
.dx-diagram .dxdi-control .dxdi-canvas .connector-point-mark,
.dx-diagram .dxdi-control .dxdi-canvas .connector-selection,
.dx-diagram .dxdi-control .dxdi-canvas .connector-side-mark,
.dx-diagram .dxdi-control .dxdi-canvas .extension-line path,
.dx-diagram .dxdi-control .dxdi-canvas .item-multi-selection-rect,
.dx-diagram .dxdi-control .dxdi-canvas .item-selection-rect,
.dx-diagram .dxdi-control .dxdi-canvas .items-selection-rect,
.dx-diagram .dxdi-control .dxdi-canvas .selection-mark {
  stroke: #337ab7;
}
.dx-diagram .dxdi-control .dxdi-canvas .connector-side-mark,
.dx-diagram .dxdi-control .dxdi-canvas .extension-line text {
  fill: #337ab7;
}
.dx-diagram .dxdi-control .dxdi-canvas .connection-mark:not(.selector),
.dx-diagram .dxdi-control .dxdi-canvas .connection-point:not(.selector),
.dx-diagram .dxdi-control .dxdi-canvas .connection-target,
.dx-diagram .dxdi-control .dxdi-canvas .container-target {
  stroke: #5cb85c;
}
.dx-diagram .dxdi-control .dxdi-canvas .connection-mark:not(.selector).active,
.dx-diagram .dxdi-control .dxdi-canvas .connection-point:not(.selector).active {
  fill: #5cb85c;
}
.dx-diagram .dxdi-control .dxdi-canvas .geometry-mark {
  stroke: #d9534f;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner path {
  stroke: #606060;
  stroke-opacity: 1;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner ellipse {
  stroke: #606060;
  stroke-opacity: 0.55;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-user .dxdi-background {
  fill: #606060;
  opacity: .55;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-warning ellipse {
  fill: #d9534f;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .geometry-mark,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .selection-mark {
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .item-selection-rect,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: transparent;
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: rgba(144, 144, 144, 0.02);
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .item-multi-selection-rect {
  fill: rgba(144, 144, 144, 0.02);
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-multi-selection,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-point-mark,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-selection,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  fill: #666;
}
.dx-diagram .dxdi-text-input-container.connector-text .dxdi-text-input {
  border-color: #337ab7;
}
.dx-diagram .dx-diagram-toolbar-wrapper {
  border-bottom: 1px solid #ddd;
}
.dx-diagram.dx-diagram-fullscreen {
  background-color: #fff;
}
.dx-diagram-properties-panel,
.dx-diagram-toolbox-panel {
  background: #fff;
}
.dx-diagram-floating-toolbar-container {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
  border-radius: 6px;
  padding: 2px;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-item,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-items-container {
  width: 48px;
  height: 48px;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-item .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-items-container .dx-button-content {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
.dx-diagram-floating-toolbar-container .dx-toolbar-item {
  padding: 0 2px 0 0;
}
.dx-diagram-toolbox-popup > .dx-overlay-content {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar {
  font-size: .5em;
  min-height: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-closebutton {
  position: static;
  left: 0;
}
.dx-rtl .dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-closebutton {
  right: 0;
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-toolbar-items-container {
  height: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-button-content,
.dx-diagram-toolbox-popup .dx-popup-title .dx-button.dx-button-has-icon:not(.dx-button-has-text) {
  width: 12px;
  height: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input-container,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel .dx-accordion {
  width: 144px;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input-container {
  border-bottom: 1px solid #ddd;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input {
  margin: 2px;
  box-shadow: none;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-placeholder::before,
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-texteditor-input {
  padding: 4px 9px;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button .dx-button-content,
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button.dx-button-has-icon:not(.dx-button-has-text) .dx-button-content {
  padding: 2px;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button .dx-icon {
  font-size: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-closebutton {
  width: 12px;
  height: 12px;
  margin: 1px 0 0;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-closebutton .dx-icon {
  width: 10px;
  height: 10px;
  padding: 1px;
  font-size: 8px;
  line-height: 8px;
  background-position: 1px 1px;
  background-size: 8px 8px;
}
.dx-diagram-toolbox-popup.dx-diagram-mobile-popup .dx-popup-content {
  padding-top: 66px;
}
.dx-diagram-toolbox-popup.dx-diagram-mobile-popup .dx-popup-content .dx-diagram-toolbox-input-container {
  border-top: 1px solid #ddd;
}
.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item {
  border-left: none;
  border-right: none;
}
.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item:first-of-type {
  border-top: none;
}
.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item:last-child {
  border-bottom: none;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title {
  padding: 6px 12px;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title .dx-accordion-item-title-caption {
  font-size: .7em;
  font-weight: 700;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title::before {
  font-size: .7em;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-body {
  padding: 6px 12px;
}
.dx-diagram-toolbox-panel .dxdi-toolbox .dxdi-canvas .dxdi-shape-text {
  opacity: .25;
}
.dx-diagram-properties-popup .dx-multiview-item,
.dx-diagram-properties-popup.dx-diagram-properties-popup-notabs .dx-popup-content {
  padding: 8px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-title {
  font-weight: 700;
  padding: 8px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar {
  padding: 0 8px 8px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-item {
  margin-bottom: 4px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-item.dx-diagram-lg-icon-item .dx-diagram-i {
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar:first-child {
  padding-top: 8px;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-popup-title {
  padding: 2px 8px 0 0;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel .dx-tab-selected::before {
  top: -1px;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format) {
  background-color: #e6e6e6;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-success {
  background-color: #449d44;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-default {
  background-color: #285f8f;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-danger {
  background-color: #c9302c;
}
.dx-diagram-toolbar .dx-dropdowneditor.dx-editor-filled,
.dx-diagram-toolbar .dx-texteditor.dx-editor-filled {
  background-color: transparent;
}
.dx-diagram-toolbar .dx-diagram-toolbar-separator {
  border-left-color: #ddd;
}
.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator {
  border-top-color: #ddd;
}
.dx-diagram-toolbar .dx-diagram-toolbar-text {
  padding: 8px 0 9px 15px;
}
.dx-diagram-toolbar .dx-diagram-lg-edit-item .dx-texteditor {
  width: 240px;
}
.dx-diagram-toolbar .dx-diagram-md-edit-item .dx-texteditor {
  width: 150px;
}
.dx-diagram-toolbar .dx-diagram-sm-edit-item .dx-texteditor {
  width: 100px;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon {
  margin-left: 8px;
  margin-right: 7px;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon {
  font-size: 18px;
  color: #333;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content {
  padding: 5px;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-separator {
  width: 1px;
  height: 30px;
  margin: 0;
}
.dx-diagram-i-selectbox-null-icon {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-none {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FF0000%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C13l9-9l1%2C1l-9%2C9L1%2C13z%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M12%2C8V3H0v12h12v-5h16V8H12z%20M10%2C13H2V5h8V13z%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-arrow {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2016%22%20style%3D%22enable-background%3Anew%200%200%2028%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M8%2C9l4%2C3l1%2C2L0%2C8l13-6l-1%2C2L8%2C7h20v2H8z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-outlined-triangle {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M0%2C9l13%2C6v-5h15V8H13V3L0%2C9z%20M11%2C12L3.9%2C9L11%2C6V12z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-filled-triangle {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2C10v5L0%2C9l13-6v5h15v2H13z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-none {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FF0000%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C13l9-9l1%2C1l-9%2C9L17%2C13z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C8v2h16v5h12V3H16v5H0z%20M18%2C5h8v8h-8V5z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-arrow {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M0%2C10l0-2h20l-4-3l-1-2l13%2C6l-13%2C6l1-2l4-3H0z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-outlined-triangle {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2016%22%20style%3D%22enable-background%3Anew%200%200%2028%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M28%2C8L15%2C2v5H0v2h15v5L28%2C8z%20M17%2C5l7.1%2C3L17%2C11V5z%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-filled-triangle {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M0%2C10V8h15V3l13%2C6l-13%2C6v-5H0z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-orthogonal {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C18v-8h3V5H8v3H0V0h8v3h15h2v2v5h3v8H20z%20M6%2C2H2v4h4V2z%20M26%2C12h-4v4h4V12z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-straight {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20d%3D%22M20%2C10v2.2L8%2C2.8V0H0v8h8V5.8l12%2C9.3V18h8v-8H20z%20M6%2C6H2V2h4V6z%20M26%2C16h-4v-4h4V16z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-line-solid {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20id%3D%22_x32__2_%22%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-line-dotted {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20id%3D%22_x32__2_%22%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__1_%22%20x%3D%227%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__3_%22%20x%3D%2211%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__4_%22%20x%3D%2215%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__5_%22%20x%3D%2219%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__6_%22%20x%3D%2223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-line-dashed {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20id%3D%22_x32__1_%22%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__4_%22%20x%3D%2211%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Crect%20id%3D%22_x32__5_%22%20x%3D%2219%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-button-fill,
.dx-diagram-i-menu-fill {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20d%3D%22M7.6%2C1L6.7%2C1.9l1.9%2C1.9L3%2C9.4L9.5%2C16L16%2C9.4L7.6%2C1z%20M5%2C9l4.5-4.5L14%2C9H5z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A);
  width: 18px;
  height: 21px;
}
.dx-diagram-i-button-fullscreen,
.dx-diagram-i-menu-fullscreen {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20points%3D%220%2C6%202%2C6%202%2C2%206%2C2%206%2C0%200%2C0%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3Cpolygon%20points%3D%222%2C12%200%2C12%200%2C18%206%2C18%206%2C16%202%2C16%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3Cpolygon%20points%3D%2212%2C0%2012%2C2%2016%2C2%2016%2C6%2018%2C6%2018%2C0%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3Cpolygon%20points%3D%2216%2C16%2012%2C16%2012%2C18%2018%2C18%2018%2C12%2016%2C12%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-lock,
.dx-diagram-i-menu-lock {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20d%3D%22M14%2C5c0-2.8-2.2-5-5-5C6.2%2C0%2C4%2C2.2%2C4%2C5C2.9%2C5%2C2%2C5.9%2C2%2C7v8c0%2C1.1%2C0.9%2C2%2C2%2C2h10c1.1%2C0%2C2-0.9%2C2-2V7%0D%0A%09C16%2C5.9%2C15.1%2C5%2C14%2C5z%20M9%2C13c-1.1%2C0-2-0.9-2-2s0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C11%2C12.1%2C10.1%2C13%2C9%2C13z%20M6%2C5c0-1.7%2C1.3-3%2C3-3%0D%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3H6z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-unlock,
.dx-diagram-i-menu-unlock {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C17H4c-1.1%2C0-2-0.9-2-2V7c0-1.1%2C0.9-2%2C2-2h2h2h4c0-1.7-1.3-3-3-3C8.1%2C2%2C7.3%2C2.4%2C6.8%2C3H4.4%0D%0A%09C5.2%2C1.2%2C7%2C0%2C9%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5c1.1%2C0%2C2%2C0.9%2C2%2C2v8C16%2C16.1%2C15.1%2C17%2C14%2C17z%20M9%2C9c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2%0D%0A%09C11%2C9.9%2C10.1%2C9%2C9%2C9z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-send-to-back,
.dx-diagram-i-menu-send-to-back {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st1%22%20d%3D%22M8%2C12c-1.1%2C0-2-0.9-2-2V4H4C2.9%2C4%2C2%2C4.9%2C2%2C6v8c0%2C1.1%2C0.9%2C2%2C2%2C2h8c1.1%2C0%2C2-0.9%2C2-2v-2H8z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-bring-to-front,
.dx-diagram-i-menu-bring-to-front {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3Cpath%20id%3D%22_x30_%22%20class%3D%22st1%22%20d%3D%22M4%2C4h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H4c-1.1%2C0-2-0.9-2-2V6C2%2C4.9%2C2.9%2C4%2C4%2C4z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-select-all,
.dx-diagram-i-menu-select-all {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.75%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M8.5%2C6c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1l0%2C0l6.8%2C5.3c0.3%2C0.2%2C0.3%2C0.5%2C0.1%2C0.8c-0.1%2C0.1-0.1%2C0.2-0.3%2C0.2l-1.9%2C0.3%0D%0A%09l1.3%2C2.6c0.2%2C0.3%2C0%2C0.6-0.3%2C0.7l-2.1%2C0.9c-0.1%2C0-0.2%2C0.1-0.3%2C0.1c-0.2%2C0-0.4-0.1-0.5-0.3l-1.3-2.6l-1.5%2C1.1%0D%0A%09c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.3%2C0-0.6-0.2-0.6-0.5V6.6C7.9%2C6.3%2C8.2%2C6%2C8.5%2C6z%22%20fill%3D%22%23333%22%2F%3E%0D%0A%3Cg%20id%3D%22_x33_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpolygon%20id%3D%22_x31__1_%22%20class%3D%22st0%22%20points%3D%2212%2C6%2014%2C8%2016%2C8%2016%2C6%20%09%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%09%3Crect%20id%3D%22_x32__1_%22%20x%3D%2211.6%22%20y%3D%222%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%201.6862%2010.071)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20%20fill%3D%22%23333%22%2F%3E%0D%0A%09%3Crect%20id%3D%22_x33__1_%22%20x%3D%228%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%224%22%20%20fill%3D%22%23333%22%2F%3E%0D%0A%09%3Crect%20id%3D%22_x34_%22%20x%3D%223.6%22%20y%3D%2210%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.3137%206.7573)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20%20fill%3D%22%23333%22%2F%3E%0D%0A%09%3Crect%20id%3D%22_x35_%22%20x%3D%224%22%20y%3D%221.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-0.6569%204.4142)%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222.8%22%20%20fill%3D%22%23333%22%2F%3E%0D%0A%09%3Crect%20id%3D%22_x36_%22%20x%3D%222%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%222%22%20%20fill%3D%22%23333%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-image-delete,
.dx-diagram-i-menu-image-delete {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M17%2C15.4L15.5%2C17l-2-2l-2%2C2L10%2C15.4l2-2l-2-2l1.5-1.4l2%2C2l2-2l1.5%2C1.5l-2%2C2L17%2C15.4z%20M12%2C6l-4%2C6%0D%0A%09l-2-2l-3%2C5h5v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4l-2%2C2L12%2C6z%20M5.5%2C5C4.7%2C5%2C4%2C5.6%2C4%2C6.5S4.7%2C8%2C5.5%2C8%0D%0A%09S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-image-edit,
.dx-diagram-i-menu-image-edit {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M15%2C9l-3-3l-4%2C6l-2-2l-3%2C5h6v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L15%2C9z%0D%0A%09%20M5.5%2C5C4.7%2C5%2C4%2C5.7%2C4%2C6.5S4.7%2C8%2C5.5%2C8S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%20M17%2C12.5L12.5%2C17H11v-1.5l4.5-4.5L17%2C12.5z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-image-insert,
.dx-diagram-i-menu-image-insert {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M15%2C9l-3-3l-4%2C7l-2-3l-3%2C5h6v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L15%2C9z%0D%0A%09%20M5.5%2C5C4.7%2C5%2C4%2C5.7%2C4%2C6.5S4.7%2C8%2C5.5%2C8S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%20M13%2C11h2v2h2v2h-2v2h-2v-2h-2v-2h2V11z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-bt {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M60%2C20v8c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8C59.1%2C18%2C60%2C18.9%2C60%2C20z%20M58%2C20%0D%0A%09%09h-8v8h8V20z%20M46%2C6v8c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h8C45.1%2C4%2C46%2C4.9%2C46%2C6z%20M44%2C6h-8v8h8V6z%20M46%2C34v8%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8C45.1%2C32%2C46%2C32.9%2C46%2C34z%20M44%2C34h-8v8h8V34z%20M46%2C50v8c0%2C1.1-0.9%2C2-2%2C2h-8%0D%0A%09%09c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8C45.1%2C48%2C46%2C48.9%2C46%2C50z%20M44%2C50h-8v8h8V50z%20M32%2C20v8c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2%0D%0A%09%09v-8c0-1.1%2C0.9-2%2C2-2h8C31.1%2C18%2C32%2C18.9%2C32%2C20z%20M30%2C20h-8v8h8V20z%20M12%2C4l6%2C6h-5v50h-2V10H6L12%2C4z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M55%2C9v2v7h-2v-7h-7V9h7H55z%20M53%2C30h2v7v2h-2h-7v-2h7V30z%20M39%2C44h2v4h-2V44z%20M27%2C9h7v2h-7v7h-2v-7V9%0D%0A%09%09H27z%20M27%2C37h7v2h-7h-2v-2v-7h2V37z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-lr {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M45%2C59h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C47%2C58.1%2C46.1%2C59%2C45%2C59z%20M45%2C57%0D%0A%09%09v-8h-8v8H45z%20M59%2C45h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C61%2C44.1%2C60.1%2C45%2C59%2C45z%20M59%2C43v-8h-8v8H59z%0D%0A%09%09%20M31%2C45h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C33%2C44.1%2C32.1%2C45%2C31%2C45z%20M31%2C43v-8h-8v8H31z%20M15%2C45H7%0D%0A%09%09c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C17%2C44.1%2C16.1%2C45%2C15%2C45z%20M15%2C43v-8H7v8H15z%20M45%2C31h-8c-1.1%2C0-2-0.9-2-2%0D%0A%09%09v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C47%2C30.1%2C46.1%2C31%2C45%2C31z%20M45%2C29v-8h-8v8H45z%20M61%2C11l-6%2C6v-5H5v-2h50V5L61%2C11z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M56%2C54h-2h-7v-2h7v-7h2v7V54z%20M35%2C52v2h-7h-2v-2v-7h2v7H35z%20M21%2C38v2h-4v-2H21z%20M56%2C26v7h-2v-7h-7%0D%0A%09%09v-2h7h2V26z%20M28%2C26v7h-2v-7v-2h2h7v2H28z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-rl {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M19%2C57v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2h-8C19.9%2C59%2C19%2C58.1%2C19%2C57z%20M29%2C57%0D%0A%09%09v-8h-8v8H29z%20M5%2C43v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H7C5.9%2C45%2C5%2C44.1%2C5%2C43z%20M15%2C43v-8H7v8H15z%20M33%2C43v-8%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2h-8C33.9%2C45%2C33%2C44.1%2C33%2C43z%20M43%2C43v-8h-8v8H43z%20M49%2C43v-8c0-1.1%2C0.9-2%2C2-2h8%0D%0A%09%09c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2h-8C49.9%2C45%2C49%2C44.1%2C49%2C43z%20M59%2C43v-8h-8v8H59z%20M19%2C29v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-8C19.9%2C31%2C19%2C30.1%2C19%2C29z%20M29%2C29v-8h-8v8H29z%20M11%2C5v5h50v2H11v5l-6-6L11%2C5z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M10%2C52v-7h2v7h7v2h-7h-2V52z%20M38%2C52v-7h2v7v2h-2h-7v-2H38z%20M49%2C38v2h-4v-2H49z%20M10%2C24h2h7v2h-7v7%0D%0A%09%09h-2v-7V24z%20M31%2C26v-2h7h2v2v7h-2v-7H31z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-tb {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M58%2C46h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C60%2C45.1%2C59.1%2C46%2C58%2C46z%20M58%2C36%0D%0A%09%09h-8v8h8V36z%20M44%2C60h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C46%2C59.1%2C45.1%2C60%2C44%2C60z%20M44%2C50h-8v8h8V50z%20M44%2C32%0D%0A%09%09h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C46%2C31.1%2C45.1%2C32%2C44%2C32z%20M44%2C22h-8v8h8V22z%20M44%2C16h-8%0D%0A%09%09c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C46%2C15.1%2C45.1%2C16%2C44%2C16z%20M44%2C6h-8v8h8V6z%20M30%2C46h-8c-1.1%2C0-2-0.9-2-2v-8%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C32%2C45.1%2C31.1%2C46%2C30%2C46z%20M30%2C36h-8v8h8V36z%20M6%2C54h5V4h2v50h5l-6%2C6L6%2C54z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M53%2C55h-7v-2h7v-7h2v7v2H53z%20M53%2C27h-7v-2h7h2v2v7h-2V27z%20M39%2C16h2v4h-2V16z%20M25%2C55v-2v-7h2v7h7v2%0D%0A%09%09h-7H25z%20M27%2C34h-2v-7v-2h2h7v2h-7V34z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-bt {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M59%2C6v6c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h6C58.1%2C4%2C59%2C4.9%2C59%2C6z%20M57%2C6h-6v6%0D%0A%09%09h6V6z%20M59%2C26v6c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6C58.1%2C24%2C59%2C24.9%2C59%2C26z%20M57%2C26h-6v6h6V26z%20M49%2C38v6%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6C48.1%2C36%2C49%2C36.9%2C49%2C38z%20M47%2C38h-6v6h6V38z%20M49%2C52v6c0%2C1.1-0.9%2C2-2%2C2h-6%0D%0A%09%09c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6C48.1%2C50%2C49%2C50.9%2C49%2C52z%20M47%2C52h-6v6h6V52z%20M39%2C32c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2V32z%20M37%2C26h-6v6h6V26z%20M30%2C14h-6c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0D%0A%09%09C32%2C13.1%2C31.1%2C14%2C30%2C14z%20M24%2C12h6V6h-6V12z%20M17%2C10h-5v50h-2V10H5l6-6L17%2C10z%20M36%2C12V6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6C36.9%2C14%2C36%2C13.1%2C36%2C12z%20M38%2C12h6V6h-6V12z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M55%2C14v10h-2V14H55z%20M53%2C34h2v6v2h-2h-4v-2h4V34z%20M43%2C46h2v4h-2V46z%20M40%2C14h2v6h-7v4h-2v-4h-7v-6h2%0D%0A%09%09v4h5h2h4.9L40%2C14z%20M35%2C40h4v2h-4h-2v-2v-6h2V40z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-lr {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M58%2C59h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C60%2C58.1%2C59.1%2C59%2C58%2C59z%20M58%2C57%0D%0A%09%09v-6h-6v6H58z%20M38%2C59h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C40%2C58.1%2C39.1%2C59%2C38%2C59z%20M38%2C57v-6h-6v6H38z%0D%0A%09%09%20M26%2C49h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C28%2C48.1%2C27.1%2C49%2C26%2C49z%20M26%2C47v-6h-6v6H26z%20M12%2C49H6%0D%0A%09%09c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C14%2C48.1%2C13.1%2C49%2C12%2C49z%20M12%2C47v-6H6v6H12z%20M32%2C39c-1.1%2C0-2-0.9-2-2v-6%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2H32z%20M38%2C37v-6h-6v6H38z%20M50%2C30v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6C50.9%2C32%2C50%2C31.1%2C50%2C30z%20M52%2C24v6h6v-6H52z%20M54%2C17v-5H4v-2h50V5l6%2C6L54%2C17z%20M52%2C36h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6C50%2C36.9%2C50.9%2C36%2C52%2C36z%20M52%2C38v6h6v-6H52z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M50%2C55H40v-2h10V55z%20M30%2C53v2h-6h-2v-2v-4h2v4H30z%20M18%2C43v2h-4v-2H18z%20M50%2C40v2h-6v-7h-4v-2h4v-7h6%0D%0A%09%09v2h-4v5v2v4.9L50%2C40z%20M24%2C35v4h-2v-4v-2h2h6v2H24z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-rl {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M4%2C57v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2H6C4.9%2C59%2C4%2C58.1%2C4%2C57z%20M12%2C57v-6H6%0D%0A%09%09v6H12z%20M24%2C57v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2h-6C24.9%2C59%2C24%2C58.1%2C24%2C57z%20M32%2C57v-6h-6v6H32z%20M36%2C47v-6%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2h-6C36.9%2C49%2C36%2C48.1%2C36%2C47z%20M44%2C47v-6h-6v6H44z%20M50%2C47v-6c0-1.1%2C0.9-2%2C2-2h6%0D%0A%09%09c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2h-6C50.9%2C49%2C50%2C48.1%2C50%2C47z%20M58%2C47v-6h-6v6H58z%20M26%2C39c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6%0D%0A%09%09c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2H26z%20M32%2C37v-6h-6v6H32z%20M12%2C32H6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0D%0A%09%09C14%2C31.1%2C13.1%2C32%2C12%2C32z%20M6%2C24v6h6v-6H6z%20M4%2C11l6-6v5h50v2H10v5L4%2C11z%20M14%2C38v6c0%2C1.1-0.9%2C2-2%2C2H6c-1.1%2C0-2-0.9-2-2v-6%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h6C13.1%2C36%2C14%2C36.9%2C14%2C38z%20M6%2C38v6h6v-6H6z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M14%2C53h10v2H14V53z%20M40%2C53v-4h2v4v2h-2h-6v-2H40z%20M50%2C43v2h-4v-2H50z%20M18%2C39.9V35v-2v-5h-4v-2h6v7%0D%0A%09%09h4v2h-4v7h-6v-2L18%2C39.9z%20M34%2C35v-2h6h2v2v4h-2v-4H34z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-toolbox-open {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M13.5%2C17c-1.9%2C0-3.5-1.6-3.5-3.5s1.6-3.5%2C3.5-3.5s3.5%2C1.6%2C3.5%2C3.5S15.4%2C17%2C13.5%2C17z%20M9%2C1l5%2C7H4L9%2C1z%0D%0A%09%20M8%2C17H1v-7h7V17z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-toolbox-close {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x32_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M8%2C14v-2h8v2H8z%20M6.7%2C12.3l-1.4%2C1.4L1%2C9l4.3-4.7l1.4%2C1.4L4.4%2C8H16v2H4.4L6.7%2C12.3z%20M8%2C4h8v2H8V4z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-tb {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x34_%22%3E%0D%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M57%2C60h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C59%2C59.1%2C58.1%2C60%2C57%2C60z%20M57%2C52%0D%0A%09%09h-6v6h6V52z%20M57%2C40h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C59%2C39.1%2C58.1%2C40%2C57%2C40z%20M57%2C32h-6v6h6V32z%20M47%2C28%0D%0A%09%09h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C49%2C27.1%2C48.1%2C28%2C47%2C28z%20M47%2C20h-6v6h6V20z%20M47%2C14h-6%0D%0A%09%09c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C49%2C13.1%2C48.1%2C14%2C47%2C14z%20M47%2C6h-6v6h6V6z%20M39%2C38c0%2C1.1-0.9%2C2-2%2C2h-6%0D%0A%09%09c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2V38z%20M37%2C32h-6v6h6V32z%20M32%2C52v6c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6%0D%0A%09%09c0-1.1%2C0.9-2%2C2-2h6C31.1%2C50%2C32%2C50.9%2C32%2C52z%20M24%2C58h6v-6h-6V58z%20M11%2C60l-6-6h5V4h2v50h5L11%2C60z%20M38%2C50h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0D%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6C36%2C50.9%2C36.9%2C50%2C38%2C50z%20M38%2C58h6v-6h-6V58z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0D%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M53%2C50V40h2v10H53z%20M53%2C24h-4v-2h4h2v2v6h-2V24z%20M43%2C14h2v4h-2V14z%20M39.9%2C46H35h-2h-5v4h-2v-6h7v-4%0D%0A%09%09h2v4h7v6h-2L39.9%2C46z%20M35%2C30h-2v-6v-2h2h4v2h-4V30z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-diagram-toolbox-popup .dx-button-has-icon .dx-icon.dx-icon-diagram-toolbox-drag {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%20%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22_x32_%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C8h1V3H0V8z%20M2%2C8h1V3H2V8z%20M4%2C8h1V3H4V8z%20M6%2C8h1V3H6V8z%20M8%2C8h1V3H8V8z%20M10%2C3v5h1V3H10z%22%20fill%3D%22%23333%22%20%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-size: 12px 12px;
}
.dx-diagram-i-button-properties-panel-open {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Benable-background%3Anew%20%20%20%20%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M17.8%2C10.3l-1%2C1l-2.1-2.1l1-1C15.8%2C8.1%2C15.9%2C8%2C16.1%2C8c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.2l1.3%2C1.3%0D%0A%09C18%2C9.7%2C18%2C10.1%2C17.8%2C10.3z%20M14%2C2H4v13h2v2H4c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h10c1.1%2C0%2C2%2C0.9%2C2%2C2v3l-2%2C2V2z%20M16.1%2C11.9l-6%2C6.1H8%0D%0A%09v-2.1l6.1-6.1L16.1%2C11.9z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M5%2C3h8v5l-6%2C6H5V3z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  width: 18px;
  height: 18px;
}
.dx-gantt {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dx-gantt .dx-gantt-main-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  height: 100%;
}
.dx-gantt .dx-toolbar .dx-toolbar-items-container {
  height: auto;
  min-height: 36px;
}
.dx-gantt .dx-gantt-toolbar-separator {
  display: table;
  height: 100%;
  border-left: 1px solid transparent;
}
.dx-gantt .dx-gantt-treelist-wrapper {
  display: inline-flex;
}
.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-scrollbar-vertical {
  display: none;
}
.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-treelist-headers + .dx-treelist-rowsview {
  border-top: none;
}
.dx-gantt .dx-splitter-wrapper .dx-splitter-border .dx-splitter-bar {
  width: 2px;
}
.dx-gantt .dx-gantt-view {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  min-width: 1px;
  background-color: #fff;
}
.dx-gantt .dx-gantt-view .dx-gantt-tac-hb {
  margin-top: -1px;
}
.dx-gantt .dx-gantt-view .dx-scrollable-scrollbar {
  z-index: 100;
}
.dx-gantt .dx-gantt-view .dx-gantt-parent::before {
  border-left-color: inherit;
  border-top-color: inherit;
}
.dx-gantt .dx-gantt-view .dx-gantt-parent::after {
  border-right-color: inherit;
  border-top-color: inherit;
}
.dx-gantt {
  border: 1px solid #ddd;
}
.dx-gantt .dx-gantt-toolbar-wrapper {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.dx-gantt .dx-gantt-toolbar-wrapper .dx-gantt-toolbar-separator {
  border-left-color: #ddd;
}
.dx-gantt .dx-treelist-text-content {
  min-height: 19px;
}
.dx-gantt .dx-treelist-headers .dx-treelist-table {
  min-height: 32px;
}
.dx-gantt .dx-treelist-icon-container {
  max-height: 19px;
}
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td,
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row > tr > td {
  background-color: #e6e6e6;
}
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row > tr > td {
  color: #333;
}
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines > tr > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines > tr > td {
  border-bottom-color: #ddd;
}
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines > tr > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines > tr > td {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.dx-gantt .dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space {
  color: #333;
}
.dx-gantt .dx-header-row,
.dx-gantt .dx-treelist-filter-row {
  height: 45px;
}
.dx-gantt .dx-gantt-header {
  color: #757575;
}
.dx-gantt .dx-gantt-header .dx-gantt-hb,
.dx-gantt .dx-gantt-header .dx-gantt-tsa,
.dx-gantt .dx-gantt-header .dx-gantt-tsac,
.dx-gantt .dx-gantt-header .dx-gantt-vb {
  border-color: #ddd;
  background-color: #fff;
}
.dx-gantt .dx-gantt-si {
  text-align: center;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}
.dx-gantt .dx-gantt-tsa,
.dx-gantt .dx-gantt-tsac {
  border-bottom: 1px solid #ddd;
}
.dx-gantt .dx-gantt-hb {
  border-top: 1px solid #ddd;
}
.dx-gantt .dx-gantt-vb {
  border-left: 1px solid #ddd;
}
.dx-gantt .dx-gantt-taskWrapper {
  padding-top: 0;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleOut {
  height: 21px;
  line-height: 21px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task {
  background-color: #337ab7;
  border-radius: 4px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task .dx-gantt-tPrg {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask {
  border-radius: 4px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask .dx-gantt-titleIn {
  padding: 0 2px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent {
  height: 19px;
  line-height: 19px;
  background-color: #5cb85c;
  border-left-color: #5cb85c;
  border-right-color: #5cb85c;
  border-top-color: #5cb85c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg {
  background-color: rgba(255, 255, 255, .2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask).dx-gantt-cmpl .dx-gantt-tPrg::after,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask)::after,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask)::before,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask):not(.dx-gantt-noPrg) .dx-gantt-tPrg::before {
  content: "";
  position: absolute;
  bottom: -8px;
  border-width: 4px;
  border-style: solid;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent::before,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg::before {
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg::before {
  border-left-color: rgba(255, 255, 255, .2);
  border-top-color: rgba(255, 255, 255, .2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl .dx-gantt-tPrg::after,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent::after {
  right: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl::after {
  border-right-color: rgba(255, 255, 255, .2);
  border-top-color: rgba(255, 255, 255, .2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl .dx-gantt-tPrg::after {
  border-right-color: #5cb85c;
  border-top-color: #5cb85c;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent .dx-gantt-task-edit-frame {
  height: 19px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleIn {
  color: #fff;
  padding: 0 7px;
}
.dx-gantt .dx-gantt-taskRes {
  height: 21px;
  line-height: 21px;
  color: #fff;
  background-color: #999;
  border-radius: 4px;
  margin-left: 21px;
  padding-left: 4px;
  padding-right: 4px;
}
.dx-gantt .dx-gantt-titleOut {
  padding-right: 20px;
}
.dx-gantt .dx-gantt-milestone {
  background-color: #333;
  width: 14px;
  height: 14px;
}
.dx-gantt .dx-gantt-task-edit-wrapper {
  padding-top: 0;
  padding-left: 1px;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame {
  height: 100%;
  border: 1px solid #285f8f;
  border-radius: 4px;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress {
  border-color: transparent transparent #285f8f;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress::before {
  width: 12px;
  height: 6px;
  bottom: -14px;
  border: 1px solid #285f8f;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress-status {
  border-radius: 4px;
}
.dx-gantt .dx-gantt-task-edit-wrapper-successor {
  padding-top: 0;
}
.dx-gantt .dx-gantt-task-edit-wrapper-successor .dx-gantt-task-edit-frame-successor {
  height: 21px;
}
.dx-gantt .dx-gantt-task-edit-dependency-l,
.dx-gantt .dx-gantt-task-edit-dependency-r,
.dx-gantt .dx-gantt-task-edit-successor-dependency-l,
.dx-gantt .dx-gantt-task-edit-successor-dependency-r {
  background: #fff;
  border: 1px solid #285f8f;
  width: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.dx-gantt .dx-gantt-task-edit-dependency-r,
.dx-gantt .dx-gantt-task-edit-successor-dependency-r {
  left: -11px;
}
.dx-gantt .dx-gantt-task-edit-dependency-l,
.dx-gantt .dx-gantt-task-edit-successor-dependency-l {
  right: -11px;
}
.dx-gantt .dx-gantt-task-edit-dependency-line {
  background-color: #333;
}
.dx-gantt .dx-gantt-sel {
  background-color: #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.dx-gantt .dx-gantt-tac-hb .dx-gantt-sel {
  border: none;
}
.dx-gantt .dx-gantt-conn-v {
  border-left-color: #333;
}
.dx-gantt .dx-gantt-conn-h {
  border-top-color: #333;
}
.dx-gantt .dx-gantt-arrow {
  border: 5px solid #333;
}
.dx-gantt .dx-gantt-tm {
  border-left: 1px dashed #337ab7;
}
.dx-gantt .dx-gantt-ti {
  border-left: 1px dashed #337ab7;
  border-right: 1px dashed #337ab7;
  background-color: rgba(51, 122, 183, .15);
}
.dx-gantt .dx-gantt-altRow,
.dx-gantt .dx-gantt-collapsable-row {
  background-color: #f5f5f5;
}
.dx-form.dx-cv-dialog {
  padding-bottom: 8px;
}
.dx-form.dx-cv-dialog .dx-cv-dialog-row {
  padding-top: 12px;
}
.dx-gantt-i.dx-gantt-i-add {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17%2C15h-3v3h-2v-3H9v-2h3v-3h2v3h3V15z%20M12%2C4l-2-2H3v12h4v2H1V0h10l3%2C3v5h-2V4z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-add-sub-task {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M14%2C6H6v3h2.3c0.3-0.6%2C1-1%2C1.7-1h5c1.1%2C0%2C2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2h-5c-0.7%2C0-1.4-0.4-1.7-1H6v4h2.3%0D%0A%09c0.3-0.6%2C1-1%2C1.7-1h5c1.1%2C0%2C2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2h-5c-0.7%2C0-1.4-0.4-1.7-1H4v-2v-4V9V6l0%2C0C2.3%2C6%2C1%2C4.7%2C1%2C3s1.3-3%2C3-3h10%0D%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3S15.7%2C6%2C14%2C6z%20M14%2C2H4C3.4%2C2%2C3%2C2.4%2C3%2C3s0.4%2C1%2C1%2C1h10c0.6%2C0%2C1-0.4%2C1-1S14.6%2C2%2C14%2C2z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-add-task {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C13H8v-3H5V8h3V5h2v3h3v2h-3V13z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C1.1c-4.4%2C0-8%2C3.6-8%2C8c0%2C4.4%2C3.6%2C8%2C8%2C8s8-3.6%2C8-8C17%2C4.6%2C13.4%2C1.1%2C9%2C1.1z%20M9%2C15c-3.3%2C0-6-2.7-6-6s2.7-6%2C6-6%0D%0A%09s6%2C2.7%2C6%2C6S12.3%2C15%2C9%2C15z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-collapse {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M9%2C7l7%2C6.8L14.8%2C15L9%2C9.3L3.2%2C15L2%2C13.8L9%2C7z%20M3.2%2C10L2%2C8.8L9%2C2l7%2C6.8L14.8%2C10L9%2C4.3L3.2%2C10z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-delete {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17%2C10H9c-0.6%2C0-1-0.4-1-1s0.4-1%2C1-1h2c0-0.6%2C0.4-1%2C1-1h2c0.6%2C0%2C1%2C0.4%2C1%2C1h2c0.6%2C0%2C1%2C0.4%2C1%2C1%0D%0A%09S17.6%2C10%2C17%2C10z%20M12%2C4l-2-2H3v12h4v2H1V0h10l3%2C3v3h-2V4z%20M17%2C16c0%2C1.1-0.9%2C2-2%2C2h-4c-1.1%2C0-2-0.9-2-2v-5h8V16z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-delete-dependency {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17%2C10H9c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1h2c0-0.6%2C0.4-1%2C1-1h2c0.6%2C0%2C1%2C0.4%2C1%2C1h2c0.6%2C0%2C1%2C0.4%2C1%2C1%0D%0A%09C18%2C9.6%2C17.6%2C10%2C17%2C10z%20M8%2C13H5V5H3.7C3.4%2C5.6%2C2.7%2C6%2C2%2C6C0.9%2C6%2C0%2C5.1%2C0%2C4s0.9-2%2C2-2c0.7%2C0%2C1.4%2C0.4%2C1.7%2C1H7v8h1V13z%20M17%2C16%0D%0A%09c0%2C1.1-0.9%2C2-2%2C2h-4c-1.1%2C0-2-0.9-2-2v-5h8V16z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-expand {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M2%2C3.2L3.2%2C2L9%2C7.7L14.8%2C2L16%2C3.2L9%2C10L2%2C3.2z%20M9%2C12.7L14.8%2C7L16%2C8.2L9%2C15L2%2C8.2L3.2%2C7L9%2C12.7z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-full-screen {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpolygon%20id%3D%22_x34_%22%20class%3D%22st0%22%20points%3D%221%2C7%203%2C7%203%2C3%207%2C3%207%2C1%201%2C1%20%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Cpolygon%20id%3D%22_x33_%22%20class%3D%22st0%22%20points%3D%223%2C11%201%2C11%201%2C17%207%2C17%207%2C15%203%2C15%20%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Cpolygon%20id%3D%22_x32_%22%20class%3D%22st0%22%20points%3D%2211%2C1%2011%2C3%2015%2C3%2015%2C7%2017%2C7%2017%2C1%20%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Cpolygon%20id%3D%22_x31_%22%20class%3D%22st0%22%20points%3D%2215%2C15%2011%2C15%2011%2C17%2017%2C17%2017%2C11%2015%2C11%20%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-redo {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M1%2C9c0-4.4%2C3.6-8%2C8-8c2.2%2C0%2C4.2%2C0.9%2C5.6%2C2.4L17%2C1v6h-6l2.2-2.2C12.1%2C3.7%2C10.7%2C3%2C9%2C3C5.7%2C3%2C3%2C5.7%2C3%2C9%0D%0A%09s2.7%2C6%2C6%2C6v2C4.6%2C17%2C1%2C13.4%2C1%2C9z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-task-details {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M12.5%2C18C10%2C18%2C7.9%2C15.5%2C7%2C13.5c0.9-2%2C3-4.5%2C5.5-4.5s4.6%2C2.5%2C5.5%2C4.5C17.1%2C15.5%2C15%2C18%2C12.5%2C18z%0D%0A%09%20M12.5%2C11c-1.4%2C0-2.5%2C1.1-2.5%2C2.5s1.1%2C2.5%2C2.5%2C2.5s2.5-1.1%2C2.5-2.5S13.9%2C11%2C12.5%2C11z%20M12.5%2C15c-0.8%2C0-1.5-0.7-1.5-1.5%0D%0A%09s0.7-1.5%2C1.5-1.5s1.5%2C0.7%2C1.5%2C1.5S13.3%2C15%2C12.5%2C15z%20M12%2C4l-2-2H3v12h2l1%2C2H1V0h10l3%2C3v4h-2V4z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-undo {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M9%2C17v-2c3.3%2C0%2C6-2.7%2C6-6s-2.7-6-6-6C7.3%2C3%2C5.9%2C3.7%2C4.8%2C4.8L7%2C7H1V1l2.4%2C2.4C4.8%2C1.9%2C6.8%2C1%2C9%2C1%0D%0A%09c4.4%2C0%2C8%2C3.6%2C8%2C8S13.4%2C17%2C9%2C17z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-zoom-in {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.7%2C16.3l-1.4%2C1.4l-4.1-4.1C11%2C14.5%2C9.6%2C15%2C8%2C15c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7%0D%0A%09c0%2C1.6-0.5%2C3-1.4%2C4.2L17.7%2C16.3z%20M8%2C3C5.2%2C3%2C3%2C5.2%2C3%2C8s2.2%2C5%2C5%2C5s5-2.2%2C5-5S10.8%2C3%2C8%2C3z%20M9%2C11H7V9H5V7h2V5h2v2h2v2H9V11z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-zoom-out {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.7%2C16.3l-1.4%2C1.4l-4.1-4.1C11%2C14.5%2C9.6%2C15%2C8%2C15c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7%0D%0A%09c0%2C1.6-0.5%2C3-1.4%2C4.2L17.7%2C16.3z%20M8%2C3C5.2%2C3%2C3%2C5.2%2C3%2C8s2.2%2C5%2C5%2C5s5-2.2%2C5-5S10.8%2C3%2C8%2C3z%20M5%2C9V7h6v2H5z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-resource-manager {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M12%2C9h4v4h-4%20M8%2C5H0v2h8%20M12%2C5h4V1h-4%20M0%2C1v2h10V1%20M0%2C15h8v-2H0%20M0%2C11h10V9H0%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.dx-gantt-i.dx-gantt-i-toggle-resources {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M14%2C15H2c-1.1%2C0-2-0.9-2-2v-2c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v2C16%2C14.1%2C15.1%2C15%2C14%2C15z%20M9%2C11H2%0D%0A%09v2h7V11z%20M14%2C7H2C0.9%2C7%2C0%2C6.1%2C0%2C5V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v2C16%2C6.1%2C15.1%2C7%2C14%2C7z%20M12%2C3H2v2h10V3z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A%0D%0A%0D%0A);
}
.dx-gantt-i.dx-gantt-i-toggle-dependencies {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0D%0A%09.st2%7B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M7%2C11c-2.3%2C0-4.2-1.7-5-4c0.8-2.3%2C2.7-4%2C5-4s4.2%2C1.7%2C5%2C4C11.2%2C9.3%2C9.3%2C11%2C7%2C11z%20M7%2C5%0D%0A%09C5.9%2C5%2C5%2C5.9%2C5%2C7s0.9%2C2%2C2%2C2s2-0.9%2C2-2S8.1%2C5%2C7%2C5z%20M7%2C8C6.4%2C8%2C6%2C7.6%2C6%2C7s0.4-1%2C1-1s1%2C0.4%2C1%2C1S7.6%2C8%2C7%2C8z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Cpolygon%20class%3D%22st1%22%20points%3D%226%2C10%206%2C14%2013%2C14%2013%2C16%2016%2C13%2013%2C10%2013%2C12%208%2C12%208%2C10%20%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Cpolygon%20class%3D%22st1%22%20points%3D%226%2C4%206%2C2%200%2C2%200%2C0%208%2C0%208%2C4%20%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Crect%20x%3D%229.4%22%20y%3D%222.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%200.8934%209.1569)%22%20class%3D%22st2%22%20width%3D%224.2%22%20height%3D%222.8%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3Crect%20x%3D%221.2%22%20y%3D%229.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.6066%206.0503)%22%20class%3D%22st2%22%20width%3D%225.7%22%20height%3D%222.8%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A");
}
.dx-sortable {
  overflow: hidden;
}
.dx-sortable-dragging.dx-sortable-clone {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: .9;
  z-index: 2147483647;
}
.dx-sortable-dragging.dx-sortable-clone .dx-inkripple {
  overflow: hidden;
}
.dx-sortable-dragging.dx-sortable-clone * {
  cursor: pointer;
  cursor: grabbing;
}
.dx-sortable-source {
  opacity: .5;
}
.dx-sortable-source-hidden {
  opacity: 0;
}
.dx-sortable-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #337ab7;
  box-sizing: border-box;
  z-index: 2147483647;
}
.dx-sortable-placeholder-inside {
  border-width: 2px;
}
.dx-sortable-dragging > * {
  border-color: rgba(51, 122, 183, .5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 6px 8px rgba(0, 0, 0, .2);
}
.dx-deferrendering .dx-deferrendering-loadindicator-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-deferrendering.dx-pending-rendering .dx-invisible-while-pending-rendering,
.dx-deferrendering:not(.dx-pending-rendering) .dx-visible-while-pending-rendering {
  display: none !important;
}
.dx-map-container,
.dx-map-shield {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}
.dx-map-shield {
  top: -100%;
  left: 0;
  background: rgba(0, 0, 0, .01);
  opacity: .01;
}

/* node_modules/.pnpm/devextreme@24.1.6/node_modules/devextreme/dist/css/dx.common.css */
/*!
This file is kept for backward compatibility.
It is no longer required.
*/

/* node_modules/.pnpm/devexpress-diagram@2.1.57/node_modules/devexpress-diagram/dist/dx-diagram.css */
/*!
 * DevExpress Diagram (dx-diagram)
 * Version: 2.1.57
 * Build date: Mon May 30 2022
 * 
 * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
 * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
 */
.dxdi-control {
  overflow: visible;
  box-sizing: border-box;
  position: relative;
}
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll {
  cursor: grab !important;
}
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape,
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape-expand-btn,
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll text {
  cursor: grab;
}
.dxdi-control.dxdi-read-only .dxdi-canvas .shape,
.dxdi-control.dxdi-read-only .dxdi-canvas .shape-expand-btn,
.dxdi-control.dxdi-read-only .dxdi-canvas text {
  cursor: default;
}
.dxdi-control .dxdi-canvas {
  display: block;
  background-color: #d9d9d9;
  transform-origin: 0 0;
  overflow: hidden;
}
.dxdi-canvas.dxdi-drag-scroll {
  cursor: grab !important;
}
.dxdi-canvas.dxdi-drag-scroll .shape,
.dxdi-canvas.dxdi-drag-scroll .shape .shape-expand-btn,
.dxdi-canvas.dxdi-drag-scroll .connector,
.dxdi-canvas.dxdi-drag-scroll .connection-point,
.dxdi-canvas.dxdi-drag-scroll .connector text,
.dxdi-canvas.dxdi-drag-scroll .connector-side-mark.vertical,
.dxdi-canvas.dxdi-drag-scroll .connector-side-mark.horizontal,
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="1"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="2"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="3"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="4"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="5"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="6"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="7"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="8"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="4"],
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="5"] {
  cursor: grab;
}
.dxdi-canvas * {
  -webkit-user-select: none;
  user-select: none;
}
.dxdi-canvas text {
  font-family:
    arial,
    helvetica,
    sans-serif;
  font-size: 10pt;
}
.dxdi-canvas .page {
  fill: white;
}
.dxdi-canvas .pages-grid-line {
  fill: none;
  stroke: rgba(0, 0, 0, 0.15);
  stroke-dasharray: 8;
  stroke-width: 2;
}
.dxdi-canvas .grid-outer-line,
.dxdi-canvas .grid-inner-line {
  fill: none;
}
.dxdi-canvas .grid-outer-line {
  stroke: rgba(0, 0, 0, 0.1);
}
.dxdi-canvas .grid-inner-line {
  stroke: rgba(0, 0, 0, 0.05);
}
.dxdi-canvas .shape,
.dxdi-canvas .toolbox-item {
  pointer-events: bounding-box;
}
.dxdi-canvas .shape rect,
.dxdi-canvas .shape path,
.dxdi-canvas .shape line,
.dxdi-canvas .shape ellipse,
.dxdi-canvas .toolbox-item rect,
.dxdi-canvas .toolbox-item path,
.dxdi-canvas .toolbox-item line,
.dxdi-canvas .toolbox-item ellipse {
  fill: white;
  stroke-width: 2;
  stroke: black;
}
.dxdi-canvas .shape text,
.dxdi-canvas .toolbox-item text {
  fill: black;
  text-anchor: middle;
}
.dxdi-canvas .shape rect.selector,
.dxdi-canvas .toolbox-item rect.selector {
  stroke-width: 48;
  stroke: transparent;
  fill: transparent;
  pointer-events: initial;
}
.dxdi-canvas .shape.not-valid rect,
.dxdi-canvas .shape.not-valid path,
.dxdi-canvas .shape.not-valid line,
.dxdi-canvas .shape.not-valid ellipse {
  stroke: red;
}
.dxdi-canvas .shape {
  cursor: move;
}
.dxdi-canvas .shape.text-input > text {
  display: none;
}
.dxdi-canvas .shape.container > rect:first-child {
  fill: none;
}
.dxdi-canvas .shape .shape-expand-btn {
  cursor: pointer;
}
.dxdi-canvas .shape .shape-expand-btn > rect,
.dxdi-canvas .shape .shape-expand-btn > path {
  stroke-dasharray: initial !important;
}
.dxdi-canvas .shape .shape-expand-btn > path {
  stroke-width: 2 !important;
}
.dxdi-canvas .shape .dxdi-image .dxdi-spinner {
  animation: loading-spinner 1s linear infinite;
}
.dxdi-canvas .shape .dxdi-image .dxdi-spinner ellipse {
  stroke: black;
  stroke-opacity: 0.2;
}
.dxdi-canvas .shape .dxdi-image .dxdi-spinner path {
  stroke: #fd7010;
  stroke-linecap: round;
}
.dxdi-canvas .shape .dxdi-image .dxdi-spinner ellipse,
.dxdi-canvas .shape .dxdi-image .dxdi-spinner path {
  fill: none;
  stroke-width: 5;
}
@keyframes loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dxdi-canvas .shape .dxdi-image .dxdi-user .dxdi-background {
  fill: black;
  opacity: 0.2;
  stroke: none;
}
.dxdi-canvas .shape .dxdi-image .dxdi-user ellipse,
.dxdi-canvas .shape .dxdi-image .dxdi-user path {
  fill: white;
  stroke: none;
}
.dxdi-canvas .shape .dxdi-image .dxdi-warning ellipse {
  stroke: none;
  fill: #ee1616;
}
.dxdi-canvas .shape .dxdi-image .dxdi-warning rect {
  stroke: none;
  fill: white;
}
.dxdi-canvas .shape.locked,
.dxdi-canvas .shape.locked + .container-children .shape {
  cursor: inherit !important;
}
.dxdi-canvas .shape.locked .shape-expand-btn,
.dxdi-canvas .shape.locked + .container-children .shape .shape-expand-btn {
  cursor: inherit !important;
}
.dxdi-canvas .container-children .shape .selector {
  stroke-width: 8;
}
.dxdi-canvas .toolbox-item {
  cursor: pointer;
}
.dxdi-canvas .toolbox-item .selector {
  stroke-width: 0 !important;
}
.dxdi-canvas .connector path,
.dxdi-canvas .connector line {
  stroke-width: 2;
  stroke: black;
  stroke-linejoin: round;
  pointer-events: stroke;
}
.dxdi-canvas .connector path:not(.outlined-line-ending):not(.filled-line-ending) {
  fill: none !important;
}
.dxdi-canvas .connector path.outlined-line-ending {
  fill: white;
}
.dxdi-canvas .connector path.filled-line-ending {
  fill: black;
}
.dxdi-canvas .connector path.selector,
.dxdi-canvas .connector line.selector {
  stroke-width: 16;
  stroke: transparent;
}
.dxdi-canvas .connector text {
  cursor: move;
  fill: black;
  text-anchor: middle;
}
.dxdi-canvas .connector .text-filter-flood {
  flood-color: white;
}
.dxdi-canvas .connector.not-valid path,
.dxdi-canvas .connector.not-valid line {
  stroke: red;
}
.dxdi-canvas .connector.can-move {
  cursor: move;
}
.dxdi-canvas .selection-mark,
.dxdi-canvas .geometry-mark,
.dxdi-canvas .connection-point,
.dxdi-canvas .connection-mark,
.dxdi-canvas .connector-point-mark,
.dxdi-canvas .connector-side-mark {
  fill: white;
  stroke-width: 2;
}
.dxdi-canvas .selection-mark {
  stroke: dodgerblue;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="1"] {
  cursor: nw-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="2"] {
  cursor: ne-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="3"] {
  cursor: se-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="4"] {
  cursor: sw-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="5"] {
  cursor: n-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="6"] {
  cursor: e-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="7"] {
  cursor: s-resize;
}
.dxdi-canvas .selection-mark[data-type="9"][data-value="8"] {
  cursor: w-resize;
}
.dxdi-canvas .selection-mark[data-type="4"],
.dxdi-canvas .selection-mark[data-type="5"] {
  cursor: move;
}
.dxdi-canvas .locked-selection-mark {
  fill: white;
  stroke-width: 1;
  stroke: #666;
}
.dxdi-canvas .geometry-mark {
  cursor: pointer;
  stroke: goldenrod;
}
.dxdi-canvas .container-target,
.dxdi-canvas .connection-target {
  fill: transparent;
  stroke: orchid;
  stroke-width: 2;
  pointer-events: none;
}
.dxdi-canvas .connection-point {
  cursor: crosshair;
  stroke: orchid;
}
.dxdi-canvas .connection-point.not-valid {
  stroke: grey;
  display: none;
}
.dxdi-canvas .connection-mark {
  cursor: crosshair;
  stroke: orchid;
}
.dxdi-canvas .connection-point.selector,
.dxdi-canvas .connection-mark.selector {
  stroke-width: 10px;
  stroke: transparent;
  fill: transparent;
}
.dxdi-canvas .connection-point.active {
  fill: orchid;
}
.dxdi-canvas .connection-mark.active {
  fill: orchid;
}
.dxdi-canvas .connector-point-mark,
.dxdi-canvas .connector-side-mark {
  cursor: move;
  stroke: dodgerblue;
}
.dxdi-canvas .connector-point-mark.disabled {
  cursor: default;
  display: none;
}
.dxdi-canvas .connector-side-mark {
  fill: dodgerblue;
}
.dxdi-canvas .connector-side-mark.vertical {
  cursor: col-resize;
}
.dxdi-canvas .connector-side-mark.horizontal {
  cursor: row-resize;
}
.dxdi-canvas .item-selection-rect,
.dxdi-canvas .items-selection-rect {
  fill: transparent;
  stroke-width: 1;
  stroke: dodgerblue;
  stroke-dasharray: 2px;
  pointer-events: none;
}
.dxdi-canvas .items-selection-rect {
  fill: rgba(30, 144, 255, 0.02);
}
.dxdi-canvas .item-multi-selection-rect {
  fill: rgba(30, 144, 255, 0.02);
  stroke-width: 1;
  stroke: dodgerblue;
  pointer-events: none;
}
.dxdi-canvas .selection-rect {
  fill: rgba(30, 144, 255, 0.2);
  stroke-width: 1;
  stroke: dodgerblue;
  pointer-events: none;
}
.dxdi-canvas .connector-selection,
.dxdi-canvas .connector-multi-selection {
  fill: transparent;
  stroke-width: 1;
  stroke: dodgerblue;
  pointer-events: none;
}
.dxdi-canvas .connector-selection.text,
.dxdi-canvas .connector-multi-selection.text {
  fill: transparent;
  stroke-width: 1;
}
.dxdi-canvas .connector-selection {
  stroke-dasharray: 2px;
}
.dxdi-canvas .connector-selection-mask rect {
  fill: black;
}
.dxdi-canvas .connector-selection-mask rect.background {
  fill: white;
}
.dxdi-canvas .connector-selection-mask path,
.dxdi-canvas .connector-selection-mask line {
  fill: white;
  stroke: black;
  stroke-width: 4;
}
.dxdi-canvas .connector-selection-mask text {
  text-anchor: middle;
}
.dxdi-canvas .extension-line path {
  stroke: dodgerblue;
  stroke-width: 1;
}
.dxdi-canvas .extension-line path.size-line {
  stroke-dasharray: 4px;
}
.dxdi-canvas .extension-line text {
  fill: dodgerblue;
  font-size: 0.8em;
  text-anchor: middle;
}
.dxdi-canvas .extension-line.center > path.size-line,
.dxdi-canvas .extension-line.page > path.size-line {
  stroke-dasharray: 0;
}
.dxdi-canvas .extension-line:not(.center) > path:not(:first-child) {
  display: none;
}
.dxdi-canvas .resize-info text {
  fill: rgba(0, 0, 0, 0.8);
  font-size: 0.8em;
  text-anchor: middle;
}
.dxdi-canvas .resize-info rect {
  fill: white;
  stroke: rgba(0, 0, 0, 0.3);
  stroke-width: 1;
}
.dxdi-canvas .dxdi-active-selection .shape {
  cursor: default;
}
.dxdi-control:not(.focused) .dxdi-canvas .selection-mark {
  stroke: #666;
}
.dxdi-control:not(.focused) .dxdi-canvas .geometry-mark {
  stroke: #666;
}
.dxdi-control:not(.focused) .dxdi-canvas .item-selection-rect,
.dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: transparent;
  stroke: #666;
}
.dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: rgba(144, 144, 144, 0.02);
}
.dxdi-control:not(.focused) .dxdi-canvas .item-multi-selection-rect {
  fill: rgba(144, 144, 144, 0.02);
  stroke: #666;
}
.dxdi-control:not(.focused) .dxdi-canvas .connection-point,
.dxdi-control:not(.focused) .dxdi-canvas .connection-point.selector,
.dxdi-control:not(.focused) .dxdi-canvas .connection-mark,
.dxdi-control:not(.focused) .dxdi-canvas .connection-mark.selector {
  display: none;
}
.dxdi-control:not(.focused) .dxdi-canvas .connector-selection,
.dxdi-control:not(.focused) .dxdi-canvas .connector-multi-selection {
  stroke: #666;
}
.dxdi-control:not(.focused) .dxdi-canvas .connector-point-mark,
.dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  stroke: #666;
}
.dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  fill: #666;
}
.dxdi-dragging,
.dxdi-dragging * {
  -webkit-user-select: none;
  user-select: none;
}
.dxdi-canvas.export * {
  cursor: inherit !important;
  pointer-events: all !important;
}
.dxdi-touch-action {
  touch-action: none;
}
.dxdi-toolbox,
.dxdi-toolbox svg {
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
.dxdi-toolbox,
.dxdi-toolbox .dxdi-canvas,
.dxdi-toolbox-drag-item .dxdi-canvas {
  width: 100%;
  height: 100%;
}
.dxdi-toolbox .dxdi-canvas .toolbox-item rect,
.dxdi-toolbox .dxdi-canvas .toolbox-item path,
.dxdi-toolbox .dxdi-canvas .toolbox-item line,
.dxdi-toolbox .dxdi-canvas .toolbox-item ellipse {
  fill: transparent;
  stroke: currentColor;
}
.dxdi-toolbox .dxdi-canvas .toolbox-item .dxdi-image-placeholder {
  opacity: 0.75;
  fill: currentColor;
  stroke: none;
}
.dxdi-toolbox .dxdi-canvas .toolbox-item .dxdi-shape-text {
  opacity: 0.25;
}
.dxdi-toolbox .dxdi-canvas .toolbox-item text,
.dxdi-toolbox-drag-item .dxdi-canvas text {
  font-weight: bold;
  font-family:
    "Segoe UI",
    "Helvetica Neue",
    Helvetica,
    arial,
    sans-serif;
  fill: currentColor;
}
.dxdi-toolbox-drag-item .dxdi-canvas .dxdi-image-placeholder {
  opacity: 0.75;
  fill: currentColor;
  stroke: none;
}
.dxdi-toolbox-drag-item .dxdi-canvas .dxdi-shape-text {
  display: none;
}
.dxdi-toolbox .toolbox-text-item {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 0 0.6em;
}
.dxdi-toolbox-drag-item,
.dxdi-toolbox-drag-text-item {
  font-family:
    arial,
    helvetica,
    sans-serif;
  font-size: 10pt;
  color: black;
  position: absolute;
  z-index: 10000;
  pointer-events: none !important;
}
.dxdi-toolbox-drag-item *,
.dxdi-toolbox-drag-text-item * {
  pointer-events: none !important;
}
.dxdi-toolbox-drag-item text {
  pointer-events: none;
}
.dxdi-toolbox-drag-text-item {
  background-color: white;
  border: 2px solid black;
  padding: 0.5em;
}
.dxdi-tb-drag-captured {
  display: none;
}
.dxdi-focus-input,
.dxdi-text-input-container,
.dxdi-text-input {
  padding: 0;
  outline: none;
  border: none;
  resize: none;
}
.dxdi-clipboard-input,
.dxdi-focus-input {
  position: absolute;
  overflow: hidden;
  left: -1000px !important;
  top: -1000px !important;
  opacity: 0;
  z-index: -100;
  font-size: 16px;
}
.dxdi-text-input-container {
  display: none;
}
.dxdi-text-input-container.shape-text,
.dxdi-text-input-container.connector-text {
  display: inherit;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  transform-origin: 0 0;
}
.dxdi-text-input-container.shape-text .dxdi-text-input {
  display: table-cell;
  overflow: hidden;
  padding: 1px 0 0;
  outline: none;
  background-color: transparent;
  font-family:
    arial,
    helvetica,
    sans-serif;
  font-size: 10pt;
  color: black;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle;
}
.dxdi-text-input-container.connector-text {
  overflow: visible;
}
.dxdi-text-input-container.connector-text .dxdi-text-input {
  padding: 2px;
  outline: none;
  height: calc(1.1em + 6px);
  width: calc(8em + 6px);
  margin-top: calc(-0.55em - 3px);
  margin-left: calc(-4em - 3px);
  background-color: white;
  border: 1px solid dodgerblue;
  font-family:
    arial,
    helvetica,
    sans-serif;
  font-size: 10pt;
  color: black;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.dxdi-page-shadow {
  fill: #808080;
}

/* node_modules/.pnpm/@nms+edms@18.0.0_@angular+common@18.2.12_@angular+core@18.2.12_rxjs@7.8.1_zone.js@0.14.10__rx_v4kqhic6uesoimzidkw5ozsrc4/node_modules/@nms/edms/lib/assets/css/ng-select.css */
.ng-option {
  text-align: right !important;
}
.ng-value {
  padding-left: 20px;
  padding-right: 0px !important;
  filter: none !important;
}
.ng-value-container {
  padding-right: 5px;
}
.ng-option {
  border-bottom: 1px solid #d8d7d7;
}
.ng-dropdown-panel {
  box-shadow: 0 2px 8px #6f6f6f !important;
}

/* node_modules/.pnpm/@nms+edms@18.0.0_@angular+common@18.2.12_@angular+core@18.2.12_rxjs@7.8.1_zone.js@0.14.10__rx_v4kqhic6uesoimzidkw5ozsrc4/node_modules/@nms/edms/lib/assets/css/nms-edms-drop-down.css */
.nms-edms-drop-down-required > label::after {
  content: "*";
  position: relative;
  top: -3px;
  left: 3px;
  font-size: 0.85rem;
  color: red;
}
.error-message {
  font-size: 0.85rem;
  color: red;
  position: absolute;
  bottom: 0;
}

/* node_modules/.pnpm/@nms+edms@18.0.0_@angular+common@18.2.12_@angular+core@18.2.12_rxjs@7.8.1_zone.js@0.14.10__rx_v4kqhic6uesoimzidkw5ozsrc4/node_modules/@nms/edms/lib/assets/css/nms-edms.css */
.nms-edms-table-dropdown {
  display: inline-block !important;
}
.nms-edms-table-dropdown-menu {
  right: 0 !important;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
ol li a {
  float: right;
  text-align: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 170px;
  width: 170px;
  max-width: 90%;
}
nms-edms-tag {
  position: relative;
}
a.page-link {
  cursor: pointer;
}
.card-header {
  text-align: right;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
fieldset {
  border: solid 1px #ddd !important;
  padding: 0 10px 10px 10px;
  border-bottom: none;
}
legend {
  width: auto !important;
  border: none;
  font-size: 12px !important;
}
.required {
  border-color: red;
  color: red;
}
.btn.btn-default {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #212121;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
