/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix&v=4.7) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pull-left {
  float: left;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pull-right {
  float: right;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-krw:before, .fa-won:before {
  content: "\f159";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-server:before {
  content: "\f233";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-train:before {
  content: "\f238";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-map:before {
  content: "\f279";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/libraries/font-awesome.min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.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.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.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:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%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-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%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-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.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:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 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:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!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}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.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-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;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-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;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-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;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-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;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-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.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 embed,.embed-responsive iframe,.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.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;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}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!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}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!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-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 8px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 8px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}
@charset "UTF-8";
/* line 1, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 10, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}

/* Hide the browser's default checkbox */
/* line 24, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 32, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox .checkmark {
  position: absolute;
  left: 50%;
  height: 26px;
  width: 26px;
  border-radius: 3px;
  border: 2px solid rgba(47, 72, 88, 0.38);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6px;
}

/* On mouse-over, add a grey background color */
/* line 46, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox:hover input ~ .checkmark {
  background-color: transparent;
}

/* line 49, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox:hover input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #00674c;
}

/* line 53, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox input:checked ~ .checktxt {
  color: rgba(47, 72, 88, 0.8) !important;
}

/* line 56, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.egency_it .container-checkbox input:checked ~ .checktxt {
  color: #00674c !important;
}

/* When the checkbox is checked, add a blue background */
/* line 60, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #00674c;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 65, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox .checkmark:after {
  position: absolute;
}

/* Show the checkmark when checked */
/* line 69, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox input:checked ~ .checkmark:after {
  content: "";
  display: block;
  border: solid #00674c;
  border-width: 0 2px 2px 0;
}

/* Style the checkmark/indicator */
/* line 76, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 13px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**BTN TOGGLE*/
/* line 88, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch {
  display: block;
}

/* line 91, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eee, white 25px);
  background-image: -moz-linear-gradient(top, #eee, white 25px);
  background-image: -o-linear-gradient(top, #eee, white 25px);
  background-image: linear-gradient(to bottom, #eee, white 25px);
}

/* line 108, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 114, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #606060;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

/* line 132, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

/* line 141, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #fff;
}

/* line 145, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

/* line 151, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-input:checked ~ .switch-label {
  background: #2abd24;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 155, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

/* line 157, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

/* line 160, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(#f0f0f0));
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

/* line 179, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eee, white);
  background-image: -moz-linear-gradient(top, #eee, white);
  background-image: -o-linear-gradient(top, #eee, white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background-image: linear-gradient(to bottom, #eee, white);
}

/* line 196, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-input:checked ~ .switch-handle {
  left: 62px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 201, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/**MODAL REG***/
/* line 205, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_reg .modal-content {
  background: #e2e2e2;
  border: none;
  border-radius: 20px;
}

/* line 209, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_reg .modal-content .modal-body {
  padding: 35px 40px;
}

@media screen and (max-width: 480px) {
  /* line 212, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_reg .modal-content .modal-body {
    padding: 35px 15px;
  }
}
/* line 215, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_reg h3 {
  font-size: 20px;
  color: rgba(0, 103, 76, 0.87);
  margin-bottom: 45px;
}

@media screen and (max-width: 480px) {
  /* line 220, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_reg h3 {
    display: none;
  }
}
/* line 223, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_reg .lb_frm {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  /* line 229, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_reg .lb_frm {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 480px) {
  /* line 233, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_reg .frm_modal_mb {
    background: #8ca837;
    padding: 5px 6px;
    border-radius: 4px;
  }

  /* line 237, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_reg .frm_modal_mb .tlt_model {
    color: #fff;
  }

  /* line 239, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_reg .frm_modal_mb .modal_checkbox:after {
    background: #8ca837;
  }
}
/* line 242, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_reg.modal_rs h3 {
  display: block;
}

@media (min-width: 576px) {
  /* line 246, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal-dialog {
    max-width: 412px;
    margin: 1.75rem auto;
  }
}
/**END MODAL REG***/
/* line 251, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_gr {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}

/* line 257, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_gr .inp_txt {
  height: 56px;
  border: none;
  background: none;
  padding: 0 44px 0 20px;
  width: 100%;
  overflow-y: auto;
}

/* line 264, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_gr .inp_txt:focus {
  outline: none;
}

/* line 267, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_name {
  background: url(/assets/ic-agency-420ea82002f88b78997ab2e8becf3255217b279552bb1b9b483b7dfee2dd7cca.png) no-repeat 98% center #fff;
}

/* line 269, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_name .inp_txt::-webkit-input-placeholder {
  color: rgba(47, 72, 88, 0.8);
  font-weight: bold;
}

/* line 272, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_name .inp_txt:-ms-input-placeholder {
  color: rgba(47, 72, 88, 0.8);
  font-weight: bold;
}

/* line 275, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_name .inp_txt::-ms-input-placeholder {
  color: rgba(47, 72, 88, 0.8);
  font-weight: bold;
}

/* line 278, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_name .inp_txt::placeholder {
  color: rgba(47, 72, 88, 0.8);
  font-weight: bold;
}

/* line 282, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_email {
  background: url(/assets/ic-email-513397adf0e7a5a254cabc5ca214e215e22bfaeb311b9316c294b68e558675ba.png) no-repeat 98% center #fff;
}

/* line 285, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_checkbox {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}

/* line 291, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  height: 105%;
  width: 5px;
  background: #e2e2e2;
}

/* line 299, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_checkbox .container-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 0 15px;
  width: 100%;
  color: rgba(47, 72, 88, 0.8);
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 312, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_checkbox .container-checkbox .checktxt {
  color: rgba(47, 72, 88, 0.38);
}

/* line 314, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_checkbox .container-checkbox .checkmark {
  left: auto;
  right: 0;
  top: 15px;
}

/* line 319, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tlt_model {
  color: rgba(47, 72, 88, 0.8);
  font-size: 16px;
  padding-left: 15px;
}

/* line 324, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.custom-control-label::before {
  border: rgba(0, 103, 76, 0.87) solid 2px;
  border-radius: 0 !important;
}

/* line 328, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgba(0, 103, 76, 0.87);
  background-color: rgba(0, 103, 76, 0.87);
}

/* line 333, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

/* line 338, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .frm_gr_lb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
}

/* line 345, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr input {
  border-color: #707070;
  border-radius: 8px;
  height: 48px;
}

/* line 349, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
}

/* line 352, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
}

/* line 355, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
}

/* line 358, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr input::placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
}

/* line 361, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .dropdown {
  width: 100%;
}

/* line 363, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .dropdown .btn_ct_sl {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 480px) {
  /* line 367, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .frm_gr .dropdown .btn_ct_sl {
    font-size: 14px;
  }
}
/* line 369, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .dropdown .dropdown_sl {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0;
  height: auto;
  top: 10px !important;
}

@media screen and (max-width: 480px) {
  /* line 377, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .frm_gr .dropdown .dropdown_sl {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  /* line 380, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .frm_gr .dropdown .dropdown_sl {
    font-size: 11px;
  }
}
/* line 382, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .dropdown .dropdown_sl::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  border-width: 0px 11px 11px;
  border-style: solid;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
}

/* line 392, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .dropdown .dropdown_sl a {
  border-bottom: 1px solid #d7d7d7;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/* line 396, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.frm_gr .dropdown .dropdown_sl a:last-child {
  border: none;
}

/* line 399, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_tlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

/* line 404, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_tlt .box_gr_hd {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
  line-height: 21px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 412, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_tlt .box_gr_hd:first-child {
  padding-left: 25px;
}

/* line 414, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_tlt .box_gr_hd:nth-child(3), .box_gr_tlt .box_gr_hd:nth-child(4) {
  text-align: center;
}

/* line 417, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_item {
  background: #fefefe;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 10px 0;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 429, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_item .gr_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}

/* line 435, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_item .gr_item:first-child {
  padding-left: 25px;
}

/* line 437, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_item .gr_item:nth-child(3), .box_gr_item .gr_item:nth-child(4) {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

/* line 440, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr_item .gr_item input {
  border: 1px solid #707070;
  color: rgba(0, 0, 0, 0.87);
  height: 43px;
  width: 87px;
  text-align: center;
}

/* line 447, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_table_gr {
  border: 1px solid #707070;
  color: rgba(0, 0, 0, 0.87);
  height: 44px;
  width: 80px;
  text-align: center;
  background: none;
  display: inline-block;
  line-height: 44px;
}

/* line 456, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.inp_table_gr:disabled {
  background: none;
  border: 1px solid #707070;
  color: rgba(0, 0, 0, 0.87);
}

/*******TABS SCROLL CSS********/
/* line 462, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tabs-fixed-container,
.scrtabs-tab-container {
  height: auto !important;
}

@media screen and (min-width: 991px) {
  /* line 467, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_tabs_ed {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 991px) {
  /* line 475, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_tabs_ed {
    background: #00674c;
  }
}
/* line 478, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_tabs_ed .nav-link {
  font-size: 20px;
  border-radius: 30px;
  height: 48px;
  background: #686868;
  display: block;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-radius none;
  -o-transition: border-radius none;
  transition: border-radius none;
  margin: 0 6px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  color: #fff;
}

/* line 500, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_tabs_ed .nav-link span {
  opacity: 1;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  /* line 504, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_tabs_ed .nav-link span {
    opacity: 1;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  /* line 508, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_tabs_ed .nav-link {
    width: auto;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
  }

  /* line 517, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_tabs_ed .nav-link.active {
    -webkit-box-shadow: inset 0 -4px 0 #fff;
    box-shadow: inset 0 -4px 0 #fff;
    border-radius: 0 !important;
  }
}
/* line 522, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_tabs_ed .nav-link.active {
  width: auto;
  border-radius: 24px;
  text-indent: 0;
  background: #00674c;
}

/* line 527, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_tabs_ed .nav-link.active span {
  opacity: 1;
}

/*******END TABS SCROLL CSS********/
/* line 531, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.show_mb {
  display: none !important;
}

@media screen and (max-width: 991px) {
  /* line 534, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .show_mb {
    display: block !important;
  }
}
/* line 537, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_gr_all {
  margin-top: 72px;
}

@media screen and (max-width: 991px) {
  /* line 540, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btn_gr_all {
    margin-top: 48px;
    padding: 0;
  }
}
/* line 543, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_gr_all .btn_primary,
.btn_gr_all .btn_secondary {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 991px) {
  /* line 548, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btn_gr_all .btn_primary .btn_gr_all .btn_primary,
  .btn_gr_all .btn_primary .btn_gr_all .btn_secondary,
  .btn_gr_all .btn_secondary .btn_gr_all .btn_primary,
  .btn_gr_all .btn_secondary .btn_gr_all .btn_secondary {
    margin: 0 6px;
  }
}

@media screen and (max-width: 991px) {
  /* line 553, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btn_gr_all .btn_primary,
  .btn_gr_all .btn_secondary {
    max-width: inherit;
    display: block;
  }
}
/* line 558, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.item_boxshadow {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  height: 40px;
  border-radius: 4px;
  padding: 0 12px;
  width: 100%;
}

/* line 568, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.color_xd {
  color: rgba(0, 0, 0, 0.6);
}

/* line 571, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.color_red {
  color: #800e0e !important;
}

/* line 574, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox {
  margin-bottom: 0;
}

/* line 576, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox th {
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
  white-space: nowrap;
  border-bottom: none !important;
}

/* line 582, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox thead th {
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
}

/* line 586, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox tbody > tr {
  background: #fefefe;
}

/* line 588, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox tbody > tr.selected {
  background: #8ca837;
}

/* line 590, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox tbody > tr.selected td {
  color: #fff;
}

/* line 592, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox tbody > tr > td {
  border-top: 4px solid #0d6790;
  height: 64px;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 597, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_checkbox .container-checkbox .checkmark {
  border-radius: 0;
  background: #fff !important;
}

/* line 601, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tablefixedhead .box-theadtable {
  overflow: hidden;
}

/* line 604, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tablefixedhead .box-tbodytable {
  max-height: 320px;
  overflow: auto;
  position: relative;
}

/* line 609, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tlt_gr_lr {
  text-align: center;
  position: relative;
}

/* line 612, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tlt_gr_lr::before {
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  background: rgba(0, 103, 76, 0.87);
  position: absolute;
  top: 50%;
  z-index: -1;
}

/* line 621, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tlt_gr_lr .tlt_gr_txt {
  font-size: 48px;
  color: rgba(0, 103, 76, 0.87);
  margin-bottom: 0;
  background: #d9e8e4;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 32px;
  line-height: normal;
}

/* line 632, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page {
  /** code update **/
}

/* line 634, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .tablefixedhead .box-tbodytable {
  max-height: calc(100vh - 224px);
}

/* line 636, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .tablefixedhead .table-visit-status-fl tr th,
.visit-status-intro-page .tablefixedhead .table-visit-status-fl tr td {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
}

/* line 641, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .tablefixedhead .table-visit-status-fl tr th:nth-child(1),
.visit-status-intro-page .tablefixedhead .table-visit-status-fl tr td:nth-child(1) {
  max-width: 200px;
  min-width: 200px;
}

/* line 645, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .tablefixedhead .table-visit-status-fl tr td:nth-child(1) {
  text-align: left;
}

/* line 647, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .tablefixedhead .table-visit-status-fl tr th span {
  font-size: 24px;
}

/* line 649, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .item-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 656, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .item-status ul li {
  padding: 0 4px;
}

/* line 658, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .item-status img {
  max-height: 13px;
}

/* line 660, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 666, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtableleft {
  width: 410px;
}

/* line 668, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtableleft .box-theadtable .div-th {
  width: 100%;
}

/* line 670, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtableleft .box-tbodytable01 {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}

/* line 675, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtableleft .box-tbodytable01 .div-tbody .div-tr .div-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 45px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  height: 70px !important;
}

@media screen and (max-width: 991px) {
  /* line 687, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .visit-status-intro-page .grouptwotablefixedhead .boxtableleft .box-tbodytable01 .div-tbody .div-tr .div-td {
    height: 42px !important;
    font-size: 12px;
    padding-left: 15px;
  }
}
/* line 691, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll {
  min-width: 100px;
  width: 100%;
}

/* line 694, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll .box-theadtable {
  overflow: hidden;
}

/* line 696, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll .box-theadtable .div-tr .div-th:first-of-type {
  border-left: none;
}

/* line 698, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll .box-theadtable .div-tr .div-th span {
  display: block;
}

/* line 700, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll .box-tbodytable {
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  z-index: 2;
}

/* line 705, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tr .div-td {
  min-width: 160px;
}

/* line 707, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tr .div-td:first-of-type {
  border-left: none;
}

/* line 709, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-thead .div-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 70px !important;
}

@media screen and (max-width: 991px) {
  /* line 717, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-thead .div-tr {
    height: 42px !important;
  }
}
/* line 719, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-thead .div-tr .div-th {
  background: transparent;
  color: rgba(0, 0, 0, 0.38);
  padding: 5px 3px;
  min-width: 160px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  /* line 739, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-thead .div-tr .div-th {
    font-size: 14px;
    min-width: 110px;
    padding-left: 12px;
  }
}
/* line 743, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 70px !important;
}

@media screen and (max-width: 991px) {
  /* line 751, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr {
    height: 42px !important;
  }
}
/* line 753, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr:nth-child(2n + 1) .div-td {
  background: #fff;
}

/* line 755, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr:nth-child(2n) .div-td {
  background: #f9f9f9;
}

@media screen and (max-width: 991px) {
  /* line 758, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr:nth-child(2n) .div-td {
    background: #fff;
  }
}
/* line 760, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr .div-td {
  min-width: 160px;
  width: 100%;
  border-top: 15px solid #f5f5f5;
  padding: 5px 3px;
}

@media screen and (max-width: 991px) {
  /* line 766, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .visit-status-intro-page .grouptwotablefixedhead .table-box-Schedule .div-tbody .div-tr .div-td {
    border-top-width: 5px;
    min-width: 110px;
    padding-left: 12px;
  }
}
/* line 771, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box-intro {
  text-align: center;
}

/* line 774, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.txt_value {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.38);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 785, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.label_table {
  min-width: 80px;
  min-height: 40px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
  line-height: 40px;
}

/* line 795, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.label_table.lb_blue {
  background: rgba(0, 103, 76, 0.87);
}

/* line 797, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.label_table.lb_red {
  background: rgba(128, 14, 14, 0.87);
}

/* line 800, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.border_t_n {
  border-top: none !important;
}

/* line 803, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(1) .nav-link {
  bottom: 20%;
  right: 51%;
}

/* line 807, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(2) .nav-link {
  bottom: 26%;
  right: 13%;
}

/* line 811, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(3) .nav-link {
  top: 31%;
  right: 13%;
}

/* line 815, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(4) .nav-link {
  bottom: 20%;
  left: 12.5%;
}

/* line 819, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(5) .nav-link {
  top: 40%;
  left: 16%;
}

/* line 823, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(6) .nav-link {
  bottom: 11%;
  right: 13%;
}

/* line 827, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(7) .nav-link {
  top: 20%;
  right: 13%;
}

/* line 831, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_cal .nav-item:nth-child(8) .nav-link {
  bottom: 20%;
  left: 33%;
}

/* line 835, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(1) .nav-link {
  bottom: 5%;
  left: 14%;
}

/* line 839, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(2) .nav-link {
  bottom: 5%;
  right: 55%;
}

/* line 843, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(3) .nav-link {
  bottom: 5%;
  right: 20%;
}

/* line 847, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(4) .nav-link {
  bottom: 20%;
  right: 4%;
}

/* line 851, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(5) .nav-link {
  top: 52%;
  left: 2%;
}

/* line 855, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(6) .nav-link {
  top: 46%;
  left: 19.5%;
}

/* line 859, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(7) .nav-link {
  top: 51%;
  left: 28%;
}

/* line 863, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(8) .nav-link {
  top: 51%;
  left: 39%;
}

/* line 867, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(9) .nav-link {
  top: 51%;
  right: 35.6%;
}

/* line 871, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(10) .nav-link {
  top: 52%;
  right: 24%;
}

/* line 875, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(11) .nav-link {
  top: 35%;
  left: 5%;
}

/* line 879, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(12) .nav-link {
  top: 22%;
  left: 20%;
}

/* line 883, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(13) .nav-link {
  top: 24%;
  left: 37%;
}

/* line 887, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(14) .nav-link {
  top: -3%;
  left: 20%;
}

/* line 891, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-item:nth-child(15) .nav-link {
  top: 13%;
  left: 49.5%;
}

/* line 895, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(1) .nav-link {
  bottom: 33%;
  left: 28%;
}

/* line 899, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(2) .nav-link {
  bottom: 33%;
  left: 3%;
}

/* line 903, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(3) .nav-link {
  bottom: 33%;
  right: 38%;
}

/* line 907, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(4) .nav-link {
  top: 41%;
  left: 33%;
}

/* line 911, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(5) .nav-link {
  bottom: 47%;
  left: 2%;
}

/* line 915, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(6) .nav-link {
  top: 25%;
  right: 8%;
}

/* line 919, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(7) .nav-link {
  top: 26%;
  right: 42.5%;
}

/* line 923, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(8) .nav-link {
  top: 27%;
  left: 20%;
}

/* line 927, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(9) .nav-link {
  top: 23%;
  left: 32%;
}

/* line 931, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_mix .nav-item:nth-child(10) .nav-link {
  bottom: 38%;
  left: 41%;
}

/* line 935, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(1) .nav-link {
  bottom: 16%;
  left: 29%;
}

/* line 939, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(2) .nav-link {
  bottom: 13.5%;
  right: 35%;
}

/* line 943, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(3) .nav-link {
  top: 53%;
  left: 34%;
}

/* line 947, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(4) .nav-link {
  top: 53%;
  left: 20%;
}

/* line 951, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(5) .nav-link {
  bottom: 38%;
  right: 24.8%;
}

/* line 955, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(6) .nav-link {
  bottom: 38%;
  right: 38.8%;
}

/* line 959, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(7) .nav-link {
  top: 32%;
  right: 41.5%;
}

/* line 963, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(8) .nav-link {
  top: 32%;
  left: 23%;
}

/* line 967, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(9) .nav-link {
  top: 46%;
  left: 41%;
}

/* line 971, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(10) .nav-link {
  top: 28%;
  left: 32%;
}

/* line 975, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(11) .nav-link {
  bottom: 12%;
  left: 38%;
}

/* line 979, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1 .nav-item:nth-child(12) .nav-link {
  bottom: 27%;
  right: 35%;
}

/* line 983, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(1) .nav-link {
  bottom: 32%;
  left: 27%;
}

/* line 987, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(2) .nav-link {
  bottom: 30.5%;
  left: 1%;
}

/* line 991, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(3) .nav-link {
  top: 65%;
  right: 39%;
}

/* line 995, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(4) .nav-link {
  top: 44%;
  left: 32%;
}

/* line 999, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(5) .nav-link {
  top: 43%;
  left: 17.8%;
}

/* line 1003, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(6) .nav-link {
  bottom: 45%;
  left: 1%;
}

/* line 1007, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(7) .nav-link {
  top: 44%;
  right: 25.5%;
}

/* line 1011, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(8) .nav-link {
  top: 44%;
  left: 55%;
}

/* line 1015, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(9) .nav-link {
  top: 26%;
  left: 54%;
}

/* line 1019, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(10) .nav-link {
  top: 26%;
  left: 20%;
}

/* line 1023, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(11) .nav-link {
  bottom: 40%;
  right: 38%;
}

/* line 1027, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(12) .nav-link {
  top: 38%;
  left: 39%;
}

/* line 1031, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(13) .nav-link {
  top: 23%;
  left: 30%;
}

/* line 1035, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb1_mix .nav-item:nth-child(14) .nav-link {
  bottom: 28%;
  left: 36%;
}

/* line 1039, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(1) .nav-link {
  bottom: 29%;
  left: 28%;
}

/* line 1043, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(2) .nav-link {
  bottom: 10%;
  left: 0.2%;
}

/* line 1047, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(3) .nav-link {
  bottom: 28%;
  right: 36.5%;
}

/* line 1051, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(4) .nav-link {
  top: 41%;
  left: 35%;
}

/* line 1055, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(5) .nav-link {
  top: 47%;
  left: 15%;
}

/* line 1059, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(6) .nav-link {
  bottom: 45%;
  right: 25.8%;
}

/* line 1063, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(7) .nav-link {
  top: 43%;
  right: 40.5%;
}

/* line 1067, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(8) .nav-link {
  top: 20%;
  left: 56%;
}

/* line 1071, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(9) .nav-link {
  top: 23%;
  left: 20%;
}

/* line 1075, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(10) .nav-link {
  top: 37%;
  left: 57%;
}

/* line 1079, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(11) .nav-link {
  top: 33%;
  left: 23%;
}

/* line 1083, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(12) .nav-link {
  top: 37%;
  left: 39%;
}

/* line 1087, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(13) .nav-link {
  top: 21%;
  left: 29%;
}

/* line 1091, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(14) .nav-link {
  bottom: 26%;
  left: 36%;
}

/* line 1095, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(15) .nav-link {
  top: 53%;
  right: 36%;
}

/* line 1099, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_recusorb2 .nav-item:nth-child(16) .nav-link {
  bottom: 50%;
  left: 0.2%;
}

/* line 1103, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(1) .nav-link {
  bottom: 12%;
  left: 28%;
}

/* line 1107, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(2) .nav-link {
  bottom: 9%;
  right: 37%;
}

/* line 1111, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(3) .nav-link {
  top: 34%;
  right: 8%;
}

/* line 1115, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(4) .nav-link {
  top: 36%;
  left: 55%;
}

/* line 1119, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(5) .nav-link {
  top: 35%;
  left: 22%;
}

/* line 1123, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(6) .nav-link {
  top: 32%;
  left: 31.5%;
}

/* line 1127, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_consorb_1_3 .nav-item:nth-child(7) .nav-link {
  bottom: 11%;
  left: 37%;
}

/*CSS Navbar offcanvas*/
@-webkit-keyframes topbar-x {
  0% {
    top: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  75% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes topbar-x {
  0% {
    top: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  75% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes topbar-back {
  0% {
    top: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes topbar-back {
  0% {
    top: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes bottombar-x {
  0% {
    bottom: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
  }
  75% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
  }
  75% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@-webkit-keyframes bottombar-back {
  0% {
    bottom: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/* line 1259, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

/* line 1267, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-icon {
  border: none;
}

/* line 1269, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-icon:focus {
  outline: none;
}

/* line 1272, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* line 1275, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  -webkit-animation: topbar-back 500ms 0s;
  animation: topbar-back 500ms 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 1283, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}

/* line 1287, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  -webkit-animation: bottombar-back 500ms 0s;
  animation: bottombar-back 500ms 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 1295, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  -webkit-animation: topbar-x 500ms 0s;
  animation: topbar-x 500ms 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 1302, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}

/* line 1305, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  -webkit-animation: bottombar-x 500ms 0s;
  animation: bottombar-x 500ms 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 991px) {
  /* line 1313, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .navbar-offcanvas .navbar-collapse.collapse,
  .navbar-offcanvas .navbar-collapse.collapse.in,
  .navbar-offcanvas .navbar-collapse.collapsing {
    display: none !important;
  }
}
/* line 1318, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav-open .navbar-collapse {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 1322, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav-open .navbar > .container-fluid {
  -webkit-transform: translate3d(-424px, 0, 0);
  transform: translate3d(-424px, 0, 0);
}

/* line 1326, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#overlay {
  position: fixed;
  top: 0;
  left: auto;
  right: 290px;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  z-index: 1029;
}

@media (min-width: 992px) {
  /* line 1338, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #overlay {
    right: calc(424px - 10px);
  }
}
/* line 1341, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#wrapper {
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

@media screen and (max-width: 991px) {
  /* line 1347, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .navbar_rps {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 4% 15px;
    background: url(/assets/bg_login_mb-5780d26a306aa417bd3fa6f1ee4b2a7c850e93601807f7443f43c0d069054823.svg) no-repeat;
    background-size: cover;
    visibility: visible;
    overflow-y: visible;
    -webkit-transform: translate3d(424px, 0, 0);
    transform: translate3d(424px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    z-index: 1032;
  }

  /* line 1365, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .navbar_rps > .navbar-nav {
    width: 100%;
    height: 100vh;
    padding-top: 150px;
  }
}
/* line 1370, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navbar_rps .nav_logout_mb {
  display: none !important;
}

@media screen and (max-width: 991px) {
  /* line 1373, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .navbar_rps .nav_logout_mb {
    display: block !important;
  }
}
/* line 1376, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav-open #wrapper {
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}

/* line 1380, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav-open .navbar-collapse {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 1384, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav-open .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.38);
  font-size: 20px;
  text-transform: uppercase;
}

/* line 1389, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav-open .navbar-nav .active .nav-link {
  color: rgba(255, 255, 255, 0.87);
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.87);
}

/*End CSS Navbar offcanvas*/
@media screen and (min-width: 991px) {
  /* line 1396, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .img_mobile_pu {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  /* line 1400, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .img_dekstop_pu {
    display: none !important;
  }
}
/* line 1403, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_cal .modal-dialog {
  max-width: 1140px !important;
}

@media screen and (max-width: 991px) {
  /* line 1407, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_scrollpy_all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  /* line 1414, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_scrollpy_all .nav-item {
    background: #017453;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
    margin: 2px 2px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  }

  /* line 1422, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_scrollpy_all .nav-item a {
    color: #fff !important;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  /* line 1427, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_scrollpy_all .nav-item {
    border-radius: 4px;
  }

  /* line 1429, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_scrollpy_all .nav-item .nav-link {
    width: 24px;
    height: 24px;
    border-radius: 0;
    padding: 0;
  }
}
/* line 1435, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_a {
  background: #90EE90 !important;
}

/* line 1438, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_ap {
  background: #99ff32 !important;
}

/* line 1441, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_b {
  background: #dbdb00 !important;
}

/* line 1444, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_cp {
  background: #669900 !important;
}

/* line 1447, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_cp1 {
  background: #90ee90 !important;
}

/* line 1450, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_d {
  background: #FFA07A !important;
}

/* line 1453, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_d {
  background: #FFA07A !important;
}

/* line 1456, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_e {
  background: #febf02 !important;
}

/* line 1459, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_f {
  background: #FFA07A !important;
}

/* line 1462, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_g {
  background: #ADD8E6 !important;
}

/* line 1465, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_s {
  background: #99C0CC !important;
}

/* line 1468, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_none {
  background: none !important;
}

/* line 1471, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_h {
  background: #FF6347 !important;
}

/* line 1474, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bg_cl_air {
  background: #A6D179 !important;
}

@media screen and (max-width: 991px) {
  /* line 1478, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .cal_btnmb {
    background: #00674c;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    font-weight: normal;
  }

  /* line 1485, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .cal_btnmb::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    right: 26px;
    position: absolute;
    top: 14px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }

  /* line 1496, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .cal_btnmb a {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    display: block;
  }
}
/* line 1502, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.active_acr .cal_btnmb::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 1507, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item.bg_none {
  margin: 10px 0 !important;
}

/* line 1509, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item.bg_none .abg_tlt {
  margin-bottom: 10px;
}

/* line 1512, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_item_sm {
  border-radius: 12px;
  padding: 10px 10px;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  /* line 1517, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .abg_item_sm {
    padding: 5px;
    border-radius: 4px;
  }
}
/* line 1521, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.mt-27 {
  margin-top: 27px;
}

/* line 1524, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.fs-18 {
  font-size: 18px;
}

/* line 1527, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1535, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.glyphicon.glyphicon-chevron-left:after {
  content: "\f053";
}

/* line 1538, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.glyphicon.glyphicon-chevron-right:after {
  content: "\f054";
}

/* line 1541, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.gr_popup_mb {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 10;
  padding: 6px 10px !important;
}

/* line 1548, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_tabs_nv .card {
  border: none;
  border-radius: 0;
  margin-top: 8px;
}

/* line 1552, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_tabs_nv .card .card-header {
  padding: 0;
  background: #00674c;
  text-align: center;
  margin-bottom: 0;
  line-height: normal;
  position: relative;
  font-weight: normal;
  border-radius: 0;
}

/* line 1561, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_tabs_nv .card .card-header a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 13px 8px;
  position: relative;
}

/* line 1567, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_tabs_nv .card .card-header a::after {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  right: 26px;
  position: absolute;
  top: 14px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 1581, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_tabs_nv .card .card-header a.collapsed::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1585, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_tabs_nv .card .card-body {
  padding: 12px 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media screen and (min-width: 991px) {
  /* line 1592, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tabs_nv .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 1596, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tabs_nv .card {
    border: none;
  }

  /* line 1598, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tabs_nv .card .card-header {
    display: none;
  }

  /* line 1600, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tabs_nv .card .collapse {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  /* line 1604, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tabs_nv .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
/* line 1608, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab-content-ed .card {
  background: none;
}

@media screen and (max-width: 991px) {
  /* line 1612, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tabs_ct .container {
    max-width: inherit;
  }
}
/* line 1615, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.color_green {
  color: #00674c !important;
}

/* line 1618, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

@media (min-width: 1200px) {
  /* line 1624, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .container {
    max-width: 1170px;
    padding: 0;
  }
}
/* line 1628, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
img {
  max-width: 100%;
}

/* line 1631, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 1635, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
a:hover {
  text-decoration: none;
}

/* line 1638, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
input :focus,
button :focus {
  outline: none;
}

/* line 1642, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_primary {
  display: inline-block;
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  background: #0d6790;
  padding: 15px 25px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  border: none;
}

/* line 1652, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_primary:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 1655, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btn_primary {
    padding: 6px 25px;
    margin: 0 0 5px 0;
  }
}
/* line 1659, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_secondary {
  display: inline-block;
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  background: #6e7571;
  padding: 15px 25px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  border: none;
}

/* line 1669, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_secondary:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 1672, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btn_secondary {
    padding: 6px 25px;
    margin: 0 0 5px 0;
  }
}
/* line 1676, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_btn {
  padding: 0 22px;
  margin-top: 45px;
}

/* line 1679, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_btn .btn_primary {
  padding: 12px 25px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 1684, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_btn .btn_primary.btn_wt {
  background: #707070;
}

/* line 1687, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.box_gr {
  background: #f5f5f5;
  padding: 30px 15px;
  border-radius: 10px;
}

/******CSS MAIN*******/
/* line 1693, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main {
  background: rgba(0, 103, 76, 0.15);
  min-height: 100vh;
  padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
  /* line 1698, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main {
    padding-bottom: 20px;
  }

  /* line 1700, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main > .container {
    padding: 0;
  }
}
/* line 1703, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  /* line 1706, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_search {
    padding-top: 15px;
  }
}
/* line 1708, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w {
  background: #fff;
  border-radius: 35px;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  border: 1px solid #707070;
}

@media screen and (max-width: 991px) {
  /* line 1718, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_search .search_w {
    border-radius: 4px;
    padding: 0 20px;
  }
}
/* line 1721, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w input {
  width: 100%;
  border: none;
  background: none;
  height: 64px;
  font-size: 20px;
  font-weight: bold;
  color: #00674c;
}

@media screen and (max-width: 991px) {
  /* line 1730, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_search .search_w input {
    font-size: 14px;
    height: 56px;
    font-weight: normal;
  }
}
/* line 1734, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w input:focus {
  outline: none;
  color: #00674c;
}

/* line 1737, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w input::-webkit-input-placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 1739, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w input:-ms-input-placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 1741, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w input::-ms-input-placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 1743, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w input::placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 1745, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w:focus input {
  color: #00674c !important;
}

/* line 1747, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w .search_btn {
  position: absolute;
  border: none;
  background: #fff;
  font-size: 35px;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
  border-radius: 0 35px 35px 0;
}

@media screen and (max-width: 991px) {
  /* line 1758, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_search .search_w .search_btn {
    font-size: 24px;
  }
}
/* line 1760, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w .search_btn i {
  color: rgba(0, 103, 76, 0.38);
}

/* line 1762, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_search .search_w .search_btn:focus {
  outline: none;
}

/* line 1765, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency {
  margin-top: 52px;
}

@media screen and (max-width: 991px) {
  /* line 1768, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency {
    margin-top: 15px;
  }
}
/* line 1770, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box {
  background: #f4f4f4;
  padding: 30px 15px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  /* line 1775, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box {
    background: none;
    padding: 0;
  }
}
/* line 1778, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_tlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1786, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_tlt .egency_tlt_hd {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 21px;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  /* line 1792, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_tlt .egency_tlt_hd {
    font-size: 9px;
    color: rgba(0, 0, 0, 0.8);
  }
}
/* line 1795, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_tlt .egency_tlt_hd:not(:first-child):not(:last-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 1801, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_tlt .egency_tlt_hd:not(:first-child):not(:last-child) {
    display: none;
  }
}
/* line 1803, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_tlt .egency_tlt_hd:first-child {
  max-width: 52px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 1808, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_tlt .egency_tlt_hd:first-child {
    max-width: 50px;
  }
}
/* line 1810, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_tlt .egency_tlt_hd:nth-child(2) {
  text-align: left !important;
}

@media screen and (min-width: 991px) {
  /* line 1813, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_tlt .egency_tlt_hd:nth-child(2) {
    max-width: 167px;
    min-width: 167px;
  }
}
/* line 1816, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_tlt .egency_tlt_hd:nth-child(6) {
  max-width: 97px !important;
}

@media screen and (max-width: 991px) {
  /* line 1819, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_tlt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 1823, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it {
  background: #fefefe;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  /* line 1832, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it {
    display: block;
    padding: 0;
    background: none;
  }

  /* line 1836, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it.active_acr .egency_acc:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  /* line 1840, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it.active_acr .egency_acc .egency_acc_txt span {
    display: block !important;
  }
}
/* line 1842, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_acc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 219px;
  flex: 0 0 219px;
  padding-left: 52px;
  position: relative;
}

@media screen and (min-width: 991px) {
  /* line 1849, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc {
    max-width: 219px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1852, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #00674c;
    height: 51px;
    padding: 5px 10px 5px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
  }

  /* line 1868, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it.active_acr .egency_acc {
    height: auto;
  }

  /* line 1871, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc:after {
    content: "\f104";
    position: absolute;
    right: 10px;
    font: normal normal normal 18px/1 FontAwesome;
    color: rgba(255, 255, 255, 0.38);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }
}
/* line 1880, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_acc .egency_acc_check {
  position: absolute;
  left: 0px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  /* line 1888, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_check {
    left: 3px;
    top: 15px;
  }

  /* line 1891, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_check .container-checkbox .checkmark {
    border-color: #fff;
  }

  /* line 1893, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_check .container-checkbox input:checked ~ .checkmark:after {
    border-color: #fff;
  }
}
/* line 1895, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_acc .egency_acc_hd {
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  /* line 1901, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_hd {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.87);
    padding-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  /* line 1908, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_txt {
    pointer-events: none;
  }
}
/* line 1910, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_acc .egency_acc_txt span {
  color: rgba(0, 0, 0, 0.38);
  display: block;
  width: 100%;
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  /* line 1916, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_txt span {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    display: none;
    padding-left: 15px;
    position: relative;
  }

  /* line 1922, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_txt span::before {
    content: "";
    height: 13px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* line 1930, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_acc .egency_acc_txt span::after {
    content: "";
    width: 13px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 13px;
  }
}
/* line 1938, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_act {
  width: 100%;
  padding-right: 10px;
}

@media screen and (min-width: 991px) {
  /* line 1942, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  /* line 1953, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act {
    background: #8ca837;
    width: calc(100% - 26px);
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    display: none;
    padding: 8px 10px 15px;
  }

  /* line 1960, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .container-checkbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 22px;
    color: rgba(47, 72, 88, 0.8);
    font-size: 16px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 4px;
  }

  /* line 1975, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .container-checkbox .checktxt {
    color: rgba(47, 72, 88, 0.38);
  }

  /* line 1977, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .container-checkbox .checkmark {
    left: auto;
    right: 0;
    top: 7px;
  }
}
/* line 1981, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_act .agency_act_it {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

@media screen and (min-width: 991px) {
  /* line 1987, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it:nth-child(4) {
    max-width: 100px;
  }
}
@media screen and (min-width: 991px) {
  /* line 1990, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it:last-child {
    min-width: 190px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1993, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .btn_primary {
    padding: 10px;
    display: block;
    margin-top: 15px !important;
  }

  /* line 1997, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .switch {
    width: 216px;
    height: 28px;
  }

  /* line 2000, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .switch .switch-input:checked ~ .switch-handle {
    left: 103px;
  }

  /* line 2002, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .switch .switch-label {
    height: 22px;
  }

  /* line 2004, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .switch .switch-label::after {
    left: 30px;
  }

  /* line 2006, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .switch .switch-label::before {
    right: 30px;
  }

  /* line 2008, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .switch .switch-handle {
    top: 5px;
    width: 50%;
    opacity: 0.6;
  }
}
/* line 2012, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_box .egency_it .egency_act .agency_act_it .checktxt {
  display: none;
}

@media screen and (max-width: 991px) {
  /* line 2015, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .egency_it .egency_act .agency_act_it .checktxt {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  /* line 2018, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_box .w_pagination {
    display: block;
  }
}
/* line 2020, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_gr_btn {
  margin-top: 48px;
}

@media screen and (max-width: 480px) {
  /* line 2023, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_gr_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 2027, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#main .main_agency .agency_gr_btn .btn_rs {
  min-width: 170px;
  text-align: center;
  margin: 0 8px !important;
}

@media screen and (max-width: 480px) {
  /* line 2032, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .main_agency .agency_gr_btn .btn_rs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: inherit;
  }
}
@media screen and (min-width: 991px) {
  /* line 2038, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #main .calculation_w .calculation_img_w {
    width: 76%;
    margin: 0 auto;
  }
}
/* line 2042, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination {
  margin-top: 60px;
}

/* line 2044, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination {
  margin-bottom: 0;
}

/* line 2046, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination .page-item:not(:first-child):not(:last-child) .page-link {
  background: #707070;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

/* line 2051, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination .page-item:not(:first-child):not(:last-child) .page-link:hover {
  background: #1f7862;
}

/* line 2053, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination .page-item .page-link {
  margin: 0 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none !important;
}

/* line 2069, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination .page-item.active .page-link {
  background: #1f7862 !important;
}

/* line 2071, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination .page_prev .page-link,
.w_pagination .pagination .page_next .page-link {
  border: none;
  font-size: 30px;
}

/* line 2075, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .pagination .page_prev .page-link:focus:hover,
.w_pagination .pagination .page_next .page-link:focus:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/******END CSS MAIN*******/
/******CSS Calculation*******/
/* line 2082, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_img_w {
  position: relative;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

/* line 2087, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_img_w img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* line 2091, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_img_w .nav .nav-item .nav-link {
  color: rgba(47, 72, 88, 0.87);
  font-size: 30px;
  position: absolute;
}

/* line 2095, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_img_w .nav .nav-item .nav-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  /* line 2100, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_img_w .nav .nav-item .nav-link {
    position: static !important;
    font-size: 14px;
  }
}
/* line 2104, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w {
  padding-top: 38px;
}

@media screen and (max-width: 991px) {
  /* line 2107, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w {
    padding-top: 0;
  }

  /* line 2109, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w > .btn_gr_all {
    padding: 0 10px;
  }
}
/* line 2111, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_img {
  background: #f1f1f1;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  /* line 2125, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_img {
    background: none;
  }
}
/* line 2127, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_img > .abg_it {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 2131, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_img > .abg_it:nth-child(1) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 2138, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_img > .abg_it:nth-child(3) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  /* line 2143, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_img > .abg_it {
    display: none;
  }
}
/* line 2145, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_img > .abg_it .abg_item {
  max-width: 360px;
}

/* line 2147, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt {
  margin: 32px auto 0;
}

@media screen and (max-width: 991px) {
  /* line 2150, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt {
    margin: 0 auto;
  }
}
/* line 2152, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt .cal_date {
  max-width: 722px;
  width: 100%;
  margin: 0 auto;
}

/* line 2156, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt .cal_catefory {
  max-width: 722px;
  width: 100%;
  margin: 27px auto 0;
}

@media screen and (max-width: 991px) {
  /* line 2161, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_catefory {
    margin-top: 8px;
  }
}
/* line 2163, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt .cal_button {
  text-align: center;
  padding-top: 33px;
}

@media screen and (max-width: 991px) {
  /* line 2167, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_button {
    padding-top: 15px;
  }
}
/* line 2169, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt .cal_button a {
  max-width: 240px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 2174, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select {
    background: #8ca837;
    padding: 15px 12px;
    border-radius: 0 0 4px 4px;
    display: none;
    color: #fff;
  }

  /* line 2180, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .frm_gr_lb {
    font-size: 14px;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
  }

  /* line 2186, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .frm_gr_lb .hidden_mb {
    display: none;
  }

  /* line 2188, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .form-control {
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    color: #00674c;
  }

  /* line 2193, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  /* line 2195, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .form-control:-ms-input-placeholder {
    font-size: 14px;
  }

  /* line 2197, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .form-control::-ms-input-placeholder {
    font-size: 14px;
  }

  /* line 2199, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .form-control::placeholder {
    font-size: 14px;
  }

  /* line 2201, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_slt .cal_select .frm_gr .item_boxshadow.btn_ct_sl {
    height: 32px;
  }
}
/* line 2203, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt .cal_select .row {
  /* margin: 0; */
}

/* line 2205, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_slt .cal_select .row .col-12,
.calculation_w .calculation_slt .cal_select .row .col {
  /* padding: 0; */
}

/* line 2209, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results {
  padding-top: 44px;
}

@media screen and (max-width: 991px) {
  /* line 2212, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results {
    padding-top: 15px;
  }

  /* line 2214, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .container-checkbox .checkmark {
    width: 18px;
    height: 18px;
  }

  /* line 2217, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .container-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
  }
}
/* line 2220, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results {
  border-radius: 16px;
  padding: 10px 15px;
  background: #0d6790;
}

@media screen and (max-width: 991px) {
  /* line 2225, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results {
    display: none;
    margin-top: 15px;
    border-radius: 4px;
  }

  /* line 2229, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results label {
    margin-bottom: 0;
  }

  /* line 2231, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results .container-checkbox {
    width: 35px;
    margin-bottom: 7px;
  }
}
/* line 2234, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th,
.calculation_w .calculation_results .table_results td {
  word-break: break-word;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  /* line 2239, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th,
  .calculation_w .calculation_results .table_results td {
    font-size: 12px;
    height: auto;
  }
}
/* line 2243, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(1),
.calculation_w .calculation_results .table_results td:nth-child(1) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2248, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(1),
  .calculation_w .calculation_results .table_results td:nth-child(1) {
    min-width: inherit;
    max-width: inherit;
    padding-left: 0;
  }
}
/* line 2253, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(2),
.calculation_w .calculation_results .table_results td:nth-child(2) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2258, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(2),
  .calculation_w .calculation_results .table_results td:nth-child(2) {
    min-width: 110px;
    max-width: 110px;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 2264, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(2),
  .calculation_w .calculation_results .table_results td:nth-child(2) {
    min-width: 100px;
    max-width: 100px;
  }
}
/* line 2268, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(3),
.calculation_w .calculation_results .table_results td:nth-child(3) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2273, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(3),
  .calculation_w .calculation_results .table_results td:nth-child(3) {
    min-width: 110px;
    max-width: 110px;
    padding-left: 0;
  }
}
/* line 2278, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(4),
.calculation_w .calculation_results .table_results td:nth-child(4) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2283, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(4),
  .calculation_w .calculation_results .table_results td:nth-child(4) {
    min-width: 110px;
    max-width: 110px;
    padding-left: 0;
  }
}
/* line 2288, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(5),
.calculation_w .calculation_results .table_results td:nth-child(5) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2293, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(5),
  .calculation_w .calculation_results .table_results td:nth-child(5) {
    min-width: 110px;
    max-width: 110px;
    padding-left: 0;
  }
}
/* line 2298, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(6),
.calculation_w .calculation_results .table_results td:nth-child(6) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2303, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(6),
  .calculation_w .calculation_results .table_results td:nth-child(6) {
    min-width: 110px;
    max-width: 110px;
    padding-left: 0;
  }
}
/* line 2308, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results th:nth-child(7),
.calculation_w .calculation_results .table_results td:nth-child(7) {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 991px) {
  /* line 2313, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results th:nth-child(7),
  .calculation_w .calculation_results .table_results td:nth-child(7) {
    min-width: 110px;
    max-width: 110px;
    padding-left: 0;
  }
}
/* line 2318, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed {
  max-width: 758px;
  width: 100%;
  margin: 0 auto;
}

/* line 2323, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_results_bg {
  background: #0d6790;
  padding: 12px 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  /* line 2331, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_results_bg {
    font-size: 14px;
  }

  /* line 2334, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed {
    display: none;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2339, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_results_bg {
    font-size: 12px;
  }

  /* line 2342, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  /* line 2345, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed {
    font-size: 10px;
  }
}
/* line 2347, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed h3 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  /* line 2350, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2353, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed h3 {
    font-size: 12px;
  }
}
/* line 2355, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed table {
  color: #fff;
  margin-bottom: 0;
}

/* line 2358, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed table thead th,
.calculation_w .calculation_results .table_results_ed table thead td {
  border-top-width: 2px;
  border-bottom: none;
  text-align: center;
}

/* line 2363, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed table thead th:nth-child(1),
.calculation_w .calculation_results .table_results_ed table thead td:nth-child(1) {
  width: 44%;
}

@media screen and (max-width: 480px) {
  /* line 2367, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed table thead th:nth-child(1),
  .calculation_w .calculation_results .table_results_ed table thead td:nth-child(1) {
    width: 50%;
  }
}
/* line 2370, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed table thead th:nth-child(2),
.calculation_w .calculation_results .table_results_ed table thead td:nth-child(2) {
  width: 30%;
}

/* line 2373, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed table thead th:nth-child(3),
.calculation_w .calculation_results .table_results_ed table thead td:nth-child(3) {
  width: 30%;
}

/* line 2376, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .table_results_ed table td {
  text-align: center;
}

@media screen and (max-width: 480px) {
  /* line 2379, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .table_results_ed table td {
    padding: 8px 4px;
  }
}
/* line 2381, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .chart_results {
  padding-top: 48px;
}

@media screen and (max-width: 991px) {
  /* line 2384, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .chart_results {
    display: none;
  }
}
/* line 2386, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_results .box-tbodytable {
  height: 320px;
}

@media screen and (max-width: 991px) {
  /* line 2389, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_results .box-tbodytable {
    height: 188px;
  }
}
/* line 2391, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_tabs {
  padding-top: 48px;
}

/* line 2393, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_tabs .tab_ct_ed {
  margin-bottom: 175px;
}

@media screen and (max-width: 991px) {
  /* line 2396, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .tab_ct_ed {
    margin-bottom: 0;
    background: #8ca837;
    padding: 20px 0;
  }

  /* line 2400, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .tab_ct_ed .box_gr_tlt {
    display: none;
  }

  /* line 2402, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .tab_ct_ed .box_gr_item {
    background: none;
    height: auto;
    padding: 5px 0;
  }

  /* line 2406, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .tab_ct_ed .box_gr_item:last-child {
    margin-bottom: 0;
  }

  /* line 2408, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .tab_ct_ed .box_gr_item .gr_item {
    color: #fff;
    font-size: 12px;
  }

  /* line 2411, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .tab_ct_ed .box_gr_item .gr_item:first-child {
    padding-left: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    word-break: break-word;
  }
}
@media screen and (max-width: 991px) {
  /* line 2419, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs {
    padding-top: 8px;
  }

  /* line 2421, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .scrtabs-tab-scroll-arrow {
    height: 48px;
    background: #00674c;
    border: none;
  }

  /* line 2425, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs > .box_gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }

  /* line 2434, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .box_gr_item .gr_item input {
    height: 36px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  /* line 2437, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_w .calculation_tabs .box_gr_item .gr_item input {
    width: 60px;
    border-radius: 4px;
  }
}
/******END CSS Calculation*******/
/******CSS Offer*******/
/* line 2443, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container {
  max-width: 1694px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  /* line 2449, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .offer_container {
    padding: 40px 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2452, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .offer_container {
    padding: 25px 10px 10px;
  }
}
/* line 2454, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_tabs_nv {
  margin-top: 30px;
}

/* line 2456, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_tabs_ct textarea {
  height: 450px;
}

/* line 2458, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_tabs_ct textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

/* line 2460, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_tabs_ct textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

/* line 2462, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_tabs_ct textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

/* line 2464, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_tabs_ct textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

@media screen and (max-width: 991px) {
  /* line 2467, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .offer_container .offer_tabs_ct textarea {
    height: 150px;
  }
}
/* line 2469, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_print {
  padding-top: 45px;
}

/* line 2471, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .offer_container .offer_print .tlt_gr_lr .tlt_gr_txt {
  font-size: 20px;
  color: #fff;
  height: 64px;
  background: #0d6790;
  max-width: 353px;
  width: 100%;
  line-height: 64px;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  /* line 2481, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .offer_container .offer_print .tlt_gr_lr .tlt_gr_txt {
    padding: 10px;
    height: auto;
    line-height: normal;
    font-size: 14px;
  }
}
/* line 2487, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed .grouptwotablefixedhead .boxtableleft {
  min-width: 410px;
  max-width: 410px;
}

@media screen and (max-width: 991px) {
  /* line 2491, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .visit_ed .grouptwotablefixedhead .boxtableleft {
    min-width: 150px;
    max-width: 150px;
    -webkit-box-shadow: 4px 1px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 1px 4px 1px rgba(0, 0, 0, 0.3);
  }
}
/* line 2497, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed .box-theadtable .div-tr .div-th {
  width: 280px;
}

/* line 2500, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed .div-th.div-th-ed {
  text-align: left;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
  padding-left: 45px !important;
}

@media screen and (max-width: 991px) {
  /* line 2507, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .visit_ed .div-th.div-th-ed {
    padding-left: 15px !important;
  }
}
/* line 2510, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .box-intro,
.offer_w .visit_ed1 .text-center {
  text-align: left !important;
}

/* line 2514, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .inp_table_gr {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.38);
}

/* line 2518, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .grouptwotablefixedhead .boxtableleft {
  min-width: 270px;
  max-width: 270px;
}

@media screen and (max-width: 991px) {
  /* line 2522, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .visit_ed1 .grouptwotablefixedhead .boxtableleft {
    min-width: 150px;
    max-width: 150px;
    -webkit-box-shadow: 4px 1px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 1px 4px 1px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1199px) {
  /* line 2528, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .visit_ed1 .grouptwotablefixedhead .boxtableleft .box-tbodytable01 {
    max-height: inherit !important;
  }
}
@media screen and (min-width: 1199px) {
  /* line 2532, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .visit_ed1 .grouptwotablefixedhead .boxtablescroll .box-tbodytable {
    max-height: inherit !important;
  }
}
/* line 2535, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tbody .div-tr:nth-child(1) .div-td {
  border-top: none !important;
}

/* line 2538, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tbody .div-tr:nth-child(2) .div-td {
  border-top: none !important;
}

/* line 2541, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tbody .div-tr:nth-child(3) .div-td {
  border-top: none !important;
}

/* line 2544, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tbody .div-tr:nth-child(4) .div-td {
  border-top: none !important;
}

/* line 2547, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .grouptwotablefixedhead .boxtablescroll .box-tbodytable .div-tbody .div-tr:nth-child(5) .div-td {
  border-top: none !important;
}

/* line 2550, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .div-th.div-th-ed {
  text-align: left;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
  padding-left: 13px !important;
}

@media screen and (min-width: 1199px) {
  /* line 2558, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .visit_ed1 .box-tbodytable01 .div-tbody .div-tr {
    height: 70px !important;
  }
}
/* line 2561, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .box-tbodytable01 .div-tbody .div-tr .div-td {
  padding-left: 13px !important;
}

/* line 2564, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .div-thead .div-tr .div-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

/* line 2571, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .div-thead .div-tr .div-th:last-child {
  min-width: 260px;
  max-width: 260px;
}

/* line 2575, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .div-tbody .div-tr .div-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left !important;
}

/* line 2580, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .div-tbody .div-tr .div-td:last-child {
  min-width: 260px;
  max-width: 260px;
}

/* line 2584, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item .nav-link {
  color: rgba(47, 72, 88, 0.87);
  font-size: 21px;
  position: absolute;
}

/* line 2589, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(1) .nav-link {
  bottom: 20%;
  right: 51%;
}

/* line 2593, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(2) .nav-link {
  bottom: 26%;
  right: 13%;
}

/* line 2597, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(3) .nav-link {
  top: 31%;
  right: 13%;
}

/* line 2601, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(4) .nav-link {
  bottom: 20%;
  left: 12.5%;
}

/* line 2605, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(5) .nav-link {
  top: 40%;
  left: 16%;
}

/* line 2609, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(6) .nav-link {
  bottom: 11%;
  right: 13%;
}

/* line 2613, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(7) .nav-link {
  top: 20%;
  right: 13%;
}

/* line 2617, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .visit_ed1 .boxtablescroll .nav .nav-item:nth-child(8) .nav-link {
  bottom: 20%;
  left: 33%;
}

/* line 2621, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_slt {
  max-width: 722px;
  width: 100%;
  margin: 32px auto 0;
}

/* line 2625, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_slt .cal_catefory {
  margin-top: 27px;
}

/* line 2627, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_slt .cal_button {
  text-align: center;
  padding-top: 33px;
}

/* line 2630, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_slt .cal_button a {
  max-width: 240px;
  width: 100%;
  text-align: center;
}

/* line 2635, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_results {
  padding-top: 44px;
}

/* line 2637, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_results .table_results {
  border-radius: 16px;
  padding: 10px 15px;
  background: #0d6790;
}

/* line 2641, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_results .chart_results {
  padding-top: 48px;
}

/* line 2644, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_tabs {
  padding-top: 48px;
}

/* line 2646, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.offer_w .calculation_tabs .tab_ct_ed {
  margin-bottom: 175px;
}

@media screen and (max-width: 991px) {
  /* line 2650, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .tlt_gr_lr::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  /* line 2654, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .inp_table_gr {
    height: 28px;
    font-size: 12px !important;
    width: 48px;
  }

  /* line 2658, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .label_table {
    min-width: 52px;
    min-height: inherit;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
  }

  /* line 2664, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_w .txt_value {
    font-size: 12px;
  }
}
@media screen and (min-width: 1199px) {
  /* line 2668, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .modal_cal .modal-dialog {
    max-width: 1140px;
  }
}
/* line 2671, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_offer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  /* line 2677, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_offer {
    display: none;
  }
}
/* line 2679, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_offer .nav-link {
  height: 64px;
  border-radius: 32px;
  color: rgba(0, 103, 76, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 4px;
  background: #fff;
}

/* line 2693, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_offer .nav-link.active {
  background: rgba(0, 103, 76, 0.87);
  color: #fff;
}

@media screen and (max-width: 1520px) {
  /* line 2697, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_offer .nav-link {
    font-size: 16px;
  }
}
/******END CSS Offer*******/
/******CSS Unit*******/
/* line 2702, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.unit_w .calculation_img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 2707, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.unit_w .calculation_img > .abg_it:nth-child(1) .abg_item {
  width: 23%;
  margin: 10px 1%;
  max-width: inherit;
}

@media screen and (min-width: 991px) {
  /* line 2713, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .unit_w .calculation_img_w > .nav .nav-link {
    height: 34px;
    width: 34px;
    border: 1px solid rgba(47, 72, 88, 0.87);
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
/* line 2730, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 2735, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  padding: 20px 10px 10px;
  margin: 10px 15px;
}

/* line 2742, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item:nth-child(1) {
  background: #90ee90;
}

/* line 2744, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item:nth-child(2) {
  background: #ffffe0;
}

/* line 2746, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item:nth-child(3) {
  background: #add8e6;
}

/* line 2748, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item .abg_tlt {
  color: rgba(0, 0, 0, 0.87);
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 25px;
}

/* line 2753, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .abg_item .abg_group_inp {
  margin-bottom: 5px;
}

/* line 2755, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .d-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 2759, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .d-flex > :nth-child(1) {
  width: 100px;
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2763, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .d-flex > :nth-child(2) {
  width: 100px;
}

/* line 2765, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .d-flex > :nth-child(3) {
  width: 100px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2768, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .d-flex span {
  padding: 0 10px;
  font-size: 17px;
}

/* line 2771, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .inp_table_gr {
  background: #fff;
  height: 27px;
  line-height: inherit;
}

/* line 2775, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_it .inp_table_gr:disabled {
  background: #a7a7a7;
  border-color: #707070;
  color: rgba(0, 0, 0, 0.38);
}

@media screen and (max-width: 991px) {
  /* line 2781, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has {
    padding: 0 12px;
  }

  /* line 2783, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .abg_it {
    border: 1px solid rgba(0, 0, 0, 0.87);
  }

  /* line 2785, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .box_gr_tlt {
    margin-bottom: 0;
  }

  /* line 2787, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .box_gr_tlt .box_gr_hd {
    background: #8ca837;
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    bottom: -11px;
    left: 15px;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.87);
  }
}
/* line 2799, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab_has .abg_it .inp_table_gr {
  background: #fff;
  height: 64px;
  line-height: inherit;
  border-color: #707070;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

@media screen and (max-width: 991px) {
  /* line 2808, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .abg_it .inp_table_gr {
    height: 23px;
    font-size: 14px;
    border-radius: 4px;
  }
}
/* line 2812, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab_has .abg_it .inp_table_gr:disabled {
  background: #a7a7a7;
  border-color: #707070;
  color: rgba(0, 0, 0, 0.38);
}

/* line 2817, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab_has .abg_it .abg_item {
  background: none;
}

/* line 2819, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab_has .abg_it .abg_item .abg_group_inp .d-flex > :nth-child(2) {
  width: 345px;
}

@media screen and (max-width: 991px) {
  /* line 2822, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .abg_it .abg_item .abg_group_inp .d-flex > :nth-child(2) {
    width: auto;
  }
}
/* line 2824, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab_has .abg_it .abg_item .abg_group_inp .d-flex span {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
  /* line 2828, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .abg_it .abg_item .abg_group_inp .d-flex span {
    font-size: 14px;
  }
}
/* line 2830, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.tab_has .abg_it .abg_item .abg_group_inp .abg_edtxt span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  /* line 2837, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_has .box_gr_tlt {
    display: block !important;
  }
}
/* line 2840, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_edtxt span {
  height: 64px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 64px;
}

/******END CSS Unit*******/
/******CSS Air*******/
/* line 2849, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .calculation_img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 991px) {
  /* line 2855, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .air_w .calculation_img {
    padding: 50px 15px;
  }
}
/* line 2857, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .calculation_img .abg_it {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 2863, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .calculation_img .abg_it .abg_item {
  background: #a6d179;
  width: 31.333%;
  margin: 10px 1%;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

/* line 2870, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .calculation_img .abg_it .d-flex > :nth-child(1) {
  min-width: 175px;
  text-align: left;
}

/* line 2873, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .calculation_img .air_col_l table:last-child {
  margin-bottom: 0;
}

/* line 2875, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .calculation_img .calculation_img_w {
  padding: 0 15px;
  width: 100% !important;
}

@media screen and (max-width: 1199px) {
  /* line 2879, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .air_w .calculation_img > .abg_it {
    display: none !important;
  }
}
/* line 2882, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .air_col_l table,
.air_w .air_col_r table {
  color: rgba(47, 72, 88, 0.87);
  font-size: 16px;
  font-weight: 400;
}

/* line 2887, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.air_w .air_col_l table td,
.air_w .air_col_r table td {
  border-color: rgba(47, 72, 88, 0.87);
}

/* line 2891, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.nav_air .nav-link {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 991px) {
  /* line 2905, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .nav_air .nav-link {
    border: 1px solid rgba(47, 72, 88, 0.87);
    background: #fff;
  }
}
/* line 2909, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal .calculation_w .calculation_img {
  background: none;
}

/* line 2912, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_offed_cal {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  /* line 2915, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btn_offed_cal {
    padding-top: 0;
  }
}
/* line 2917, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_offed_cal .btn_primary {
  max-width: 694px;
  width: 100%;
  text-transform: uppercase;
}

/******END CSS Air*******/
/* line 2923, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container {
  max-width: 998px;
  width: 100%;
  margin: 40px auto 0;
  background: #fff url(/assets/bg-preview-b208bfc6f60901049711d20c81af20c3be4956e06cebf27fcfe017bf6455396f.svg) no-repeat right top;
  background-size: cover;
  padding: 32px 20px 70px 20px;
  border: 1px solid #707070;
}

@media screen and (max-width: 991px) {
  /* line 2932, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2935, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container {
    padding: 5px;
    margin-top: 23px;
  }
}
/* line 2938, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 2945, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_logo {
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  /* line 2948, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo {
    padding-left: 0;
  }
}
@media screen and (min-width: 991px) {
  /* line 2951, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo img {
    height: 68px;
  }
}
@media screen and (max-width: 991px) {
  /* line 2954, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo img {
    height: 40px;
  }
}
@media screen and (max-width: 380px) {
  /* line 2957, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo img {
    height: 26px;
  }
}
/* line 2959, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_logo h2 {
  font-size: 31px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  /* line 2964, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo h2 {
    margin-top: 5px;
    font-size: 19px;
  }
}
@media screen and (max-width: 380px) {
  /* line 2968, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo h2 {
    font-size: 12px;
  }
}
/* line 2970, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_logo h3 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  /* line 2973, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2976, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo h3 {
    font-size: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  /* line 2980, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo h3 {
    font-size: 8px;
    margin-bottom: 0;
  }
}
/* line 2983, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_logo a {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  /* line 2989, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2992, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo a {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  /* line 2995, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_logo a {
    font-size: 8px;
  }
}
@media screen and (min-width: 767px) {
  /* line 2998, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date {
    padding-right: 12px;
  }
}
/* line 3000, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_date h2 {
  font-size: 41px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  /* line 3004, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3007, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3010, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date h2 {
    font-size: 12px;
  }
}
/* line 3012, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_date .well {
  border: 1px solid #707070;
  max-width: 332px;
  width: 100%;
  background: #f5f5f5;
}

@media screen and (min-width: 767px) {
  /* line 3018, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date .well {
    margin-right: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 380px) {
  /* line 3022, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date .well {
    max-width: 127px;
  }
}
/* line 3024, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_date .well table {
  margin-bottom: 0;
}

/* line 3026, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_container .prev_header .prev_date .well table td {
  border: none;
  padding: 2px 10px 2px 10px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 767px) {
  /* line 3032, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date .well table td {
    padding: 2px 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  /* line 3036, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_container .prev_header .prev_date .well table td {
    font-size: 8px;
  }
}
/* line 3039, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_frm fieldset {
  border: 1px solid #707070;
  border-radius: 8px;
  max-width: 420px;
  width: auto;
  margin: 0 auto;
}

/* line 3045, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_frm fieldset legend {
  margin: 0 auto;
  background: #fff;
  padding: 0 10px;
  color: rgba(47, 72, 88, 0.87);
}

@media screen and (max-width: 380px) {
  /* line 3051, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_frm fieldset legend {
    font-size: 12px;
  }
}
/* line 3054, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_frm table td {
  font-size: 25px;
  color: rgba(47, 72, 88, 0.87);
  border: none;
  padding: 8px 0.75rem;
}

@media screen and (max-width: 767px) {
  /* line 3060, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_frm table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  /* line 3063, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_frm table td {
    font-size: 12px;
    padding: 2px 0.75rem;
  }
}
/* line 3067, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_email .modal-dialog {
  max-width: 800px;
}

/* line 3070, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.modal_email .btn_gr_all {
  margin-top: 20px;
}

/* line 3073, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bottom {
  margin-top: 20px;
}

/* line 3076, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#button_delete_project {
  margin-left: 250px;
}

@media screen and (max-width: 991px) {
  /* line 3081, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #button_delete_project {
    margin-left: 0px;
  }
}
/* line 3086, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btn_danger {
  background-color: #FF6347;
}

/* line 3090, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_item_185 {
  max-width: 185px !important;
}

@media screen and (min-width: 991px) {
  /* line 3094, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .hidden_pt .nav-link {
    width: auto !important;
    background: none !important;
    border: none !important;
    font-size: 20px !important;
  }

  /* line 3099, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .hidden_pt .nav-link span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    margin: 0 3px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 991px) {
  /* line 3109, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .hidden_pt {
    display: none;
  }
}
/* line 3112, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_btngr a {
  max-width: 353px;
  display: block;
  margin: 10px auto 0 !important;
}

/* line 3117, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit {
  padding: 50px 0 20px 0;
}

@media screen and (max-width: 991px) {
  /* line 3120, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit {
    padding: 10px 0;
  }
}
/* line 3122, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img {
  padding-top: 0 !important;
}

/* line 3124, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .calculation_img_w {
  position: relative !important;
  margin: 0 auto;
}

@media screen and (min-width: 991px) {
  /* line 3128, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .calculation_img_w {
    width: 74% !important;
  }
}
/* line 3130, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3134, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it:nth-child(1) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 3138, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it:nth-child(3) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 3145, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it:nth-child(3) .abg_item:nth-child(1) {
  max-width: 297px;
}

/* line 3147, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it:nth-child(3) .abg_item.abg_item_edb {
  max-width: 422px;
}

@media screen and (max-width: 991px) {
  /* line 3150, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it:nth-child(3) .abg_item.abg_item_edb {
    max-width: 325px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3153, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it:nth-child(3) .abg_item {
    max-width: 48% !important;
  }
}
/* line 3155, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it .abg_item {
  max-width: 24%;
  padding: 10px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  /* line 3160, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it .abg_item {
    padding: 5px 2px;
    border-radius: 4px;
  }
}
/* line 3163, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it .abg_item .ts_preview .ts_txt {
  font-size: 25px;
  color: #fff;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  /* line 3168, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it .abg_item .ts_preview .ts_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3171, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it .abg_item .ts_preview .ts_txt {
    font-size: 10px;
  }
}
/* line 3173, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it .abg_item .abg_tlt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  /* line 3179, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it .abg_item .abg_tlt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3182, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img .abg_it .abg_item .abg_tlt {
    font-size: 9px;
    margin-bottom: 0px;
  }
}
/* line 3185, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img .abg_it .abg_item.bg_none {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 3188, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .calculation_img_w .nav-link {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 19px !important;
}

@media screen and (min-width: 991px) {
  /* line 3204, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .calculation_img_w .nav-link {
    border: 1px solid rgba(47, 72, 88, 0.87);
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  /* line 3208, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_unit .nav_scrollpy_all {
    display: none;
  }
}
/* line 3210, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .consorb_1_3_w .abg_it:nth-child(1) .abg_item {
  max-width: 31%;
}

/* line 3212, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_unit .bg_cl_b {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* line 3217, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_btngr {
  margin-top: 75px;
}

@media screen and (max-width: 480px) {
  /* line 3220, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_btngr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1199px) {
  /* line 3226, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .calculation_img.fixed .calculation_img_w {
    background: #fff;
    z-index: 20;
    top: 0;
    width: 100%;
    max-width: 1170px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}
@media screen and (max-width: 991px) {
  /* line 3237, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tlt .tlt_gr_lr::before {
    display: none;
  }

  /* line 3239, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tlt .tlt_gr_lr .tlt_gr_txt {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.38);
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  /* line 3244, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .offer_tlt .tlt_gr_lr .tlt_gr_txt {
    font-size: 22px;
  }
}
/* line 3247, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox-ed {
  margin-bottom: 0;
  padding-left: 50px;
}

/* line 3250, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox-ed .checktxt {
  display: block !important;
  font-weight: bold;
}

/* line 3253, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox-ed .checkmark {
  top: 0;
}

/* line 3256, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.txt_rcm {
  font-size: 16px;
  color: #800e0e;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

/* line 3262, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.txt_rcm span {
  color: #800e0e !important;
}

/* line 3265, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.txt_tml, .txt_dry_air_needed_moisture_content {
  font-size: 16px;
  color: #800e0e;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

/* line 3271, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.txt_rcm span {
  color: #800e0e !important;
}

/* line 3274, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.gr_unt .input-group-text {
  border-color: transparent;
  background: transparent;
}

/* line 3278, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.gr_unt input.form-control {
  border-color: #fff;
  border-radius: 8px !important;
}

@media screen and (max-width: 991px) {
  /* line 3283, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_unt .input-group-text {
    padding: 3px;
  }

  /* line 3285, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_unt .form-control {
    border-radius: 4px 0 0 4px !important;
  }
}
@media screen and (max-width: 991px) {
  /* line 3289, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_rcm .frm_gr_lb,
  .gr_unt .frm_gr_lb {
    max-width: 125px;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 125px !important;
    flex: 0 0 125px !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 3297, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_rcm .frm_gr_lb,
  .gr_unt .frm_gr_lb {
    width: 100%;
  }

  /* line 3300, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_rcm .input-group,
  .gr_unt .input-group {
    max-width: 219px;
  }

  /* line 3303, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_rcm .input-group input,
  .gr_unt .input-group input {
    text-align: center;
    color: #800e0e !important;
  }

  /* line 3307, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_rcm .input-group .input-group-append,
  .gr_unt .input-group .input-group-append {
    margin-left: 12px;
  }

  /* line 3310, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .gr_rcm .input-group .input-group-append .input-group-text,
  .gr_unt .input-group .input-group-append .input-group-text {
    color: #fff !important;
  }
}
/* line 3314, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_item_edb .d-flex .ts_preview {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 3318, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.abg_item_edb .d-flex .ts_preview span {
  font-size: 25px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  /* line 3322, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .abg_item_edb .d-flex .ts_preview span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3325, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .abg_item_edb .d-flex .ts_preview span {
    font-size: 10px;
  }
}
/* line 3328, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.consorb_1_3_w .abg_it:nth-child(1) {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 3332, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.page-item_ed .page-link {
  background: none !important;
  color: #707070 !important;
  font-size: 44px !important;
}

/* line 3337, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_pagination .page-link {
  color: #1f7862;
}

/* line 3340, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox:hover input:checked ~ .checkmark {
  border-color: #00674c;
}

/* line 3342, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox:hover input:checked ~ .checkmark:after {
  content: "";
  border-color: #00674c;
}

/* line 3346, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox input:checked ~ .checkmark {
  border-color: #00674c;
}

/* line 3348, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.container-checkbox input:checked ~ .checkmark:after {
  content: "";
  border-color: #00674c;
}

/* line 3352, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.egency_tlt_hd_btn .btn-group button:nth-child(1)::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  top: 10%;
}

/* line 3361, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.txt_area {
  margin-top: 50px;
  color: #fff;
}

/* line 3365, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_slt .frm_gr input.form-control {
  color: #00674c;
}

@media screen and (max-width: 991px) {
  /* line 3369, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_ct_ed .box_gr_item .gr_item:last-child {
    padding: 0 10px;
  }

  /* line 3371, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_ct_ed .box_gr_item .gr_item:last-child > span {
    min-width: 60px;
    max-width: 136px;
    background: #fff;
    display: block;
    height: 36px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 36px;
    background: #a7a7a7;
    border: 1px solid #707070;
    margin: 0 auto;
  }

  /* line 3383, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .tab_ct_ed .box_gr_item .gr_item:last-child > input {
    min-width: 60px;
    max-width: 136px;
    width: 100%;
    border-radius: 4px;
  }
}
/* line 3389, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.none_click {
  pointer-events: none;
}

/* line 3392, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .calculation_img.fixed {
  padding-top: 0;
}

/* line 3394, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .calculation_img.fixed .calculation_img_w {
  position: relative;
}

/* line 3397, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .abg_it {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3401, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .abg_it .abg_item {
  margin: 0;
  max-width: 32%;
  padding: 1.2%;
  border-radius: 3px;
}

/* line 3406, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .abg_it .abg_item .abg_tlt {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  /* line 3412, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3416, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3420, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  /* line 3424, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 6px;
    font-size: 6px;
  }
}
/* line 3427, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .abg_it .d-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3431, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .abg_it .d-flex > span:nth-child(1) {
  min-width: 50%;
  max-width: 50%;
  text-align: left;
  padding: 0;
}

@media screen and (max-width: 480px) {
  /* line 3437, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex > span:nth-child(1) {
    min-width: 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) {
  /* line 3441, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex > span:nth-child(2) {
    padding-left: 0;
  }
}
/* line 3443, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .abg_it .d-flex span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  /* line 3449, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3452, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_a.prev_air .calculation_img.fixed {
    padding-top: 0;
  }

  /* line 3454, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .calculation_img.fixed .calculation_img_w {
    position: relative;
  }

  /* line 3457, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 3461, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item {
    margin: 0;
    max-width: 32%;
    padding: 1.2%;
    border-radius: 3px;
  }

  /* line 3466, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3472, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3476, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3480, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  /* line 3484, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .abg_item .abg_tlt {
    margin-bottom: 6px;
    font-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3487, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 3491, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex > span:nth-child(1) {
    min-width: 50%;
    max-width: 50%;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3497, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex > span:nth-child(1) {
    min-width: 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3501, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex > span:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 3503, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3509, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3512, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex span {
    font-size: 8px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3516, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex span {
    font-size: 6px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3520, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .inp_table_gr {
    width: 56px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3524, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .inp_table_gr {
    width: 40px;
    height: 15px;
    font-size: 8px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3529, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .inp_table_gr {
    width: 23px;
    height: 10px;
    font-size: 6px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3535, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .mt-5 {
    margin-top: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 3538, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .none_fixed .calculation_img.fixed {
    padding-top: 0;
  }

  /* line 3540, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .none_fixed .calculation_img.fixed .calculation_img_w {
    position: relative;
  }

  /* line 3543, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd .table_right {
    max-width: 444px;
    width: 46%;
    margin-left: 2%;
  }

  /* line 3548, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3553, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3556, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3559, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  /* line 3562, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3564, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    border-color: #fff;
    line-height: normal;
    vertical-align: middle;
  }

  /* line 3569, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td:not(:first-child) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3572, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 3575, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    padding: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3578, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3581, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_b {
    background: #febf02;
    padding: 5px;
    border-radius: 3px;
  }

  /* line 3586, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_c {
    background: #98bf6f;
    padding: 5px;
    margin-top: 30px;
    border-radius: 3px;
    margin-top: 10%;
  }

  /* line 3593, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_tlt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3599, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_tlt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 3602, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_tlt {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3606, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc .nav_scrollpy_all {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 3610, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .none_scrollpy .nav_scrollpy_all {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 3613, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .recusorb1-mix_w .bg_cl_b {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  /* line 3618, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .consorb_mix_w .bg_cl_b {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  /* line 3623, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .consorb_mix_w .bg_cl_b {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 767px) {
  /* line 3628, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .consorb_1_3_w .bg_cl_b {
    -webkit-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    transform: translateY(-13%);
  }

  /* line 3633, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .recusorb1_w .bg_cl_b {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  /* line 3638, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .recusorb2_w .bg_cl_b {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  /* line 3642, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  ir .abg_it .d-flex span {
    font-size: 8px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3646, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .abg_it .d-flex span {
    font-size: 6px;
    padding: 0 2px;
  }
}
/* line 3650, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_air .inp_table_gr {
  width: 56px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  /* line 3654, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .inp_table_gr {
    width: 40px;
    height: 15px;
    font-size: 8px !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 3659, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .inp_table_gr {
    width: 23px;
    height: 10px;
    font-size: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 3665, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_air .mt-5 {
    margin-top: 0.5rem !important;
  }
}
/* line 3668, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.none_fixed .calculation_img.fixed {
  padding-top: 0;
}

/* line 3670, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.none_fixed .calculation_img.fixed .calculation_img_w {
  position: relative;
}

/* line 3673, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_left {
  width: 52%;
}

/* line 3676, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_left_ed {
  background: #2b6bbd;
  padding: 5px;
  border-radius: 3px;
}

/* line 3681, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_left table {
  color: #fff;
  margin-bottom: 0;
}

/* line 3685, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_calc_hd .table_right {
  max-width: 444px;
  width: 46%;
  margin-left: 2%;
}

/* line 3690, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_calc_hd table {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 3695, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3698, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3701, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 8px;
  }
}
@media screen and (max-width: 380px) {
  /* line 3704, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table {
    font-size: 6px;
  }
}
/* line 3706, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_calc_hd table tr td {
  border-color: #fff;
  line-height: normal;
  vertical-align: middle;
  background: transparent !important;
}

/* line 3711, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.prev_calc_hd table tr td:not(:first-child) {
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 3714, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3717, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    padding: 4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3720, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc_hd table tr td {
    padding: 3px;
  }
}
/* line 3723, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_right_b {
  background: #febf02;
  padding: 5px;
  border-radius: 3px;
}

/* line 3727, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_right_b table, .table_left_ed table {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

/* line 3732, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_right_c {
  background: #98bf6f;
  padding: 5px;
  margin-top: 30px;
  border-radius: 3px;
  margin-top: 10%;
}

/* line 3739, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.table_right_tlt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 3745, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_tlt {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3748, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .table_right_tlt {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  /* line 3752, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .prev_calc .nav_scrollpy_all {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  /* line 3756, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .none_scrollpy .nav_scrollpy_all {
    display: none;
  }
}
/* line 3759, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.recusorb1-mix_w .bg_cl_b {
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 3764, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.consorb_mix_w .bg_cl_b {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  /* line 3769, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .consorb_mix_w .bg_cl_b {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
/* line 3774, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.consorb_1_3_w .bg_cl_b {
  -webkit-transform: translateY(-13%);
  -ms-transform: translateY(-13%);
  transform: translateY(-13%);
}

/* line 3779, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.recusorb1_w .bg_cl_b {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

/* line 3784, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.recusorb2_w .bg_cl_b {
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 3789, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navtabs-prev {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3793, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navtabs-prev .nav-link {
  padding: 0;
  font-size: 20px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #686868;
  display: block;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border-radius none;
  -o-transition: border-radius none;
  transition: border-radius none;
  margin: 0 6px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  color: #fff;
}

/* line 3819, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.navtabs-prev .nav-link.active {
  background: #00674c;
}

/* line 3822, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w-tabscroll {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
  overflow: hidden;
  height: 48px;
}

@media screen and (max-width: 991px) {
  /* line 3829, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w-tabscroll {
    margin-top: 0;
    max-width: inherit;
  }
}
@media screen and (max-width: 991px) {
  /* line 3834, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w-btn-total {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
  }
}
/* line 3840, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btnPrevious,
.btnNext {
  font-size: 22px;
  color: #fff;
  position: relative;
  border-radius: 0;
  background: #abd09d;
  width: 130px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  /* line 3853, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btnPrevious,
  .btnNext {
    width: 120px;
  }
}
/* line 3857, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btnPrevious::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid #abd09d;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  left: -21px;
  top: 0;
}

/* line 3868, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btnNext::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #abd09d;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  right: -21px;
  top: 0;
}

/* line 3879, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.js-total-tabs {
  font-size: 18px;
  font-weight: bold;
  color: #525252;
}

/* line 3885, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.custom-control-label-ed.custom-control-label::before {
  border: rgba(0, 103, 76, 0.87) solid 2px;
  border-radius: 50% !important;
}

/* line 3889, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
fieldset.scheduler-border {
  border: 1px groove #ddd;
  padding: 0 0.4em 1.4em;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

@media screen and (max-width: 991px) {
  /* line 3896, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  fieldset.scheduler-border {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
  }
}
/* line 3901, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
legend.scheduler-border {
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  font-size: 16px;
  margin: 0 auto 8px;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 991px) {
  /* line 3910, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  legend.scheduler-border {
    font-size: 14px;
    color: #fff;
  }
}
/* line 3916, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header {
  background: url(/assets/bg-header-0fee83f0dfef4a17fb942f79fdc3fbca9a2b43206251de3d31300773e6f16141.jpg) repeat-x;
  position: relative;
}

/* line 3919, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .header_pw {
  position: absolute;
  right: 4%;
  height: 100%;
  top: 0;
}

@media screen and (max-width: 1400px) {
  /* line 3925, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #header .header_pw {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 3928, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #header .header_pw {
    display: none;
  }
}
/* line 3930, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .header_pw a {
  color: #fff;
  height: 100%;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #2e2e2e;
  border-top: none;
  border-bottom: none;
}

/* line 3946, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .header_pw a i {
  font-size: 1.5rem;
}

/* line 3948, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light {
  background: none !important;
}

@media screen and (max-width: 991px) {
  /* line 3951, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #header .container .bg-light {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3954, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light .navbar-brand {
  margin-bottom: 0;
}

/* line 3956, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light .navbar-brand img {
  height: 44px;
}

/* line 3958, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav {
  width: 100%;
}

/* line 3960, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

/* line 3965, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav .nav-item.active a {
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.87);
  position: relative;
}

/* line 3969, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav .nav-item.active a::before {
  -webkit-box-shadow: inset 0px -15px 15px 0px #044c39;
  box-shadow: inset 0px -15px 15px 0px #044c39;
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -12px;
  left: 0;
}

@media screen and (max-width: 1199px) {
  /* line 3979, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #header .container .bg-light #navbar_rps .navbar-nav .nav-item.active a::before {
    bottom: -15px;
  }
}
/* line 3981, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav .nav-item a {
  color: rgba(255, 255, 255, 0.37);
  font-size: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
}

@media screen and (max-width: 1199px) {
  /* line 3986, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  #header .container .bg-light #navbar_rps .navbar-nav .nav-item a {
    font-size: 14px;
  }
}
/* line 3988, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav .nav-item a:hover {
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.87);
}

/* line 3991, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#header .container .bg-light #navbar_rps .navbar-nav .nav-item:last-child a {
  border: none;
}

/* line 3994, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login {
  background: url(/assets/bg-login-a8eb09dcc559aef68063e898d1b08d2c363290b94b2059380ae6d6665be5d119.jpg) no-repeat top right;
  min-height: 100vh;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  /* line 3999, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 4007, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login {
    background: url(/assets/bg_login_mb-5780d26a306aa417bd3fa6f1ee4b2a7c850e93601807f7443f43c0d069054823.svg);
    background-size: cover;
  }
}
/* line 4010, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm {
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
  padding-top: 85px;
}

@media screen and (max-width: 991px) {
  /* line 4016, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm {
    padding-top: 0;
  }
}
/* line 4018, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_logo h1 {
  margin: 0;
}

/* line 4020, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_logo h1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  /* line 4025, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_logo h1 img {
    height: 96px;
  }
}
@media screen and (max-width: 480px) {
  /* line 4028, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_logo h1 img {
    height: 46px;
  }
}
/* line 4030, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box {
  margin-top: 80px;
  padding: 32px 73px 75px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 4035, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box {
    margin-top: 25%;
  }
}
@media screen and (min-width: 480px) {
  /* line 4038, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box {
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 480px) {
  /* line 4044, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box {
    padding: 0 11%;
  }
}
/* line 4046, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00674C;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  /* line 4052, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box h2 {
    display: none;
  }
}
/* line 4054, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .lb_login {
  font-size: 14px;
  color: rgba(0, 103, 76, 0.87);
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  /* line 4060, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .lb_login {
    color: rgba(255, 255, 255, 0.6);
  }
}
/* line 4062, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center {
  margin-bottom: 15px;
}

/* line 4064, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_ct {
  text-align: center;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  height: 32px;
  color: #00674C;
  display: block;
  width: 100%;
  font-size: 16px;
}

/* line 4079, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_ct:focus {
  outline: none;
  -webkit-box-shadow: inset 0 -2px 0 #0d6790;
  box-shadow: inset 0 -2px 0 #0d6790;
}

/* line 4083, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_ct::-webkit-input-placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 4085, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_ct:-ms-input-placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 4087, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_ct::-ms-input-placeholder {
  color: rgba(0, 103, 76, 0.38);
}

/* line 4089, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_ct::placeholder {
  color: rgba(0, 103, 76, 0.38);
}

@media screen and (max-width: 480px) {
  /* line 4092, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_ct {
    background: none;
    -webkit-box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.87);
  }

  /* line 4097, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_ct:focus {
    -webkit-box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.87);
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.87);
  }

  /* line 4100, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_ct::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4102, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_ct:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4104, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_ct::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4106, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_ct::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
}
/* line 4108, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_error {
  -webkit-box-shadow: inset 0 -2px 0 rgba(203, 41, 41, 0.38);
  box-shadow: inset 0 -2px 0 rgba(203, 41, 41, 0.38);
}

/* line 4111, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_error::-webkit-input-placeholder {
  color: rgba(203, 41, 41, 0.38);
}

/* line 4113, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_error:-ms-input-placeholder {
  color: rgba(203, 41, 41, 0.38);
}

/* line 4115, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_error::-ms-input-placeholder {
  color: rgba(203, 41, 41, 0.38);
}

/* line 4117, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_error::placeholder {
  color: rgba(203, 41, 41, 0.38);
}

/* line 4119, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .inp_center .inp_error:focus {
  color: #00674C;
}

@media screen and (max-width: 480px) {
  /* line 4122, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_error {
    -webkit-box-shadow: inset 0 -2px 0 #9b7373;
    box-shadow: inset 0 -2px 0 #9b7373;
  }

  /* line 4125, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_error::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4127, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_error:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4129, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_error::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4131, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_error::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  /* line 4133, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .inp_center .inp_error:focus {
    color: rgba(255, 255, 255, 0.87);
  }
}
/* line 4135, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_login .login_frm .login_box .login_checkb {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 103, 76, 0.8);
}

@media screen and (max-width: 480px) {
  /* line 4141, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .login_checkb {
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 20%;
  }

  /* line 4144, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .login_checkb .custom-control-label::before {
    background: none;
    border-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  /* line 4148, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w_login .login_frm .login_box .btn_login a {
    background: #fff;
    color: #00674C;
  }
}
/* line 4152, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_intro {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/assets/bg-login-a8eb09dcc559aef68063e898d1b08d2c363290b94b2059380ae6d6665be5d119.jpg) no-repeat 75% top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

/* line 4170, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w_intro img {
  height: 46px;
}

/* line 4173, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 4188, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 4190, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 576px) {
  /* line 4195, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  /* line 4198, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 4201, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 4203, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 4207, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 4214, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 4220, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 4227, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 4233, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 4236, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 4239, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 4241, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 4243, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4246, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 4251, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 4253, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

/* line 4255, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

/* line 4257, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

/* line 4259, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

/* line 4261, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

/* line 4263, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

/* line 4265, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

/* line 4267, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

/* line 4269, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

/* line 4271, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 4273, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

/* line 4275, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 4281, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 4285, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 4288, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}

/* line 4293, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 4297, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 4299, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

/* line 4303, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

/* line 4305, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

/* line 4307, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 4309, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}

/* line 4311, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 4315, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}

/* line 4320, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 4324, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}

/* line 4327, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}

/* line 4329, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 4331, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 4341, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4345, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 4347, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

/* line 4351, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 4359, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}

/* line 4361, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4365, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td span.old, .bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}

/* line 4367, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover, .bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

/* line 4371, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 4375, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 4378, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4382, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-container {
  height: 42px;
}

/* line 4384, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-container .tab-content {
  clear: left;
}

/* line 4387, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 4393, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

/* line 4399, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tabs-movable-container {
  position: relative;
}

/* line 4401, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

/* line 4404, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0;
}

/* line 4407, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}

/* line 4419, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow:hover {
  background-color: #eeeeee;
}

/* line 4422, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer;
}

/* line 4426, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default;
}

/* line 4429, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default;
}

/* line 4434, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial;
}

/* line 4437, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

/* line 4442, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w-tabscroll {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
  overflow: hidden;
  height: 48px;
}

@media screen and (max-width: 991px) {
  /* line 4449, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w-tabscroll {
    margin-top: 0;
    max-width: inherit;
  }
}
/* line 4453, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_tabs .scrtabs-tab-scroll-arrow {
  height: 48px;
  width: 32px;
  padding: 0;
  border: none;
}

/* line 4459, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable, .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default;
}

/* line 4463, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_tabs .scrtabs-tab-scroll-arrow .fa {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: #00674c;
  color: #fff;
  border-radius: 50%;
  margin-top: 9px;
}

/* line 4474, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.calculation_w .calculation_tabs .scrtabs-tab-scroll-arrow .fa {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: #00674c;
  color: #fff;
  border-radius: 50%;
  margin-top: 9px;
}

@media screen and (max-width: 991px) {
  /* line 4486, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w-btn-total {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
  }
}
/* line 4492, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btnPrevious,
.btnNext {
  font-size: 22px;
  color: #fff;
  position: relative;
  border-radius: 0;
  background: #abd09d;
  width: 130px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  /* line 4505, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .btnPrevious,
  .btnNext {
    width: 120px;
  }
}
/* line 4509, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btnPrevious::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid #abd09d;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  left: -21px;
  top: 0;
}

/* line 4520, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.btnNext::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #abd09d;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  right: -21px;
  top: 0;
}

/* line 4531, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.w-tabscroll-ed {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  /* line 4537, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .w-tabscroll-ed {
    margin-top: 0;
    max-width: inherit;
  }
}
/* line 4541, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .nav-link {
  line-height: 29px;
  width: auto;
  border-radius: 24px;
  text-indent: 0;
  background: #686868;
  font-size: 20px;
  color: #fff;
}

/* line 4549, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .nav-link.active {
  background: #00674c;
}

/* line 4552, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 !important;
  height: 46px;
}

/* line 4558, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .owl-nav button {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 26px !important;
  background: #00674c !important;
  color: #fff !important;
  border-radius: 50% !important;
  margin: 0 !important;
  opacity: 1 !important;
  top: 8px;
  position: absolute;
}

/* line 4570, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .owl-nav button span {
  opacity: 1 !important;
  font-size: 30px;
}

/* line 4573, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .owl-nav .owl-prev {
  left: -36px;
}

/* line 4575, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .owl-nav .owl-next {
  right: -36px;
}

/*
 *  Owl Carousel - Core
 */
/* line 4586, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 4593, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 4599, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 4606, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 4611, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 4619, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 4626, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 4629, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 4632, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4641, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 4649, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 4651, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 4654, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 4656, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 4658, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4665, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 4669, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 4671, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 4675, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 4681, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 4687, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 4690, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 4693, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 4712, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 4720, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 4725, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 4730, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 4732, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 4739, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 4744, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

/* line 4762, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 4767, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 4771, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 4781, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4790, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 4794, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 4803, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 4807, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 4811, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 4814, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 4817, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 4821, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 4832, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Slider */
/* line 4837, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 4856, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 4866, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-list:focus {
  outline: none;
}

/* line 4870, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 4876, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 4886, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 4896, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 4903, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-track:after {
  clear: both;
}

/* line 4907, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 4912, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 4920, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 4924, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-slide img {
  display: block;
}

/* line 4928, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 4932, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 4936, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 4940, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 4944, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 4952, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 4959, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-loading .slick-list {
  background: #fff url(/assets/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-12459f221a0b787bf1eaebf2e4c48fca2bd9f8493f71256c3043e7a0c7e932f6.svg#slick) format("svg");
}
/* Arrows */
/* line 4975, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 5000, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 5009, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 5016, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 5022, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5036, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev {
  left: -25px;
}

/* line 5040, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 5045, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-prev:before {
  content: '←';
}

/* line 5049, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 5054, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-next {
  right: -25px;
}

/* line 5058, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 5063, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-next:before {
  content: '→';
}

/* line 5067, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 5073, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 5078, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 5093, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 5106, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 5124, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 5129, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 5134, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5156, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* line 5162, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .item {
  padding: 0 5px;
}
/* line 5165, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.css-autow .slick-prev:before,
.css-autow .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #1c674c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5178, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.mw_120 {
  min-width: 120px;
  max-width: 120px;
}

@media screen and (max-width: 991px) {
  /* line 5184, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .item {
    padding: 0;
  }

  /* line 5187, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .nav-link {
    border-radius: 0;
    background: #00674c;
    font-size: 14px;
  }

  /* line 5192, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .nav-link.active {
    box-shadow: inset 0 -2px 0 #fff;
    font-weight: 500;
  }

  /* line 5196, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .slick-prev {
    left: 0;
    z-index: 10;
  }

  /* line 5200, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .slick-prev::after {
    content: "";
    position: absolute;
    left: 0;
    height: 37px;
    background: #00674c;
    width: 21px;
    z-index: -1;
    top: -9px;
  }

  /* line 5210, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .slick-next {
    right: 0;
    z-index: 10;
  }

  /* line 5214, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .slick-next::after {
    content: "";
    position: absolute;
    right: 0;
    height: 37px;
    background: #00674c;
    width: 21px;
    z-index: -1;
    top: -9px;
  }

  /* line 5224, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
  .css-autow .slick-prev:before, .css-autow .slick-next:before {
    color: #fff;
  }
}
/* line 5229, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.project_name_of_print {
  word-break: break-all;
}

/* line 5233, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
.scroll_unit {
  height: 60vh !important;
  overflow-y: scroll;
}

/* line 5238, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#bonus_start_calculation {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

/* line 5243, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#bonus_unit_selection_start_calculation {
  max-width: 240px;
  width: 100%;
}

/* line 5248, /root/dev/d_support/src/app/assets/stylesheets/style.scss */
#button_delete_project {
  background-color: #ff6347;
}
/* line 1, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.box_gr_item .gr_item input[readonly] {
  border: none;
  color: #707070;
}

/* line 7, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#datetimepicker {
  background-color: #fff;
}

/* line 11, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.chart_results {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* line 17, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 39, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 49, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 58, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 69, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#project_name-error {
  position: absolute;
  right: 200px;
}

/* line 74, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.custom-select {
  width: 96%;
}

/* line 78, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#project_name_submit {
  display: contents;
  visibility: hidden;
}

/* line 83, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(1) .nav-link {
  bottom: 18%;
  right: 50%;
}

/* line 87, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(2) .nav-link {
  bottom: 24%;
  right: 12%;
}

/* line 91, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(3) .nav-link {
  top: 27%;
  right: 12%;
}

/* line 95, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(4) .nav-link {
  bottom: 18%;
  left: 12%;
}

/* line 99, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(5) .nav-link {
  top: 38%;
  left: 16%;
}

/* line 103, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(6) .nav-link {
  bottom: 9%;
  right: 12%;
}

/* line 107, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(7) .nav-link {
  top: 16%;
  right: 12%;
}

/* line 111, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(8) .nav-link {
  bottom: 18%;
  left: 32%;
}

/* line 115, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.nav_cal .nav-item:nth-child(9) .nav-link {
  bottom: 1.5%;
  right: 22.4%;
}

@media screen and (max-width: 991px) {
  /* line 120, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
  .tab_ct_ed .box_gr_item .gr_item .custom-select {
    min-width: 60px;
    max-width: 136px;
    width: 100%;
  }
}
/* line 127, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#curve_chart {
  width: 900px;
}

/* line 131, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.chart_results {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 138, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#table_result_other .table_right_b table tbody tr td:first-child {
  text-align: left;
}
/* line 142, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#table_result_other .table_left_ed table tbody tr td:first-child {
  text-align: left;
}

/* line 147, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.box_gr_item.guideline {
  height: auto;
}

/* line 151, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.guideline-section {
  color: #a7a7a7;
}

/* line 155, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#xp2_text {
  color: red;
}

/* line 159, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.hint {
  font-size: 15px;
  color: darkred;
}

@media screen and (max-width: 991px) {
  /* line 165, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
  .hint {
    font-size: 10px;
    color: darkred;
  }
}
/* line 171, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.hint_gr_item {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 10px 0;
  height: auto;
  align-items: center;
}
/* line 180, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.hint_gr_item .gr_item {
  flex: 1;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
/* line 184, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.hint_gr_item .gr_item:first-child {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 188, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.hint_gr_item .gr_item:nth-child(3), .hint_gr_item .gr_item:nth-child(4) {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
/* line 193, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
.hint_gr_item .gr_item input {
  border: 1px solid #707070;
  color: rgba(0, 0, 0, 0.87);
  height: 43px;
  width: 87px;
  text-align: center;
}

/* line 203, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#page_2_r003 {
  padding-bottom: 250px;
}

/* line 207, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
#img_3_r003 {
  height: 65%;
  width: 65%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* line 213, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
  .posi-item-cb {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
    white-space: nowrap;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  /* line 213, /root/dev/d_support/src/app/assets/stylesheets/room_calculation.scss */
  .posi-item-cb {
    margin-top: 10px;
  }
}
/* line 1, /root/dev/d_support/src/app/assets/stylesheets/air_mixture.scss */
.calculation_w .calculation_results .table_results th,
.calculation_w .calculation_results .table_results td {
  min-width: 224px;
  max-width: 224px;
}

/* line 7, /root/dev/d_support/src/app/assets/stylesheets/air_mixture.scss */
#air_mixture_datetimepicker {
  background-color: #FFF;
}

/* line 11, /root/dev/d_support/src/app/assets/stylesheets/air_mixture.scss */
.project-name-group {
  position: relative;
  width: 100%;
}

/* line 16, /root/dev/d_support/src/app/assets/stylesheets/air_mixture.scss */
#project_name-error {
  position: relative;
  right: 0;
}

/* line 20, /root/dev/d_support/src/app/assets/stylesheets/air_mixture.scss */
.hint {
  font-size: 15px;
  color: darkred;
}

/* line 24, /root/dev/d_support/src/app/assets/stylesheets/air_mixture.scss */
.air_mixture_col {
  padding-right: 0;
}
/* line 3, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
#unit-selections-page .gr_item_cb:first-child {
  margin-left: 25px;
}

@media (min-width: 767px) {
  /* line 15, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box, #unit-selections-page, .calculation_img_w {
    /* Start Unit selection search */
    /*End Unit selection search*/
  }
  /* line 17, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .unit-selection-search-box, #unit-selections-page .unit-selection-search-box, .calculation_img_w .unit-selection-search-box {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  /* line 25, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .unit-selection-search-box .btn, #unit-selections-page .unit-selection-search-box .btn, .calculation_img_w .unit-selection-search-box .btn {
    background: #00674c;
    background: #0d6790;
    font-size: 14px;
  }
  /* line 30, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .unit-selection-search-box.print-unit-selection-search-box, #unit-selections-page .unit-selection-search-box.print-unit-selection-search-box, .calculation_img_w .unit-selection-search-box.print-unit-selection-search-box {
    top: 6px;
  }
  /* line 35, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box label.unit-label-search.m-0.mr-2, #unit-selections-page label.unit-label-search.m-0.mr-2, .calculation_img_w label.unit-label-search.m-0.mr-2 {
    word-break: break-all;
    width: 230px;
  }
  /* line 40, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box label.unit-label-search.m-0.unit-selection-print-mr-2, #unit-selections-page label.unit-label-search.m-0.unit-selection-print-mr-2, .calculation_img_w label.unit-label-search.m-0.unit-selection-print-mr-2 {
    width: 270px;
  }
  /* line 44, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box input#unit_selection_search, #unit-selections-page input#unit_selection_search, .calculation_img_w input#unit_selection_search {
    width: 100px;
  }
  /* line 48, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box input#unit_selection_search_rotation_rate, #unit-selections-page input#unit_selection_search_rotation_rate, .calculation_img_w input#unit_selection_search_rotation_rate {
    width: 70%;
  }
  /* line 52, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .space-unit-search-modal, #unit-selections-page .space-unit-search-modal, .calculation_img_w .space-unit-search-modal {
    margin: auto 20px 0px 20px;
    padding-bottom: 8px;
  }
  /* line 57, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .form-group-search-modal, #unit-selections-page .form-group-search-modal, .calculation_img_w .form-group-search-modal {
    display: flex;
    align-items: center;
    padding-left: 32px;
  }
  /* line 61, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .form-group-search-modal .form-control, #unit-selections-page .form-group-search-modal .form-control, .calculation_img_w .form-group-search-modal .form-control {
    width: 80px;
  }
  /* line 67, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .search-box-in-image-box .submit-unit-search-modal .btn, #unit-selections-page .submit-unit-search-modal .btn, .calculation_img_w .submit-unit-search-modal .btn {
    background: #0d6790;
  }
}
@media screen and (max-width: 767px) {
  /* Start Unit selection search */
  /* line 78, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .unit-selection-search-box {
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  /* line 87, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .unit-selection-search-box .btn {
    background: #00674c;
    background: #0d6790;
    font-size: 14px;
  }
  /* line 92, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .unit-selection-search-box.print-unit-selection-search-box {
    top: 6px;
  }

  /* line 97, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  label.unit-label-search.m-0.mr-2 {
    word-break: break-all;
    font-size: 12px;
    width: 100px;
  }

  /* line 103, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  label.unit-label-search.m-0.unit-selection-print-mr-2 {
    width: 270px;
  }

  /* line 107, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  input#unit_selection_search_rotation_rate {
    width: 40px;
    height: 25px;
    font-size: 12px;
  }

  /* line 113, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  input#unit_selection_search {
    width: 100px;
  }

  /* line 117, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .space-unit-search-modal {
    margin: auto 20px 0px 20px;
    padding-bottom: 8px;
  }

  /* line 122, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .form-group-search-modal {
    display: flex;
    align-items: center;
    padding-left: 32px;
  }
  /* line 126, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .form-group-search-modal .form-control {
    width: 80px;
  }

  /* line 132, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .submit-unit-search-modal .btn {
    background: #0d6790;
  }

  /* line 137, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  #js-btn-unit-selection-search {
    font-size: 10px;
    width: 45px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    padding: 0;
  }

  /*End Unit selection search*/
}
/* line 148, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.bg_cl_a_input {
  text-align: center;
  border: none;
  width: 38px;
  border-radius: 2px;
  color: rgba(47, 72, 88, 0.87);
}

/* line 158, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.abg_it-unit-selection-print .abg_item-unit-selection-print:nth-child(1), .abg_it-unit-selection-print .abg_item-unit-selection-print:nth-child(2) {
  background: none;
}
/* line 161, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.abg_it-unit-selection-print .abg_item-unit-selection-print .p25-percent {
  height: 25%;
}

/* line 169, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.height_above_pressure_drop_box {
  background-color: transparent !important;
  padding-top: 0px !important;
}
/* line 172, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.height_above_pressure_drop_box .bg_cl_pressure_drop {
  background-color: #add8e6;
  margin-top: 8px;
  border-radius: 12px;
  padding: 20px 10px 10px;
}
/* line 179, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.height_above_pressure_drop_box .bg_cl_height_above {
  background-color: #add8e6;
  border-radius: 12px;
  padding: 20px 10px 10px;
}
/* line 183, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.height_above_pressure_drop_box .bg_cl_height_above span[data-id=label139] {
  padding-left: 0 !important;
}
/* line 188, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.height_above_pressure_drop_box .bg_cl_by_pass {
  background-color: #add8e6;
  border-radius: 12px;
  padding: 5px 10px 10px;
  margin-bottom: 8px;
  padding-bottom: 1px;
}

/* line 197, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.consorb_mix_w .height_above_pressure_drop_box {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}

/* line 202, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.recusorb1-mix_w .height_above_pressure_drop_box {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

/* line 207, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.by-pass-label {
  text-align: center !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 120px !important;
}

/* line 214, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.by-pass-label + span {
  padding-left: 0px !important;
}

/* line 218, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
.recusorb2_w .height_above_pressure_drop_box {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

@media (min-width: 480px) {
  /* line 225, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .abg_item.abg_item-unit-selection-print {
    max-width: 50%;
    padding: 10px;
    margin: 0;
  }
  /* line 230, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .abg_item.abg_item-unit-selection-print legend {
    font-size: 16px;
  }
  /* line 234, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .abg_item.abg_item-unit-selection-print table td {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* line 241, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .abg_item.abg_item-unit-selection-print {
    max-width: 50%;
    padding: 10px;
    margin: 0;
  }
  /* line 246, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .abg_item.abg_item-unit-selection-print legend {
    font-size: 12px;
  }
  /* line 250, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .abg_item.abg_item-unit-selection-print table td {
    padding: 2px;
    font-size: 12px;
  }

  /* line 257, /root/dev/d_support/src/app/assets/stylesheets/unit_selection.scss */
  .modal_choose_result_alert h3 {
    display: block;
  }
}
/* line 1, /root/dev/d_support/src/app/assets/stylesheets/section_input.scss */
.calculation_w .calculation_tabs .tab_ct_ed.margin-bottom-0 {
  margin-bottom: 0px;
}

/* line 5, /root/dev/d_support/src/app/assets/stylesheets/section_input.scss */
.w-tabscroll-ed.margin-bottom-25 {
  margin: 0 auto 25px;
}

@media screen and (max-width: 991px) {
  /* line 10, /root/dev/d_support/src/app/assets/stylesheets/section_input.scss */
  .calculation_w .calculation_tabs > .box_gr.flex-direction-column {
    flex-direction: column;
  }

  /* line 14, /root/dev/d_support/src/app/assets/stylesheets/section_input.scss */
  .w-btn-total.flex-order-default {
    order: initial;
  }
}
/* line 1, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
.w-inp-prev {
  position: absolute;
  top: 10px;
  width: 100%;
}

/* line 7, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
.w-inp-prev input {
  width: 150px;
}

@media screen and (max-width: 480px) {
  /* line 13, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  #page_print_unit_selection .w-inp-prev {
    top: 3px;
  }
  /* line 15, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  #page_print_unit_selection .w-inp-prev label.text-nowrap {
    font-size: 12px;
    width: 100px;
  }
  /* line 18, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  #page_print_unit_selection .w-inp-prev label.text-nowrap + .pl-4 {
    padding-left: 6px !important;
  }
  /* line 22, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  #page_print_unit_selection .w-inp-prev #textbox8 {
    width: 40px;
    height: 25px;
    font-size: 12px;
  }
}
@media print {
  /* line 32, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  #page_print_unit_selection.prev_container {
    margin: 0 auto 0;
    padding: 50px 20px 0 20px;
    border: none;
  }
  /* line 37, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  #page_print_unit_selection.prev_container .prev_unit {
    padding: 10px 0 20px 0;
  }
}
@media print {
  /* line 44, /root/dev/d_support/src/app/assets/stylesheets/print_style.scss */
  .prev_container {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    border: none;
  }
}
/* line 1, /root/dev/d_support/src/app/assets/stylesheets/manual_document.scss */
#manual-document-container {
  margin-bottom: -50px;
}
/* line 4, /root/dev/d_support/src/app/assets/stylesheets/manual_document.scss */
#manual-document-container iframe {
  width: 100%;
  height: 100%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *












 */
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Regular-017c0be9aaa6d0359737e1fa762ad304c0e0107927faff5a6c1f415c7f5244ed.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-RegularItalic-2c0958e0c7e9b63f36f672d3cccba14ca0d7ce2e3d6945b38e4ef3de35b79691.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Medium-e35252aa3dc2e84e9d7211586fee9aede2a426d3230c8b131881d985f16ff836.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-MediumItalic-552fa6bfc8f4ad480ba69feb9745f31d77fa88c12826a1bbd3c5eb0beefa22bb.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Bold-c9cc991deb5d27f267830a19f2301eb164d9e61ec08669c1a1a291c5620ff40a.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-BoldItalic-e408e93bc15805661247698520f1ab944bbc2899fbd9ca71edc1b24dea6565f7.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Black-354fb9e77252254f3b3b6224cf9a131ac8ed798e13015176125a2c697a19f801.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-BlackItalic-328578810a5a24e2e64737b54f4d37fd3bec81c9d38d16ba07e3638a68488143.ttf);
  font-weight: 900;
  font-style: italic;
}
/* line 79, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.not-found {
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}

/* line 85, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.alert {
  text-align: center;
}

/* line 89, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.modal_reg.modal_ct h3 {
  display: block;
}

/* line 93, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
input::-ms-clear {
  display: none;
}

/* line 97, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.calculation_w .calculation_results .table_results th,
.calculation_w .calculation_results .table_results td {
  min-width: 130px;
  max-width: 130px;
}

/* line 103, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.gr_popup_mb {
  bottom: 15px;
}

/* line 107, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
#manual-document-container {
  height: 100vh;
}

/* line 111, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
#btn-show-manual {
  position: fixed;
  right: 2%;
  bottom: 25px;
  z-index: 10;
  padding: 6px 10px !important;
}
/* line 118, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
#btn-show-manual .fa-question {
  width: 28px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 125, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
  #btn-show-manual {
    position: fixed;
    right: 2%;
    bottom: 65px;
    z-index: 10;
    padding: 6px 10px !important;
  }
  /* line 132, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
  #btn-show-manual .fa-question {
    width: 28px;
    text-align: center;
  }
}
/* line 139, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.error-tab {
  background-color: red !important;
}
